<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Evgeny Sokov</title>
    <description>The latest articles on DEV Community by Evgeny Sokov (@evgenysokov).</description>
    <link>https://dev.to/evgenysokov</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4081044%2Fd3859db7-4959-43d9-b1d4-f2fdd77b7251.jpg</url>
      <title>DEV Community: Evgeny Sokov</title>
      <link>https://dev.to/evgenysokov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evgenysokov"/>
    <language>en</language>
    <item>
      <title>No validator exists for llms.txt — here's the manual checklist</title>
      <dc:creator>Evgeny Sokov</dc:creator>
      <pubDate>Wed, 09 Sep 2026 16:07:04 +0000</pubDate>
      <link>https://dev.to/evgenysokov/no-validator-exists-for-llmstxt-heres-the-manual-checklist-2cfi</link>
      <guid>https://dev.to/evgenysokov/no-validator-exists-for-llmstxt-heres-the-manual-checklist-2cfi</guid>
      <description>&lt;p&gt;llms.txt has no official validator: &lt;a href="https://llmstxt.org/" rel="noopener noreferrer"&gt;the spec at llmstxt.org&lt;/a&gt; is a proposal, not a ratified standard shipped with a test suite. Third-party checkers exist, but they read syntax — they miss the three things that actually stop the file from working: your server returns it as an HTML page, the links are dead, the facts are stale. So the check is manual. Here it is.&lt;/p&gt;

&lt;p&gt;To produce an llms.txt file, create a plain Markdown document with four required elements: an H1 heading with the site name, a blockquote with a one-line summary, H2 sections that group links to key pages, and a short description after each link. Place it at the domain root, as yoursite.com/llms.txt. Budget under an hour, including review.&lt;/p&gt;

&lt;p&gt;This guide addresses implementation only. If you are still weighing whether to publish the file (adoption figures, who reads it, the honest case for and against), that analysis is in &lt;a href="https://tobecited.com/blog/what-is-llms-txt" rel="noopener noreferrer"&gt;What is llms.txt and does your site need one?&lt;/a&gt;. This guide assumes the decision is made and covers solely the construction: the exact structure the specification demands, a complete example, deployment per platform, validation, and the mistakes that render the file ineffective.&lt;/p&gt;

&lt;h2&gt;
  
  
  What structure does the llms.txt specification require?
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://llmstxt.org/" rel="noopener noreferrer"&gt;specification at llmstxt.org&lt;/a&gt; defines a fixed skeleton; the order of parts is not negotiable:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;An H1 heading containing the site or project name. This is the only element the specification designates as strictly required.&lt;/li&gt;
&lt;li&gt;A blockquote placed immediately after the H1, containing a one-paragraph summary of what the site is and who it serves.&lt;/li&gt;
&lt;li&gt;Optional plain paragraphs or lists providing context that does not fit into the summary.&lt;/li&gt;
&lt;li&gt;H2 sections, each containing a Markdown link list in the form &lt;code&gt;[Page name](url): one-line description&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;An H2 section with the literal name &lt;code&gt;Optional&lt;/code&gt;, which has reserved semantics: links an AI assistant may skip when its reading budget is constrained.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Markdown rather than XML or JSON is a deliberate choice. Language models parse Markdown natively: it survives tokenization with its structure intact, and it costs nothing to parse compared with rendered HTML. The specification fits on a single page. Read it once before writing.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do I write the file, step by step?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Enumerate every page a first-time visitor with purchase intent would need: product, pricing, documentation, FAQ, about, contact.&lt;/li&gt;
&lt;li&gt;Reduce the list to 5–15 links. llms.txt is curation, not enumeration; if every page is important, no page is.&lt;/li&gt;
&lt;li&gt;Write one factual sentence for the blockquote: what the site is, who it serves, and one concrete fact such as a price or a location.&lt;/li&gt;
&lt;li&gt;Write a description for each link: what the reader learns there, in under fifteen words, after a colon.&lt;/li&gt;
&lt;li&gt;Assemble the parts in the order the specification mandates: H1, blockquote, H2 sections, &lt;code&gt;Optional&lt;/code&gt; last.&lt;/li&gt;
&lt;li&gt;Save the result as a UTF-8 plain-text file named &lt;code&gt;llms.txt&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here is a complete, valid file for an imaginary project management SaaS:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# Brightpath&lt;/span&gt;
&lt;span class="gt"&gt;
&amp;gt; Brightpath is a project management tool for construction teams.&lt;/span&gt;
&lt;span class="gt"&gt;&amp;gt; Plans start at $12 per user per month; API and mobile apps included.&lt;/span&gt;

&lt;span class="gu"&gt;## Product&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Features&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://brightpath.app/features.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Scheduling, budgets, and site reports
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Pricing&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://brightpath.app/pricing.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Plans, limits, and trial terms

&lt;span class="gu"&gt;## Docs&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;API reference&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://brightpath.app/docs/api.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: REST endpoints and authentication

&lt;span class="gu"&gt;## Optional&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Blog&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://brightpath.app/blog.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Product updates and industry guides
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Note the &lt;code&gt;.md&lt;/code&gt; link targets: where clean Markdown versions of pages exist, the specification prefers them because they are far cheaper for a model to ingest than full HTML. Linking the standard HTML pages is acceptable if you have no Markdown versions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where do I put the file on my platform?
&lt;/h2&gt;

&lt;p&gt;The file must resolve at the domain root, &lt;code&gt;https://yourdomain.com/llms.txt&lt;/code&gt;, the same convention that robots.txt follows. Tools look for it at that exact path; a file in a subdirectory will never be discovered. Deployment varies by stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Static sites and frameworks such as Next.js, Astro, or Nuxt serve everything in the &lt;code&gt;public/&lt;/code&gt; directory (or its equivalent) from the root — place &lt;code&gt;llms.txt&lt;/code&gt; there and deploy.&lt;/li&gt;
&lt;li&gt;WordPress sites need the file uploaded to the web root next to robots.txt via the hosting file manager or SFTP; several plugins can also generate and serve it.&lt;/li&gt;
&lt;li&gt;Hosted platforms that do not permit root file access require checking the platform's documentation for custom root files or an app that serves them; a redirect from &lt;code&gt;/llms.txt&lt;/code&gt; to a hosted file functions as a fallback, but a direct 200 response is preferable.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Verify the deployment from the command line:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-sI&lt;/span&gt; https://yourdomain.com/llms.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Expect an HTTP 200 status and a &lt;code&gt;text/plain&lt;/code&gt; or &lt;code&gt;text/markdown&lt;/code&gt; content type. An HTML content type indicates that your platform routed the request to a rendered page, which defeats the purpose of the file.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do I validate the finished file?
&lt;/h2&gt;

&lt;p&gt;No official validator exists. llms.txt is a proposal, not a ratified standard accompanied by a test suite. Third-party checkers have appeared and will flag a malformed heading, but syntax is rarely what breaks the file. A manual checklist covers the points that actually matter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The URL returns raw Markdown: opening it in a browser displays plain text, not a styled page.&lt;/li&gt;
&lt;li&gt;Every link in the file resolves with a 200 status; a dead link wastes the small fetch budget an assistant allocates to your site.&lt;/li&gt;
&lt;li&gt;The summary sentence matches what the site sells today, including any prices you chose to state.&lt;/li&gt;
&lt;li&gt;The file has an owner and an update trigger: whenever a key page, price, or product name changes, llms.txt changes in the same release.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Which mistakes make the file useless?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Dumping the entire sitemap into it. Enumeration is the job of sitemap.xml; llms.txt is editorial selection, and a 500-line file is as useless as no file.&lt;/li&gt;
&lt;li&gt;Writing marketing copy. A model summarizes. It does not applaud. "Award-winning innovative solutions" contains zero retrievable facts; product names, prices, and capabilities contain many.&lt;/li&gt;
&lt;li&gt;Linking pages whose content appears only after JavaScript execution. Most &lt;a href="https://tobecited.com/blog/do-llms-read-javascript" rel="noopener noreferrer"&gt;AI fetchers read raw HTML and execute nothing&lt;/a&gt;; link pages that render their facts server-side.&lt;/li&gt;
&lt;li&gt;Letting the file rot. A stale price in llms.txt is worse than no file, because a model will repeat it with confidence.&lt;/li&gt;
&lt;li&gt;Expecting a ranking boost. No major provider has confirmed reading the file, and in June 2025 Google's John Mueller stated flatly that &lt;a href="https://www.seroundtable.com/google-ai-llms-txt-39607.html" rel="noopener noreferrer"&gt;no AI system currently uses llms.txt&lt;/a&gt;. Publish it as cheap optionality, not as an SEO tactic.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Frequently asked questions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  How many links should llms.txt contain?
&lt;/h3&gt;

&lt;p&gt;Between 5 and 15 links serves most business sites. The specification imposes no limit, but the file's value lies in selection. Documentation sites are the legitimate exception: a manual with forty well-described pages remains a curated map, not a dump.&lt;/p&gt;

&lt;h3&gt;
  
  
  Should I also create llms-full.txt?
&lt;/h3&gt;

&lt;p&gt;Only if you operate a documentation-heavy site. llms-full.txt inlines the full text of your content into a single file so a model can load everything in one request. AI coding assistants rely on it heavily. For a typical business site, the curated link list in llms.txt suffices.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can I generate llms.txt automatically?
&lt;/h3&gt;

&lt;p&gt;Yes. Generators exist, and several will draft the file from your live pages. Treat any generated draft as a starting point: the selection of which ten pages define your business is a judgment call, and that judgment is where the file's value resides.&lt;/p&gt;




&lt;p&gt;Written from &lt;a href="https://tobecited.com" rel="noopener noreferrer"&gt;tobecited.com&lt;/a&gt;, where we measure whether AI assistants name a brand or one of its competitors — llms.txt is one of the fixes we hand back, which is why we had to write the boring version of this guide. Original, kept current: &lt;a href="https://tobecited.com/blog/how-to-create-llms-txt" rel="noopener noreferrer"&gt;https://tobecited.com/blog/how-to-create-llms-txt&lt;/a&gt;&lt;/p&gt;

</description>
      <category>seo</category>
      <category>ai</category>
      <category>webdev</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
