diff --git a/supporters/src/layouts/Base.astro b/supporters/src/layouts/Base.astro
index cef5ffb..ef27302 100644
--- a/supporters/src/layouts/Base.astro
+++ b/supporters/src/layouts/Base.astro
@@ -61,6 +61,11 @@ const ld = jsonLd ? JSON.stringify({ '@context': 'https://schema.org', ...(Array
{ld && }
+ {/* 검색엔진 소유 확인. site.json 의 값이 있을 때만 낸다. 값은 각 콘솔이 주는 content 문자열이다.
+ 구글은 DNS TXT 로도 되지만 네이버 서치어드바이저는 메타 태그나 파일만 받는다.
+ 소유 확인은 색인 허용과 무관하므로 noindex 상태에서도 미리 해 둘 수 있다. */}
+ {has((S as Record).googleSiteVerification) && ).googleSiteVerification} />}
+ {has((S as Record).naverSiteVerification) && ).naverSiteVerification} />}
{GA4 && }
{GA4 && }
diff --git a/templates/supporters-astro/src/layouts/Base.astro b/templates/supporters-astro/src/layouts/Base.astro
index cef5ffb..ef27302 100644
--- a/templates/supporters-astro/src/layouts/Base.astro
+++ b/templates/supporters-astro/src/layouts/Base.astro
@@ -61,6 +61,11 @@ const ld = jsonLd ? JSON.stringify({ '@context': 'https://schema.org', ...(Array
{ld && }
+ {/* 검색엔진 소유 확인. site.json 의 값이 있을 때만 낸다. 값은 각 콘솔이 주는 content 문자열이다.
+ 구글은 DNS TXT 로도 되지만 네이버 서치어드바이저는 메타 태그나 파일만 받는다.
+ 소유 확인은 색인 허용과 무관하므로 noindex 상태에서도 미리 해 둘 수 있다. */}
+ {has((S as Record).googleSiteVerification) && ).googleSiteVerification} />}
+ {has((S as Record).naverSiteVerification) && ).naverSiteVerification} />}
{GA4 && }
{GA4 && }