2017 © Pedro Peláez
 

silverstripe-module seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor

image

dylangrech92/seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor

  • Friday, October 14, 2016
  • by dylangrech92
  • Repository
  • 5 Watchers
  • 6 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 10 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

DEPRECATED

I no longer have time to maintain this project, or to upgrade it for Silverstripe version 4 or higher. If anyone would like to try to fork it and upgrade it, feel free to do so., (*1)

SEO Toolbox

Build Status Scrutinizer Code Quality, (*2)

This plugin was created to facilitate SEO work. It adds functionality in 3 different areas:
1) In the CMS by adding extra functionality to the Site Tree object
2) In the Controller to alter the final html output during rendering
3) As a standalone testing tool to perform various checks on the site, (*3)

Requirements

Installation

composer require dylangrech92/seotoolbox
framework/sake dev/build

Usage

Automated Links

Manually adding and updating thousands of links every time you do a small url change or wanting to target a new keyword is just insanity., (*4)

This tool allows you to simply specify a keyword you want to target and where it should point to amongst a few other options. Once that is saved, the tool will automatically link the keyword specified to the page specified., (*5)

Settings

Creating a new Automated Link, (*6)

Global Settings

Automated Links Global Settings, (*7)


A report called Automated Links Report is automatically added to you reports section that will list all the pages that were affected by the Automated Links and how these were affected., (*8)

Configurations
    # Once this config is activated the report will stop running in realtime and start
    # looking for the AutomatedLinkPageResult object.
    #
    # To populate this object add this to your crontab:
    # framework/sake AutomatedLinkReportTask

    AutomatedLinkReport:
      run_in_realtime: false 

SEOTEST (Crawler)

This is a fully fledged crawler build mostly in javascript. It will start off by requesting a list of pages that exist in your SiteTree_Live table and start crawling them to: - Test for various seo issues such as h1, meta titles, orphan pages, etc.. - Find more pages such as paginated pages, (*9)

A full list of tests performed can be found here, (*10)


On Page Settings & Reports

Apart from the crawler this plugin also adds a small report to every page edit form. This idea was taken from Live SEO for Silverstripe. However turned it into a much smaller but greatly more reliable report. Instead of just 1 report for the whole page, this report is split into 2 tabs: Desktop & Mobile and in here only the most important data is shown + a google preview snippet and a keyword analysis tool., (*11)

This functionality can be re-used in other parts of the CMS by using the SEOToolboxAnalyzerField, (*12)

Note: A curl is made to the page that is being tested on every page load in the CMS., (*13)

On Page Analysis, (*14)

Reporting an issue

When you're reporting an issue try to include as much information as you can so that the mantainers of this module can try to closely replicate the issue., (*15)

Useful Information to send in - Full stack trace - PHP version - Silverstripe version - A simplistic overview of your setup example: Apache 2.4, admin and front-end are on seperate domains - Module name that might be conflicting with this one, (*16)

The Versions

14/10 2016

dev-develop

dev-develop https://github.com/dylangrech92/seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe seo toolbox reporting automated links seo testing

03/10 2016

dev-master

9999999-dev https://github.com/dylangrech92/seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe seo toolbox reporting automated links seo testing

03/10 2016

1.1.0

1.1.0.0 https://github.com/dylangrech92/seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe seo toolbox reporting automated links seo testing

25/09 2016

v1.0.1

1.0.1.0 https://github.com/dylangrech92/seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe seo toolbox reporting automated links seo testing

24/09 2016

v1.0.0

1.0.0.0 https://github.com/dylangrech92/seotoolbox

This plugin was created to facilitate SEO work by automating most of the manual labor

  Sources   Download

GPL v3

The Requires

 

silverstripe seo toolbox reporting automated links seo testing