Skip to content
Plattform-Guide

llms.txt for Shopify, WooCommerce & Gambio

February 2026 ⏱️ 7 min. read ️ E-Commerce, CMS

Inhalt This step is a key building block of Generative Engine Optimization (GEO) – the optimization of your content for AI-powered search systems.

  1. Platform Overview
  2. WooCommerce (WordPress)
  3. Shopify
  4. Gambio
  5. Shopware 6
  6. Magento / Adobe Commerce
  7. Improve Schema.org quality
  8. Common Pitfalls

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:

  1. Connect via FTP (e.g. FileZilla) to your server
  2. Navigate to the WordPress root directory (where wp-config.php is located)
  3. Upload llms.txt and llms-full.txt there

Alternatively: Use a plugin like „WP File Manager" directly in the WordPress admin.

WooCommerce Tip: If you use Yoast WooCommerce SEO, make sure that under SEO → Appearance → Content Types the Schema output is enabled for "Products". This significantly improves the product data in your llms.txt.

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):

  1. Go to Online Store → Themes → Actions → Edit code
  2. Click "Add a new asset" in the Assets folder
  3. Upload llms.txt
  4. Or: Use the Shopify Files API via the admin interface
⚠️ Shopify-Besonderheit: Shopify hosts static files under a CDN URL. For llms.txt in the web root you may need a URL redirect in the navigation or use the 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):

  1. Log in to the Gambio admin panel
  2. Use the built-in file manager or FTP
  3. 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.

Gambio Tip: Install the Gambio module "Structured Data" (if available) or manually add JSON-LD Product markup to your template. This improves both llms.txt quality and your Google snippets.

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):

  1. Connect via FTP or SSH
  2. Navigieren Sie to the /public/-Verzeichnis
  3. 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.price and priceCurrency are present in the product markup
  • ratings: aggregateRating with ratingValue and reviewCount
  • 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