> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/en/plugins/seo-tools/basic-and-premium.md).

# Basic and premium

The SEO Tools come in two tiers. **Basic** is usable at no extra cost. **Premium** is unlocked via a one-time or recurring **In-App purchase** directly in the Administration (**SEO Tools → Plans**). The premium status applies to the whole shop.

As long as Premium is not active, you still see the premium features – but they are locked and show an **Explore plans** hint that takes you straight to the overview.

## Basic (free)

* SERP preview (Google snippet preview) for products and categories
* Pixel and character counter for meta titles and descriptions
* Canonical URL management incl. duplicate warning and variant canonical
* Robots meta tag per page with an SEO status column in the product listing
* Extended sitemap configuration (filters, change frequency, priority, noindex exclusion)
* Product, breadcrumb and organization schema (JSON-LD)
* SEO URL preview with duplicate and quality check

## Premium (In-App purchase)

* Bulk meta generator with placeholder templates
* Bulk URL generator with automatic 301 redirects
* AI meta suggestions per product (Anthropic Claude, OpenAI or custom endpoint)
* AI bulk generation for many products at once, with a per-run limit (default 50, maximum 1000)
* Open Graph and Twitter Card fields with live preview
* Redirect manager with 301/302, regex, priorities and statistics
* Redirect import/export via CSV
* 404 monitoring with dashboard widget and daily cleanup
* Image sitemap with Google image tags
* Hreflang management across sales channels
* Extended schema types: FAQ, HowTo, LocalBusiness, Event
* Variant AggregateOffer plus shipping and return details in the schema
* Schema validation with report and CSV export
* SEO score per product incl. listing column and recalculation
* SEO dashboard with metrics and action list
* Image SEO check with alt text generator
* Broken link checker with weekly check
* Google Search Console integration with daily sync

## Good to know

{% hint style="info" %}

* For **AI meta suggestions** and **AI bulk generation** you use your own API key; the costs are charged by the respective AI provider, not by PremSoft. Every product equals one paid request – which is why each bulk run is capped.
* The **Google Search Console** requires your own Google Cloud project with OAuth credentials.
* Heavy premium actions run in the background and need an active message queue worker (see [Prerequisites](/en/plugins/seo-tools/pre-requisites.md)).
  {% endhint %}


---

# 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.premsoft.de/en/plugins/seo-tools/basic-and-premium.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.
