Skip to content

Commit 7529302

Browse files
committed
add sitemap url to head
Signed-off-by: rishichawda <[email protected]>
1 parent c8c5ada commit 7529302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/seo.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const canonicalURL = new URL(
1717
<title>{title}</title>
1818
<meta name="viewport" content="width=device-width" />
1919
<link rel="icon" type="image/png" href={favicon.src} />
20+
<link rel="sitemap" href="/sitemap-index.xml" />
2021
<meta name="description" content={description} />
2122
<meta name="image" content={image} />
2223
{keywords ? <meta name="keywords" content={keywords} /> : null}

0 commit comments

Comments
 (0)