# robots.txt for Style Lab # Allow all search engines to crawl everything User-agent: * Allow: / # Specify the location of your sitemap Sitemap: https://stylelab.netlify.app/sitemap.xml # Optional: Set a crawl delay for polite crawling (uncomment if needed) # Crawl-delay: 5 # Disallow crawling of sensitive or non-public files (uncomment if needed) # Disallow: /private/ # Disallow: /tmp/ # End of file