SEO URL Manager

You want more organic traffic?

Then be sure to check out our SEO guide! In this article you will find all the important Shopware 6 SEO measures for your store. (Only in German for now)

Basic configuration

  1. Go to "Extensions" > "My extensions" in your admin.

  2. Install and activate the app.

  3. Open the configuration and activate the desired functions.

  4. Clear the cache under "Settings" > "System" > "Caches & indexes" > "Clear caches"

Generate variant URLs

  1. Go to "Settings" > "Shop" > "SEO"

  2. Paste the following template into the "Product detail page" field and save your entries:

Product detail page
{{ product.translated.name|lower }}{% if product.variation is not empty and product.parentId is not empty %}{% for var in product.variation %}-{{ var.option|lower }}{% endfor %}{% endif %}/

You can of course adapt the template to your needs.

  1. Update your index under "Settings" > "System" > "Caches & Indexes" > "Update indexes".

You can track the current indexing status in the messages at the top right. The more products you have in your store, the longer this process can take.

Sitemap URLs

If you have already updated the index in the previous step, you do not need to do this again.

Update your index under "Settings" > "System" > "Caches & Indexes" > "Update indexes".

Canonical URLs

No further configuration is required for this.

Further options

Global settings from the app configuration such as the linking from product boxes and the canonical URL setting can be overwritten at product level under "Catalogues" > "Products" > "[Product]" > "Specifications" > "Custom fields" > "Product (SEO URL Manager)".

FAQ's

My listing URLs still do not point to the parent after installing the extension?

Since the extension accesses the listing template, it is possible that your theme overwrites our listing template. If this is the case for you, please contact us and we will solve the problem together.

Some variant URLs have a /detail/3d951aa1fa4549579670c84bb67e5f08 URL after index generation. What is the reason for this?

This cryptic URL is the Shopware 6 fallback for existing URLs. So make sure that your SEO URL template generates unique and unambiguous URLs. For example, if you have two products with exactly the same name, there is a very high probability that the same URL will be generated twice.

Last updated

Was this helpful?