Skip to content

Commit 3055870

Browse files
Add google search power
1 parent d6511c6 commit 3055870

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/components/BaseHead.astro

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ const umamiTrackingCode = import.meta.env.PUBLIC_UMAMI_TRACKING_CODE;
3535
<!-- Global Metadata -->
3636
<meta charset="utf-8" />
3737
<meta name="viewport" content="width=device-width,initial-scale=1" />
38-
<link rel="icon" href="/favicon.ico" sizes="48x48" ><!-- REVISED (Aug 11, 2023)! -->
38+
<link
39+
rel="icon"
40+
href="/favicon.ico"
41+
sizes="48x48"
42+
/><!-- REVISED (Aug 11, 2023)! -->
3943
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any" />
4044
<meta name="generator" content={Astro.generator} />
4145
<link rel="sitemap" href="/sitemap-index.xml" />
@@ -79,6 +83,12 @@ const umamiTrackingCode = import.meta.env.PUBLIC_UMAMI_TRACKING_CODE;
7983
<meta property="twitter:image" content={new URL(image, Astro.url)} />
8084
<meta property="twitter:site" content={twitterHandle} />
8185

86+
<!-- Google / Search Engine Tags -->
87+
<meta
88+
name="google-site-verification"
89+
content="y9Wl-jEjR6s1W7W0sJ11PBq21MqlqqLucvhvNl3gKRo"
90+
/>
91+
8292
<!-- Umami (Analytics) -->
8393
<script
8494
async

0 commit comments

Comments
 (0)