skip to Main Content

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 =…

VIEW QUESTION

hreflang issue from webmaster tools – SEO

So I use href lang ONLY on my INDEX page, like this: <link rel="alternate" href="https://example.com" hreflang="x-default" /> But I keep getting these errors in google webmaster tools Google has detected that some pages on your site have implemented the rel-alternate-hreflang…

VIEW QUESTION

SEO – hreflang "no return tags"

I am recently having an increased number of "hreflang no return tags" error on the Google webmaster console and I cannot figure out what I am missing. My site is www.example.com and it can be accessed in different languages as…

VIEW QUESTION
Back To Top
Search