A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content (forked from Cyber-Duck/Silverstripe-SEO)
This module is base on , and adds the following enhancements and fixes:
Call to undefined method SilverStripe\Config\Collections\CachedConfigCollection::remove()
(Cyber-Duck#35)A SilverStripe module to enhance and optimize your website SEO.
SilverStripe 4.0 and 4.1 and over require different versions of this module because of the different public folder structure. Please see the following 2 methods.
Add the following to your composer.json file and run /dev/build?flush=all
{
"require": {
"plasticstudio/silverstripe-seo": "4.2.*"
}
}
Add the following to your composer.json file and run /dev/build?flush=all
{
"require": {
"plasticstudio/silverstripe-seo": "4.1.*"
}
}
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem