# robots.txt for www.hypt.io User-agent: * Disallow: # Block access to sensitive directories Disallow: /admin/ Disallow: /api/ Disallow: /config/ Disallow: /private/ Disallow: /temp/ # Block access to sensitive file types Disallow: /*.env$ Disallow: /*.log$ Disallow: /*.bak$ Disallow: /*.tmp$ # Block all Webflow pagination query parameters Disallow: /*?_page= Disallow: /*&_page= Disallow: /*_page= # Allow important files Allow: /sitemap.xml Allow: /robots.txt # Sitemap location Sitemap: https://www.hypt.io/sitemap.xml Sitemap: https://www.hypt.io/sitemap.xml