> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/plugins/seo-tools/admin-dashboard/rich-snippets.md).

# Rich Snippets

Strukturierte Daten (Schema.org / JSON-LD) sind Zusatzinformationen, die deine Seiten „maschinenlesbar" machen. Sie sorgen dafür, dass Google in den Suchergebnissen mehr anzeigen kann als nur Titel und Text – zum Beispiel Preise, Verfügbarkeit, Bewertungssterne oder aufklappbare Fragen. Solche **Rich Snippets** fallen auf und bringen mehr Klicks.

## Produkt-, Breadcrumb- & Organization-Schema (Basic)

**Wofür ist das gut?** Das sind die drei wichtigsten Basis-Schemas:

* **Product** – Preis, Verfügbarkeit und Produktdaten, damit Google diese direkt im Ergebnis anzeigen kann.
* **BreadcrumbList** – zeigt den Navigationspfad (z. B. *Startseite › Kategorie › Produkt*) statt der nackten URL.
* **Organization** – Angaben zu deinem Unternehmen (Name, Logo), Grundlage für das Google Knowledge Panel.

**So nutzt du es:** Aktiviere die drei Schemas in der [Konfiguration](/plugins/seo-tools/konfiguration.md#rich-snippets) und hinterlege dort **Firmenname** und **Logo-URL**. Das Plugin gibt die strukturierten Daten anschließend automatisch auf allen passenden Storefront-Seiten aus – du musst nichts pro Produkt pflegen.

## Erweiterte Schema-Typen (Premium)

**Wofür ist das gut?** Über die Basis hinaus gibt es Schema-Typen, die für besondere Inhalte zusätzliche Darstellungen in Google freischalten:

* **FAQ** – aufklappbare Fragen und Antworten direkt im Suchergebnis,
* **HowTo** – Schritt-für-Schritt-Anleitungen,
* **LocalBusiness** – Angaben für lokale Geschäfte (Adresse, Öffnungszeiten),
* **Event** – Veranstaltungen mit Datum und Ort.

**So nutzt du es:** Pro Kategorie oder Landingpage wählst du im SEO-Tab den passenden Zusatz-Typ und füllst die Felder aus (z. B. Fragen/Antworten beim FAQ-Schema). Das Plugin erzeugt daraus die korrekten strukturierten Daten.

## Varianten-Schema & AggregateOffer (Premium)

**Wofür ist das gut?** Produkte mit vielen Varianten (Größen, Farben) haben unterschiedliche Preise. Statt eines einzelnen Preises kann Google eine **Preisspanne** („ab … bis …") anzeigen. Dazu kommen erweiterte Angaben zu Versand und Rückgabe, die Google zunehmend für Shopping-Ergebnisse verlangt.

**So nutzt du es:** Für Produkte mit Varianten erzeugt das Plugin automatisch ein **AggregateOffer** mit Preisspanne. In der [Konfiguration](/plugins/seo-tools/konfiguration.md#rich-snippets) hinterlegst du zusätzlich Angaben zur **Rückgabe** (Frist, Land, Rücksendekosten) und Versanddetails, die in das Schema einfließen.

## Schema-Validierung (Premium)

**Wofür ist das gut?** Fehlerhafte strukturierte Daten werden von Google ignoriert – oder lösen Warnungen in der Search Console aus. Statt jedes Produkt einzeln im Google-Testtool zu prüfen, kontrollierst du dein ganzes Sortiment auf einen Schlag.

**So nutzt du es:**

1. Öffne **SEO Tools → Schema-Prüfung**.
2. Starte die Prüfung. Sie läuft **im Hintergrund** über alle aktiven Produkte – ein Fortschrittsbalken zeigt den Stand.
3. Danach siehst du eine Zusammenfassung (gültig / Warnungen / Fehler) und eine **seitenweise Liste** der beanstandeten Produkte mit den konkreten Hinweisen.
4. Über **CSV-Export** gibst du den Bericht z. B. an deine Agentur weiter, per Klick springst du direkt zum betroffenen Produkt.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.premsoft.de/plugins/seo-tools/admin-dashboard/rich-snippets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
