/toast-seo

SEO Module for SilverStripe

Primary LanguagePHPMIT LicenseMIT

Total Downloads License Build Status

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