mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
feat: add JSON-LD structured data (#260)
- Add author profile to SITE variables - Add JSON-LD to Layout.astro
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user