Skip to main content
BlogsBlogs

llms.txt: What It Actually Does (and What It Doesn't)

llms.txt was supposed to change AI visibility. Here's an honest breakdown of what it does, what it doesn't, and what to do instead.

Blogs
H

Hema Team

Invalid Date · 5 min read

TL;DR

  • No confirmed citation benefit from llms.txt — no major AI platform has confirmed usage
  • Real value exists for developer tools like Cursor, Claude Code, and Copilot
  • Focus technical effort on JavaScript rendering, JSON-LD schema, and sitemap.xml instead

What llms.txt Was Supposed to Be

A single file in your site's root directory that tells AI models what content exists on your site, how it's structured, and what the AI should prioritise. A curated sitemap designed specifically for LLMs.

What the Evidence Actually Shows

  • No confirmed citation benefit — No large-scale study demonstrates that adding llms.txt improves citation rates
  • No confirmed platform adoption — No major AI platform has publicly confirmed using llms.txt
  • Real value for developer tools — Helps AI coding agents understand your API or SDK
  • Markdown copies don't help — Creating markdown copies of pages adds duplicate content without clear benefit

What You Should Do Instead

  • Fix JavaScript rendering issues — confirmed, measurable effect on AI crawlability
  • Add JSON-LD schema markup — directly improves AI content understanding
  • Submit an accurate sitemap.xml to all major search engines
  • Review robots.txt and firewall rules for AI bot user agents
  • Improve Bing indexation — ChatGPT relies heavily on the Bing index

Frequently Asked Questions

Does llms.txt improve ChatGPT visibility?

There is no peer-reviewed evidence that llms.txt directly improves citation rates from ChatGPT, Perplexity, or other AI platforms as of early 2026.

Should I create an llms.txt file?

If you have developer documentation, yes — it helps AI coding agents. For general AI search visibility, focus on SSR, JSON-LD schema, and sitemap.xml instead.

H

Hema Team

Contributor