Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
402 stars 186 forks source link

[SeoBundle] Keywords are missing from SEO settings #803

Closed yoshz closed 8 years ago

yoshz commented 8 years ago

For some reason the keywords are removed from the SEO settings of a node by pull request #750. What is the reason? Our customers still use this field?

denbatte commented 8 years ago

Keywords are not used by search services anymore. See for example here: http://googlewebmastercentral.blogspot.be/2009/09/google-does-not-use-keywords-meta-tag.html

yoshz commented 8 years ago

Ok. I didn't see this change back in the changelog of 3.4.1, so it was a bit confusing for a couple of our users.

yoshz commented 8 years ago

I discussed it with our SEO experts. The keywords are not used for ranking as the article says, but still can be used to match content. Why remove the keywords when it could still be relevant to some users?

roderik commented 8 years ago

Of you want i'll merge a PR that puts them back

mlebkowski commented 8 years ago

„SEO Experts” always claim everything matters :P

denbatte commented 8 years ago

I would love to see a source explaining the matching content.

yoshz commented 8 years ago

Removing the keywords will make this an opinionated design choose for the CMS. I have no real opinion about whether it is or not is used by searchengines from developer perspective. But I think you should let users decide them selfs.

denbatte commented 8 years ago

I propose making the SEOBundle extendable. This way everybody can add their own properties depending on the need of the project.

yoshz commented 8 years ago

I just created a pull request #855 to readd the keywords. Regardless if you merge it back or not, you should update at least the changelog and mentioning the keywords are deleted in version 3.4, but also update the UPGRADE-3.4.md with this bc change!

My advise is whenever you make a choose to remove a feature from Kunstmaan CMS in the future to really communicate this. For some users it can have a huge impact.