PulseAugur
EN
LIVE 13:55:33

New llms.txt convention helps AI search tools cite websites accurately

A new convention called `llms.txt` has emerged to help AI search tools better understand and cite websites. This plain-text Markdown file, placed at the root of a website, provides a concise summary and lists important pages. Tools like ChatGPT Search, Perplexity, and Bing Copilot actively look for this file to improve their understanding of site content and relevance to user queries. Implementing `llms.txt` is a simple, low-effort way for website owners to signal key information to AI crawlers, enhancing their site's discoverability and citation accuracy. AI

IMPACT Enhances website discoverability and citation accuracy for AI search tools by providing a structured signal.

RANK_REASON The item describes a new technical convention for websites to signal information to AI crawlers, which is a tooling improvement.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New llms.txt convention helps AI search tools cite websites accurately

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Daniel Igel ·

    Add llms.txt to your site in 5 minutes and get cited by ChatGPT, Perplexity & Co.

    <p>Most AI search tools — ChatGPT Search, Perplexity, Bing Copilot — crawl the web to find pages they can cite. The problem: they can't always tell which parts of your site are worth reading, or what your site is actually about. <code>llms.txt</code> fixes that.</p> <p>It's a pla…