Download the PHP package dylangrech92/seotoolbox without Composer

On this page you can find all versions of the php package dylangrech92/seotoolbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package seotoolbox

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.

SEO Toolbox

Build Status Scrutinizer Code Quality

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

Requirements

Installation

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.

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.

Settings

Creating a new Automated Link

Global Settings

Automated Links Global Settings


Automated Links Report

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.

Configurations

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:

A full list of tests performed can be found here


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.

This functionality can be re-used in other parts of the CMS by using the SEOToolboxAnalyzerField

Note: A curl is made to the page that is being tested on every page load in the CMS.

On Page Analysis

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.

Useful Information to send in


All versions of seotoolbox with dependencies

PHP Build Version
Package Version
Requires php Version ^5.3.0
silverstripe/cms Version ^3.2
silverstripe/framework Version ^3.2
undefinedoffset/sortablegridfield Version ^0.6.2
silverstripe/html5 Version ^1.0.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dylangrech92/seotoolbox contains the following files

Loading the files please wait ....