Magento hreflang Implementation
Using code from a previous discussion (link:https://magento.stackexchange.com/questions/12504/how-to-add-hreflang-tags-or-other-meta-tags-to-pages-in-magento), I was able to implement the hreflang links into our Magento site. Here is the code that worked for me: <?php foreach (Mage::app()->getWebsites() as $website) { foreach ($website->getGroups() as $group) { $stores =…