# Turn a report into a fix list

A practical order for working through your findings.

By CheckMySchema. Reviewed 2026-09-22.
Canonical page: https://checkmyschema.com/learn/errors-warnings-and-notes

## Fix unreadable markup first

A JSON syntax error stops that block from being interpreted. Correct broken quotes, missing separators and trailing commas before changing the content. Other independent blocks can still be checked.

## Prioritize the right layer

Schema.org findings concern vocabulary and value compatibility. Google findings concern the selected feature profile. Warnings often describe recommendations or flexible vocabulary expectations; they are not interchangeable with required-field errors.

## Recheck the deployed page

Update the source template, publish it and check the URL again. Review the extracted data to ensure the intended changes reached the page. Never fill a missing field with invented facts just to make a warning disappear.

## Official sources

- [Schema.org validator](https://validator.schema.org/)
- [Google structured-data guidelines](https://developers.google.com/search/docs/appearance/structured-data/sd-policies)
