We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c5ada commit 7529302Copy full SHA for 7529302
src/components/seo.astro
@@ -17,6 +17,7 @@ const canonicalURL = new URL(
17
<title>{title}</title>
18
<meta name="viewport" content="width=device-width" />
19
<link rel="icon" type="image/png" href={favicon.src} />
20
+<link rel="sitemap" href="/sitemap-index.xml" />
21
<meta name="description" content={description} />
22
<meta name="image" content={image} />
23
{keywords ? <meta name="keywords" content={keywords} /> : null}
0 commit comments