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

# Bulk generators

The bulk generators create SEO data for many products, categories or images in one run – controlled by **templates with variables**.

There are three generators under **Marketing → SEO Ultimate**:

| Generator                                                                   | Creates                                | Target         |
| --------------------------------------------------------------------------- | -------------------------------------- | -------------- |
| [**Article bulk**](/seo-ultimate/english-documentation/article-bulk.md)     | Meta title, meta description, keywords | Products       |
| [**Category bulk**](/seo-ultimate/english-documentation/category-bulk.md)   | Meta title, meta description, keywords | Categories     |
| [**Product image bulk**](/seo-ultimate/english-documentation/image-bulk.md) | Alt tag, title tag                     | Product images |

## Common structure

All three generators are built the same way:

1. **Category tree (left):** tick the categories whose content should be generated. When ticking, a green box with the **selected categories** appears below and a **Google preview** on the right.
2. **Options:** include subcategories, overwrite existing entries, variants, (for images) counter and all languages, plus the cron job switch.
3. **Load/save template:** select ready-made [templates](/seo-ultimate/english-documentation/variables-templates.md) or save your own.
4. **Fields with variables:** title/description/keywords or alt/title as a template with `{{ … }}` variables.
5. **Generate** (top right): starts the mass generation; at the end a **success message with the count** of updated elements appears.

## Important options

* **Generate for all subcategories** – includes all subordinate categories of the selection.
* **Overwrite existing entries** – if the option is **off**, only empty fields are filled; if it is **on**, existing values are replaced.
* **Generate variants individually** – also creates data for variants (child products).

## Performance

Large amounts of data are processed in blocks (block size configurable, see [configuration](/seo-ultimate/english-documentation/installation.md)). A progress bar shows the status during large runs.


---

# 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/english-documentation/bulk-generators.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.
