> 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/blog.md).

# Blog

## Warum dein Shop einen Blog braucht

Produkt­seiten verkaufen — Blogartikel schaffen Vertrauen. Kund:innen, die noch nicht sicher sind, ob sie bei dir bestellen sollen, suchen nach Antworten, Erfahrungs­berichten und Hintergrund­wissen. Wenn du diese Inhalte nicht selbst bereitstellst, lesen sie sie woanders — und bestellen am Ende dort, wo der Inhalt war.

<figure><img src="/files/ZqWDSs690eKNwNeSChbE" alt=""><figcaption></figcaption></figure>

## Wie der Blog dir hilft

Mit dieser Erweiterung baust du einen vollständigen Magazin-Bereich direkt in deinen Shopware-Shop ein. Beiträge, Autor:innen, Kategorien und Tags pflegst du zentral in der Administration — die Storefront zeigt sie automatisch an, mit Filtern, Pagination, Bewertungen, RSS-Feed und allem, was Suchmaschinen erwarten.

## Mehr als nur Textbeiträge

Jeder Beitrag bietet dir:

* **Titel, Untertitel, Kurzbeschreibung und Inhalt** — alle Texte übersetzbar
* **Vorschaubild und Bildergalerie** mit Lightbox-Anzeige
* **Autoren-Profile** mit eigener Seite und A–Z-Filter
* **Verknüpfte Produkte** für Cross-Sell zwischen Inhalt und Sortiment
* **Kategorien und Tags** zum thematischen Gruppieren
* **Bewertungen** mit Sternesystem und Moderation *(Premium)*

## Flexibel an jeder Stelle im Shop

Blog-Inhalte tauchen dort auf, wo sie deine Kund:innen brauchen:

* In einer eigenen Magazin-Kategorie (z. B. `/magazin`), die du dir wie eine ganz normale Produkt­kategorie anlegst
* Auf der Beitrags-Detailseite mit Galerie, Bewertungen und verwandten Produkten
* In einer Autoren-Übersicht (z. B. `/autorinnen`) mit Profilen und A–Z-Filter
* Als kuratierte Beitrags-Rails auf der Startseite, in Landingpages oder in anderen Kategorien

## Gemacht für Sichtbarkeit

* **Suchmaschinen­freundliche URLs**, die den Kategoriepfad spiegeln (z. B. `/magazin/mein-artikel` statt einer technischen ID)
* **Rich-Snippets** in den Google-Suchergebnissen — Sterne, Autoren­name, Veröffentlichungs­datum
* **RSS-Feed** für Feed-Reader und externe Integrationen
* **Mehrsprachig** und pro Verkaufs­kanal konfigurierbar

## Ergebnis

Du gewinnst einen voll funktions­fähigen Content-Bereich, der sich wie ein nativer Teil deines Shops anfühlt — ohne externes CMS, ohne Drittanbieter-Hosting und ohne doppelte Pflege.


---

# 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/blog.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.
