> For the complete documentation index, see [llms.txt](https://docs.pixeleyes.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeleyes.de/anleitungen-instructions/english/documentation-of-our-shopware-6-plugins/lexikon-glossar-fur-shopware-6/menueinstellungen/lexikon-eintrage/seo.md).

# 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>
