feat: add JSON-LD structured data (#260)

- Add author profile to SITE variables
- Add JSON-LD to Layout.astro
This commit is contained in:
David Legrand
2024-07-14 08:06:46 +00:00
committed by GitHub
parent 242729a6fe
commit 8fbb0b4d85
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import type { Site, SocialObjects } from "./types";
export const SITE: Site = {
website: "https://astro-paper.pages.dev/", // replace this with your deployed domain
author: "Sat Naing",
profile: "https://satnaing.dev/",
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
title: "AstroPaper",
ogImage: "astropaper-og.jpg",