toastnz / toast-seo
Silverstripe SEO Module
Installs: 11 649
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 2
Open Issues: 2
Type:silverstripe-module
Requires
- composer/installers: *
- silverstripe/cms: ~4.0
- silverstripe/framework: ~4.0
Requires (Dev)
- phpunit/phpunit: ~4.8
README
Silverstripe Toast SEO Module
Simple Module to adjust SEO properties on a page by page basis
Installation
Get the goodness just like so:
composer require toastnz/toast-seo
And ensure you have the following in the <head>
of your template:
$MetaTags
If you are not using $MetaTags
, you can use the following template code:
<% include ToastSEO %>
Which won't give you the neat Title suffix / prefix from the settings.
Step 4: Profit