# ===================================================== # robots.txt for https://www.firmansolutions.com/ # Type: Static HTML Website # Purpose: SEO-safe, clean URL indexing # ===================================================== User-agent: * Allow: / # ----------------------------------- # Block private / system paths (only if they exist) # ----------------------------------- Disallow: /admin/ Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /private/ Disallow: /includes/ Disallow: /core/ # ----------------------------------- # Block internal search, filters & tracking URLs # ----------------------------------- Disallow: /*?s= Disallow: /*?search= Disallow: /*?filter= Disallow: /*?sort= Disallow: /*?page= Disallow: /*?utm_ # ----------------------------------- # Allow all static assets (CRITICAL) # ----------------------------------- Allow: /css/ Allow: /js/ Allow: /images/ Allow: /fonts/ Allow: /assets/ # ----------------------------------- # Sitemap # ----------------------------------- Sitemap: https://www.firmansolutions.com/sitemap.xml # ===================================================== # BLOCK AGGRESSIVE SCRAPERS & BOTS # ===================================================== User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: BLEXBot Disallow: / User-agent: PetalBot Disallow: / # ===================================================== # END OF FILE # =====================================================