# ============================================================ # robots.txt - ParhoZone (Secure & SEO Optimized) # ============================================================ # ---- Default: allow everything, then block specific paths ---- User-agent: * Allow: / Allow: /ads.txt Allow: /robots.txt Allow: /sitemap.xml # Allow static resources Allow: /*.css$ Allow: /*.js$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.webp$ Allow: /*.svg$ Allow: /*.ico$ Allow: /*.woff$ Allow: /*.woff2$ Allow: /*.ttf$ Allow: /*.eot$ # Allow essential folders Allow: /include/ Allow: /uploads/ # Block sensitive folders Disallow: /admin/ Disallow: /config/ Disallow: /vendor/ Disallow: /temp/ Disallow: /cache/ Disallow: /logs/ Disallow: /uploads/private/ # Block dynamic duplicate URLs (keep your site crawlable) Disallow: /index.php?page= Disallow: /*?sort= Disallow: /*?filter= Disallow: /*?utm_ # Allow specific query parameters if needed Allow: /*?page= Allow: /*?category= # ---- AdSense crawler ---- User-agent: Mediapartners-Google Allow: / # ---- Googlebot ---- User-agent: Googlebot Allow: / # ---- Sitemap ---- Sitemap: https://parhozone.com/sitemap.xml