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

# Installation & Konfiguration

## Installation

1. Plugin über den Shopware Store oder als ZIP hochladen (**Erweiterungen → Meine Erweiterungen → Hochladen**).
2. Plugin **installieren** und **aktivieren**.
3. Storefront-Theme bei Bedarf neu kompilieren (nur nötig, wenn Farb-/Footer-Optionen genutzt werden).

## Grundkonfiguration

Die Grundeinstellungen findest du unter **Einstellungen → Plugins → SEO Ultimate → Konfiguration**.

### Zeichenzähler

Legt die Google-konformen Obergrenzen fest, die im Bulk-Generator als Zeichenzähler angezeigt werden.

| Einstellung                  | Standard | Beschreibung                                    |
| ---------------------------- | -------- | ----------------------------------------------- |
| **Meta Title Zeichen**       | 60       | Empfohlene Maximallänge für Meta-Titel          |
| **Meta Description Zeichen** | 160      | Empfohlene Maximallänge für Meta-Beschreibungen |

> Der Zähler im Generator färbt sich rot, sobald die eingestellte Länge überschritten wird.

### Footer: Shopware Logo

* **Shopware Logo im Footer entfernen** – blendet das „powered by Shopware"-Logo im Footer aus.

### Fontawesome

* **Fontawesome Kit-Code** – hier den kompletten Script-Tag deines Fontawesome-Kits einfügen:

```html
<script src="https://kit.fontawesome.com/{kit-ID}.js" crossorigin="anonymous"></script>
```

Der Kit-Code wird für die Icons im **Social-Media-Footer** und im **Header-Banner** (Conversion & Usability) benötigt.

### Generator Einstellungen

* **Generator Block Size** (Standard: `100`) – Blockgröße für die Speicheranfragen der Bulk-Generatoren. Höhere Werte können die Massengenerierung beschleunigen, benötigen aber mehr Serverleistung. **Im Zweifel auf 100 lassen.**

## Automatisierung (Cronjob)

Für die tägliche automatische Ausführung von Vorlagen wird Shopwares **Scheduled-Task-System** genutzt. Voraussetzung ist, dass der Scheduler bzw. der Message-Consumer auf dem Server läuft (Standard bei Produktivsystemen). Details unter [Cronjob / Automatisierung](/seo-ultimate/cronjob.md).


---

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