Do we have a dedicated SEO Plugin or feature?
collective.behavior.seo or better: relevant content
how to use collective.behavior.seo in plone buildout... i added to local.cfg and ran ./bootstrap.sh and then started the server but it is not showing at http://localhost:8080/Plone3/prefs_install_products_form
does it support Plone 6:latest?
also when using api it gives following error
>>> from plone import api
>>> s= api.addon.install("collective.behavior.seo")
ERROR:Plone:Could not install collective.behavior.seo: no profile found.
also my local.cfg looks like this:-
[buildout]
extend =
core.cfg
auto-checkout +=
plone.app.discussion
plone.base
plone.volto
plone.app.content
collective.behavior.seo
[sources]
plone.app.discussion= git https://github.com/plone/plone.app.discussion.git
plone.base= git git@github.com:plone/plone.base.git
plone.volto= git git@github.com:plone/plone.volto.git
plone.app.content= git git@github.com:plone/plone.app.content.git
collective.behavior.seo= git git@github.com:collective/collective.behavior.seo.git
Have you added the addon to the instance section?
[instance]
eggs +=
collective.behavior.seo
and yes, i use this in a Plone 6.1 Installation. But i use Classic UI, not Volto.
You can also take a look at GitHub - kitconcept/kitconcept.seo: SEO enhancements for the Plone Content Management System (Volto only)