Search 1.9 billion lines of Odoo code on GitHub

website_seo_no_dust

Author: Xavier Brochard, zeroheure.info
License: LGPL-3
Branch: 11.0
Repository: Albin-John/odoo-seo
Dependencies: website_sale
Languages: HTML (105, 58.0%), Markdown (15, 8.3%), Python (21, 11.6%), XML (20, 11.0%), and reStructuredText (20, 11.0%)
Other branches: 10.0, 9.0, backport_Summernotes_add-text-tags, breadcrumb-name, master, old-master, port_add-text-tags, selectable_editor_options, and web_editor_plugins
Other repositories: DITIntl/odoo-seo, Kiplangatdan/odoo-seo, OdooBulgaria/odoo-seo, tate11/odoo-seo, vidtsin/odoo-seo, and zeroheure/odoo-seo

<h1 class="title">Website SEO no DUST</h1> <p>This module removes queries in products URLs, keeping only categories if needed.</p> <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>The same happen with sorting features that creates new starting URLs for Google. One can either disable sorting or activate the &quot;SEO Show Sort by&quot; which use javascript to be hidden from Google. 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> <p>It is highly recommended to install also the OCA module <a class="reference external" href="https://github.com/OCA/website/tree/11.0/website_canonical_url">Website Canonical URL</a>. It will add the canonical URL in the header of each page as <a class="reference external" href="https://support.google.com/webmasters/answer/139066">recommended by Google</a>.</p> <a name="contributors"></a> <h2>Contributors</h2> <ul class="simple"> <li>Xavier Brochard <a class="reference external" href="mailto:zeroheure&#64;zeroheure.info">zeroheure&#64;zeroheure.info</a></li> </ul> <a name="maintainer"></a> <h2>Maintainer</h2> <p>ZeroHeure <a class="reference external" href="https://zeroheure.info">https://zeroheure.info</a></p> <p>Please, report bugs at <a class="reference external" href="https://github.com/zeroheure/odoo-seo/issues">https://github.com/zeroheure/odoo-seo/issues</a></p>