Constructor llms.txt
Crea un llms.txt inicial para crawlers de IA desde tu lista de URLs
Primero obtén URLs del Extractor de URLs de sitemap y luego pégalas abajo.
0 URL analizadas.
Vista previa
Publish an llms.txt that helps AI crawlers find the right pages
llms.txt is a simple convention — like robots.txt for AI crawlers — that tells models which pages are most useful and how to summarize your site. Building one manually is tedious; generating one from a URL list takes seconds and gives you a clean draft to refine before publishing at /llms.txt.
Use the builder when you need to
Adopt llms.txt on your site
Generate a starter file from your existing URL list instead of writing the structure by hand.
Help models cite the right pages
List your canonical guides, docs, and reference pages so AI tools surface the strongest content.
Document an API or product surface
Pair llms.txt with sitemap.xml so crawlers and models both pick up the canonical URL inventory.
How to build an llms.txt file
- 1
Paste your URL list (one URL per line, or output from the sitemap extractor).
- 2
Add a title, description, and optional notes for LLM consumers.
- 3
Preview the generated llms.txt and download or copy the result for upload to /llms.txt.
Keep going
Get the URL list
Pull URLs from sitemap.xml or robots.txt to feed straight into the builder.
Encode URL components
Encode any URL parts that need escaping before publishing.
Verify URL responses
Send a quick request to each URL to confirm it returns the expected content.
Format related JSON
Beautify any JSON metadata you want to share alongside llms.txt.
Common llms.txt workflows
Generate a draft from your sitemap, polish the descriptions, and publish at /llms.txt.
Highlight tutorials and explainers so models prefer them over auto-generated marketing pages.
Regenerate the file when content changes so the AI-facing index stays fresh.
Herramientas relacionadas
Extractor de URLs de sitemap
Extrae URLs de sitemap.xml o robots.txt; exporta JSON, CSV o texto
URL codificar / decodificar
Codifica y decodifica componentes de URL de forma segura
Explorador de API
Prueba APIs REST en el navegador con respuestas JSON formateadas
Formateador JSON
Embellece y formatea JSON con sangría configurable
Preguntas frecuentes
llms.txt es un formato de texto simple (ver llmstxt.org) que ayuda a sistemas de IA y crawlers a entender qué ofrece tu sitio. Suele listar URLs importantes con descripciones cortas para que los modelos prioricen las páginas correctas.
Usa nuestro Sitemap URL Extractor para extraer URLs desde sitemap.xml o robots.txt, luego copia la lista y pégala aquí. También puedes pegar cualquier lista plana de URLs https, una por línea.
Sí. El builder genera un borrador. Conviene revisar las secciones, completar las notas opcionales para LLM y ajustar el texto para que refleje las políticas de tu sitio antes de publicarlo en /llms.txt.
No. La vista previa y la descarga se generan completamente en tu navegador.