I got annoyed at the Schema.org validator and built my own(schemald.com)
schemald.com
I got annoyed at the Schema.org validator and built my own
https://schemald.com
3 comments
I gave it a try. Your version found errors the schema.org version did not find
Thanks for trying it out! Schema.org validator tends to focus on Google supported structured data and can lag behind the actual vocabulary spec. So the tool validate against the full schema.org definition - things like deprecated/superseded properties (e.g. founders > founder), type mismatches, and empty required fields that their tool often lets slide.
SchemaLD (https://schemald.com) puts both in one place. Paste a URL, it pulls the JSON-LD, validates it, and gives you an inspector where you can click any node to see every available property with its description. Edits update the JSON live.
Free, no signup. Would love feedback — particularly on which schemas it handles badly so I can fix them.