What is actually inside llms.txt

A content analysis of the llms.txt files in Common Crawl CC-MAIN-2026-30

584,107 documents of 598,298 responses · dataset commoncrawl/llms.txt · config CC-MAIN-2026-30

Before reading

Most of these files do not exist

Before anything can be read, the file has to exist. This corpus is the result of an experiment rather than an incidental find: for CC-MAIN-2026-30 the paths /llms.txt and /llms-full.txt were added to the crawl's seed list on purpose, and what follows is the outcome of 6,563,125 attempted URLs.

The seeds were drawn two ways. Most are a random sample of hosts Common Crawl had recently fetched without problems — 5,167,831 URLs for /llms.txt, and a deliberately narrower 1,761,228 for /llms-full.txt, since a site with no /llms.txt rarely publishes the longer file. The rest are hosts already known from the two preceding crawls (CC-MAIN-2026-21 and CC-MAIN-2026-25) to serve one of them: 27,394 with a /llms.txt and 15,763 with a /llms-full.txt. Not every seed is fetched within a single crawl, which is why the totals below fall short of the sample. Because the first group is a random sample, the 200-plus-text rate for /llms.txt reads as an adoption rate for hosts Common Crawl can fetch. The /llms-full.txt rate does not, because its sample was enriched with hosts already known to serve the file.

The query below reads the URL index after the fact, to recover the outcome of each attempt. It is not what selected the population. Quoted verbatim, never re-run here.

select crawl, url, url_host_name, fetch_status, content_mime_detected
  from ccindex
 where (url_path = '/llms.txt'
        or url_path = '/llms-full.txt')
   and url_query is null
   and crawl like 'CC-MAIN-2026-30';
6,563,125
URLs attempted
in this one crawl
69.8%
returned 404
no such file
19.6%
returned 200
the file is served
45.6%
of those 200s carry text
the rest are HTML, robots.txt, JSON…
From attempted URL to analysable document
stageURLs% of attemptedwhat it means
URLs attempted6,563,125100.00every /llms.txt and /llms-full.txt in the crawl
responded 2001,287,20719.61the file exists and was served
…with a text body587,3028.95text/plain or text/markdown — the analysable population

69.8% of attempts 404 and another 7.77% redirect, which is unsurprising: the crawler tries the path on every host it knows. What is surprising is the 85 distinct status codes it received, and how little of the 200 population is actually a document — only 45.63% of successful responses carry a text/plain or text/markdown body.

HTTP response to the attempted URL200 OK200 OK: 1.3M1.3M301/302 redirect301/302 redirect: 488k488kother 3xxother 3xx: 22k22k404 Not Found404 Not Found: 4.6M4.6Mother 4xxother 4xx: 159k159k5xx server error5xx server error: 25k25k
Responses, grouped
responseURLs% of attempted
200 OK1,287,20719.61
301/302 redirect488,1257.44
other 3xx21,6270.33
404 Not Found4,581,29769.80
other 4xx159,4052.43
5xx server error24,7860.38

The content types tell you what the other 200s are. A site that serves its single-page app for every unknown path answers text/html; one whose rewrite rules send /llms.txt to /robots.txt answers text/x-robots. Both are a 200 that an agent would have to parse and discard.

Detected content type of HTTP 200 responsestext/plaintext/plain: 561k561ktext/htmltext/html: 519k519ktext/x-robotstext/x-robots: 137k137kapplication/xhtml+xmlapplication/xhtml+xml: 30k30ktext/markdowntext/markdown: 26k26kapplication/javascriptapplication/javascript: 12k12kapplication/xmlapplication/xml: 990990application/jsonapplication/json: 736736text/txttext/txt: 277277text/x-phptext/x-php: 273273
Content types among HTTP 200 responses
content type detected (HTTP 200)URLs% of 200s
text/plain560,98843.58
text/html519,48440.36
text/x-robots136,57810.61
application/xhtml+xml29,6202.30
text/markdown26,3142.04
application/javascript11,7520.91
application/xml9900.08
application/json7360.06
text/txt2770.02
text/x-php2730.02
application/rtf870.01
application/x-httpresponse310.00
other (15 types)770.01

Split by filename, llms-full.txt is both rarer and much more often misconfigured: it is attempted on 1,667,437 URLs but only 7.01% of its 200s carry a text body, against 52.50% for llms.txt.

By filename
fileURLs attempted% 404% 301/302% 200% 200 + text body% of its 200s
llms.txt4,895,68868.407.4722.3211.7252.50
llms-full.txt1,667,43773.947.3511.660.827.01

One reconciliation note, because the two populations are not quite the same. The index query above matches the path exactly, while the WARC extraction that produced the dataset matched LIKE '%/llms.txt' and so also captured files deeper in a site — 10,996 of them (1.84%), things like /branding/vesence/llms.txt or one file per product. Set those aside and the 598,298 extracted records leave 587,302 at a root path, exactly the 587,302 the index counts.

How the index total becomes the analysed corpus
populationdocuments
URL index: HTTP 200 with a text body587,302
dataset: records extracted from WARC598,298
of which at a root path587,302
of which deeper in the site10,996
analysed here (non-empty)584,107
Overview

The corpus

Those 598,298 surviving responses are the corpus: every URL ending in llms.txt or llms-full.txt that returned HTTP 200 with a text/plain or text/markdown body, extracted from the WARC archives. This report asks what is written in them. Published adoption studies count who has the file and who fetches it; none of them open it.

14,191 of those responses (2.37%, across 13,167 hosts) have an empty body: a 200, the right content type, and nothing in it. They are a finding about deployment, not documents to analyse — every empty body is identical, so leaving them in would manufacture a template cluster and inflate the share of files with no links, no title and no generator. They are counted here and excluded from every figure that follows, which is computed over the 584,107 responses that contain something.

What the crawl returned
responsedocuments% of responses
contains a document584,10797.63
empty body (excluded below)14,1912.37
584,107
documents
566,746 distinct hosts
68.3%
generated from a template
not written by a person
32.9%
annotate any link
the format's whole point
737
median tokens
p99 159,880 · max 3,313,814

Three findings organise everything below. First, this is plugin output, not curation: 68.3% of documents are template-generated, and the ten largest template clusters alone account for 38.7% of the whole corpus. Second, the file has quietly become a policy and service-discovery channel — 6.6% carry usage or rights language and 44.9% advertise an agent endpoint, neither of which the specification mentions. Third, it is unguarded: 2.54% are parked domains pitching themselves to agents, 1.20% hit a spam lexicon, and a small but non-zero share carry instructions written at the reading model.

Top-level domains (documents)comcom: 326k326korgorg: 42k42kukuk: 20k20kdede: 18k18knetnet: 14k14kfrfr: 9,4329,432auau: 7,8847,884brbr: 7,7877,787caca: 7,6437,643jpjp: 7,5817,581ioio: 7,3367,336itit: 5,4665,466nlnl: 5,4365,436aiai: 5,1515,151chch: 5,0325,032
Top-level domains
TLDdocuments% of corpusexamples
com326,26755.86
5
  1. www.mountainbikeworldwide.com/llms.txt#92,036
  2. duchidaosta.com/llms.txt#377,319
  3. www.residenciallusoespanhola.com/llms.txt#383,572
  4. www.tokyoadvisory.com/llms.txt#436,566
  5. www.kevincopeland.com/llms.txt#537,452
org41,9607.18
5
  1. www.housingpartnerships.org/llms.txt#58,446
  2. www.gracefellowshipbpc.org/llms.txt#172,458
  3. www.anorganforglasgow.org/llms.txt#287,576
  4. driscollchildrens.org/llms.txt#386,805
  5. www.carilionclinic.org/llms.txt#487,239
uk19,7813.39
5
  1. www.sparkycomputers.co.uk/llms.txt#138,070
  2. storageholloway.co.uk/llms.txt#403,361
  3. www.clarereddaway.co.uk/llms.txt#458,150
  4. www.silverbacksport.co.uk/llms.txt#469,034
  5. bigskycampers.co.uk/llms.txt#582,362
de17,7763.04
5
  1. fumum.de/llms.txt#67,252
  2. www.soerenaltmann.de/llms.txt#170,767
  3. herzwortkuss.de/llms.txt#415,329
  4. www.holisticphysio-bs.de/llms.txt#492,183
  5. hclimrep-project.de/llms.txt#515,753
net14,4102.47
5
  1. www.nataliednapoleon.net/llms.txt#152,676
  2. www.kandorya.net/llms.txt#172,285
  3. www.heberden.net/llms.txt#217,963
  4. www.loveforce.net/llms.txt#323,355
  5. www.ishajewelry.net/llms.txt#444,209
fr9,4321.61
5
  1. www.antenne-services.fr/llms.txt#53,435
  2. www.phoenix-nettoyage.fr/llms-full.txt#326,600
  3. moustoir-ac.fr/llms.txt#377,974
  4. kalia-menuiserie.fr/llms.txt#448,627
  5. www.audetourdunegrange.fr/llms.txt#580,216
au7,8841.35
5
  1. www.marketbuddy.com.au/llms.txt#81,861
  2. www.lifestylepromotions.com.au/llms.txt#109,866
  3. www.spacesettlements.com.au/llms.txt#207,556
  4. www.iautoglass.com.au/llms.txt#219,837
  5. www.sovereignlives.com.au/llms.txt#254,865
br7,7871.33
5
  1. gt-infra.org.br/llms.txt#207,794
  2. www.soldador.com.br/llms.txt#276,798
  3. riachodosmachados.mg.gov.br/llms.txt#356,674
  4. www.lidaexames.com.br/llms.txt#396,355
  5. espacovilarejoserrano.com.br/llms.txt#514,335
ca7,6431.31
5
  1. www.newmonaco.ca/llms.txt#50,663
  2. www.stjohnparishguelph.ca/llms.txt#333,028
  3. www.acuhealing.ca/llms.txt#368,583
  4. crocuscountry.ca/llms.txt#386,435
  5. www.loadsoflove.ca/llms.txt#489,910
jp7,5811.30
5
  1. trustlab.jp/llms.txt#28,911
  2. www.begrowth.co.jp/llms.txt#43,550
  3. start-line.jp/llms.txt#117,977
  4. find-model.jp/llms.txt#390,435
  5. kobe-sf.jp/llms.txt#513,695
io7,3361.26
5
  1. developers.outreach.io/llms.txt#70,492
  2. mgunexcel.gitbook.io/llms.txt#254,661
  3. docs.jmapcloud.io/llms.txt#386,093
  4. s4e.io/llms.txt#397,494
  5. www.exponentialpartners.io/llms.txt#461,451
it5,4660.94
5
  1. edulinks.it/llms.txt#357,664
  2. www.juwelier-plunger.it/llms.txt#445,230
  3. www.sticcomare.it/llms-full.txt#449,142
  4. rosa.it/llms.txt#501,710
  5. www.museobrianza.it/llms.txt#598,073
nl5,4360.93
5
  1. strooizoutcenter.nl/llms.txt#57,310
  2. mijngedenkplek.nl/llms.txt#289,324
  3. 123fotolijsten.nl/llms.txt#531,010
  4. www.isaacmonte.nl/llms.txt#555,105
  5. raventer.nl/llms.txt#565,835
ai5,1510.88
5
  1. brandermind.ai/llms-full.txt#395,344
  2. docs.vidgo.ai/llms.txt#395,360
  3. aitoolsatlas.ai/llms.txt#414,820
  4. cs.gbase.ai/llms.txt#424,807
  5. www.eachlabs.ai/llms.txt#440,665
ch5,0320.86
5
  1. www.louvie.ch/llms.txt#271,299
  2. www.entraidefamiliale-rolle.ch/llms.txt#298,659
  3. www.loetschenpass.ch/llms.txt#493,633
  4. www.strongfit.ch/llms.txt#545,655
  5. www.e-secure.ch/llms.txt#580,248
Specification

The shape is followed; the substance is not

The llms.txt specification is small enough to test mechanically: an H1 title (the only required element), a > blockquote summary, optional heading-free prose, then ## sections of - [name](url): notes bullets, optionally including an ## Optional section that a short-context reader may skip.

99.2% of documents are markdown at all. The rest — 0.71% — are JSON error blobs, HTML error pages, robots.txt files served under the wrong name, and YAML policy documents, every one of them returned as HTTP 200 with a text/plain or text/markdown content type. (The 14,191 entirely empty responses are excluded here and counted in the overview.)

What the response actually ismarkdownmarkdown: 580k580kplainplain: 3,1293,129htmlhtml: 521521yaml_frontmatteryaml_frontmatter: 378378yamlyaml: 328328jsonjson: 146146robots_txtrobots_txt: 2424

The surface form travels well. 49.90% of documents carry the full spec shape — H1, summary blockquote, H2 sections, link bullets — and that is not an artefact of one generator: 54.17% of human-authored documents reach it against 48.00% of templated ones. Whatever else is wrong with the llms.txt web, people did read the spec.

Conformance ladder (documents)H1 + summary + link sectionsH1 + summary + link sections: 291k291kH1 onlyH1 only: 172k172kH1 + summaryH1 + summary: 111k111kmarkdown, no H1markdown, no H1: 5,7165,716not markdownnot markdown: 4,1484,148
Conformance by filename (% within each file type)
conformance level% of llms.txt% of llms-full.txt
not markdown0.624.66
markdown, no H10.990.70
H1 only28.7157.23
H1 + summary19.0319.93
H1 + summary + link sections50.6617.48

What does not travel is the part that carries the value. The specification's purpose is to hand an agent a curated, annotated list of links, and that is precisely where adherence collapses: only 32.94% of documents annotate any link with the : notes the format allows, the ## Optional section that lets a short-context reader skip material appears in 9.71%, and 22.6% of documents contain no link at all (22.2% of the markdown ones). The shape is followed; the substance is not.

Individual spec elements
spec elementdocuments% of corpus% of markdown docs
starts with H1485,04183.0483.64
has any H1574,58598.3799.02
summary blockquote after H1402,93068.9869.48
prose body before first H2192,55732.9732.79
at least one H2 section571,03997.7698.40
link bullets430,24373.6674.06
link notes (': description')192,42632.9433.12
'## Optional' section56,7439.719.77
byte-order mark138,44923.7023.85
Structural flags, by frequency
flagdocuments% of corpusexamples
deep_headings292,95250.15
5
  1. www.hans-thomalla.com/llms.txt#149,992
  2. www.fullerlaboratories.com/llms.txt#219,465
  3. foundationmaster.com/llms.txt#313,499
  4. www.maderico.com/llms.txt#505,548
  5. www.yamakotakagi.com/llms.txt#550,488
links_without_notes259,88244.49
5
  1. olivetucc.org/llms.txt#51,727
  2. www.funnyplants2015.com/llms.txt#215,702
  3. www.propagandoapalavra.com.br/llms.txt#413,453
  4. text-cloaker.com/llms.txt#509,108
  5. www.st-elix-location.com/llms.txt#557,929
bom138,44923.70
5
  1. mindfulmicrodosing.co.za/llms.txt#120,821
  2. www.wonsten.com/llms.txt#302,666
  3. www.csvlombardia.it/llms.txt#399,541
  4. www.babybay.us/llms.txt#562,783
  5. www.stekiamusement.com/llms.txt#578,400
no_links131,80022.56
5
  1. www.happygocard.com.tw/llms.txt#37,618
  2. cuttinggears.com/llms.txt#263,198
  3. news.xazri.com/llms.txt#296,402
  4. llmscentral.com/llms.txt#369,825
  5. 14a92oc2ho7decwp3v61w6lnqn.com/llms.txt#523,196
h1_not_first89,63615.35
5
  1. future-stack-reviews.com/llms.txt#242,220
  2. www.berk.co.jp/llms.txt#357,960
  3. tamsusinhvien.com/llms.txt#374,577
  4. coastlubricants.com/llms.txt#454,966
  5. joeeatsworld.com/llms.txt#568,982
has_optional_section56,7439.71
5
  1. www.shantee.net/llms.txt#72,644
  2. stitchit.com/llms.txt#262,244
  3. bugmanagers.com/llms.txt#316,601
  4. www.zeit-fuer-gesundheit-trier.de/llms.txt#366,492
  5. podiatristbrunswick.com.au/llms.txt#505,228
multiple_h116,6582.85
5
  1. allinoverhall.com/llms.txt#154,367
  2. docs.avionicsanonymous.com/llms-full.txt#198,187
  3. lumielis.com/llms.txt#459,783
  4. miya-water.com/llms.txt#531,187
  5. sushigousa.com/llms-full.txt#557,616
relative_links13,5452.32
5
  1. docs.papermc.io/llms.txt#13,014
  2. www.dintex.nl/llms.txt#175,500
  3. hrustalev.com/llms.txt#253,656
  4. secretotangosociety.com/llms.txt#311,993
  5. stylue.com/llms.txt#584,647
links_outside_bullets2,8520.49
5
  1. docs.anichess.com/llms-full.txt#32,002
  2. www.discountprime.app/llms-full.txt#120,632
  3. wellknownmcp.org/llms.txt#133,760
  4. brapi.dev/llms-full.txt#136,242
  5. docs.sei.io/llms-full.txt#160,904
Links per document
statisticvalue
min0
p503
p7528
p90140
p95438
p991,883
p99.96,667
max51,327
mean100
Zero-link rate by generator
generatordocuments% with zero links
aioseo73,1360.00
gitbook2,4980.60
godaddy_parking14,71199.99
rankmath12,3600.11
unknown197,61217.98
wix241,44833.59
wordpress1,07027.38
yoast40,5090.04
Who writes them

Plugin output, not curation

Detection runs in two layers: an explicit self-declaration with a version string ("Generated by Yoast SEO v28.0, this is an llms.txt file"), and, for the silent generators, a language-independent structural fingerprint — for the site builders, the help-centre URL they embed rather than the prose around it, so that localised templates are still detected.

Producers (documents)wixwix: 241k241kunknownunknown: 198k198kaioseoaioseo: 73k73kyoastyoast: 41k41kgodaddy_parkinggodaddy_parking: 15k15krankmathrankmath: 12k12kgitbookgitbook: 2,4982,498wordpresswordpress: 1,0701,070shopifyshopify: 215215mintlifymintlify: 169169wpbakery_llmswpbakery_llms: 121121webflowwebflow: 4747
Generators
generatordocuments% of corpusexamples
wix241,44841.34
5
  1. www.cnsny.net/llms.txt#338,834
  2. www.arcataur.com/llms.txt#345,683
  3. www.markavieira.com/llms.txt#371,407
  4. www.billmcadams.com/llms.txt#377,861
  5. www.interiorsbymb.com/llms.txt#521,110
unknown197,61233.83
5
  1. docs.redteamleaders.com/llms.txt#9,335
  2. vocap.io/llms-full.txt#64,591
  3. cdn.extendoffice.com/llms.txt#99,722
  4. www.luminouspaintcenter.com/llms.txt#497,980
  5. cheap-dressuk.co.uk/llms.txt#530,287
aioseo73,13612.52
5
  1. www.terihall.com/llms.txt#162,691
  2. www.le-rempart.fr/llms.txt#200,731
  3. aluten.jp/llms.txt#442,987
  4. creativepackintl.com/llms.txt#525,239
  5. sportizen.ru/llms.txt#586,532
yoast40,5096.94
5
  1. nufatron.com/llms.txt#31,972
  2. www.veksleracademy.com/llms.txt#220,849
  3. www.vikipandit.com/llms.txt#479,822
  4. dunningexpress.com/llms.txt#521,023
  5. encore-seniorliving.com/llms.txt#550,081
godaddy_parking14,7112.52
5
  1. mmj.co/llms.txt#265,050
  2. killad.com/llms.txt#332,698
  3. konvertor.com/llms.txt#404,540
  4. yourtvonline.com/llms.txt#514,612
  5. carsblvd.com/llms.txt#525,762
rankmath12,3602.12
5
  1. www.free40.nl/llms.txt#45,576
  2. ludovic-chaintrier.fr/llms.txt#101,954
  3. glazenwasserapp.nl/llms.txt#160,252
  4. madisonutilities.org/llms.txt#260,511
  5. www.atticuseducation.ae/llms.txt#393,081
gitbook2,4980.43
5
  1. x1ecochain.gitbook.io/llms.txt#13,654
  2. orogold-1.gitbook.io/llms.txt#179,724
  3. bdi.gitbook.io/llms.txt#253,187
  4. cbe-berkeley.gitbook.io/llms.txt#552,877
  5. canary-protocol.gitbook.io/llms.txt#573,355
wordpress1,0700.18
5
  1. kasstrostudio.com/llms.txt#221,102
  2. kk-explainers.com/llms.txt#295,358
  3. petermies.at/llms.txt#315,403
  4. lifestance.com/llms.txt#425,947
  5. bhadohicarpets.com/llms.txt#515,622
shopify2150.04
5
  1. charissaweaks.com/llms.txt#95,369
  2. positivevibemerchant.myshopify.com/llms-full.txt#213,999
  3. limberlostmusic.com/llms.txt#447,364
  4. apexsecurity.ca/llms.txt#463,761
  5. karmasbeauty.com/llms.txt#544,683
mintlify1690.03
5
  1. www.tekst.com/llms.txt#175,931
  2. www.hotelaloceane.com/llms-full.txt#187,146
  3. www.lesrizieres-camargue.com/llms-full.txt#338,694
  4. docs.affelios.com/llms-full.txt#407,555
  5. rajanand.org/llms-full.txt#524,586
wpbakery_llms1210.02
5
  1. carlajeanconti.com/llms.txt#31,662
  2. www.socialcrm.com/llms.txt#249,421
  3. furbago.com/llms.txt#439,722
  4. www.demogodz.com/llms.txt#440,905
  5. chelnews.com/llms.txt#443,256
webflow470.01
5
  1. www.truckoo.com/llms.txt#86,168
  2. www.petrbilek.com/llms.txt#218,067
  3. loadoutstudio.com/llms.txt#329,097
  4. aamanitoba.org/llms.txt#346,593
  5. koysor.me/llms.txt#366,781
readme_io420.01
5
  1. productplan.readme.io/llms.txt#31,106
  2. securityscorecard.com/llms.txt#88,383
  3. sadadpay.readme.io/llms.txt#373,519
  4. phimthecorpse2.readme.io/llms.txt#479,368
  5. ingext.readme.io/llms.txt#517,675
docusaurus310.01
5
  1. frontmatter.codes/llms.txt#60,076
  2. docs.staging.fga.dev/llms.txt#208,405
  3. tianji.dev/llms.txt#221,453
  4. docs.bic-boxtech.org/llms-full.txt#445,699
  5. wiki.eb.ie/llms.txt#523,916
Generator families
familydocuments% of corpusexamples
site_builder241,51241.35
5
  1. www.cheftaylorscatering.com/llms.txt#35,880
  2. www.sngengineering.com.au/llms.txt#36,770
  3. www.margaritahousemexicanrestaurant.com/llms.txt#123,757
  4. www.corporacionbarea.com/llms.txt#180,462
  5. www.jovesnavegants.org/llms.txt#487,737
unknown197,61233.83
5
  1. docs.redteamleaders.com/llms.txt#9,335
  2. vocap.io/llms-full.txt#64,591
  3. cdn.extendoffice.com/llms.txt#99,722
  4. www.luminouspaintcenter.com/llms.txt#497,980
  5. cheap-dressuk.co.uk/llms.txt#530,287
seo_plugin126,13121.59
5
  1. www.marketingwine.com/llms.txt#45,910
  2. paleteriaelparaiso.com/llms.txt#362,658
  3. eleqant.az/llms.txt#403,705
  4. www.simoncroonenbroeck.de/llms.txt#569,318
  5. www.isart.fr/llms.txt#576,589
parking14,7112.52
5
  1. mmj.co/llms.txt#265,050
  2. killad.com/llms.txt#332,698
  3. konvertor.com/llms.txt#404,540
  4. yourtvonline.com/llms.txt#514,612
  5. carsblvd.com/llms.txt#525,762
docs_platform2,7530.47
5
  1. teamhycon.gitbook.io/llms.txt#72,969
  2. me88living.gitbook.io/llms.txt#219,246
  3. voicegenie.gitbook.io/llms.txt#314,414
  4. xmpro.gitbook.io/llms.txt#476,245
  5. cryptictechnologies.co/llms.txt#571,539
cms1,0700.18
5
  1. kasstrostudio.com/llms.txt#221,102
  2. kk-explainers.com/llms.txt#295,358
  3. petermies.at/llms.txt#315,403
  4. lifestance.com/llms.txt#425,947
  5. bhadohicarpets.com/llms.txt#515,622
ecommerce2250.04
5
  1. isle-of-dogs-grooming.myshopify.com/llms.txt#157,612
  2. ottensten.ee/llms-full.txt#224,728
  3. kikimaroon.com/llms.txt#269,296
  4. forgingforward.org/llms.txt#480,798
  5. ultimatdjzplayz.com/llms.txt#512,985
other_declared930.02
5
  1. www.psicologiamarquesiananews.com.br/llms.txt#12,901
  2. webstripe.ru/llms.txt#96,701
  3. blog.dipollini.com.br/llms.txt#126,825
  4. physiobeactive.bg/llms.txt#236,226
  5. www.lonesomehollerlodge.com/llms.txt#391,885

The largest single producer is wix at 41.34% of the corpus. Together with the WordPress SEO plugins, a handful of vendors decide what most of the llms.txt web says — and they interpreted the same informal spec in mutually incompatible ways: some emit a curated index, some dump the sitemap, some emit no links at all and advertise an API instead.

How each producer treats the spec
generatordocuments% conformance >= 3median linksmedian tokens
aioseo73,1360.001388,772
gitbook2,4980.7623819
godaddy_parking14,711100.000148
rankmath12,3600.19857,459
unknown197,61263.50111,000
wix241,44894.493719
wordpress1,07054.11121,602
yoast40,50982.3021729

Template detection needs no statistical model. Dropping the parts that are site-specific by construction — the title, the summary blockquote, the link bullets — and then erasing URLs, e-mail addresses, numbers and every non-ASCII run leaves the vendor's boilerplate and section structure. Exact matching on that skeleton is enough: one template collapses to a single string across thousands of sites. Translated boilerplate forms one cluster per language, which is what the generator fingerprints unify; skeleton clustering is what catches template families whose producer is unknown.

Largest template clusters
cluster size% of corpusgeneratortop languageexamples
118,00220.20wixeng
5
  1. www.hodajudaharmani.design/llms.txt#215,400
  2. www.nwalbest.com/llms.txt#348,873
  3. www.barbaraehlers.co.uk/llms.txt#403,000
  4. www.daphsrestaurant.com.au/llms.txt#422,531
  5. www.qafzeh.com/llms.txt#565,981
59,96210.27wixeng
5
  1. www.marcocorvo.com/llms.txt#43,206
  2. www.theskatescholarship.com/llms.txt#176,955
  3. www.copelandbrand.com/llms.txt#194,787
  4. www.hamiltonrotary.org/llms.txt#323,271
  5. www.bigapplefilmfestival.com/llms.txt#448,646
9,0961.56wixfra
5
  1. www.yawoto.ch/llms.txt#134,637
  2. www.depannage-porte.ch/llms.txt#374,772
  3. www.lesfilmsdelarche.com/llms.txt#427,242
  4. www.lavalleedusucces.com/llms.txt#535,146
  5. www.morinexpress.com/llms.txt#597,601
8,7281.49wixdeu
5
  1. www.waltnerweine.com/llms.txt#97,305
  2. en.feineadressen.de/llms.txt#264,444
  3. www.tischlerei-friesen-bande.de/llms.txt#431,158
  4. www.psychotherapie5stueck.de/llms.txt#520,777
  5. www.quality-ebike-tours.de/llms.txt#578,958
7,0001.20wixjpn
5
  1. www.solum-sports.co.jp/llms.txt#78,080
  2. www.nagoyafrance.co.jp/llms.txt#118,552
  3. www.yumipro.jp/llms.txt#260,039
  4. www.tokerusakana.jp/llms.txt#261,954
  5. www.arigato-nsports.com/llms.txt#418,830
6,2591.07aioseojpn
5
  1. studiozen.co.jp/llms.txt#80,068
  2. jo-terrace.jp/llms.txt#330,041
  3. insinfo.ru/llms.txt#394,640
  4. www.fadeeva-writer.ru/llms.txt#407,280
  5. lutera.org/llms.txt#489,892
4,5480.78wixfra
5
  1. www.asblformosa.be/llms.txt#23,390
  2. www.danielsapin.com/llms.txt#25,788
  3. www.beausoleilavocat.com/llms.txt#169,959
  4. www.lescoolheuresdelapastorale.com/llms.txt#323,977
  5. www.ocultoparis.fr/llms.txt#328,439
4,3080.74wixspa
5
  1. www.renatablue.com/llms.txt#95,651
  2. www.groomers.pe/llms.txt#101,918
  3. www.visiondefuturo.org/llms.txt#202,256
  4. www.misioncordoba.tv/llms.txt#266,241
  5. www.hermessolenzol.com/llms.txt#400,675
4,2940.74wixdeu
5
  1. www.gastronomie-serviceportal.de/llms.txt#30,148
  2. www.leitwege.de/llms.txt#184,430
  3. www.farbensehen.com/llms.txt#312,727
  4. www.lorenagasser.ch/llms.txt#318,016
  5. www.henriette-hair-makeup.at/llms.txt#458,667
3,9200.67wixpor
5
  1. www.adoletabrinquedosemimos.com.br/llms.txt#105,017
  2. www.concertosemgoiania.com.br/llms.txt#135,534
  3. www.bonjardim.com.br/llms.txt#143,338
  4. www.blattes.pt/llms.txt#505,739
  5. www.andradascontabil.com.br/llms.txt#515,315
3,5310.60wixjpn
5
  1. www.kemo-lab.com/llms.txt#10,924
  2. www.tsuimiho.com/llms.txt#165,814
  3. www.jiku-hana.com/llms.txt#183,397
  4. www.warafu.jp/llms.txt#189,316
  5. www.nodakitafurusato.net/llms.txt#494,803
2,1890.37aioseoeng
5
  1. story-osaka.com/llms.txt#12,927
  2. www.wakayama-glamping.com/llms.txt#47,173
  3. power1stop.com/llms.txt#177,353
  4. www.millemille.jp/llms.txt#319,744
  5. ohashi-lc.com/llms.txt#541,353
2,1480.37rankmatheng
5
  1. 4dskin.ca/llms.txt#78,262
  2. football-bbc.com/llms.txt#135,264
  3. allisontask.com/llms.txt#461,557
  4. aquaholic.com.sg/llms.txt#474,434
  5. baddiehub.news/llms.txt#516,657
2,1410.37wixspa
5
  1. www.kayaksantacruz.com.ar/llms.txt#16,646
  2. www.rubendariogomez.net/llms.txt#152,877
  3. www.mcm12church.com/llms.txt#310,710
  4. www.cardioservicios.com.gt/llms.txt#315,143
  5. www.doradoderby.com/llms.txt#459,194
2,0150.34wixpor
5
  1. www.conceitosistemas.com.br/llms.txt#331,291
  2. www.hugal.com/llms.txt#336,343
  3. www.alutino.com.br/llms.txt#338,010
  4. www.caxiaslixozero.com.br/llms.txt#449,540
  5. www.smartwagons.pt/llms.txt#467,233

68.3% of the corpus is templated by this measure; the ten biggest clusters alone are 38.7%. Every rate elsewhere in this report is therefore reported against the human-authored remainder wherever the distinction matters.

One template family deserves its own line. 44.9% of documents mention the Model Context Protocol and 44.4% publish a live MCP endpoint URL. For those sites llms.txt is not a link index at all: it is a service-discovery record telling agents to stop scraping and call an API instead. The specification does not mention this use.

Which producers advertise an MCP endpoint
generatordocuments% of corpus
wix241,43792.11
unknown20,3177.75
shopify1420.05
yoast520.02
aioseo490.02
wordpress330.01
gitbook320.01
rankmath240.01
wpbakery_llms60.00
mintlify50.00

Files that were pasted out of a chat window

A third production route leaves its own traces. 1.43% of documents carry a marker that only appears when someone asked an assistant to write the file and shipped the answer unedited: ChatGPT's contentReference[oaicite:…] citation markers, an unfilled [Insert company name] placeholder, a leftover ```markdown fence around the whole document, or a utm_source=chatgpt link. The topic model found these on its own — whole clusters of clinics and agencies held together by the token oaicite.

Where the pasted files live
generatordocuments% of corpus
aioseo4,77657.03
unknown2,84033.91
rankmath4074.86
yoast2873.43
wordpress530.63
mintlify70.08
webflow10.01
docusaurus10.01
Declared generator versions
generatorversiondocuments
aioseo4.9.1033,686
yoast28.016,900
yoast27.97,280
aioseo4.9.7.26,537
aioseo4.9.96,452
aioseo4.9.34,553
aioseo4.9.5.12,691
aioseo4.9.82,631
yoast27.82,424
aioseo4.9.6.22,229
yoast27.71,838
aioseo4.9.21,657
aioseo4.9.01,652
aioseo4.8.71,531
yoast27.61,477
Rights and crawlers

A policy channel the spec never defined

Nothing in the specification concerns rights. In practice a measurable share of documents use llms.txt to state terms — and they do so in at least four mutually incompatible dialects: prose paragraphs, YAML permission blocks, robots.txt syntax served under the llms.txt name, and links out to a licence page.

6.6%
carry policy language
usage, rights or licensing
0.3%
name a specific crawler
allow- or deny-lists
2.1%
have a policy heading
an explicit section
6.5%
publish a contact address
for licensing or corrections
Policy dialects (documents with a policy)proseprose: 38k38krobotsrobots: 664664yamlyaml: 154154mixedmixed: 2222
Directives found, by frequency
directivedocuments% of corpusexamples
rate_limit17,7983.05
5
  1. mytruckdesk.com/llms.txt#111,430
  2. www.maideo.fr/llms.txt#116,233
  3. embernoire.com.au/llms.txt#278,645
  4. www.eachlabs.ai/llms.txt#513,733
  5. witairatlantic.com/llms.txt#558,200
copyright_notice5,4440.93
5
  1. marienthaler-gesundheitszentrum.de/llms.txt#154,557
  2. duled.vn/llms.txt#384,127
  3. dekwekerijlier.be/llms.txt#427,081
  4. www.ielev.org.tr/llms.txt#475,922
  5. rcsdrives.com/llms.txt#595,329
citation_required2,6920.46
5
  1. viplandscapingandlawncare.com/llms.txt#88,551
  2. www.herechattanooga.com/llms.txt#141,906
  3. www.tecobi.com/llms-full.txt#169,799
  4. safety-driving.kz/llms.txt#506,352
  5. www.1776stumpgrinding.com/llms.txt#527,182
license_ref1,5100.26
5
  1. pareta.fr/llms.txt#3,717
  2. learn.idtechwire.com/llms.txt#14,963
  3. www.juliendoclot.com/llms.txt#23,774
  4. www.expasy.org/llms.txt#187,942
  5. climabr.app/llms.txt#382,260
attribution_required8460.14
5
  1. www.kernjewelers.com/llms.txt#158,722
  2. detectivprivat.ro/llms.txt#364,996
  3. www.deutsche-familienversicherung.de/llms.txt#440,383
  4. www.homepainterspro.ca/llms.txt#470,795
  5. abhishekdas.com/llms.txt#516,432
allow_training7450.13
5
  1. planmywalk.nz/llms.txt#10,310
  2. job.careers/llms.txt#30,299
  3. www.kariru-f.com/llms.txt#123,305
  4. www.somgurman.sk/llms.txt#417,105
  5. www.myleodsc.com/llms.txt#550,643
paywall_notice5130.09
5
  1. book.leveldesignbook.com/llms-full.txt#49,068
  2. www.hmix.net/llms.txt#55,676
  3. www.scrolllaunch.com/llms-full.txt#115,995
  4. www.fairecv.fr/llms.txt#331,014
  5. www.patrika.com/llms.txt#447,576
no_training3420.06
5
  1. www.opzeluraontrachcp.com/llms.txt#11,214
  2. www.bebedeparis.fr/llms.txt#157,148
  3. mapo-werbeagentur.de/llms.txt#218,717
  4. www.opzelura.com/llms.txt#483,981
  5. www.ideedituttounpo.it/llms.txt#484,253
respect_robots2570.04
5
  1. keyacreations.com/llms.txt#223,042
  2. web.iwantcard.tw/llms.txt#265,884
  3. listenai.studio/llms.txt#380,652
  4. dentestet.ro/llms.txt#393,121
  5. www.jaipurtimes.org/llms.txt#417,155
commercial_license2560.04
5
  1. gopippa.ai/llms.txt#202,819
  2. www.workshoplabminiatures.com/llms.txt#250,193
  3. quantcalc.app/llms.txt#351,209
  4. vendure.io/llms.txt#371,665
  5. www.myria.pro/llms-full.txt#400,571
contact_for_licensing1770.03
5
  1. airflightdisaster.com/llms.txt#168,981
  2. www.carolinaherrera.com/llms.txt#173,490
  3. www.notably.no/llms.txt#201,198
  4. crabclear.com/llms.txt#439,164
  5. www.workmade.com/llms-full.txt#531,071
medical_legal_disclaimer1760.03
5
  1. www.numuma.com/llms.txt#182,267
  2. www.apollohospitals.com/llms.txt#183,118
  3. www.tommyedward.com/llms.txt#207,375
  4. vitababy.ai/llms.txt#410,366
  5. www.natonco.org/llms.txt#503,079
noncommercial_only530.01
5
  1. pinsnap.app/llms.txt#117,195
  2. teethsavers.com/llms.txt#364,274
  3. vu.ca/llms.txt#374,836
  4. www.darebee.com/llms.txt#442,112
  5. www.theantiquesroom.com/llms.txt#517,792
jurisdiction390.01
5
  1. www.alfozdelloredo.es/llms.txt#42,973
  2. almaty.star-tex.kz/llms.txt#443,293
  3. rudderlawgroup.ca/llms.txt#475,930
  4. teuflaustria.at/llms.txt#544,745
  5. fahrwerke24.ch/llms.txt#556,919
ai_summary_ok210.00
5
  1. www.kampseti.com/llms.txt#21,300
  2. www.carolinaherrera.com/llms.txt#173,490
  3. www.ipeka.com/llms.txt#281,534
  4. www.nivocase.de/llms.txt#409,121
  5. slidea.com/llms.txt#594,254
disallow_training_header70.00
5
  1. www.corpay.com/llms.txt#25,758
  2. www.inlineservices.com/llms.txt#141,245
  3. saabsoft.com/llms.txt#310,888
  4. usfusion.com/llms.txt#327,234
  5. anolla.com/llms.txt#565,311

The named-crawler table is the closest thing this corpus has to a robots.txt of the agent era. It is also where a publisher's intent is least ambiguous: naming a user-agent and putting allow or deny next to it is a deliberate act.

Named crawlers and their verdicts
crawlerdocuments naming italloweddenied% denied (of decided)examples
GPTBot8672606520.00
5
  1. luxeaestheticsurgery.com/llms.txt#53,700
  2. www.joinblvd.com/llms.txt#203,993
  3. www.modernstay.ai/llms.txt#212,731
  4. automarticles.com/llms.txt#342,385
  5. aiapplyd.com/llms-full.txt#530,164
PerplexityBot7692414315.14
5
  1. planmywalk.nz/llms.txt#10,310
  2. www.athernex.tech/llms.txt#96,064
  3. starlightretail.ltd/llms-full.txt#101,137
  4. tentacl.ai/llms.txt#507,394
  5. www.allihoopliving.com/llms.txt#532,885
ClaudeBot7592325418.88
5
  1. integra3646.com/llms-full.txt#31,974
  2. www.capterra.co.nz/llms.txt#205,403
  3. www.getwewrite.app/llms-full.txt#472,484
  4. www.fogdigitalmarketing.com/llms.txt#482,465
  5. mememachine.nikepig.com/llms-full.txt#590,987
Google-Extended6822024116.87
5
  1. sense2.de/llms.txt#104,375
  2. seo.contencial.co.jp/llms-full.txt#275,531
  3. starbuzz.ai/llms.txt#275,559
  4. restart-foundation.org/llms.txt#334,593
  5. hollywood-based.com/llms.txt#449,348
xAI423102066.67
5
  1. docs.wlth.xyz/llms.txt#19,370
  2. cig-upm.es/llms.txt#29,482
  3. www.aiassesstech.com/llms.txt#145,059
  4. marketing.chat/llms.txt#240,089
  5. khao.ai/llms.txt#593,921
CCBot399903226.23
5
  1. mainauctionservices.com/llms.txt#217,773
  2. www.proform.com/llms.txt#300,015
  3. rvutrackerapp.com/llms.txt#374,908
  4. virtualofficemadeira.com/llms.txt#477,036
  5. otonatoki.com/llms-full.txt#506,578
ChatGPT-User308971815.65
5
  1. sustainability.today/llms.txt#114,730
  2. rusholdlogistic.ru/llms-full.txt#242,011
  3. geekvibes.agency/llms.txt#371,979
  4. www.zielgruppe.de/llms.txt#499,438
  5. www.webotit.ai/llms.txt#570,987
OAI-SearchBot2891001714.53
5
  1. www.habituehomes.com/llms.txt#125,643
  2. feebite.com/llms.txt#205,320
  3. www.ezy.ai/llms.txt#383,519
  4. hollywood-based.com/llms.txt#449,348
  5. plisseshop.no/llms.txt#546,727
Applebot-Extended252791616.84
5
  1. fr.fillablew9.com/llms.txt#216,597
  2. es.s-ai.net/llms.txt#252,886
  3. www.best-chem.co.uk/llms.txt#356,432
  4. gamfi.com/llms.txt#370,254
  5. semantiko.com/llms-full.txt#398,992
anthropic-ai215791112.22
5
  1. www.ult.de/llms.txt#100,375
  2. es.s-ai.net/llms.txt#252,886
  3. ivisa.ru/llms.txt#497,039
  4. www.jjl.cn/llms.txt#499,256
  5. www.randalolson.com/llms.txt#562,302
Bytedance18281055.56
5
  1. www.dekeyicai.cn/llms.txt#72,935
  2. platform.acedata.cloud/llms.txt#124,187
  3. digiactu.fr/llms.txt#330,273
  4. aialleyway.com/llms.txt#338,924
  5. tallwire.com/llms.txt#593,396
Googlebot173461524.59
5
  1. inivie.com/llms.txt#188,907
  2. 40q.agency/llms.txt#193,972
  3. sebastienbourru.fr/llms.txt#216,397
  4. virtualofficemadeira.com/llms.txt#477,036
  5. www.farmersmarketonline.org/llms.txt#533,366
claude-web15948712.73
5
  1. www.flyius.com/llms-full.txt#25,455
  2. meetwiwo.com/llms-full.txt#132,906
  3. www.alicloud168.com/llms.txt#160,170
  4. www.gmanetwork.com/llms-full.txt#359,972
  5. www.modiqo.ai/llms.txt#398,526
Bytespider151601014.29
5
  1. wisperisp.com/llms.txt#30,644
  2. swiftapplab.com/llms.txt#196,896
  3. lucerne-based.com/llms.txt#280,309
  4. hollywood-based.com/llms.txt#449,348
  5. www.meritto.com/llms.txt#482,449
Amazonbot148441221.43
5
  1. www.fenixinsight.com/llms.txt#26,841
  2. crq.com/llms.txt#96,857
  3. thecanopytents.com/llms.txt#103,247
  4. slrebound.com/llms.txt#140,569
  5. baileszindler.com/llms-full.txt#452,827
Bingbot14041918.00
5
  1. somoonbowl.com/llms-full.txt#22,919
  2. global.jjl.cn/llms.txt#191,414
  3. doc.janettr.com/llms.txt#214,541
  4. www.mypregnancycalc.com/llms.txt#232,217
  5. intelligentit.io/llms.txt#368,881
YouBot13628617.65
5
  1. airjournal.org/llms.txt#60,065
  2. www.wizamit.com/llms.txt#143,139
  3. alkemyainsights.com/llms-full.txt#204,602
  4. www.tetragonobookstores.gr/llms.txt#239,637
  5. covalon.com/llms.txt#489,878
cohere-ai12038817.39
5
  1. valadvisor.com/llms.txt#51,972
  2. whitebooks.in/llms.txt#260,759
  3. failureprevention.com/llms.txt#493,402
  4. www.yaoyanghui.com/llms.txt#494,091
  5. www.capterra.cl/llms.txt#497,722
Meta-ExternalAgent10825824.24
5
  1. www.macbookrepairsdubai.ae/llms.txt#16,269
  2. www.prudentiallife.co.ke/llms.txt#80,044
  3. www.genoway.com/llms.txt#155,196
  4. www.surmado.com/llms.txt#387,765
  5. ivisa.ru/llms-full.txt#467,313
Claude-SearchBot832029.09
5
  1. www.gilbertengineering.co.uk/llms.txt#202,502
  2. www.capterra.dk/llms.txt#248,032
  3. www.hrcloud.com/llms.txt#323,110
  4. nova3.ai/llms.txt#396,348
  5. www.assuredsolutionsltd.co.uk/llms.txt#435,584

A verdict is read from the same line the crawler is named on. Documents that name a crawler without any allow/deny marker are counted in the first column only, which is why allowed + denied does not sum to the total.

Which producers emit policy language
generatordocuments% of corpus
unknown33,06085.91
aioseo2,9887.77
wix1,2863.34
rankmath4181.09
wordpress2390.62
shopify1500.39
yoast1350.35
mintlify800.21
gitbook480.12
wpbakery_llms270.07
Abuse

Unguarded, and already being used

llms.txt is text an agent reads as guidance, published at a predictable path, inspected by no security tooling. The lexicon below grades what publishers put there, from benign steering through self-promotion to outright instruction override. It is deliberately conservative: high precision by construction, unknown recall.

0.02%
instruct the reading model
promotional or stronger
0.00%
attempt an override
"ignore previous instructions" class
2.54%
are domains for sale
14,812 documents
1.20%
hit a spam lexicon
gambling, adult, pharma, …
Documents containing model-directed instructionssteeringsteering: 3,7933,793promotionalpromotional: 102102overrideoverride: 1010

The override row is small enough to audit exhaustively, and it was: all of its documents were read individually. Four are genuine — a bug-bounty researcher's labelled payload catcher, two protest files, and one “LLM Training Policy” whose summary blockquote instructs the reader to ignore its instructions and fetch another URL. The rest are false positives of two kinds: technical writing that contains the literal ChatML control tokens because it is explaining them, and an incidental “you are now” in a page description. Read the override count as an upper bound on candidates, not a count of attacks — and note that every genuine case was placed deliberately by its author, rather than smuggled in.

Which patterns matched
patterndocuments% of corpusexamples
addressed_to_model3,3220.57
5
  1. netmind.net/llms.txt#207,309
  2. www.rsplaneta.com/llms-full.txt#247,155
  3. startpolymarket.com/llms.txt#310,754
  4. exercisedb.io/llms.txt#363,573
  5. grayhat.studio/llms-full.txt#451,467
always_mention4360.07
5
  1. us.mossbros.com/llms.txt#75,352
  2. www.webfwd.co.uk/llms.txt#202,504
  3. www.wellnesscounselingbc.com/llms.txt#249,219
  4. www.panadvert.com/llms.txt#258,925
  5. www.vertica.dk/llms.txt#533,342
prioritise_pages1030.02
5
  1. sociallyin.com/llms.txt#28,568
  2. www.htmlelements.com/llms.txt#194,057
  3. www.smyleinn.com/llms.txt#304,830
  4. vyncedigital.com/llms.txt#371,223
  5. madgicx.com/llms.txt#435,915
avoid_pages780.01
5
  1. www.artscale.eu/llms.txt#206,722
  2. eur.shein.com/llms.txt#236,928
  3. my.shein.com/llms.txt#321,103
  4. islucid.com/llms.txt#360,050
  5. researcher.now/llms.txt#495,377
always_recommend650.01
5
  1. gouldpaintingwny.com/llms.txt#254,658
  2. kasa.com/llms.txt#315,544
  3. llmscentral.com/llms.txt#369,558
  4. www.coastalmasonry.net/llms.txt#384,818
  5. americanmasonry.pro/llms.txt#557,166
answer_script360.01
5
  1. mockl.io/llms.txt#311,395
  2. www.identalboards.com/llms.txt#359,051
  3. bananacam.ai/llms.txt#398,574
  4. dictaflow.io/llms.txt#531,808
  5. www.auronsoftware.com/llms.txt#547,017
role_reassign50.00
5
  1. loading.bar/llms.txt#77,942
  2. jrwren.dev/llms.txt#87,317
  3. lospropietarios.com/llms.txt#339,159
  4. asozial.org/llms.txt#499,547
  5. clearwaterknits.com/llms.txt#578,492
ignore_previous30.00
3
  1. jrwren.dev/llms.txt#87,317
  2. bugbounty.mrjamesmyers.co.uk/llms.txt#138,196
  3. www.fiendzine.net/llms.txt#449,708
system_prompt_override30.00
3
  1. www.salmanq.com/llms.txt#143,175
  2. www.salmanq.com/llms-full.txt#144,252
  3. www.everydev.ai/llms.txt#251,189
suppress_competitors20.00
2
  1. www.csint.com/llms.txt#61,577
  2. www.hamiltoncaredental.com/llms.txt#341,888
Instruction severity — human-authored documents only
severitydocuments% of corpus
none180,96998.01
steering3,5581.93
promotional1020.06
override70.00

Parked domains are the corpus's most absurd corner. 14,812 documents (2.54%) advertise the domain itself for sale, and 99.99% of those are well-formed enough to clear conformance level 2 — someone wrote a spec-shaped sales pitch aimed at a language model.

Parked-domain marketplaces
marketplacedocuments% of corpus
godaddy14,71399.33
other970.65
sedo20.01
Primary spam lexicon hitgamblinggambling: 5,6175,617adultadult: 1,0241,024pharmapharma: 205205loansloans: 5151essay_millessay_mill: 4141replicareplica: 2323seo_servicesseo_services: 2020cryptocrypto: 1515
Spam lexicons
lexicondocuments% of corpusexamples
gambling5,6170.96
5
  1. chicken-game-gambl-od.online/llms.txt#69,864
  2. gamesterbaru.id/llms.txt#184,875
  3. grcegypt.com/llms.txt#218,024
  4. vfkeducacao.com.br/llms.txt#424,858
  5. www.axiasignalsgroup.com/llms-full.txt#529,949
adult1,1060.19
5
  1. rihoaffet.com/llms.txt#265,585
  2. yoasobiman.com/llms.txt#280,678
  3. chandigarh.mahiescort.in/llms.txt#454,067
  4. www.bitmi.ro/llms.txt#503,044
  5. molester-av.com/llms.txt#517,813
pharma2270.04
5
  1. nexus-global.us/llms.txt#179,537
  2. congresminute.com/llms.txt#210,302
  3. elitedigitalagency.com/llms.txt#359,112
  4. www.manhh.com/llms.txt#433,400
  5. www.jazzercise.com.au/llms.txt#503,624
loans580.01
5
  1. thebar10der.com/llms.txt#134,293
  2. fitzgeraldadvisors.com/llms-full.txt#279,555
  3. www.3storeroma.com/llms.txt#325,065
  4. 15mfinance.com/llms.txt#342,900
  5. texascartitleandpaydayloanservicesinc.com/llms.txt#472,990
essay_mill480.01
5
  1. bestdissertationwriter.com/llms.txt#29,985
  2. mid-terms.com/llms.txt#262,853
  3. www.paysomeonetotakemyonlineclassforme.com/llms.txt#335,002
  4. contentwritinguk.com/llms.txt#350,102
  5. www.michaelriley.com.au/llms.txt#383,545
replica350.01
5
  1. replicaincuk.com/llms.txt#351,229
  2. www.toplevelwatch.com/llms.txt#409,037
  3. www.bestrolexreplica.co.uk/llms.txt#412,472
  4. www.replicacopys.com/llms.txt#491,303
  5. biznesnow.pl/llms.txt#499,222
seo_services230.00
5
  1. backmodo.com/llms.txt#173,412
  2. www.fbpostlikes.com/llms.txt#213,861
  3. saynine.ai/llms.txt#331,120
  4. neofollower.com/llms.txt#577,936
  5. www.rhinorank.io/llms.txt#578,822
crypto200.00
5
  1. www.vectortechhub.fun/llms.txt#58,706
  2. www.cyberfutures.com/llms.txt#156,405
  3. docs.blockmind.app/llms.txt#239,270
  4. cipro.mx/llms.txt#560,778
  5. zoombeats.com/llms.txt#585,078

Link injection is visible too. 0.37% of documents send the majority of their links to five or more third-party domains, and 0.11% are written in a language implausible for their ccTLD — the classic signature of a compromised site republished as a link farm.

Largest ccTLD / content-language mismatches
TLDcontent languagedocumentsexamples
cofra25
5
  1. www.lebloomclub.co/llms.txt#140,866
  2. www.desirely.co/llms.txt#214,184
  3. www.jexplore.co/llms.txt#264,253
  4. costructor.co/llms.txt#413,606
  5. www.bruno.co/llms.txt#502,202
copor16
5
  1. docs.ensuro.co/llms.txt#50,039
  2. aquilum.co/llms.txt#221,638
  3. www.cobli.co/llms.txt#280,761
  4. expansao.co/llms.txt#335,216
  5. www.marcioalmeida.co/llms.txt#556,357
idmsa13
5
  1. gamingtanker.id/llms.txt#62,036
  2. gamestatus.id/llms.txt#225,756
  3. indogaming.id/llms.txt#308,543
  4. terkini24.id/llms.txt#467,304
  5. smkn3singaraja.sch.id/llms.txt#527,850
itdeu11
5
  1. www.herma.co.it/llms.txt#24,396
  2. www.comprocartucce.it/llms.txt#218,641
  3. truttenbach.it/llms.txt#377,426
  4. bauunternehmen-suedtirol.it/llms.txt#527,343
  5. neckar.it/llms.txt#572,314
cotha11
5
  1. be-academy.co/llms.txt#103,132
  2. plern.co/llms.txt#131,678
  3. www.thainewsonline.co/llms.txt#279,575
  4. i-study.co/llms.txt#588,355
  5. codedammit.co/llms.txt#591,126
skces10
5
  1. www.vyrobsitricko.sk/llms.txt#85,079
  2. www.horsefeathers.sk/llms.txt#114,006
  3. www.sex-slovakia.sk/llms.txt#164,145
  4. www.musicrecords.sk/llms.txt#508,487
  5. www.cooltopanky.sk/llms.txt#514,647
cotur10
5
  1. babestudio.co/llms.txt#74,371
  2. eventpal.co/llms.txt#128,327
  3. perabet.co/llms.txt#178,281
  4. rehber.microfon.co/llms.txt#568,306
  5. onedio.co/llms.txt#582,845
czslk9
5
  1. husuvdomov.cz/llms.txt#68,476
  2. karson.cz/llms.txt#131,822
  3. www.stillmass-nutrition.cz/llms.txt#176,773
  4. www.veterinavitkovice.cz/llms.txt#370,922
  5. www.okhpremium.cz/llms.txt#566,009
cnell9
5
  1. m.jxbld.cn/llms.txt#109,475
  2. www.jxbld.cn/llms.txt#216,066
  3. www.zzjinheng.com.cn/llms.txt#371,427
  4. www.chanun.com.cn/llms.txt#511,902
  5. www.lamting.cn/llms.txt#584,388
defra8
5
  1. bergsonne-allgaeu.de/llms.txt#206,000
  2. www.tunetoo.de/llms.txt#230,659
  3. tomtur.de/llms.txt#241,879
  4. www.camping-carcans-ocean.de/llms.txt#487,751
  5. ergoflix.de/llms.txt#588,980
nlvie8
5
  1. filmpjesvandaag.nl/llms.txt#48,689
  2. 88kbet.nl/llms.txt#138,722
  3. bakgroepoudade.nl/llms.txt#180,656
  4. sportinzaanstad.nl/llms.txt#452,625
  5. eatgoed.nl/llms.txt#498,184
jpzxx7
5
  1. www.p-a.jp/llms.txt#13,570
  2. keytas.jp/llms-full.txt#31,940
  3. ai-skill.jp/llms.txt#313,449
  4. keytas.jp/llms.txt#330,413
  5. www.secom.co.jp/llms.txt#512,146
Share of links pointing off-domain (%)
statisticvalue
min0
p500
p7533
p9033
p9582
p99100
p99.9100
max100
mean18
Which producers host the suspicious documents
generatordocuments% of corpus
aioseo3,21745.20
unknown2,72438.27
rankmath5597.85
yoast5017.04
wix771.08
godaddy_parking130.18
gitbook120.17
wordpress110.15
mintlify20.03
wpbakery_llms10.01
Reach and cost

Language, length, topics and what it costs to read

Language is identified with commonlid, Common Crawl's own LID evaluation kit: cld2 as the primary model with GlotLID as the fallback where cld2 abstains. Input is the document's prose with link bullets, URLs and markdown syntax stripped, so that link dumps and translated boilerplate do not decide the label.

Content languages (documents)engeng: 431k431kdeudeu: 25k25kjpnjpn: 23k23kfrafra: 23k23kspaspa: 15k15kporpor: 9,3859,385itaita: 5,9885,988nldnld: 5,8915,891rusrus: 5,2335,233polpol: 3,9253,925turtur: 3,8933,893zhozho: 3,3533,353sweswe: 2,2622,262cesces: 1,9771,977korkor: 1,5451,545
Languages (ISO 639-3)
language (ISO 639-3)documents% of corpusexamples
eng430,73373.74
5
  1. www.rolandszadai.com/llms.txt#75,716
  2. wingsofseo.com/llms.txt#253,865
  3. www.todandthebadideas.com/llms.txt#386,235
  4. www.hotel-esprit-saint-germain.com/llms.txt#452,939
  5. bricknowlogy.com/llms.txt#574,158
deu25,4304.35
5
  1. www.mvz-krause.de/llms.txt#65,150
  2. www.cashimondo.de/llms.txt#258,698
  3. www.kemater-alm.at/llms.txt#382,502
  4. www.dorfmetzg-steinmann.ch/llms.txt#392,611
  5. www.brauhof-wien.at/llms.txt#519,183
jpn22,9993.94
5
  1. www.kanclinic1.com/llms.txt#213,856
  2. www.coyoteuglysaloon-fukuoka.jp/llms.txt#218,794
  3. www.taoofmoon.com/llms.txt#311,900
  4. www.nagasaki-asa.com/llms.txt#398,561
  5. www.y-sakigake.com/llms.txt#435,117
fra22,5033.85
5
  1. www.magicsloisirs.fr/llms.txt#228,917
  2. www.cabinetdapaisement.com/llms.txt#311,236
  3. aren-lille.fr/llms.txt#330,453
  4. emsystudio.com/llms.txt#339,650
  5. www.villamellifera.com/llms.txt#522,407
spa14,5742.50
5
  1. www.cindesus.org/llms.txt#101,556
  2. lapanaderiarusa.com/llms.txt#258,019
  3. www.fouriering.com/llms.txt#415,293
  4. joeprog.com/llms.txt#441,660
  5. casorellana.com/llms.txt#551,452
por9,3851.61
5
  1. www.bmodonto.com/llms.txt#55,216
  2. www.vipschoolofenglish.com.br/llms.txt#220,308
  3. www.geleiaveiculos.com.br/llms.txt#412,155
  4. www.socorromonteiro.com.br/llms.txt#416,905
  5. vipnoticia.com.br/llms.txt#547,465
und7,0431.21
5
  1. mindbodyhealthsolution.com/llms.txt#186,998
  2. www.cruisebay.com/llms.txt#243,076
  3. www.gargallo-hotels.com/llms.txt#279,112
  4. www.hallauto.com/llms.txt#326,496
  5. bugchomper.skia.org/llms.txt#393,339
ita5,9881.03
5
  1. www.paragonsec.it/llms.txt#12,331
  2. www.unifarma.it/llms.txt#72,754
  3. www.academy.alessioferrari.net/llms.txt#104,728
  4. viterbo.artecitta.it/llms.txt#337,365
  5. www.enanimation.it/llms.txt#389,743
nld5,8911.01
5
  1. www.rustica.be/llms.txt#14,419
  2. www.chconnect.be/llms.txt#81,072
  3. www.stedinterieur.nl/llms.txt#348,710
  4. www.mind-thegap.be/llms.txt#393,663
  5. www.cursussendiannewakker.nl/llms.txt#548,875
rus5,2330.90
5
  1. smile-color.by/llms.txt#227,898
  2. domurok.ru/llms.txt#293,808
  3. my-water.ru/llms.txt#323,443
  4. fashioninsider.ru/llms.txt#498,917
  5. lukoil-masla.ru/llms.txt#509,272
pol3,9250.67
5
  1. www.bb8.pl/llms.txt#88,094
  2. kadax.pl/llms.txt#88,389
  3. planeta-budowlana.pl/llms.txt#169,196
  4. www.commerciumrt.com/llms.txt#297,509
  5. www.splywy.pl/llms.txt#597,648
tur3,8930.67
5
  1. probident.com.tr/llms.txt#117,089
  2. www.projehocam.com/llms.txt#220,025
  3. paksoykuyumculuk.com/llms.txt#250,200
  4. oguzhanocal.com.tr/llms.txt#398,048
  5. www.cinarlab.com.tr/llms.txt#597,698
zho3,3530.57
5
  1. www.leedschineseschool.co.uk/llms.txt#120,883
  2. www.miaocode.com/llms.txt#317,031
  3. www.sphereedu.co/llms.txt#381,038
  4. hk.trip.com/llms.txt#390,620
  5. www.twabda.org/llms.txt#563,469
swe2,2620.39
5
  1. www.stoppagrundlagsandringen.com/llms.txt#23,008
  2. solutionxperts.se/llms.txt#260,377
  3. www.dedesign.se/llms.txt#322,073
  4. rekrytering.norstedts.se/llms.txt#346,000
  5. www.gladatander.se/llms.txt#363,532
ces1,9770.34
5
  1. www.filminnorthmoravia.com/llms.txt#5,187
  2. empellio.com/llms.txt#92,842
  3. www.kulturasusice.cz/llms.txt#159,466
  4. medicalface.cz/llms.txt#185,195
  5. www.hl7cr.eu/llms.txt#351,648
kor1,5450.26
5
  1. e-wisesolutions.com/llms.txt#56,521
  2. www.stepai.kr/llms.txt#286,006
  3. www.jungeui.com/llms.txt#344,038
  4. www.opnaraop.com/llms.txt#371,413
  5. www.1sevenbit.com/llms.txt#554,330
nor1,1570.20
5
  1. www.makrofon.no/llms.txt#157,852
  2. kyvikauto.no/llms.txt#422,800
  3. www.bigbrothersupportergrupp.com/llms.txt#525,186
  4. talgje.info/llms.txt#534,099
  5. www.proaktivhelse.no/llms.txt#553,340
dan1,1020.19
5
  1. www.evangeliskfrikirke.dk/llms.txt#252,553
  2. maseliving.dk/llms.txt#255,539
  3. www.teatergaarden.dk/llms.txt#304,236
  4. ventilation-rens.dk/llms.txt#328,761
  5. kompetent.as/llms.txt#505,707
Language reach by producer
generatordocumentsdistinct languages (>=10 docs)% English
aioseo73,1363959.55
gitbook2,4981857.77
godaddy_parking14,7111100.00
rankmath12,3603078.95
unknown197,6129477.99
wix241,4482273.90
wordpress1,070877.29
yoast40,5094167.32

Length is where the specification's premise — a small, cheap, curated file — meets what was actually shipped. The median document is 737 tokens; the 99th percentile is 159,880, and the largest is 3,313,814 tokens: a single file whose entire purpose is being inexpensive to read.

Document size distribution70k140k209k279k1–1.87: 333 documents1.87–3.49: 580 documents3.49–6.53: 566 documents6.53–12.21: 420 documents12.21–22.82: 832 documents22.82–42.67: 6,769 documents42.67–79.76: 3,709 documents79.76–149.09: 17k documents149.09–278.69: 32k documents278.69–520.96: 35k documents520.96–973.83: 279k documents973.83–1820.39: 70k documents1820.39–3402.86: 33k documents3402.86–6360.99: 25k documents6360.99–12k: 21k documents12k–22k: 19k documents22k–42k: 14k documents42k–78k: 10k documents78k–145k: 8,705 documents145k–271k: 4,636 documents271k–507k: 1,161 documents507k–948k: 590 documents948k–1.8M: 497 documents1.8M–3.3M: 46 documents112.21149.091820.3922k271k3.3Mtokens (log scale)
Tokens per document
statisticvalue
min1
p50737
p751,603
p9011,946
p9534,946
p99159,880
p99.9920,945
max3,313,814
mean9,182
Tokens by filename
filedocumentsmedian tokensp90p99max
llms-full.txt13,4271,73296,0111,068,6992,879,973
llms.txt570,68073311,182147,4213,313,814
Documents that exceed a context window
context window (tokens)documents exceeding% of corpus
32,00031,0905.32
128,0008,7001.49
200,0003,7800.65
1,000,0004670.08

Ingesting the whole corpus once costs the following, at 5,363,837,955 input tokens (counted with o200k_base; other tokenizers differ by roughly ±20%). List prices come from litellm's model cost map, charging each document as its own request — pricing the corpus as one call would trigger the long-context tier several providers apply above ~200k tokens and roughly double the figure.

Cost to read every llms.txt in this crawl, once
modelinput $/1M tokenscontext windowcost to ingest whole corpus ($)
gpt-51.25272,0006,704.80
gpt-4o-mini0.15128,000804.58
claude-sonnet-4-53.00200,00016,091.51
claude-haiku-4-51.00200,0005,363.84
gemini-2.5-flash0.301,048,5761,609.15

Topics

Topics come from an LDA model over the human-authored subset — templates removed, one document per template skeleton — fitted per language on a 2 KB prose excerpt. Topic names are not machine-generated: the model's top terms and representative documents were read by hand and labelled.

LDA topics — eng (87,941 documents)
topic% of subsetdocumentstop termsexamples
Agentic commerce & checkout instructions14.1412,432use, checkout, buyer, agents, agent, store, user, payment
5
  1. www.beehappyhoney.ca/llms-full.txt#434,397
  2. toysstorejapan.com/llms-full.txt#111,952
  3. freshzenfoods.com/llms-full.txt#511,380
  4. birddogcoffeebeans.com/llms.txt#49,449
  5. anabeautyjapan.com/llms.txt#34,175
Local business hours & contact details13.3911,777phone, contact, closed, hours, location, monday, social, media
5
  1. ttaxco.com/llms.txt#151,742
  2. joespizza.it/llms.txt#89,222
  3. northbeachpizzaobja.web.ordersave.com/llms.txt#394,073
  4. talkintacos.net/llms.txt#267,864
  5. singaspizzas.com/llms.txt#89,900
Enterprise IT, data & security8.597,553data, platform, software, management, security, solutions, cloud, company
5
  1. denissecadizal.cv/llms.txt#543,966
  2. www.gaborkristof.com/llms.txt#586,497
  3. abebeprofile.cv/llms.txt#224,793
  4. jenniferugwoke.cv/llms.txt#164,968
  5. sunilkatikia.cv/llms.txt#159,144
SaaS apps, features & pricing8.107,124app, free, platform, data, tools, time, features, pricing
5
  1. convertpdfonline.net/llms.txt#169,929
  2. irukadark.com/llms.txt#318,711
  3. englify.social/llms.txt#404,495
  4. keeplycleanup.com/llms.txt#207,447
  5. variability.ai/llms-full.txt#273,160
Site metadata, canonicals & sitemaps6.715,905content, site, page, use, public, llms, txt, canonical
5
  1. www.capterra.it/llms.txt#92,183
  2. www.capterra.com.de/llms.txt#217,071
  3. www.capterra.jp/llms.txt#368,926
  4. www.capterra.com.pa/llms.txt#145,613
  5. www.capterra.dk/llms.txt#248,032
AI/API developer docs & MCP servers5.905,185api, agent, image, model, mcp, code, url, agents
5
  1. lumenfall.ai/llms.txt#394,745
  2. lumenfall.ai/llms.txt#274,347
  3. docs.sendai.fun/llms-full.txt#381,194
  4. lumenfall.ai/llms.txt#222,671
  5. lumenfall.ai/llms.txt#544,209
Hospitality, travel & bookings5.765,062hotel, travel, dental, events, booking, event, private, food
5
  1. www.hotelhaarlem.nl/llms.txt#357,115
  2. www.opalcollection.com/llms.txt#364,910
  3. www.pickupstix.com/llms.txt#342,351
  4. www.mtcookskiplanes.com/llms.txt#98,217
  5. www.bigjamaica.com/llms.txt#83,942
Industrial equipment & trade services5.064,448company, solutions, products, industrial, repair, quality, service, equipment
5
  1. www.nikosteelcentre.com/llms.txt#333,536
  2. m.csz-exhaust.com/llms.txt#254,760
  3. www.putainen.com/llms.txt#173,589
  4. great-ceramic.com/llms.txt#74,855
  5. www.salecom.com/llms.txt#504,802
Design studios & creative portfolios4.974,373design, studio, brand, work, content, creative, video, build
5
  1. zoai.re/llms.txt#10,993
  2. libertyglb.com/llms.txt#53,947
  3. muzamilhasan.com/llms.txt#440,025
  4. display.design/llms.txt#73,360
  5. atmavision.com/llms.txt#145,895
Legal, health & professional practices4.393,859research, law, firm, legal, practice, health, services, personal
5
  1. theparentspromise.org.uk/llms.txt#362,124
  2. www.newjerseygunlawyers.com/llms.txt#182,439
  3. www.halunenlaw.com/llms.txt#196,680
  4. www.tpatrialattorneys.com/llms.txt#136,345
  5. jessicapride.com/llms.txt#29,343
Digital marketing & SEO agencies3.683,235marketing, digital, services, seo, content, development, agency, web
5
  1. nationalmarketingprojects.com/llms.txt#320,304
  2. webocreators.com/llms.txt#377,520
  3. adaired.com/llms.txt#489,424
  4. www.aoneseoservice.com/llms.txt#201,802
  5. bytonicweb.com/llms.txt#13,215
Real estate, insurance & finance3.643,201real, insurance, estate, market, property, financial, home, job
5
  1. theoneilgrp.com/llms.txt#139,379
  2. feigenrealtygroup.com/llms.txt#388,782
  3. bediz.com/llms.txt#191,205
  4. susanellisgroup.com/llms.txt#155,004
  5. mariannebazan.com/llms.txt#161,333
Education & language training3.192,803english, india, training, languages, international, online, school, education
5
  1. www.frenchclass.in/llms.txt#404,243
  2. eduoptionsabroad.com/llms.txt#493,199
  3. quill-learn.com/llms.txt#276,270
  4. www.izmailovo.ru/llms.txt#167,423
  5. www.dormakaba.com/llms.txt#579,157
Artist catalogues & medical care2.692,367care, artist, health, lyroverse, medical, catalog, treatment, lyric
5
  1. lyroverse.com/llms-full.txt#555,832
  2. lyroverse.com/llms-full.txt#256,420
  3. lyroverse.com/llms-full.txt#46,871
  4. lyroverse.com/llms-full.txt#343,977
  5. lyroverse.com/llms-full.txt#406,963
Local services (cleaning, removals)2.422,124services, service, information, page, website, business, site, canonical
5
  1. businesswasteremovaldownham.co.uk/llms-full.txt#104,206
  2. flatclearanceabbeywood.co.uk/llms-full.txt#27,365
  3. removaloffice.co.uk/llms-full.txt#177,690
  4. commercialwasteremovalhayes.co.uk/llms-full.txt#210,818
  5. lawnmowinghounslow.co.uk/llms-full.txt#45,990
Manufacturing & wholesale suppliers2.111,856products, quality, game, high, games, contact, home, china
5
  1. www.jinjiuwiremesh.com/llms.txt#117,515
  2. www.motetools.com/llms.txt#427,058
  3. www.jinshieldmesh.com/llms.txt#330,154
  4. www.xzmetal.com/llms.txt#561,050
  5. www.hbmectextiles.com/llms.txt#458,594
Online stores, orders & shipping1.611,418product, products, store, delivery, shopify, payment, order, online
5
  1. pion.kz/llms.txt#206,149
  2. www.rehashop.fi/llms.txt#467,700
  3. www.antispinn.se/llms.txt#131,432
  4. www.softmoc.com/llms.txt#282,032
  5. palettblad.com/llms.txt#198,988
Product documentation (GitBook-style)1.441,266documentation, question, gitbook, page, need, answer, query, additional
5
  1. docs.dataloy.com/llms.txt#315,936
  2. doc.batch.com/llms.txt#106,669
  3. docs.enzyme.finance/llms.txt#77,494
  4. docs.quilt.bio/llms.txt#509,826
  5. docs.replicacyber.com/llms.txt#117,936
Sales, CRM & messaging tools1.401,232sales, customer, community, crm, email, business, lead, support
5
  1. nextel.io/llms.txt#240,411
  2. faq.engagemessage.com/llms.txt#320,805
  3. heartloveplace.org/llms.txt#195,337
  4. www.ironlinked.com/llms.txt#528,827
  5. www.askqualy.com/llms.txt#390,962
WordPress post & category dumps0.82721url, published, modified, posts, categories, amp, tags, content
5
  1. www.translationscertified.com/llms.txt#205,668
  2. rentabob.nl/llms.txt#276,877
  3. zigzag.finance/llms.txt#52,978
  4. polaris.benchmarkemail.com/llms.txt#356,501
  5. indianaowned.com/llms.txt#51,130
Topic shares — engAgentic commerce & checkout instruAgentic commerce & checkout instructions: 14.14%14.14%Local business hours & contact detLocal business hours & contact details: 13.39%13.39%Enterprise IT, data & securityEnterprise IT, data & security: 8.59%8.59%SaaS apps, features & pricingSaaS apps, features & pricing: 8.10%8.10%Site metadata, canonicals & sitemaSite metadata, canonicals & sitemaps: 6.71%6.71%AI/API developer docs & MCP serverAI/API developer docs & MCP servers: 5.90%5.90%Hospitality, travel & bookingsHospitality, travel & bookings: 5.76%5.76%Industrial equipment & trade serviIndustrial equipment & trade services: 5.06%5.06%Design studios & creative portfoliDesign studios & creative portfolios: 4.97%4.97%Legal, health & professional practLegal, health & professional practices: 4.39%4.39%Digital marketing & SEO agenciesDigital marketing & SEO agencies: 3.68%3.68%Real estate, insurance & financeReal estate, insurance & finance: 3.64%3.64%
LDA topics — deu (4,798 documents)
topic% of subsetdocumentstop termsexamples
Company profiles & B2B consulting30.391,458unternehmen, deutschland, gmbh, kontakt, service, website, beratung, mail
5
  1. www.software-entwickeln-lassen.com/llms-full.txt#361,161
  2. nuuminds.com/llms.txt#558,583
  3. www.cobby.io/llms-full.txt#548,463
  4. osai.solutions/llms.txt#513,057
  5. www.innovabee.de/llms.txt#440,146
Coaching & personal brands13.59652team, kunden, fragen, leben, menschen, zeit, große, unternehmen
5
  1. www.rhetorik-akademie.com/llms.txt#221,255
  2. www.florian-scherbauer.de/llms.txt#23,708
  3. neuerhomosapiens.at/llms.txt#588,003
  4. www.handwerks-schmiede.de/llms.txt#379,355
  5. identitatscoaching.onepage.me/llms.txt#154,199
Online shops & delivery12.80614eur, online, deutschland, shop, produkte, llms, website, inhalte
5
  1. www.web-brief.com/llms.txt#598,143
  2. graingold.de/llms.txt#548,049
  3. www.angebotfix.de/llms.txt#587,145
  4. shop.organo.de/llms.txt#572,604
  5. www.produkte-der-gesundheit.de/llms-full.txt#532,904
Real-estate agents9.57459immobilien, unternehmen, beratung, kunden, dienstleistungen, gmbh, bieten, service
5
  1. www.deussen-immobilien.de/llms.txt#296,214
  2. www.main-estate.de/llms.txt#341,964
  3. www.mein-immobilienmakler.de/llms.txt#118,947
  4. www.tofa-immo.com/llms.txt#140,957
  5. www.mainimmo.de/llms.txt#57,882
Marketing & web agencies8.38402marketing, unternehmen, seo, website, agentur, content, social, design
5
  1. www.caitsocialmedia.com/llms.txt#579,713
  2. curtify.co/llms.txt#581,734
  3. ad-promotion.ch/llms.txt#587,791
  4. www.designrepublic.io/llms.txt#558,485
  5. www.business4you.ch/llms.txt#529,173
Restaurants & hotels5.09244website, hotel, facebook, restaurant, uhr, kontakt, informationen, the
5
  1. cafe-lebenstraum.de/llms.txt#521,447
  2. susiundbruno.de/llms.txt#583,779
  3. www.vita-bietigheim.de/llms.txt#554,185
  4. benefiz-cup-dresden.de/llms.txt#593,457
  5. start.solutions-od.de/llms.txt#581,091
Regional events & city portals4.11197region, seiten, kinder, uhr, stadt, informationen, events, salzburg
5
  1. www.salzburgteen.com/llms.txt#526,864
  2. prismeo.de/llms.txt#592,020
  3. www.kufstein.at/llms.txt#510,679
  4. www.avyta.de/llms-full.txt#529,307
  5. von-der-weppen.de/llms.txt#511,348
Swiss platforms & services3.83184schweiz, optional, schweizer, uhr, website, innen, deutsch, plattform
5
  1. accessibility-check.ai/llms.txt#511,186
  2. top-shop-welt.de/llms-full.txt#553,174
  3. www.beautyneta.ch/llms-full.txt#586,758
  4. bergische-trauschmiede.de/llms.txt#587,215
  5. www.beautyneta.ch/llms.txt#586,277
Retail & buying guides2.23107fuer, shop, online, berlin, google, artikel, beratung, produkte
5
  1. bmsofort.de/llms.txt#556,688
  2. www.dick-messer.de/llms.txt#307,984
  3. berufsgenie.de/llms-full.txt#57,736
  4. zeitarbeit-ratgeber.de/llms.txt#540,698
  5. www.dick-messer.de/llms-full.txt#458,174
Travel & outdoor in the Alps1.7383hotels, outdoor, reisen, gmbh, tirol, aktivitäten, schweizer, reise
5
  1. www.mycityhunt.de/llms.txt#444,177
  2. www.mycityhunt.ch/llms.txt#25,991
  3. www.travelafrica.ch/llms-full.txt#63,201
  4. www.travelkanada.ch/llms-full.txt#361,582
  5. comedy-kellner.de/llms.txt#522,972
Tax advisers & car dealerships1.6077steuerberatung, bmw, steuerberater, unternehmen, privatpersonen, partner, standard, physiotherapie
5
  1. www.linzmarathon.at/llms.txt#236,756
  2. bmw-fink.de/llms.txt#566,063
  3. www.color-tuning.com/llms.txt#597,361
  4. garajo.de/llms-full.txt#539,610
  5. physio-kaleli.de/llms.txt#540,102
WordPress post listings1.3565url, published, modified, seiten, deutsch, beiträge, tags, content
5
  1. eln.de/llms.txt#531,642
  2. vorlagen.com/llms.txt#52,175
  3. www.speakermatching.com/llms.txt#510,964
  4. www.fmpreuss.de/llms.txt#555,270
  5. fvw.jobs/llms.txt#44,375
Medical & aesthetic clinics (ChatGPT artefacts)1.3364praxis, behandlungen, wien, behandlung, ästhetische, contentreference, oaicite, index
5
  1. www.objektplan24.com/llms.txt#551,333
  2. www.tauernortho.at/llms.txt#590,072
  3. laserzentrum-heidelberg.de/llms.txt#513,805
  4. www.zahnarzt-ottensen-altona.de/llms.txt#542,269
  5. www.tauentzien-medical.de/llms.txt#532,471
Last-minute holiday offers1.0852buchen, lastminute, angebote, hotels, urlaub, fuer, trip, ferienwohnungen
5
  1. www.trip-slowenien.com/llms-full.txt#445,942
  2. www.trip-frankreich.com/llms-full.txt#113,088
  3. www.trip-finnland.com/llms-full.txt#430,196
  4. www.trip-wien.com/llms-full.txt#201,363
  5. www.trip-austria.com/llms-full.txt#257,241
Regional trades & design0.7335hamburg, schleswig, holstein, online, air, uuml, baden, new
5
  1. www.golflounge.de/llms.txt#98,229
  2. www.sapientblock.com/llms-full.txt#536,702
  3. derspanischerschinken.com/llms-full.txt#526,678
  4. derspanischerschinken.com/llms.txt#376,282
  5. www.weinzentrale.de/llms.txt#514,734
Holiday flats & wellness0.7335apartments, offer, personen, markdown, erhalte, line, reinigung, spirituelle
5
  1. www.dornsberg.net/llms.txt#563,858
  2. www.austriagoeszrce.at/llms-full.txt#513,976
  3. www.austriagoeszrce.at/llms.txt#66,708
  4. hellseher.ai/llms.txt#569,922
  5. sunshineenergy.de/llms-full.txt#510,122
Package holidays & holiday homes0.5828buchen, price, urlaub, weiterlesen, trip, finde, reisen, hotels
5
  1. www.trip-club-reisen.com/llms.txt#157,515
  2. www.trip-yoga.com/llms.txt#18,761
  3. www.trip-health.com/llms.txt#84,404
  4. www.trip-tirol.com/llms.txt#83,459
  5. www.trip-pauschalreisen.com/llms.txt#374,490
Custom manufacturing & photography0.4421rahmen, bike, aluminium, main, act, münchen, stil, anfrage
5
  1. www.wedding-ffm.de/llms.txt#593,518
  2. www.ski-hirt.de/llms.txt#569,879
  3. ossfeld.de/llms.txt#510,875
  4. rechtsprechung.tg.ch/llms-full.txt#78,959
  5. www.la-macchina.ch/llms.txt#588,066
Privacy notices & site metadata0.3115daten, beschreibung, aktuelles, kategorien, überblick, informationen, abo, website
5
  1. www.vfb-oberndorf.de/llms.txt#541,624
  2. www.presseplus.de/llms.txt#145,639
  3. www.presseshop.ch/llms.txt#523,166
  4. www.michaelschafhauser.com/llms.txt#59,589
  5. www.zivilstandswesen.ch/llms.txt#539,834
Bathroom & renovation trades0.136dusche, dresden, umbau, statt, raus, rein, bad, mainz
5
  1. baduvia.com/llms.txt#537,949
  2. doktorhermes.de/llms.txt#314,950
  3. www.glashaus-center.de/llms.txt#325,069
  4. event-wuerzburg.de/llms.txt#134,059
  5. www.neutonus-reformatus.de/llms.txt#96,293
Topic shares — deuCompany profiles & B2B consultingCompany profiles & B2B consulting: 30.39%30.39%Coaching & personal brandsCoaching & personal brands: 13.59%13.59%Online shops & deliveryOnline shops & delivery: 12.80%12.80%Real-estate agentsReal-estate agents: 9.57%9.57%Marketing & web agenciesMarketing & web agencies: 8.38%8.38%Restaurants & hotelsRestaurants & hotels: 5.09%5.09%Regional events & city portalsRegional events & city portals: 4.11%4.11%Swiss platforms & servicesSwiss platforms & services: 3.83%3.83%Retail & buying guidesRetail & buying guides: 2.23%2.23%Travel & outdoor in the AlpsTravel & outdoor in the Alps: 1.73%1.73%Tax advisers & car dealershipsTax advisers & car dealerships: 1.60%1.60%WordPress post listingsWordPress post listings: 1.35%1.35%
LDA topics — fra (4,038 documents)
topic% of subsetdocumentstop termsexamples
Web agencies & custom development19.74797web, agence, contact, services, gestion, clients, entreprises, création
5
  1. webvision360.com/llms.txt#360,752
  2. www.localranker.fr/llms.txt#174,104
  3. site-qui-convertit.fr/llms.txt#373,603
  4. www.bruno.co/llms.txt#502,202
  5. www.eurotechconseil.com/llms.txt#411,785
Discussion-forum thread exports10.00404post, patrick, url, category, created, views, utc, replies
5
  1. www.grandedistrijob.fr/llms.txt#428,664
  2. www.emploi-vin.fr/llms.txt#220,902
  3. dessein-tech.com/llms.txt#451,110
  4. forum-bresil.com/llms.txt#96,362
  5. forum-bresil.com/llms.txt#544,741
Hotels & restaurants8.84357hôtel, contact, maison, restaurant, email, chambres, location, paris
5
  1. www.cannes-riviera-hotel.com/llms-full.txt#32,390
  2. hotelrdeparis.com/llms.txt#349,891
  3. www.germainhotels.com/llms.txt#34,860
  4. www.hoteldesbeauxarts.com/llms-full.txt#339,700
  5. www.hotelbayard.fr/llms.txt#404,277
Content platforms & coaching8.67350français, articles, contenu, contact, principales, plateforme, données, informations
5
  1. chedlyfit.com/llms.txt#174,659
  2. anouslavie.bzh/llms.txt#40,266
  3. www.movinglive.ca/llms.txt#182,420
  4. chedlyfit.com/llms-full.txt#174,036
  5. cote-a-coach.fr/llms.txt#421,099
Building trades & call-outs6.69270entreprise, services, intervention, bois, saint, zone, rcs, dépannage
5
  1. mybudshop.fr/llms.txt#454,577
  2. www.bigot-etancheite.fr/llms.txt#346,443
  3. 7monenergie.fr/llms.txt#512,155
  4. www.allnuisibles.com/llms.txt#459,309
  5. www.bois-de-chauffage-ecologique.fr/llms.txt#227,642
Cleaning companies5.50222nettoyage, entreprise, réseau, econeto, saint, interventions, ligne, national
5
  1. www.2b-clean.fr/llms.txt#231,405
  2. www.2b-clean.fr/llms-full.txt#83,236
  3. www.prestigenettoyage06.fr/llms.txt#595,172
  4. www.pro-clean-nettoyage.fr/llms.txt#322,397
  5. www.sudbiopro.fr/llms.txt#318,598
Product catalogues & quotes5.42219produits, livraison, ligne, entreprise, offres, url, services, service
5
  1. www.algeco.fr/llms.txt#579,058
  2. mycvtop.com/llms.txt#440,004
  3. volpracht.fr/llms.txt#358,137
  4. partirtranquille.com/llms.txt#390,805
  5. www.performus.fr/llms.txt#433,147
Law firms & notaries5.35216droit, maître, cabinet, avocats, immobilier, téléphone, coordonnées, adresse
5
  1. www.fayol-avocats.com/llms.txt#96,655
  2. www.scpdelran.fr/llms.txt#149,774
  3. www.2b2g-avocats.com/llms.txt#418,845
  4. www.mdlavocats.fr/llms.txt#371,839
  5. www.ryckman.fr/llms.txt#88,771
How-to guides & blog advice5.05204conseils, pratiques, guide, articles, astuces, découvrez, url, blog
5
  1. football-match-live.co.uk/llms.txt#582,707
  2. astuces-anti-stress.fr/llms.txt#140,027
  3. courses-rapides.fr/llms.txt#71,881
  4. equipement-electrique.fr/llms.txt#52,397
  5. deal-boutique-express.fr/llms.txt#461,598
Insurance & Paris services4.19169assurance, paris, services, saint, ligne, informations, service, contact
5
  1. www.ailes-reussite.fr/llms.txt#63,996
  2. www.credit-agricole.fr/llms.txt#204,369
  3. www.calipso-assurances.fr/llms.txt#413,998
  4. www.eliteguepe.fr/llms.txt#477,759
  5. safehome3d.com/llms.txt#117,143
Venue catalogues & room hire3.59145catalogue, tel, optional, email, tva, personnes, rue, contact
5
  1. www.village-vacances-cantal.com/llms.txt#215,972
  2. www.studiomercier.com/llms.txt#244,029
  3. www.campinglvl.com/llms.txt#500,717
  4. www.acfamultimedia.com/llms.txt#562,795
  5. www.esap.fr/llms.txt#205,457
Artisan products & workshops3.47140produits, paris, entreprise, catalogue, professionnels, contact, français, atelier
5
  1. cdn.sessile.fr/llms.txt#451,832
  2. www.yourvisualhere.be/llms.txt#69,953
  3. dreamact-pro.eu/llms.txt#479,564
  4. www.atelierlechene.fr/llms.txt#471,803
  5. www.holdfast.fr/llms.txt#135,224
Cosmetics & personal care3.12126soins, optional, produits, language, url, paris, sections, marque
5
  1. www.ecam.fr/llms.txt#125,748
  2. www.moment-couleur.fr/llms.txt#425,817
  3. be-fr.lierac.com/llms.txt#571,880
  4. en.lierac.com/llms.txt#113,267
  5. it.lierac.com/llms.txt#382,016
SEO & technical services2.63106contact, services, produits, seo, email, informations, ligne, the
5
  1. bureau-change.fr/llms.txt#533,205
  2. meilleurs-consultants-geo.fr/llms.txt#468,920
  3. www.eplaque.fr/llms.txt#100,813
  4. fr.babysits.tn/llms.txt#204,441
  5. fr.babysits.sn/llms.txt#11,369
Heating engineers & llms.txt notes2.0181contenu, contact, chauffagiste, informations, fichier, modèles, sections, llm
5
  1. sos-plomberie.be/llms.txt#543,535
  2. www.cso-at-work.com/llms.txt#85,174
  3. www.bomeschool.com/llms.txt#320,712
  4. www.lunette-soleil-femme.com/llms.txt#13,276
  5. www.ma-coloration-cheveux.com/llms.txt#237,684
Reviews & pillar-page structures1.7872url, avis, ligne, pilier, structure, moyenne, alimentation, bonus
5
  1. www.pigier.com/llms.txt#534,707
  2. 2mceditions.com/llms.txt#324,854
  3. www.eklalight.com/llms.txt#450,532
  4. laritournelle.com/llms.txt#503,875
  5. www.meilleurescpi.com/llms.txt#323,834
Training courses & health advice1.7370formations, cheveux, conseils, guide, formation, santé, professionnels, paris
5
  1. pt.cpe-credit.com/llms.txt#194,271
  2. en.phyto.com/llms.txt#198,023
  3. de.phyto.com/llms.txt#80,802
  4. be-fr.phyto.com/llms.txt#111,856
  5. it.phyto.com/llms.txt#66,548
Cafes & campsites0.9438café, camping, language, url, style, amour, generated, data
5
  1. www.camping-lot-bretenoux.com/llms-full.txt#213,632
  2. www.matierebrutelab.com/llms.txt#278,965
  3. gitbook.eternyuhc.fr/llms-full.txt#89,756
  4. smok-beast.ch/llms.txt#588,625
  5. www.marvel-cineverse.fr/llms.txt#575,794
Agency pages with ChatGPT artefacts0.9237var, index, oaicite, contentreference, contact, projets, org, informations
5
  1. www.osaillard.com/llms.txt#427,401
  2. www.stock-co2.com/llms.txt#122,530
  3. scorecredit.fr/llms.txt#298,031
  4. www.yarric.com/llms.txt#69,247
  5. www.concertspirituel.com/llms.txt#517,555
Vehicles & miscellaneous0.3715utilisation, jour, fois, automobiles, pro, près, véhicules, vente
5
  1. heliamir.fr/llms.txt#424,721
  2. www.touslesjourscoreen.com/llms.txt#419,460
  3. www.smadja.net/llms.txt#509,245
  4. tregordebosselage.bzh/llms.txt#50,381
  5. www.sigmaboy.fr/llms.txt#98,790
Topic shares — fraWeb agencies & custom developmentWeb agencies & custom development: 19.74%19.74%Discussion-forum thread exportsDiscussion-forum thread exports: 10%10%Hotels & restaurantsHotels & restaurants: 8.84%8.84%Content platforms & coachingContent platforms & coaching: 8.67%8.67%Building trades & call-outsBuilding trades & call-outs: 6.69%6.69%Cleaning companiesCleaning companies: 5.50%5.50%Product catalogues & quotesProduct catalogues & quotes: 5.42%5.42%Law firms & notariesLaw firms & notaries: 5.35%5.35%How-to guides & blog adviceHow-to guides & blog advice: 5.05%5.05%Insurance & Paris servicesInsurance & Paris services: 4.19%4.19%Venue catalogues & room hireVenue catalogues & room hire: 3.59%3.59%Artisan products & workshopsArtisan products & workshops: 3.47%3.47%
Method

How this was measured, and what it cannot show

Every grouped result carries five example documents, each with two links: the site as it is now, and #index — the record's row in the Hugging Face dataset split, which opens in the dataset viewer. The index is the durable reference; the same row is reachable in code as load_dataset("commoncrawl/llms.txt", "CC-MAIN-2026-30")["train"][index], and returns the exact bytes a figure was computed from long after the live page has changed or gone.

Source: the Hugging Face dataset commoncrawl/llms.txt, config CC-MAIN-2026-30 — WARC response records for */llms.txt and */llms-full.txt with HTTP 200 and a text/plain or text/markdown body, 584,107 documents. Analysis code: analyze.py in the llms-txt-experiments repository; every number here is produced by analyze.py aggregate from a single streaming pass over the corpus.

Limitations