# Shaghf - Robots.txt # Allow all search engines to crawl the site User-agent: * Allow: / # Disallow admin and private areas Disallow: /admin/ Disallow: /admin Disallow: /api/ # Disallow JSON files Disallow: /*.json$ # Allow CSS and JS files Allow: /css/ Allow: /js/ Allow: /build/ # Sitemap location Sitemap: https://shghf.com/sitemap.xml # Crawl-delay (optional - helps prevent server overload) Crawl-delay: 1