# robots.txt for DebtsNote # Website: https://debtsnote.com User-agent: * # Allow main pages Allow: / Allow: /clearbill/ Allow: /clearbill Allow: /images/ Allow: /setting/cookie-policy.php # Block sensitive areas Disallow: /admin/ Disallow: /config/ Disallow: /database/ Disallow: /logs/ Disallow: /temp/ Disallow: /backup/ Disallow: /vendor/ Disallow: /node_modules/ Disallow: /src/ Disallow: /private/ # Block development files Disallow: *.sql Disallow: *.log Disallow: *.txt Disallow: /.* Disallow: /*.json Disallow: /*.env Disallow: /*.config # Block parameter spam Disallow: /*?debug= Disallow: /*?test= Disallow: /*?admin= Disallow: /*&debug= Disallow: /*&test= Disallow: /*&admin= # Allow specific bots for analytics User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / # SEO analysis tool User-agent: AhrefsBot Crawl-delay: 5 # Block other SEO crawlers User-agent: SemrushBot Disallow: / # Block aggressive/unnecessary crawlers User-agent: MJ12bot Crawl-delay: 30 User-agent: DotBot Disallow: / User-agent: SiteAuditBot Disallow: / # Sitemap location Sitemap: https://debtsnote.com/sitemap.xml