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

# Category bulk

Generates **meta title, meta description and keywords** for category pages.

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

The structure is identical to the [Article bulk](/seo-ultimate/english-documentation/article-bulk.md) – except that the **categories themselves** are processed (not their products), and the **category variables** are available.

## Step by step

1. Tick the categories to be processed in the tree (optionally include subcategories).
2. Set the *Overwrite existing entries* option as needed.
3. Load title/description/keywords as a [template](/seo-ultimate/english-documentation/variables-templates.md) or fill them with variables yourself.
4. **Generate.**

## Example

**Meta title:**

```twig
Buy {{ category.translated.name }} online
```

**Meta description:**

```twig
Large selection of {{ category.translated.name }}. Order online now.
```

## Available variables

| Variable                         | Meaning                                  |
| -------------------------------- | ---------------------------------------- |
| `{{ category.translated.name }}` | Category name (translated) – recommended |
| `{{ category.name }}`            | Category name (raw)                      |
| `{{ category.keywords }}`        | Keywords                                 |

## Automation

The category bulk can also be saved as a template and executed automatically every day via the [cron job](/seo-ultimate/english-documentation/cronjob.md).
