Search 1.9 billion lines of Odoo code on GitHub

website_seo

Author: bloopark systems GmbH & Co. KG ,Odoo Community Association (OCA)
License: no license
Branch: 8.0
Repository: alex-magebinary/website
Dependencies: base, web, and website
Languages: HTML (50, 3.2%), JavaScript (535, 34.7%), PO File (79, 5.1%), Python (601, 39.0%), XML (237, 15.4%), and reStructuredText (41, 2.7%)
Other branches: 8.0-issue36, 8.0-issue44, 8.0-issue74, 8.0-wip-website-seo, 9.0, 9.0-issue16, 9.0-issue20, 9.0-issue24, 9.0-issue38, 9.0-issue44, 9.0-issue52, 9.0-issue54, 9.0-issue55, 9.0-issue56, 9.0-issue65, 9.0-qweb-diff, 9.0-seo-redirect-views, and 9.0-wrong-url-parts-usage
Other repositories: AMhadhbi/website-1, AcruxLab/trey-addons, Adel-Magebinary/website-1, Antiun/odoo-website, DudhatShivam/trey-addons, Endika/odoo-website, Fl0rianFischer/website, HarshalBhoir/trey-addons, KIKOU2016/website-1, LiberTang0/website, MjAbuz/odoo-website, OdooBulgaria/odoo-website, OdooBulgaria/trey-addons, OdooBulgaria/website-1, RL-OtherApps/trey-addons, SolutionSeekers/odoo-website, Tecnativa/odoo-website, TheCloneMaster/trey-addons, Ubaid-UrRehman/trey-addons, Upsyd/odoo-website, VbossEkat/odoo-website-seo-website, VbossEkat/website, WebMoz/trey-addons, Yajo/odoo-website, acysos/trey-addons, aitmlouk/trey-addons, alanljj/trey-addons, alanljj/website, anasallaham/trey-addons, anodino-dev/trey-addons, ateijelo/website, awwea/odoo-website, bjoliveau/odoo-website, blooparksystems/website, blueoceandevops/trey-addons, bouet/trey-addons, carlos-domatix/trey-addons, cristinamartinrod/website-1, dsasoftware/odoo-website, durvillo/trey-addons, etech-hary/website, gitlabuser/website, gitstalker/trey-addons, grottas/trey-addons, hotkee/odoo-website, incaser/odoo-website, invitu/trey-addons, jsilvestar/odoo-website, judaa11/trey-addons, kaerdsar/bloopark-website, kardec-web/website, khaledhathout/trey-addons, kit9/trey-addons, kkoci/odoo-website, marionumza/trey-addons, mgielissen/odoo-website, nguyenductamlhp/trey-addons, nicolasramos/trey-addons, oihane/trey-addons, one2pret/trey-addons, percevaq/odoo-website, quyenanh928/odoo-website, rawntech/odoo-website, rruebner/website, sc4you/odoo-website, systechsolutions/trey-addons, tate11/trey-addons, topecz/odoo-website, treytux/odoo-website, treytux/trey-addons, vanthaiunghoa/trey-addons, vidtsin/trey-addons, xpansa/website-1, yasmanycastillo/trey-addons, and zhaohuaw/odoo-website

<a name="website-seo"></a> <h2>Website SEO</h2> <a name="provide-the-base-for-an-improved-seo-handling"></a> <h3>Provide the base for an improved SEO handling</h3> <p>This module adds a new seo_url field to the website.seo.metadata model. It means all models which inherit website.seo.metadata will have the new seo_url field. In general it affects website modules like website_blog, website_forum, website_hr_recruitment etc. The module itself adds no SEO handling. It is done in additional modules like website_seo_blog.</p> <a name="provide-the-base-for-robots-meta-information"></a> <h3>Provide the base for Robots Meta Information</h3> <p>This module adds a new 'Robots Content' field to the promote panel where the user have full control on the robots meta information. The selected value is stored in the website_meta_robots field in the website.seo.metadata model. It means all models which inherit website.seo.metadata will have access to this functionality except of the ir.ui.view model. We add the website_meta_robots field to this model separately because ir.ui.view doesn't inherit website.seo.metadata.</p> <p><em>The description of the meta robots information is as follow</em>:</p> <ul class="simple"> <li><strong>index</strong>: pages may be indexed</li> <li><strong>noindex</strong>: pages may not be indexed</li> <li><strong>follow</strong>: pages must be followed</li> <li><strong>nofollow</strong>: pages should not be followed</li> </ul> <a name="important"></a> <h3>Important</h3> <p>If you install this module you have to update all modules with models which inherits website.seo.metadata after the installation. In general it is enough to update the website module. It is needed to populate the seo_url and website_meta_robots fields in all related models of the installed website modules.</p> <p>If you uninstall this module or a related SEO module like website_seo_blog you have to clean up the related seo_url and website_meta_robots entries in the database table ir_model_fields manually. You also have to delete the seo_url and website_meta_robots column in the related database tables manually.</p> <p>Regards Bloopark</p> <a name="known-issues-roadmap"></a> <h2>Known issues / Roadmap</h2> <blockquote> <ul class="simple"> <li>make seo_url field editable in the frontend via the promote panel</li> <li>add translation handling for SEO urls</li> </ul> </blockquote> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Robert Rübner (<a class="reference external" href="mailto:rruebner&#64;bloopark.de">rruebner&#64;bloopark.de</a>)</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>