Controllo llms.txt
Valida qualsiasi file llms.txt rispetto alla specifica ufficiale llmstxt.org
Incolla un URL o il file grezzo e questo strumento lo analizzerà esattamente come farebbe un crawler IA, confermando la struttura in markdown, il titolo H1 obbligatorio, il riassunto in blockquote, i blocchi di dettaglio e ogni elenco di file H2, indicandoti poi esattamente quale riga correggere.
Cos'è llms.txt?
llms.txt is a markdown file published at the root of a website — tuodominio.com/llms.txt — that gives large language models a short, curated map of the site. Instead of asking a model to crawl navigation, scripts and boilerplate, the file hands it a title, a summary and a list of the pages that actually matter.
The format is defined by the specification at llmstxt.org. It is deliberately small: only H1 and H2 headings exist, and the body of each section is a list of links. That constraint is what makes the file both human-readable and trivially parseable by a program.
The spec also describes a companion convention, /llms-full.txt, which contains the expanded content itself rather than an index of links.
L'ordine richiesto, secondo le specifiche
- 1An optional byte-order mark at the very start of the file.
- 2An H1 with the name of the project or site — the only required section.
- 3A blockquote with a short summary containing the key information needed to understand the rest of the file.
- 4Zero or more markdown blocks — paragraphs, lists, tables — of any type except headings.
- 5Zero or more sections delimited by H2 headers, each containing a file list of `- [name](url)` items with optional `: notes`.
- 6A section named exactly “Optional” has special meaning: its URLs may be skipped when a shorter context is needed.
Le 5 regole di validazione che controlliamo
Ogni controllo corrisponde direttamente a una clausola della specifica di llmstxt.org. Ogni regola viene valutata e il totale ponderato diventa il tuo punteggio di conformità e la tua valutazione in lettere.
Formato Markdown
markdown-formatIl file deve essere in formato markdown e contenere esclusivamente intestazioni H1 e H2.
Fornisci markdown semplice su /llms.txt — niente HTML, niente front-matter YAML, nessuna intestazione H3–H6. Qualsiasi elemento più profondo di un H2 esce dalla specifica.
Titolo del progetto H1
h1-titleUn H1 con il nome del progetto o del sito. Questa è l'unica sezione obbligatoria.
Inizia il file con una singola riga `# Nome del Tuo Sito`. È l'unica parte obbligatoria della specifica e deve essercene esattamente una.
Riepilogo in blockquote
blockquote-summaryUn blockquote con un breve riepilogo del progetto, contenente le informazioni chiave necessarie per comprendere il resto del file.
Inserisci un `> riepilogo di un paragrafo` direttamente sotto l'H1. Specifica cos'è il sito e a chi si rivolge, in modo che un modello possa interpretare ogni link sottostante.
Blocchi di dettaglio senza intestazioni
project-detailsZero o più sezioni markdown (ad esempio paragrafi, elenchi, tabelle) di qualsiasi tipo eccetto le intestazioni, contenenti informazioni più dettagliate.
Aggiungi un contesto opzionale dopo il riepilogo sotto forma di paragrafi, elenchi o tabelle. Non usare intestazioni qui: la prossima intestazione nel file dovrà essere la tua prima sezione H2.
Sezioni H2 con elenchi di file
file-listsZero o più sezioni markdown delimitate da intestazioni H2, contenenti elenchi di file con URL in cui sono disponibili ulteriori dettagli.
Raggruppa i link sotto intestazioni `## Nome della sezione`, un link per riga nel formato `- [Nome](https://url-assoluto): note opzionali`. Una sezione denominata esattamente `Optional` può essere saltata quando è necessario un contesto più breve, quindi tienila per ultima.
Come scrivere un file llms.txt conforme
Guida all'implementazione
Sei decisioni per mantenere il file all'interno delle specifiche.
- 1Inizia con un solo H1. Usa il nome del tuo sito o progetto — senza nulla al di sopra, eccetto un eventuale segno di ordine dei byte (BOM). Questa è l'unica sezione richiesta dalle specifiche.
- 2Aggiungi il sommario in formato blockquote. Un paragrafo `>` subito sotto l'H1 che spiega cos'è il sito, in modo che i link sottostanti abbiano un contesto.
- 3Evita intestazioni nei blocchi di dettaglio. Paragrafi extra, elenchi o tabelle sono ammessi dopo il sommario, ma senza intestazioni fino al primo H2.
- 4Raggruppa i link sotto sezioni H2. Nomina le sezioni in base a ciò che un modello cercherebbe: Documentazione, Guide, API, Blog. In questo formato esistono solo H1 e H2.
- 5Scrivi gli elementi della lista file esattamente così. `- [Nome pagina](https://example.com/pagina): breve nota`. Usa URL assoluti in modo che un modello possa risolverli senza un URL di base.
- 6Metti “Facoltativo” per ultimo. Una sezione intitolata esattamente Facoltativo può essere saltata quando è necessario un contesto più breve. Riservala per le pagine secondarie e tienila alla fine.
Il modello di specifica
L'esempio canonico pubblicato su llmstxt.org: copialo e inserisci i tuoi dati.
# Title > Optional description goes here Optional details go here ## Section name - [Link title](https://link_url): Optional link details ## Optional - [Link title](https://link_url)
Save it as llms.txt and upload it to your site root so it is served at tuodominio.com/llms.txt, then run it back through this checker.
Come usare questo strumento di verifica
- 1
Pick an input mode
tools.llmsTxtChecker.LlmsTxtCheckerPage.Choose Check by URL to validate a file that is already live, or Paste content to validate a draft before you publish it.
- 2
Enter your URL or file
tools.llmsTxtChecker.LlmsTxtCheckerPage.Type a bare domain, a site root, or a direct /llms.txt URL — the protocol is added for you. In paste mode, drop the full markdown into the text box.
- 3
Run the check
tools.llmsTxtChecker.LlmsTxtCheckerPage.Press Check or Validate. The file is fetched, split into specification blocks, and scored against the five structural rules.
- 4
Read the score and grade
tools.llmsTxtChecker.LlmsTxtCheckerPage.The score ring shows weighted compliance out of 100 with a letter grade, plus how many rules passed, warned, or failed.
- 5
Work through the findings
tools.llmsTxtChecker.LlmsTxtCheckerPage.Each finding names the rule, the line number, and the exact change to make. Expand a rule card to see every detail behind its status.
- 6
Fix, publish, and re-check
tools.llmsTxtChecker.LlmsTxtCheckerPage.Apply the fixes, upload the file to your site root so it is served at yourdomain.com/llms.txt, then run the URL back through the checker to confirm it passes.
Domande frequenti su llms.txt
Strumenti correlati
llms.txt Generator
Build a spec-compliant file from your site, then validate it here.
robots.txt Generator
Control which crawlers, including AI bots, may fetch your pages.
AXP & AI Agentic Checker
See what an AI crawler actually receives when it requests your page.
All free tools
The full AI Rank Lab toolkit for AEO, GEO and technical SEO.
The specification this checker follows is published and maintained at llmstxt.org.