Website sitemap improved
No more complains from Google search console, that your E-commerce sitemap URLs are not indexed as they are not the same as canonical.
Changes to sitemap.xml :
-
URLs in sitemap are now exactly the same as e-commerce pages:
Before:
<url> <loc> http://localhost:8069/shop/product/apple-wireless-keyboard-18 </loc> </url>After:
<url> <loc> http://localhost:8069/shop/product/e-com10-apple-wireless-keyboard-18 </loc> </url>URL in browser:
http://localhost:8069/shop/product/e-com10-apple-wireless-keyboard-18
N.B. Every other URL of this product will be redirected to the one above by Odoo controllers.
URLs improvement is valid only for auto generated ones in E-commerce section.
Please log in to comment on this module