Whether you're running simple batch validation or hooking into delivery pipelines, we offer tools designed for developers to automate structured data validation into their workflows.
CLI Tools – Analyze files or web pages directly from your shell or CI pipelines.
- ›Render and test a web page from
localhost:8080before commiting changes. - ›Shell script with
findandxargs -n1 schemamarkup validate -ito test local files. - ›A
validatejob in your GitHub Actions workflow to test rendered templates.
Developer API – REST interface to integrate with your own tools and internal systems.
- ›Validate and show inline error messages within an internal structured data type form.
- ›Periodically test URLs from
sitemap.xmland summarize new problems in work tickets.
MCP Server – Tools for LLM-based agents to validate and iterate on structured data.
- ›Loops to update structured data code and validate until qualifying for rich snippets.