Le blog2017-05-31T11:05:59+02:00

Le blog 

Catégories

Magento : Duplicate content solved by canocical url

20/02/2014|Catégories : Blog, Code, SEO|Tags: , |

Dans le fichier "template/page/html/head.phtml", ajouter ce bout de code : <?php if(Mage::registry(‘product’)): ?> <link rel=”canonical” href=”<?php echo Mage::registry(‘product’)->getProductUrl(); ?>” /> <?php elseif(Mage::registry(‘current_category’)): ?> <link rel=”canonical” href=”<?php echo Mage::registry(‘current_category’)->getUrl(); ?>” /> <?php endif; ?> Cela permettra [...]