File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,11 @@ const umamiTrackingCode = import.meta.env.PUBLIC_UMAMI_TRACKING_CODE;
35
35
<!-- Global Metadata -->
36
36
<meta charset =" utf-8" />
37
37
<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)! -->
39
43
<link rel =" icon" href =" /favicon.svg" type =" image/svg+xml" sizes =" any" />
40
44
<meta name =" generator" content ={ Astro .generator } />
41
45
<link rel =" sitemap" href =" /sitemap-index.xml" />
@@ -79,6 +83,12 @@ const umamiTrackingCode = import.meta.env.PUBLIC_UMAMI_TRACKING_CODE;
79
83
<meta property =" twitter:image" content ={ new URL (image , Astro .url )} />
80
84
<meta property =" twitter:site" content ={ twitterHandle } />
81
85
86
+ <!-- Google / Search Engine Tags -->
87
+ <meta
88
+ name =" google-site-verification"
89
+ content =" y9Wl-jEjR6s1W7W0sJ11PBq21MqlqqLucvhvNl3gKRo"
90
+ />
91
+
82
92
<!-- Umami (Analytics) -->
83
93
<script
84
94
async
You can’t perform that action at this time.
0 commit comments