Platform Overview
The LLMs.txt Generator automatically detects your shop system and adapts the crawling strategy. However, platforms differ significantly in the quality of their Schema.org data – and therefore in the quality of your llms.txt.
| Shopsystem | CMS Detection | Schema.org | Upload-Methode |
|---|---|---|---|
| WooCommerce | Automatisch | Very good (with Yoast/RankMath) | FTP or WP File Manager |
| Shopify | Automatisch | Good (theme-dependent) | Theme-Editor → Files |
| Gambio | Automatisch | ⚠️ Basis (kein Product-Markup) | FTP or Admin File Manager |
| Shopware 6 | ⚠️ JS-basiert | ⚠️ Limited (SPA rendering) | FTP ins /public/-Verzeichnis |
| Magento | Automatisch | Good (with extensions) | FTP or SSH |
WooCommerce (WordPress)
WooCommerce Best Support
WooCommerce combined with SEO plugins like Yoast WooCommerce SEO or RankMath provides the best Schema.org product data. The generator automatically extracts prices, ratings, availability, brand and EAN.
How to upload llms.txt:
- Connect via FTP (e.g. FileZilla) to your server
- Navigate to the WordPress root directory (where wp-config.php is located)
- Upload
llms.txtandllms-full.txtthere
Alternatively: Use a plugin like „WP File Manager" directly in the WordPress admin.
Shopify
Shopify Good Support
Shopify themes usually already contain Product Schema markup. The quality depends on the theme – premium themes typically deliver better data than free ones.
How to upload llms.txt (Shopify):
- Go to Online Store → Themes → Actions → Edit code
- Click "Add a new asset" in the
Assetsfolder - Upload
llms.txt - Or: Use the Shopify Files API via the admin interface
content_for_header method in your theme.
Gambio
Gambio Works – with Limitations
Gambio is a popular German shop system with server-side rendering. The generator detects Gambio automatically and uses the sitemap for URL detection. Schema.org product data is limited in the standard installation.
How to upload llms.txt (Gambio):
- Log in to the Gambio admin panel
- Use the built-in file manager or FTP
- Upload the files to the root directory (next to
index.php)
Gambio shops often generate no Schema.org Product data on product pages. In this case, the generator extracts titles and descriptions from HTML meta tags – the results are good, but without prices and ratings in the product entries.
Shopware 6
Shopware 6 Limited – JS rendering
Shopware 6 uses a Vue.js-based storefront. Content is only rendered via JavaScript in the browser – our proxy therefore often only sees the basic HTML structure without product data.
How to upload llms.txt (Shopware 6):
- Connect via FTP or SSH
- Navigieren Sie to the
/public/-Verzeichnis - Upload the files there
For Shopware 6 we recommend the CSV import as an alternative: Export your product data from the Shopware admin as CSV and import it into the generator. This gives you complete product data despite JS rendering.
Magento / Adobe Commerce
Magento Good Support
Magento delivers excellent Schema.org data with the right extensions (e.g. Amasty SEO Toolkit). The default installation includes basic product data.
Upload: Via FTP or SSH to the webroot (/pub/ for Magento 2). The files must be placed next to index.php.
Improve Schema.org quality
The quality of your llms.txt depends directly on the quality of your Schema.org data. The generator can only extract what is present. Here is how to improve the baseline:
- prices: Make sure
offers.priceandpriceCurrencyare present in the product markup - ratings:
aggregateRatingwithratingValueandreviewCount - Availability:
offers.availability(InStock, OutOfStock) - Brand:
brand.name– important for brand search queries in AI - Images:
image– referenced in llms-data.json
Tip: Check your Schema.org data with the Google Rich Results Test on a sample product page.
Common Pitfalls
Sitemap not auffindbar
Some shops have their sitemap at unusual paths. The generator automatically checks /sitemap.xml, /sitemap_index.xml and CMS-specific paths. If your sitemap is not found, check the path in your robots.txt.
robots.txt blocks the proxy
Some shops block unknown user agents in robots.txt. Our proxy identifies itself correctly and respects the rules. If problems occur, make sure your server does not use IP-based blocking.
HTTPS Redirects
Always enter the complete URL with https://. The generator follows redirects, but a direct HTTPS URL delivers faster results.
Wartungsmodus aktiv
In maintenance mode, shops often only deliver an error page. Deactivate maintenance mode before generating or use the IP whitelist of your CMS.
Welches CMS nutzen Sie?
The generator detects it automatically. Just enter your URL and your llms.txt will be generated.
Try it for my store now →Further Reading
- Improve AI visibility — The complete strategy from robots.txt to llms.txt
- robots.txt for AI crawlers — GPTBot, ClaudeBot & 11 more crawlers properly configured
- Schema.org for online stores — Structured data for Rich Snippets and KI-Recommendationen
- llms.txt setup: step by step — Allgemeine guide without CMS-Fokus