structured-data-testing-tool
structured-data-testing-tool copied to clipboard
A library and command line tool to help inspect and test for Structured Data.
Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...
**Describe the bug** When validating Google structured data SDTT is: - only recognising 2 Schema.org schemas instead of 4 ``` Schema.org > Article - 0% (0 passed, 1 failed) ✕...
**Describe the bug** sdtt does not report invalid JSON syntax errors as a failure and skips those JSON-LD blocks. ``` $ sdtt --url https://supplydrop.com Error in jsonld parse - SyntaxError:...
**Describe the bug** Given we have this structured data: ``` { Product: [ { name: "p1", "offers": [ {"@type": "Offer", "name": "p1o1"}, {"@type": "Offer", "name": "p1o2"} ] }, { name:...
@iaincollins A week ago I searched (again) for resources to validate html markup and meta data. As always, the most found answer was to use Google's structured data testing tool,...
**Summary of proposed feature** Schema properties should be checked for validity. **Purpose of proposed feature** Currently properties are only checked to see if they exist, and not if the value...