Skip to content

drhitchcockco/silverstripe-seo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silverstripe SEO Module

Maintainer Contact

Requirements

  • SilverStripe 3.1

Documentation

This modules helps the administrator of the Silverstripe website in getting good results in search engines. A rating of the SEO of the current page helps the website editor creating good content around a subject of the page which can be defined using a google suggest field.

The fields for meta data in pages will be moved to a SEO part by this module. This is done for giving a realtime preview on the google search result of the page.

In seo.yml config file you can specify which classes will NOT use the module. By default every class extending Page will use the SEO module. Caution: The new master branch is not compatible with old releases see this pull request from jonom (thanks!). Please use tag 1.1 in old sites with the old config and tag 2.0 for new projects, but updating to 2.0 will also fix google suggest and has some other fixes.

Screenshots

ScreenShot ScreenShot

Installation

Place the module dir in your website root and run /dev/build?flush=all

TODO's for next versions

  • Check img tags for title and alt tags
  • Option to set social networking title and images for sharing of page on facebook and google plus
  • Create a google webmaster code config
  • Only check for outgoing links in content ommit links within site
  • Translations to other languages
  • Check for page subject usage in other pages
  • Check how many times the page subject has been used and give feedback to user
  • (Re)Calculate SEO Score in realtime with javascript without need to save first
  • Put html in cms defined in methods in template files
  • Check extra added db fields/ many_many DataObjects for SEO score and make this configurable

License

This module is published under BSD 2-clause license, although these are not in the actual classes, the license does apply:

http://www.opensource.org/licenses/BSD-2-Clause

Copyright (c) 2013, Bart van Irsel

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Silverstripe SEO Module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.7%
  • JavaScript 7.8%
  • CSS 7.5%