Two files at the site root that help AI models (ChatGPT, Claude, Perplexity, Google AI) understand VPN.com's content and cite it correctly.
/llms.txt — curated authority signal. Hand-maintained. Describes what VPN.com is, links to key pages, includes selective facts (Trust Scores, API endpoints)./llms-full.txt — complete English page index with titles and descriptions. Auto-generated at build time.| File | Location | Maintained | Generated |
|---|---|---|---|
llms.txt | public/llms.txt | Manual | No — hand-written |
llms-full.txt | public/llms-full.txt | Auto | Yes — scripts/generate-llms-full.mjs at build step 2c |
Script: scripts/generate-llms-full.mjs
dist/ for all index.html files<title> and <meta name="description">/{lang}/)/ops/ internal pagesdist/llms-full.txt and public/llms-full.txtBuild step 2c in scripts/build.sh.
| Change | Action |
|---|---|
| New English page added | Auto — llms-full.txt regenerates on build |
| Provider data changes | Auto — API endpoints serve fresh data |
| New section/category added | Manual — update llms.txt sections |
| Domain broker offering changes | Manual — update llms.txt Domain Brokerage section |
| Trust Score methodology changes | Manual — update llms.txt Methodology section |
| Provider removed/added | Auto for llms-full.txt. Manual for llms.txt if top-7 provider changes. |
/data/providers.json directly./docs/ pages to llms.txt once docs hub is built