|
|
|
Site-Llms.xml – An XML Sitemap Standard for AI-Friendly ECommerce Data
(github.com)
|
|
1 points
by nicola_alessi
436 days ago
|
|
We've forked Answer.AI's llms.txt to solve a specific problem: how eCommerce sites with 10K+ products can expose clean product data to LLMs without inefficient scraping. What it does: site-llms.xml is a machine-readable sitemap pointing to product-specific llms.txt files (Markdown) Solves LLM context window issues by splitting catalog data into atomic units Works alongside robots.txt and sitemap.xml (backward-compatible) Why it matters: No more LLMs hallucinating prices/specs from messy HTML 50% faster indexing vs. traditional crawling Example: Python script to auto-generate files from a DB Try it on GitHub | Star to support open standards!
Built by: Lumigo.ai (AI Product Search Engine – now helping LLMs understand eCommerce better) |
|
1. sitemap.xml says /foo exists
2. LLM requests /foo with:
3. Site responds with a markdown rendering of /fooDone. Alternatively, use <link rel="alternate">. This is a solved problem, and the tools that are already available are more flexible, don't require specific URLs, and aren't LLM-specific.