Skip to content

canal-web/Magento_Hreflang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magento_Hreflang

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 ?

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published