Search 1.9 billion lines of Odoo code on GitHub

website_seo_meta

Author: Xavier Brochard, zeroheure.info
License: LGPL-3
Branch: 11.0
Repository: Albin-John/odoo-seo
Dependencies: website
Languages: HTML (113, 15.2%), JavaScript (547, 73.4%), Markdown (30, 4.0%), Python (21, 2.8%), and XML (34, 4.6%)
Other branches: 10.0, 8.0, 9.0, master, and old-master
Other repositories: DITIntl/odoo-seo, Kiplangatdan/odoo-seo, OdooBulgaria/odoo-seo, vidtsin/odoo-seo, and zeroheure/odoo-seo

<h1>Website SEO meta</h1> <p>Increase length of meta title and meta description fields, better Google preview, add tips and ...</p> <p>Odoo limit meta Title to 70 characters, but Google doesn&#39;t have such limit. The 2 real limits are </p> <ol> <li>for the home page, the site name must be in the first 600 pixels (nearly 70 characters), for the other pages the site name must end each meta Title ; </li> <li>on the search results page, Google will display only 70 characters (Bing 40). </li> </ol> <p>Title length is not otherwise limited. This module allows 120 characters in meta Title (maxTitleSize).</p> <p>Since november 2017 Google increase the meta description length to nearly 300 characters. This module allows 320 characters in meta Description (maxDescriptionSize). Note that the description is not related to SEO, but to Search Engines Result Page (SERP). Google will not use it for referencing your page but to print its search results. Google will pick your description or not, if it is relevant to search keywords</p> <p>Additionaly, this module will display preview with Google&#39;s color and truncate URLs and title according to Google&#39;s rules.</p> <h2>TODO</h2> <ul> <li>~~words count in Title : between 10 to 12 words~~</li> <li>print product category for use in Title</li> <li>~~check if Title or Description is too short~~</li> <li>check if site name (website_name) is in Title (and position)</li> <li>configurable length and other variables (need controler file)</li> <li>Bing, Yandex, Baidu options</li> </ul> <h3>References</h3> <ul> <li>https://moz.com/learn/seo/meta-description</li> <li>may 2018 : https://smartsearchmarketing.com/google-title-tag-serp-preview-tool</li> <li>may 2018 : https://www.abondance.com/actualites/20180516-19236-google-reduit-taille-de-snippets-meta-description.html</li> <li>jan 2015 : https://www.abondance.com/actualites/20150121-14619-balise-meta-description-size-matters.html</li> </ul> <h3>tools</h3> <ul> <li>https://www.jqueryscript.net/other/jQuery-SEO-Preview-Plugin.html</li> <li>https://smartsearchmarketing.com/google-title-tag-serp-preview-tool</li> <li>https://smartsearchmarketing.com/wp-content/themes/betterweather/assets/js/modules/jquery.seo-widget.js</li> </ul> <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>