Adding schema markup without testing it is like writing code without running it. Errors in your JSON-LD are invisible to the naked eye but prevent Google from using your structured data for rich results. Always validate before publishing.
Google's Rich Results Test
The Rich Results Test at search.google.com/test/rich-results is the primary validation tool. Enter a URL (after publishing) or paste code directly. It shows you which rich result types are eligible for that page, any errors (which prevent rich results), and warnings (which may limit rich results).
How to test your Wix schema with Rich Results Test
- 1Publish your Wix page with the schema markup added
- 2Go to search.google.com/test/rich-results
- 3Enter the full URL of your Wix page and click "Test URL"
- 4Review the results: look for the structured data type you implemented
- 5Click on any errors (red) and fix them in your JSON-LD code
- 6Click on warnings (yellow) and evaluate whether they can be resolved
- 7Re-test after making changes until no errors remain
Common Schema Errors on Wix and How to Fix Them
- "Missing field": A required property is absent, add the missing field to your JSON-LD
- "Invalid value": The format of a value is wrong (e.g., date format, URL format), check the schema.org documentation for the correct format
- "Unparsable structured data": Your JSON-LD has a syntax error, use jsonlint.com to find and fix it
- "Not eligible for rich results": The schema type is valid but this page type doesn't qualify, check Google's rich results eligibility guidelines
Code-Level Testing
Before publishing, paste your raw JSON-LD into the Rich Results Test using the "code snippet" option. This lets you fix errors before they go live on your Wix site, saving you from publish-edit-publish cycles.
Complete How-To Guide: Testing and Fixing Schema Markup on Your Wix Site
Testing schema markup is not optional. Errors in your JSON-LD are invisible to the naked eye but prevent Google from using your structured data. Follow this complete testing and fixing workflow for every page with schema.
Follow these steps to test and fix schema markup on your Wix site
- 1Open Google Rich Results Test at search.google.com/test/rich-results
- 2Enter your page URL or paste your JSON-LD code directly to test
- 3Review results: green checkmarks mean valid, yellow warnings are recommended fixes, red errors must be fixed
- 4For each error click the detail to see which property is missing or incorrectly formatted
- 5Fix errors in your JSON-LD code then re-test until you get zero errors
- 6After fixing errors address warnings by adding recommended properties
- 7Open the Schema Markup Validator at validator.schema.org and test the same pages for more detailed validation
- 8Check Google Search Console Enhancements section for a summary of all schema detected across your site
- 9Fix any schema issues flagged in GSC Enhancements (these affect your actual search performance)
- 10Test schema on both desktop and mobile versions of your pages
- 11Create a schema audit spreadsheet tracking every page, schema type, test date, and result
- 12Schedule monthly schema audits to catch any issues introduced by site changes
Final Checkpoint
Every page with schema should show zero errors in Rich Results Test and zero issues in GSC Enhancements. Your audit spreadsheet should be updated monthly.
Essential Resources
Google Rich Results Test
Test and validate structured data markup on your Wix pages
Schema Markup Validator
Validate your JSON-LD structured data code before adding it to your Wix site
Schema.org
Official documentation for all structured data types and properties
Screaming Frog SEO Spider
Crawl up to 500 URLs free to find broken links, orphan pages, and technical SEO issues
