> 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/english-documentation/article-bulk.md).

# Article bulk

Generates **meta title, meta description and keywords** for products.

Open via: **Marketing → SEO Ultimate → Article bulk**

## Step by step

1. **Select categories:** tick the categories whose products should be processed in the left tree. Optionally enable **"Generate for all subcategories"**.
2. **Set options:**
   * *Overwrite existing entries* – only fill empty fields (off) or replace existing ones (on).
   * *Generate variants individually* – also consider variants (child products).
3. **Fill the fields** – either load a [template](/seo-ultimate/english-documentation/variables-templates.md) or enter title/description/keywords with variables and activate them via the switch.
4. **Check the Google preview** – tick/click a category; the preview shows the result for a sample product.
5. **Generate** (top right). After completion a message with the number of updated articles appears.

## Example

**Meta title:**

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

**Meta description:**

```twig
{{ product.translated.name }} by {{ product_manufacturer.translated.name }} – order online now.
```

## Robot tags

Via the robot tags select you can set a Google directive for the affected products:

* `index, follow`
* `noindex, follow`
* `index, nofollow`
* `noindex, nofollow`
* *keep current settings* – change nothing

## Automation

Save the configuration as a template and enable the **cron job** to run it automatically every day – see [Cron job / automation](/seo-ultimate/english-documentation/cronjob.md).
