SEO URL Manager
Basic configuration
Go to "Extensions" > "My extensions" in your admin.
Install and activate the app.
Open the configuration and activate the desired functions.
Clear the cache under "Settings" > "System" > "Caches & indexes" > "Clear caches"
Generate variant URLs
Go to "Settings" > "Shop" > "SEO"
Paste the following template into the "Product detail page" field and save your entries:
{{ 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 %}/
This template creates the URLs according to the following scheme:
https://www.shop.com/[product-name-in-lower-case]-[variant(s)-in-lower-case]/
You can of course adapt the template to your needs.
Update your index under "Settings" > "System" > "Caches & Indexes" > "Update indexes".
Sitemap URLs
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
Last updated
Was this helpful?