Add robots.txt and sitemap info to build

This commit is contained in:
Cassidy Williams
2024-01-19 15:43:55 -06:00
parent 0d257d7b20
commit af7c6ff7dc
2 changed files with 7 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ const { title, description, image = "/home-blog-card.png" } = Astro.props;
title={SITE_TITLE}
/>
<!-- Sitemap -->
<link rel="sitemap" href="/sitemap-index.xml" />
<!-- Google Search Console -->
<meta name="google-site-verification" content="4G1fPeskmgxlQRWUoJxDlkDxL0VswExwh1MuRAwkQzg" />