# Robots.txt for SEO optimization User-agent: * Allow: / # Block admin and private areas Disallow: /admin/ Disallow: /backend/ Disallow: /api/ Disallow: /ajax/ # Block temporary and system files Disallow: /temp/ Disallow: /uploads/temp/ Disallow: /runtime/ Disallow: /vendor/ Disallow: /config/ # Allow CSS, JS, and images for better rendering in Google Allow: /assets/ Allow: /css/ Allow: /js/ Allow: /images/ Allow: /*.css$ Allow: /*.js$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ # Sitemap location Sitemap: https://lossandbox.co.uk/sitemap.xml # Crawl-delay for polite crawling (optional) # User-agent: * # Crawl-delay: 1