, (*1)
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., (*2)
, (*3)
Creating default settings in the configuration
This definition takes place in the mysite/_config/config.yml
., (*4)
yml
SeoHeroToolAnalysis:
Local: true
PageSpeedAPI: XXXXXXXXXXXX
contentID: maincontent
, (*5)
Local
Either true
or false
. If this is set to true some Tests will noe be performed like PageSpeed or W3C Analyisis., (*6)
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., (*7)
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., (*8)
Todo
Complete test cases
Add more tests for this tool similar to the tests in SEO Hero Tool., (*9)
Feature Requests
To add your own Feature Request please use the Github Issues for this project., (*10)