Closed jholze closed 9 years ago
I added the canonical tag in link into HEAD element in view. I have a couple of questions:
Also we have to fix links tags in HEAD. Now if you have a seo_url with a value in english an other in german, the link tags does not show translated URL and if you click get page 404.
@kaerdsar Please see my comment in the first commit. The rest is fine.
Review was fine :+1:
Description
Basically, it makes sense to add the canonical tag on each page of a website that each page points to itself. This prevents unexpected errors and incorrect links. If duplicate content exists the canonical tag points always to the original page.
Reason
The Google search engine rates duplicate content negative because no relevant value exists for the users / internet.
Example
current behavior
Currently we have no canonical tag in odoo.
expected behavior
We need a canonical tag on each page of a website, so that each page points to itself. The canonical tag is located in the HEAD of a page.
Example