> For the complete documentation index, see [llms.txt](https://docs.hubyte.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hubyte.de/seo-ultimate/readme.md).

# Einführung

Willkommen in der Dokumentation von **SEO Ultimate** für Shopware 6.

SEO Ultimate bündelt die wichtigsten SEO- und Conversion-Werkzeuge in einem Plugin:

* **Bulk-Generatoren** für Meta-Daten von Artikeln und Kategorien sowie für **Alt-/Title-Tags von Produktbildern** – auf Basis von Vorlagen und Variablen.
* **Canonical-URLs** individuell pro Produkt und pro Kategorie.
* **Rich Snippets** (JSON-LD) für eine bessere Darstellung in den Google-Suchergebnissen.
* **Conversion & Usability**: eigene 404-Seite, Social-Media-Footer, Newsletter-Banner und Header-Banner.
* **Automatisierung** per täglichem Cronjob – Vorlagen inkl. Optionen und Kategorieauswahl lassen sich speichern und automatisch ausführen.

## Wo finde ich das Plugin im Backend?

Nach der Installation findest du die Funktionen unter:

* **Marketing → SEO Ultimate**
  * Artikel Bulk
  * Artikel Bilder Bulk
  * Kategorie Bulk
  * Conversion & Usability
* **Einstellungen → Plugins → SEO Ultimate** (Grundkonfiguration)
* **Produkt-/Kategorie-Detailseite → Tab SEO** (Canonical, Robots)

## Schnellstart

1. [Plugin installieren und konfigurieren](/seo-ultimate/installation.md)
2. Eine [Vorlage](/seo-ultimate/variablen-templates.md) mit Variablen anlegen (z. B. `{{ product.translated.name }} | {{ product_manufacturer.translated.name }}`).
3. Im gewünschten [Bulk-Generator](/seo-ultimate/bulk-generatoren.md) Kategorien auswählen und generieren.
4. Optional: Vorlage inkl. Optionen speichern und als [täglichen Cronjob](/seo-ultimate/cronjob.md) aktivieren.


---

# 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.hubyte.de/seo-ultimate/readme.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.
