> 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/plugins/seo-tools/basic-und-premium.md).

# Basic und Premium

Die SEO Tools gibt es in zwei Ausbaustufen. **Basic** ist ohne Zusatzkosten nutzbar. **Premium** schaltest du über einen einmaligen oder laufenden **In-App-Kauf** direkt in der Administration frei (**SEO Tools → Pläne**). Der Premium-Status gilt für den ganzen Shop.

Solange Premium nicht aktiv ist, siehst du die Premium-Funktionen weiterhin – sie sind jedoch gesperrt und zeigen einen **Pläne entdecken**-Hinweis, der dich direkt zur Übersicht führt.

## Basic (kostenlos)

* SERP-Vorschau (Google-Snippet-Vorschau) für Produkte und Kategorien
* Pixel- und Zeichenzähler für Meta-Titel und -Beschreibungen
* Canonical-URL-Verwaltung inkl. Duplikat-Warnung und Varianten-Canonical
* Robots-Meta-Tag pro Seite mit SEO-Status-Spalte im Produkt-Listing
* Erweiterte Sitemap-Konfiguration (Filter, Änderungsfrequenz, Priorität, noindex-Ausschluss)
* Product-, Breadcrumb- und Organization-Schema (JSON-LD)
* SEO-URL-Vorschau mit Duplikat- und Qualitäts-Check

## Premium (In-App-Kauf)

* Bulk-Meta-Generator mit Platzhalter-Vorlagen
* Bulk-URL-Generator mit automatischen 301-Weiterleitungen
* KI-Meta-Vorschläge pro Produkt (Anthropic Claude, OpenAI oder eigener Endpunkt)
* KI-Massengenerierung für viele Produkte auf einmal, mit Limit pro Lauf (Standard 50, maximal 1000)
* Open-Graph- und Twitter-Card-Felder mit Live-Vorschau
* Redirect-Manager mit 301/302, RegEx, Prioritäten und Statistiken
* Redirect-Import/-Export per CSV
* 404-Monitoring mit Dashboard-Widget und täglichem Aufräumen
* Bilder-Sitemap mit Google-Image-Tags
* Hreflang-Verwaltung über Verkaufskanäle
* Erweiterte Schema-Typen: FAQ, HowTo, LocalBusiness, Event
* Varianten-AggregateOffer sowie Versand- und Rückgabe-Angaben im Schema
* Schema-Validierung mit Bericht und CSV-Export
* SEO-Score pro Produkt inkl. Listing-Spalte und Neuberechnung
* SEO-Dashboard mit Kennzahlen und Handlungsbedarf-Liste
* Bild-SEO-Prüfung mit Alt-Text-Generator
* Broken-Link-Checker mit wöchentlicher Prüfung
* Google-Search-Console-Integration mit täglichem Sync

## Wichtig zu wissen

{% hint style="info" %}

* Für **KI-Meta-Vorschläge** und die **KI-Massengenerierung** nutzt du deinen eigenen API-Schlüssel; die Kosten fallen beim jeweiligen KI-Anbieter an, nicht bei PremSoft. Jedes Produkt entspricht einer kostenpflichtigen Anfrage – deshalb ist jeder Massen-Lauf gedeckelt.
* Die **Google Search Console** erfordert ein eigenes Google-Cloud-Projekt mit OAuth-Zugangsdaten.
* Aufwendige Premium-Aktionen laufen im Hintergrund und benötigen einen aktiven Message-Queue-Worker (siehe [Voraussetzungen](/plugins/seo-tools/voraussetzungen.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/plugins/seo-tools/basic-und-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.
