> 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/marketingtext-and-rich-content.md).

# Marketingtext & Rich-Content

Die **Produktbeschreibung** in Shopware wird aus dem **Marketingtext** des Artikels gespeist. Dieser wird als **HTML** übergeben – Formatierungen wie **fett** oder *kursiv* sind also möglich.

**Web Name vs. Beschreibung**

* **Web Name** = Artikelbeschreibung (`Description`) bzw. deren Übersetzung → Shopware `name`.
* **Beschreibung** = Marketingtext (Entity Text) → Shopware `description` (HTML).

Beide werden getrennt verwaltet, sodass Sie Namen und Langbeschreibung unabhängig pflegen können.

**Marketingtext bearbeiten**

Auf der Artikelkarte finden Sie den **Marketingtext** (in der Standardansicht rechts). Über **Bearbeiten** öffnen Sie den Editor.

**Massenpflege per Import**

Für viele Artikel bieten sich Importe an:

* **CSV-Import Marketingtext**
* **Excel-Import Marketingtext**

Diese Funktionen finden Sie in der Artikelliste.

{% hint style="info" %}
Sprachabhängige Marketingtexte werden beim Upload als Sprachvariante übertragen (siehe Mehrsprachige Artikeldaten).
{% endhint %}

{% hint style="success" %}
Für erweiterte, attributbasierte Textbausteine unterstützt Sie unser Team gern mit einer individuellen Lösung.
{% endhint %}

### Häufige Fragen

#### Kann die Produktbeschreibung HTML-Formatierungen enthalten?

Ja. Der Marketingtext wird als HTML an das Shopware-Feld „description“ übergeben. Formatierungen wie Fett, Kursiv, Listen und Überschriften bleiben erhalten. Achten Sie auf sauberes, sinnvoll strukturiertes HTML – das hilft Leser:innen und Suchmaschinen.

#### Wie pflege ich Marketingtexte für viele Artikel effizient?

Für die Massenpflege stehen der CSV-Import und der Excel-Import für Marketingtexte in der Artikelliste zur Verfügung. Damit lassen sich Beschreibungen für viele Artikel gleichzeitig einspielen, statt sie einzeln zu bearbeiten.


---

# 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/marketingtext-and-rich-content.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.
