Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.31 KB

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