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

# Artikel Bulk

Generiert **Meta-Titel, Meta-Description und Keywords** für Produkte.

Aufruf: **Marketing → SEO Ultimate → Artikel Bulk**

## Schritt für Schritt

1. **Kategorien wählen:** Im linken Baum die Kategorien anhaken, deren Produkte bearbeitet werden sollen. Optional **„Für alle Unterkategorien generieren"** aktivieren.
2. **Optionen setzen:**
   * *Vorhandene Einträge überschreiben* – nur leere Felder füllen (aus) oder bestehende ersetzen (an).
   * *Varianten individuell generieren* – auch Varianten (Kind-Produkte) berücksichtigen.
3. **Felder füllen** – entweder eine [Vorlage](/seo-ultimate/variablen-templates.md) laden oder Titel/Description/Keywords selbst mit Variablen eintragen und per Schalter aktivieren.
4. **Google-Vorschau prüfen** – eine Kategorie anhaken/anklicken; die Vorschau zeigt das Ergebnis an einem Beispiel-Produkt.
5. **Generieren** (oben rechts). Nach Abschluss erscheint eine Meldung mit der Anzahl aktualisierter Artikel.

## Beispiel

**Meta-Titel:**

```twig
{{ product.translated.name }} | {{ product_manufacturer.translated.name }}
```

**Meta-Description:**

```twig
{{ product.translated.name }} von {{ product_manufacturer.translated.name }} – jetzt online bestellen.
```

Ergebnis für ein Produkt „Laufschuh X" von „Marke Y":

> **Laufschuh X | Marke Y** Laufschuh X von Marke Y – jetzt online bestellen.

## Robot-Tags

Über die Robot-Tags-Auswahl kannst du für die betroffenen Produkte eine Google-Direktive setzen:

* `index, follow` – Seite indexieren, Links folgen
* `noindex, follow`
* `index, nofollow`
* `noindex, nofollow`
* *aktuelle Einstellungen behalten* – nichts ändern

## Automatisierung

Speichere die Konfiguration als Vorlage und aktiviere den **Cronjob**, um den Lauf täglich automatisch auszuführen – siehe [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/artikel.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.
