RevealTheme logo

Generador de robots.txt

Genera un archivo robots.txt de forma visual. Configura las reglas de rastreo para los principales motores de búsqueda y bots de IA.

User-agent: *
Allow: /
Disallow: /admin/
Disallow: /api/

Sitemap: https://example.com/sitemap.xml

Cómo usar esta herramienta

  1. 1

    Tick 'Allow all standard crawlers' to add an explicit Allow: / line, or untick it to leave it out.

  2. 2

    Enter the paths you want crawlers to skip in the disallowed box, one per line (for example /admin/ or /api/).

  3. 3

    Optionally tick 'Block AI training crawlers' to add Disallow rules for GPTBot, ClaudeBot, PerplexityBot, CCBot and Google-Extended, and paste your sitemap URL.

  4. 4

    Select the generated text in the preview box, copy it, and save it as a file named robots.txt at your domain root.

¿Qué es el Generador de robots.txt?

robots.txt indica a los rastreadores web a qué páginas pueden y no pueden acceder. Es un protocolo voluntario: los rastreadores que se comportan bien lo respetan; los bots maliciosos lo ignoran. Este generador crea archivos robots.txt conformes con el estándar. Para reglas complejas, consulta robotstxt.org y la especificación completa.

Casos de uso comunes

  • Keeping crawlers out of admin, API, or internal paths like /admin/ and /api/ while leaving the rest of the site open.

  • Generating a starter robots.txt for a brand-new site that does not have one yet.

  • Blocking the five named AI training crawlers (GPTBot, ClaudeBot, PerplexityBot, CCBot, Google-Extended) so your content is not scraped for model training.

  • Adding or correcting the Sitemap: line so search engines can discover your sitemap.xml.

  • Drafting rules quickly to paste into a CMS or static-site config, then hand-editing for anything advanced.

  • Teaching teammates what a minimal, readable robots.txt looks like before they edit the real one.

Preguntas frecuentes

¿Dónde debo subir robots.txt?
En la raíz de tu sitio: example.com/robots.txt. Debe estar en la raíz; en los subdirectorios no funciona.
¿Debo bloquear los bots de IA?
Depende de ti. Permitirlos significa que ChatGPT/Perplexity pueden referenciar tu contenido. Bloquearlos evita el rastreo de datos de entrenamiento, pero reduce la visibilidad.

Herramientas relacionadas