nomidi/silverstripe-seo-hero-tool-analysis

SEO Hero Tool Analysis helps in optimizing websites for search engines

Installs: 564

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

dev-master 2021-06-06 10:36 UTC

This package is auto-updated.

Last update: 2024-04-06 16:25:46 UTC


README

Build Status

An Addition to SEO Hero Tool which can be also found on Github SEO Hero Tool on Github. The SEO Hero Tool Analysis extends the functionality of the SEO Hero Tool by adding a Button to each page which on click starts an analysis of the actual website. This analysis checks several parameters and gives an detailled overview of the findings.

Creating default settings in the configuration

This definition takes place in the mysite/_config/config.yml.

SeoHeroToolAnalysis:
  Local: true
  PageSpeedAPI: XXXXXXXXXXXX
  contentID: maincontent

Local

Either true or false. If this is set to true some Tests will noe be performed like PageSpeed or W3C Analyisis.

PageSpeedAPI

The PageSpeed API Key which is needed to access the PageSpeed API. To start with PageSpeed Insights API just follow the linnk PageSpeed Insights API. Without a PageSpeed API Key the PageSpeed can not be obtained.

contentID

The ID of the Main Content on this site. If there is a valid value for contentID all text within this ID will be used for Word Count.

Todo

Complete test cases

Add more tests for this tool similar to the tests in SEO Hero Tool.

Feature Requests

To add your own Feature Request please use the Github Issues for this project.