Magento – Why does Magento do duplicate URLs

magento-1.9

For example,

http://mysite.com/magento/high-level-category/second-level-category/product-page1.html

and

http://mysite.com/magento/product-page1.html

go to the same place.

It does this for all the pages.

Duplicate URLs are bad for SEO. How do I make it so that I just get the first format of URL?

Thanks

Best Answer

If you are worried about SEO, you should use the Canonical URL option. You could find it under: System -> Configuration -> Catalog -> Search Engine Optimization -> Use Canonical Link Meta Tag For Categories & Use Canonical Link Meta Tag For Products.

Related Topic