# Unity Home Service - Robots.txt # https://unityhomeservice.com/robots.txt # Allow all well-behaved crawlers User-agent: * Allow: / # Allow CSS and JavaScript files for proper rendering Allow: /style.css Allow: /script.js Allow: /*.css$ Allow: /*.js$ # Allow images for proper indexing Allow: /images/ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.webp$ Allow: /*.svg$ # Block potential sensitive files (if they exist) Disallow: /admin/ Disallow: /private/ Disallow: /tmp/ Disallow: /backup/ Disallow: /.git/ Disallow: /.env Disallow: /config/ Disallow: /logs/ # Block file types that shouldn't be indexed Disallow: /*.zip$ Disallow: /*.rar$ Disallow: /*.tar$ Disallow: /*.gz$ # Allow all service pages and important content Allow: /index.php Allow: /about.php Allow: /contact.php Allow: /testimonials.php Allow: /coupons.php Allow: /chimney-services-houston.php Allow: /chimney-repair-houston.php Allow: /fireplace-services-houston.php Allow: /hvac-services-houston.php Allow: /air-duct-cleaning-houston.php Allow: /dryer-vent-services-houston.php Allow: /home-maintenance-houston.php # Specify crawl delay to be respectful to server Crawl-delay: 1 # Sitemap location Sitemap: https://unityhomeservice.com/sitemap.xml # Google-specific settings User-agent: Googlebot Allow: / Crawl-delay: 1 # Bing-specific settings User-agent: Bingbot Allow: / Crawl-delay: 1 # Allow social media crawlers for rich previews User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / # Block aggressive crawlers that might overload the server User-agent: AhrefsBot Crawl-delay: 10 User-agent: MJ12bot Crawl-delay: 10 User-agent: DotBot Crawl-delay: 10