canal-web/magento-hreflang

There is no license information available for the latest version (dev-master) of this package.

Simple Magento module to add language meta tags in head for each store view locales.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 0

Open Issues: 0

Type:magento-module

dev-master 2017-03-24 16:33 UTC

This package is not auto-updated.

Last update: 2024-05-25 18:10:19 UTC


README

This Magento module adds language meta tags in head for each store view locales (with full locale codes, like "en_CA" for Canadian English).

Example

Will produce this kind of tags:

<link rel="alternate" hreflang="en_US" href="http://en.website.com/my-product.html" />
<link rel="alternate" hreflang="fr_FR" href="http://fr.website.com/mon-produit.html" />

HowTo

You can enable/disable the meta tag from back-office interface (System > Configuration > Canal-web) and decide whether you want to keep categories in products urls or not.

ToDo

We still need a solution to handle CMS pages when their url keys are localised, as for Magento there is no logical link between one page and its versions in other languages. Use CmsRewrites ?