# robots.txt for ClientSmart Marketing Site # https://www.clientsmart.com User-agent: * Allow: / # Disallow sensitive/system files Disallow: /*.env$ Disallow: /*.log$ Disallow: /class.*.php$ Disallow: /lib.*.php$ # Disallow private/admin files Disallow: /onboard.html # Allow CSS and JS for rendering Allow: /styles.css Allow: /*.js$ # Allow images Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.webp$ Allow: /*.svg$ # Sitemap location Sitemap: https://www.clientsmart.com/sitemap.xml