aimeos / aimeos-laravel

Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
https://aimeos.org/Laravel
MIT License
7.1k stars 1.04k forks source link

CMS URL segment localizable #470

Closed Futskito closed 1 year ago

Futskito commented 1 year ago

How can i localize the url segment of a CMS page for any language? I couldn't find the way to make it. Is this possible?

aimeos commented 1 year ago

You can create CMS pages with different, localized URLs and content in the language for that URL

Futskito commented 1 year ago

Yes but if i create one cms page per language, then I lose the canonical urls feature and it can be marked as repetitive content by crawlers

aimeos commented 1 year ago

Canonical URLs are for pages with same content and they aren't suitable if you have text in different languages ("hreflang" would be correct in that case: https://moz.com/learn/seo/hreflang-tag). So there's no issue.