# Robots.txt for Rx Growth Studio # https://rxgrowthstudio.com/robots.txt User-agent: * Allow: / # Sitemap location Sitemap: https://rxgrowthstudio.com/sitemap.xml # Crawl-delay (optional - prevents too aggressive crawling) Crawl-delay: 1 # Block access to sensitive files/folders (if any in future) # Disallow: /admin/ # Disallow: /private/ # Disallow: /.git/ # Disallow: /node_modules/ # Allow specific important files Allow: /favicon.ico Allow: /robots.txt Allow: /sitemap.xml # Block common unwanted files Disallow: /*.log$ Disallow: /*.tmp$ Disallow: /*.bak$