github-pages-template
github-pages-template copied to clipboard
Add structured data testing
Add structured-data-testing-tool
See example https://github.com/ThatGuySam/doesitarm/blob/6e11fbe8e79156282aa9c5d61f87808182814325/test/main.js#L8
Before we start this, do a simple test across all our pages with like
find | exec yarn dlx structured-data-testing-tool test
...
If there are some errors on any built page on our sites then setting up this testing will be a win
End result:
- [ ] Add script to package.json to validate after build
- [ ] Add it to our CI testing pipeline after build