# robots.txt for Bloodhound Security # https://bloodhoundsecurity.ca/robots.txt # Allow all bots to crawl the site User-agent: * Allow: / # Disallow admin area (private) Disallow: /admin Disallow: /admin/ # Disallow API routes (not useful for indexing) Disallow: /api/ Disallow: /_next/ Disallow: /_vercel/ # Disallow thank you / confirmation pages (low value) Disallow: /1/report Disallow: /2/report Disallow: /3/report Disallow: /contact/success # Allow resources (CSS, JS, images) - important for rendering Allow: /assets/ Allow: /*.css$ Allow: /*.js$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ # Sitemap location Sitemap: https://bloodhoundsecurity.ca/sitemap.xml