Search 1.9 billion lines of Odoo code on GitHub

website_seo_no_dust

Author: Xavier Brochard, zeroheure.info
License: LGPL-3
Branch: web_editor_plugins
Repository: Albin-John/odoo-seo
Dependencies: website_sale
Languages: Markdown (17, 36.2%), Python (17, 36.2%), and XML (13, 27.7%)
Other branches: 10.0, 11.0, 9.0, backport_Summernotes_add-text-tags, breadcrumb-name, master, old-master, port_add-text-tags, and selectable_editor_options
Other repositories: DITIntl/odoo-seo, Kiplangatdan/odoo-seo, OdooBulgaria/odoo-seo, tate11/odoo-seo, vidtsin/odoo-seo, and zeroheure/odoo-seo

<h1>Website SEO no DUST</h1> <p>Odoo add queries in URLs (like page number, price sorting, etc.), creating several URLs for the same product page. This is to avoid in SEO because the same content can be accessed by different URLs. As a result, search engines index quickly grows uselessly and your page rank goes down. This bad practice is called DUST : Duplicate URL Same Text. </p> <p>This module removes queries in products URLs, keeping only categories if needed.</p> <p>In addition one should also disable sorting in the shop because it use URLs, which creates a lot of duplicate content :</p> <ul> <li>in website frontend, go to Customize menu</li> <li>disable &quot;Show Sort by&quot;</li> </ul> <p>Instead of disabling the sort, experienced webmasters may prefer to set URL parameters in search engines console. Beware that you should do that for every search engine (whereever possible).</p> <h2>Contributors</h2> <ul> <li>Xavier Brochard zeroheure@zeroheure.info</li> </ul> <h2>Maintainer</h2> <p>ZeroHeure https://zeroheure.info</p> <p>Please, report bugs at https://github.com/zeroheure/odoo-seo/issues</p>