quintype / quintype-validator

Quintype validators, currently has website validator and migration validator
https://validator.quintype.com/
0 stars 0 forks source link
migration typescript

Quintype Validator

This tool can be used to validate any Quintype page. This is currently deployed at https://developers.quintype.com/quintype-validator.

Validatations

The tool runs multiple validators, and reports the output of each stage. Warnings conditions are mentioned in (parenthesis)

AMP

The following AMP validations are run:

SEO

Please see rules.yml for a list of rules that are run

OG Tags

Please see rules.yml for a list of rules that are run

Headers

Please see rules.yml for a list of rules that are run

Structured Data

The following Structured Data validations are run:

Links

The API also returns a list of links. A crawler can be written which calls the validation API, recieves a list of linked pages, then continues validating the next page.

Running this locally

Deployments

Future Fixes