cakephp-meta

CakePHP Meta plugin for managing meta tags and SEO related HTML header markup.

MIT License

Downloads
7.7K
Stars
7
Committers
5
cakephp-meta - 1.0.0 Latest Release

Published by dereuromark about 1 year ago

CakePHP 5 compatible release

Main changes coming from 4.x release:

  • Types added where feasible
  • API is now cleanly separated in setters/getters, make sure to adjust your code/templates
cakephp-meta - 0.2.1

Published by dereuromark about 1 year ago

Improvements

Fixed up Meta helper for description and nullable topics.

Full Changelog: https://github.com/dereuromark/cakephp-meta/compare/0.2.0...0.2.1

cakephp-meta - 0.2.0

Published by dereuromark almost 5 years ago

CakePHP 4 compatible release.

Please help to finalize.

cakephp-meta - 0.1.0

Published by dereuromark almost 5 years ago

Initial Pre Release

CakePHP 3.7+

This plugin helps to maintain and output meta tags for your HTML pages, including SEO relevant parts like "title", "keywords", "description", "robots" and "canonical".

It can be used as a simple view-only approach using the included helper, it can also be DB driven if desired, or dynamically be created from the controller context by passing the meta data to the view.