zucchi / metatags
Module to add 'MetaTitle' to pages and injecting in to frontend by extending the SiteTree->MetaTags method
Installs: 45
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is not auto-updated.
Last update: 2023-05-22 20:13:34 UTC
README
Module to that gracefully extends Silvetripe to;
- add 'MetaTitle' to pages
- allow you to hide the generator tag from the site
- easily add arbitrary meta tags to every page
It requires that the template being used implements the Metatags()
method