diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..20b7a246 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,11 @@ +# robots.txt for hyperjump.tech +# Allow all crawlers to index the landing site. Adjust for preview/staging as needed. + +User-agent: * +Allow: / + +# Sitemap (update if you host it at a different path) +Sitemap: https://hyperjump.tech/sitemap.xml + +# Preferred host +Host: hyperjump.tech