Skip to content

Commit 76a3e92

Browse files
committed
feat(seo): add Organization schema for Google search logo
1 parent a320341 commit 76a3e92

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

public/img/avatar.png

-1.15 MB
Loading

src/components/BaseHead.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,12 @@ const enURL = isEnglish
9898
"url": "https://ppippi.dev"
9999
}
100100
})} />
101+
102+
<!-- JSON-LD for Organization (Google 검색 로고용) -->
103+
<script type="application/ld+json" set:html={JSON.stringify({
104+
"@context": "https://schema.org",
105+
"@type": "Organization",
106+
"name": "ppippi-dev",
107+
"url": "https://ppippi.dev",
108+
"logo": "https://ppippi.dev/img/avatar.png"
109+
})} />

0 commit comments

Comments
 (0)