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

# SEO-Metadaten

Für eine gute Auffindbarkeit im Shop und in Suchmaschinen können **SEO-Metadaten** gepflegt und nach Shopware übertragen werden.

**Verfügbare Felder**

| Feld                  | Shopware          |
| --------------------- | ----------------- |
| **Meta-Titel**        | `metaTitle`       |
| **Meta-Beschreibung** | `metaDescription` |
| **Keywords**          | `keywords`        |

Diese Metadaten können **sprachabhängig** gepflegt werden – also je Sprache ein eigener Titel, eine eigene Beschreibung und eigene Keywords.

**Wo werden SEO-Daten gepflegt?**

* **Übergeordnete (konfigurierbare) Artikel** verfügen über dedizierte Meta-Felder.
* **Kategorien** können ebenfalls Meta-Titel, -Beschreibung und Keywords erhalten.
* **Bilder** transportieren über ihre Beschreibung einen Alt-Text (wichtig für Bild-SEO).

{% hint style="success" %}
**SEO-Tipp:** Formulieren Sie pro Sprache einen prägnanten Meta-Titel (ca. 55–60 Zeichen) und eine aussagekräftige Meta-Beschreibung (ca. 150–160 Zeichen) mit dem wichtigsten Keyword am Anfang.
{% endhint %}

**Bezug zur Produktbeschreibung**

Die eigentliche Produktbeschreibung stammt aus dem Marketingtext. Achten Sie auf sinnvolle Überschriften und Struktur – das hilft sowohl Leser:innen als auch Suchmaschinen.

### Häufige Fragen

#### Kann ich Meta-Titel und Meta-Beschreibung je Sprache unterschiedlich pflegen?

Ja. Meta-Titel, Meta-Beschreibung und Keywords lassen sich sprachabhängig pflegen und werden je Sprachvariante des Verkaufskanals nach Shopware übertragen. So erhält jede Sprache ihre eigenen, optimierten SEO-Felder.

#### Wie lang sollten Meta-Titel und Meta-Beschreibung sein?

Als Richtwert gilt: Meta-Titel ca. 55–60 Zeichen, Meta-Beschreibung ca. 150–160 Zeichen. Platzieren Sie das wichtigste Keyword möglichst weit vorne. Für Bilder ist zusätzlich ein aussagekräftiger Alt-Text (Bildbeschreibung) wichtig.

#### Werden auch Kategorien mit SEO-Metadaten versehen?

Ja. Neben Produkten können auch Kategorien Meta-Titel, Meta-Beschreibung und Keywords erhalten. Das verbessert die Auffindbarkeit der Kategorieseiten im Shop und in Suchmaschinen.


---

# 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.solutioo.de/shopware/stammdatenverwaltung/seo-metadaten.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.
