# robots.txt for https://smartads.in/ User-agent: * # Disallow sensitive/admin content only Disallow: /api/ Disallow: /admin/ # Allow important assets and pages Allow: /sitemap/ Allow: /static/ Allow: /css/ Allow: /js/ Allow: /media/ Allow: /_next/ Allow: /images/ Allow: /fonts/ Allow: /Font/ Allow: /build/ Allow: /assets/ Allow: /*.css$ Allow: /*.js$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.ico$ Allow: /*.woff$ Allow: /*.woff2$ Allow: /*.ttf$ Allow: /*.eot$ Allow: /*.otf$ Allow: /*.json$ Allow: /*.xml$ Allow: /favicon.png Allow: /favicon.ico Allow: /manifest.json Allow: /sw.js # Sitemap Sitemap: https://smartads.in/sitemap.xml