# robots.txt for https://bitsaveapp.com/ # Last updated: 2025-10-28 # Optimized for SEO and index control User-agent: * # Allow main pages Allow: / # Block non-public and duplicate areas Disallow: /private/ Disallow: /tmp/ Disallow: /search Disallow: /?s= Disallow: /*?utm_* Disallow: /*?ref=* Disallow: /*?sessionid=* # Crawl rate and clean URLs Clean-param: utm_source&utm_medium&utm_campaign&utm_term&utm_content # Allow essential assets for rendering Allow: /*.css$ Allow: /*.js$ Allow: /images/ Allow: /assets/ Allow: /public/ # Sitemap locations Sitemap: https://bitsaveapp.com/sitemap-index.xml # Default policy for all bots User-agent: * Allow: / # Googlebot directives User-agent: Googlebot Allow: / Disallow: /search # Bingbot directives User-agent: Bingbot Allow: / Disallow: /search # Image indexing (allow logo and app images) User-agent: Googlebot-Image Allow: / # Social preview and structured data bots User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: LinkedInBot Allow: / # End of file