# Robots.txt for AutoSelect Canada # https://appopperpe.com/robots.txt User-agent: * Allow: / # Disallow admin areas (if any exist in future) Disallow: /admin/ Disallow: /private/ Disallow: /temp/ # Disallow duplicate content (if any) Disallow: /*?print= Disallow: /*?utm_ Disallow: /*?ref= Disallow: /*?source= # Allow all major search engines User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / # Sitemap location Sitemap: https://appopperpe.com/sitemap.xml # Crawl delay (optional - helps prevent server overload) Crawl-delay: 1 # Cache directive (optional) # Allow caching of CSS, JS, and image files User-agent: * Allow: /css/ Allow: /js/ Allow: /images/ # Disallow access to sensitive files Disallow: /*.log$ Disallow: /*.sql$ Disallow: /*.zip$ Disallow: /*.tar$ Disallow: /*.gz$ # Allow access to important files Allow: /favicon.ico Allow: /apple-touch-icon.png Allow: /sitemap.xml Allow: /robots.txt