# Seo

Under SEO, you can make SEO-specific settings.

In addition, set a specific SEO URL.

{% hint style="info" %}
In general, SEO Urls of the lexicon categories and entries are generated via Settings > Seo. However, if you specify an SEO Url here, it will be used as the SEO Url
{% endhint %}

<figure><img src="/files/hR7FjxwyrHm1zyscLa1s" alt=""><figcaption><p>Screen von Einstellungen > SEO > SEO Vorlage für Lexikon</p></figcaption></figure>

Ab Version 1.4.4\
\
If you have set the following in the plugin settings for the type of loading of entries, the SEO variables may need to be changed:

<mark style="color:red;">Using the index</mark>

When making SEO settings, the following must be included in the “Lexicon detail page”:

```twig
lexikon/{{ lexikon.translated.letter }}/{% if lexikon.translated.seoUrl %}{{ lexikon.translated.seoUrl }}{% else %}{{ lexikon.translated.title }}{% endif %}
```

<mark style="color:red;">Based on the category</mark>

BWhen making SEO settings, the following must be included in the “Lexicon detail page”:

```twig
lexikon/{{ lexikon.category.title }}/{% if lexikon.translated.seoUrl %}{{ lexikon.translated.seoUrl }}{% else %}{{ lexikon.translated.title }}{% endif %}
```

If you then enter "milk" under Seo Url, for example, as in the screen below, this Seo Url will then be generated for the entry instead of the standard SEO Url under Settings > SEO

<figure><img src="/files/LBRZ66SyzRUN5FC07pbA" alt=""><figcaption><p>Screen von Tab SEO</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.pixeleyes.de/anleitungen-instructions/english/documentation-of-our-shopware-6-plugins/lexikon-glossar-fur-shopware-6/menueinstellungen/lexikon-eintrage/seo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
