llms.txt चेकर
आधिकारिक llmstxt.org विनिर्देश के विरुद्ध किसी भी llms.txt फ़ाइल को सत्यापित करें
कोई URL या रॉ फ़ाइल यहाँ पेस्ट करें और यह चेकर इसे बिल्कुल वैसे ही पार्स करेगा जैसे एक AI क्रॉलर करता है — मार्कडाउन संरचना, आवश्यक H1 शीर्षक, ब्लॉककोट सारांश, विवरण ब्लॉक और प्रत्येक H2 फ़ाइल सूची की पुष्टि करता है, और फिर आपको बिल्कुल बताता है कि किस लाइन को ठीक करना है।
llms.txt क्या है?
llms.txt is a markdown file published at the root of a website — yourdomain.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.
स्पेक के अनुसार आवश्यक क्रम
- 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.
5 वैलिडेशन नियम जिनकी हम जाँच करते हैं
प्रत्येक जाँच सीधे llmstxt.org विनिर्देश के किसी खंड से संबंधित है। प्रत्येक नियम को स्कोर किया जाता है, और वेटेड कुल स्कोर आपका अनुपालन स्कोर (compliance score) और लेटर ग्रेड बनता है।
मार्कडाउन फ़ॉर्मेट
markdown-formatफ़ाइल मार्कडाउन होनी चाहिए, और फ़ॉर्मेट में केवल H1 और H2 हेडिंग मौजूद होनी चाहिए।
/llms.txt पर सादा मार्कडाउन उपलब्ध कराएं — कोई HTML नहीं, कोई YAML फ्रंट-मैटर्स नहीं, कोई H3–H6 हेडिंग नहीं। H2 से नीचे का कोई भी स्तर विनिर्देश (specification) से बाहर है।
H1 प्रोजेक्ट शीर्षक
h1-titleप्रोजेक्ट या साइट के नाम वाला एक H1। यह एकमात्र आवश्यक अनुभाग (section) है।
फ़ाइल की शुरुआत एक अकेली `# आपकी साइट का नाम` लाइन से करें। यह विनिर्देश का एकमात्र अनिवार्य हिस्सा है, और यह ठीक एक ही होना चाहिए।
ब्लॉककोट सारांश
blockquote-summaryप्रोजेक्ट के एक छोटे सारांश के साथ एक ब्लॉककोट, जिसमें बाकी फ़ाइल को समझने के लिए आवश्यक मुख्य जानकारी शामिल हो।
H1 के ठीक नीचे एक `> एक पैराग्राफ का सारांश` रखें। बताएं कि साइट क्या है और यह किसकी सेवा करती है, ताकि कोई मॉडल उसके नीचे के प्रत्येक लिंक को समझ सके।
बिना हेडिंग वाले विवरण ब्लॉक
project-detailsहेडिंग को छोड़कर किसी भी प्रकार के शून्य या अधिक मार्कडाउन अनुभाग (उदाहरण के लिए पैराग्राफ, सूचियां, तालिकाएं), जिनमें अधिक विस्तृत जानकारी हो।
सारांश के बाद पैराग्राफ, सूचियों या तालिकाओं के रूप में वैकल्पिक संदर्भ (context) जोड़ें। यहां किसी हेडिंग का उपयोग न करें — फ़ाइल में अगली हेडिंग आपका पहला H2 अनुभाग होनी चाहिए।
फ़ाइल सूचियों के साथ H2 अनुभाग
file-listsH2 हेडर द्वारा सीमांकित शून्य या अधिक मार्कडाउन अनुभाग, जिनमें उन URL की फ़ाइल सूचियां हों जहां अधिक विवरण उपलब्ध है।
`## अनुभाग का नाम` हेडिंग के तहत लिंक को समूहीकृत करें, प्रति लाइन एक लिंक इस प्रकार `- [नाम](https://absolute-url): वैकल्पिक नोट्स`। जब छोटे संदर्भ की आवश्यकता हो तो `Optional` नाम के अनुभाग को छोड़ा जा सकता है, इसलिए इसे सबसे अंत में रखें।
compliant llms.txt कैसे लिखें
कार्यान्वयन गाइड
छह निर्णय जो फ़ाइल को स्पेक के अनुसार रखते हैं।
- 1एक H1 के साथ शुरुआत करें. अपनी साइट या प्रोजेक्ट का नाम उपयोग करें — इसके ऊपर वैकल्पिक बाइट-ऑर्डर मार्क को छोड़कर कुछ भी नहीं। यह एकमात्र सेक्शन है जिसकी विनिर्देश (spec) मांग करता है।
- 2ब्लॉककोट सारांश जोड़ें. H1 के ठीक नीचे एक `>` पैराग्राफ जोड़ें जो बताए कि साइट क्या है, ताकि नीचे दिए गए लिंक को संदर्भ मिल सके।
- 3विस्तृत ब्लॉक को हेडिंग-मुक्त रखें. सारांश के बाद अतिरिक्त पैराग्राफ, सूचियाँ (lists) या टेबल की अनुमति है — लेकिन आपके पहले H2 तक कोई हेडिंग नहीं होनी चाहिए।
- 4H2 सेक्शन के तहत लिंक समूहीकृत करें. सेक्शन का नाम उस आधार पर रखें जो एक मॉडल खोजेगा: Docs, Guides, API, Blog। इस प्रारूप में केवल H1 और H2 मौजूद होते हैं।
- 5फ़ाइल-सूची आइटम बिल्कुल वैसे ही लिखें. `- [Page name](https://example.com/page): short note`। पूर्ण (absolute) यूआरएल का उपयोग करें ताकि कोई मॉडल बिना बेस यूआरएल के उन्हें हल कर सके।
- 6"वैकल्पिक" (Optional) को अंत में रखें. "Optional" शीर्षक वाले सेक्शन को तब छोड़ा जा सकता है जब छोटे संदर्भ की आवश्यकता हो। इसे द्वितीयक पृष्ठों के लिए आरक्षित रखें और अंत में रखें।
स्पेक टेम्पलेट
llmstxt.org पर प्रकाशित कैथोलिक उदाहरण — इसे कॉपी करें और अपने मान भरें।
# 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 yourdomain.com/llms.txt, then run it back through this checker.
इस चेकर का उपयोग कैसे करें
- 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.
llms.txt के बारे में अक्सर पूछे जाने वाले प्रश्न
संबंधित टूल
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.