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

# FAQ

## Meine Farbänderungen (Footer/Header) werden nicht angezeigt

Farb- und Layout-Änderungen im Bereich **Conversion & Usability** werden erst nach dem **Neukompilieren des Storefront-Themes** sichtbar. Kompiliere das Theme neu und leere ggf. den Cache.

## Der Newsletter-Bereich erscheint nicht

Für das Newsletter-Banner muss unter **Einstellungen → Stammdaten** ein **Shopseiten-Layout für Newsletterseiten** hinterlegt sein.

## Social-Media-/Header-Icons fehlen

Diese Icons benötigen **Fontawesome**. Trage den **Fontawesome Kit-Code** unter **Einstellungen → Plugins → SEO Ultimate** ein.

## Der Bulk-Generator ist langsam / bricht bei vielen Artikeln ab

Passe die **Generator Block Size** in der Plugin-Konfiguration an. Kleinere Werte sind schonender für den Server, größere Werte schneller (bei ausreichend Serverleistung). Im Zweifel `100`.

## Im Bulk-Generator wird der Produktname nicht eingesetzt

Verwende `{{ product.translated.name }}` statt `{{ product.name }}`. Die `translated`-Variante liefert den übersetzten Wert **inkl. Fallback**; das rohe Feld kann leer sein, wenn keine Übersetzung in der aktuellen Sprache gepflegt ist.

## Die Vorschau/Kategorieauswahl bleibt leer

Klicke bzw. hake eine Kategorie im Baum an, die **direkt Artikel** enthält (oder aktiviere „Für alle Unterkategorien generieren"). Für die Vorschau muss zudem ein Feld mit einem Template gefüllt und aktiviert sein.

## Der Cronjob läuft nicht automatisch

Stelle sicher, dass Shopwares **Scheduler/Message-Consumer** auf dem Server läuft. Den Task kannst du auch manuell auslösen:

```bash
bin/console scheduled-task:run-single hueb_seo.bulk_generate
```

## Der Canonical-Tag wird nicht ausgegeben

Trage im Feld **SEO-Canonical** (Produkt- bzw. Kategorie-SEO-Tab) eine **vollständige URL** inkl. `https://` ein. Ist das Feld leer, gibt Shopware automatisch die Standard-SEO-URL als Canonical aus.


---

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