diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..c13bc5b
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Allow: /
+
+Sitemap: https://blog.cassidoo.co/sitemap-index.xml
\ No newline at end of file
diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro
index 6964c27..060e689 100644
--- a/src/components/BaseHead.astro
+++ b/src/components/BaseHead.astro
@@ -52,6 +52,9 @@ const { title, description, image = "/home-blog-card.png" } = Astro.props;
title={SITE_TITLE}
/>
+
+
+