restruct / silverstripe-liveseo

Silverstripe SEO Module
BSD 2-Clause "Simplified" License
18 stars 3 forks source link

Live SEO optimizations for Silverstripe

This module was largely rewritten from hubertusanton/silverstripe-seo to provide real-time feedback & SEO tips to CMS editors. Where the original module handles this in php (on page save), this module's feedback logic was written in javascript, hence 'Live SEO'. For the time being we have decided to let both modules co-exist, as they both do the job just fine, and this allows developers to pick the version that suits them best (php or javascript).

Maintainer Contacts

Installation

Simply clone or download this repository, copy it into your SilverStripe installation folder, then run dev/build?flush=all.

Composer

composer require: "micschk/silverstripe-liveseo": "dev-master"

Requirements

Documantation

View detailed documentation

Notes

Template tags:

TODO's for next versions