Skip to content

bmds/SEOTestSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEO test suite

Basic test suite for checking if a site passes minimum SEO requirements, built in Jest because reasons.

Requirements

  • Node >= 8.x
  • Yarn
  • Chrome >= 59

Instructions

The test suite is run with yarn test which will run the suite against the default URL (http://example.com); To run against a custom site https://github.com for example you would use SITE=https://github.com yarn test.

The suite doesn't currently cope with redirects which you will need to take in to account.

Roadmap

  • Finish off the other tests
  • Add a docker file to cope with the environment stuff
  • Cope with redirects when testing a page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published