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

# Configuration

You will find the basic settings under **Extensions → My extensions → PremSoft SEO Tools → ⋯ → Configuration**. The settings can be chosen per **sales channel** — switch the sales channel at the top of the dialog. This lets you store different values for, say, your German and your international channel.

Premium fields are marked with **(premium)**. As long as you have not unlocked Premium, they are visible but locked and show a small **Explore plans** hint.

## General

* **Activate plugin for this sales channel** — switch to turn the storefront features (canonical, robots, rich snippets …) on or off per sales channel. Active by default.
* **Variant canonical points to parent product** — sets globally that product variants use the parent product as their canonical URL. Can also be controlled per product.

## Rich snippets

* **Output product, breadcrumb and organization schema** — switches for the three free base schemas.
* **Company name** and **logo URL** for the organization schema (appears e.g. in the Google Knowledge Panel).
* **Return policy** (premium): return window in days, country and return shipping fees for the merchant return policy schema.

## Sitemap

* **Include products / categories / landing pages** — which content ends up in the sitemap.
* **Change frequency** and **priority** — hints to search engines about how often content changes and how important it is.
* **Image sitemap** (premium): maximum images per product and whether the cover image is listed first.

## AI integration (premium)

Credentials for the AI meta suggestions: provider (Anthropic, OpenAI or your own OpenAI-compatible endpoint), API key, model, output language and optional custom prompts. Details in the [Meta data](/en/plugins/seo-tools/management-dashboard/meta-data.md#ai-meta-suggestions-premium) chapter.

## Google Search Console (premium)

OAuth credentials (client ID, client secret) and the property URL of your verified website in the Search Console. Details in the [SEO analysis](/en/plugins/seo-tools/management-dashboard/seo-analysis.md#google-search-console-premium) chapter.

## Redirects (premium)

* **Log 404 errors** — enables 404 monitoring.
* **Keep redirect log (days)** — how long 404 entries are stored before the daily cleanup task removes them.

***

Once the basics are set, continue with the individual features — for example the [Meta data](/en/plugins/seo-tools/management-dashboard/meta-data.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.premsoft.de/en/plugins/seo-tools/configuration.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.
