# robots.txt for Persafs Website # https://persafs.com/robots.txt User-agent: * Allow: / # Sitemap location Sitemap: https://persafs.com/sitemap.xml # Crawl delay to prevent server overload (optional) Crawl-delay: 1 # Disallow admin and private paths Disallow: /admin/ Disallow: /api/ Disallow: /private/ Disallow: /temp/ Disallow: /drafts/ # Disallow specific file types (optional) Disallow: /*.pdf$ Disallow: /*.zip$ Disallow: /*.gz$ # Allow all images Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.webp$ Allow: /*.svg$ # Specify host (optional, for some search engines) Host: https://persafs.com