# TLS Engineering - Robots.txt # Website: https://tls-oman.com # Updated: 2025-09-16 # Allow all search engines to crawl the site User-agent: * # Allow access to main content Allow: / Allow: /css/ Allow: /js/ Allow: /images/ # Disallow access to sensitive/admin areas Disallow: /api/ Disallow: /config/ Disallow: /logs/ Disallow: /scripts/ Disallow: /errors/ Disallow: /.env Disallow: /.htaccess Disallow: /database_setup.sql Disallow: /SECURITY.md Disallow: /README.md # Disallow common bot traps and unnecessary files Disallow: *.log$ Disallow: *.tmp$ Disallow: *.bak$ Disallow: *~$ Disallow: /.git/ Disallow: /.svn/ Disallow: /.DS_Store # Specific search engine instructions User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 2 User-agent: Slurp Allow: / Crawl-delay: 3 # Block aggressive crawlers User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: SemrushBot Disallow: / # Sitemap location (will be updated when main site launches) Sitemap: https://tls-oman.com/sitemap.xml # Additional directives for better SEO # Clean-param: utm_source&utm_medium&utm_campaign&utm_term&utm_content # Host: https://tls-oman.com