We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a320341 commit 76a3e92Copy full SHA for 76a3e92
public/img/avatar.png
-1.15 MB
src/components/BaseHead.astro
@@ -98,3 +98,12 @@ const enURL = isEnglish
98
"url": "https://ppippi.dev"
99
}
100
})} />
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