# EnterTool — robots.txt # https://entertool.com # Last updated: 2026-08-30 # --------------------------------------------------------------- # One group for everything. Rules below apply to ALL crawlers, # including Googlebot, Bingbot and every AI crawler. # # NOTE: in robots.txt a rule belongs to the User-agent line ABOVE # it. Adding extra "User-agent: X / Allow: /" blocks and then # putting Disallow rules underneath means those Disallow rules # apply ONLY to the last agent named. That was the bug in the # previous version — every Disallow only bound YandexBot. # --------------------------------------------------------------- User-agent: * Allow: / # Not for indexing Disallow: /admin/ Disallow: /private/ Disallow: /api/ Disallow: /tmp/ Disallow: /cgi-bin/ Disallow: /page-template.html Disallow: /*?*sort= Disallow: /*?*filter= # Assets crawlers need to render pages correctly Allow: /assets/ Allow: /*.css$ Allow: /*.js$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.webp$ Allow: /*.svg$ # --------------------------------------------------------------- # AI crawlers are covered by "User-agent: *" above and are welcome. # They are NOT listed separately on purpose: naming an agent starts # a new group, and that group would then ignore every rule above. # A named group must repeat every rule it needs. # --------------------------------------------------------------- Sitemap: https://entertool.com/sitemap.xml