This small behavior adds extra fields used for SEO optimisation. Inspired by collective.seo, but the data store now uses dexterity/behavior practice.
Adds fields SEO Title, SEO Description, and Metatag Robots on an extra tab SEO on contenttypes where the behavior is activated.
When the fields contain values, the <title> and <meta name='description'> in the <head> section will be replaced.
Also a <meta name="robots"> tag will be added.
In a control panel you can give a list of valid combinations of robot tags: follow/nofollow, index/noindex.
This product has been translated into:
- Dutch
Install collective.behavior.seo by adding it to your buildout:
[buildout]
...
eggs =
collective.behavior.seo
and then running bin/buildout.
Or install it with pip.
Activate the add'on in the Plone Contron Panel. Then go to Dexterity Types in the Plone Control Panel and activate this behavior on selected content types.
- Issue Tracker: https://github.com/collective/collective.behavior.seo/issues
- Source Code: https://github.com/collective/collective.behavior.seo
The project is licensed under the GPLv2.