Wix Schema Validator
Paste your JSON-LD and we'll catch missing required properties, http:// URLs, and the Wix-specific issues Google flags in Search Console.
About the Wix Schema Validator
Validate every piece of JSON-LD schema on any Wix page. Catches missing required properties, deprecated types, invalid enum values and Google Rich Results eligibility failures in one pass.
Quick summary
- Checks all JSON-LD blocks on a Wix page
- Validates against schema.org rules and Google eligibility
- Flags Wix-specific schema duplication issues
- Provides copy-paste fix snippets for each failure
- Free, no sign-up, browser-only execution
Use the tool below
JSON-LD input
Results
Paste your JSON-LD on the left and click Validate.
How to use this tool
- 1
Enter Wix URL
Paste a live Wix URL. The tool fetches rendered HTML and extracts JSON-LD.
- 2
Run validation
Click Validate. Every schema block is checked against schema.org and Google rules.
- 3
Fix in Wix Custom Code
Apply the suggested edits inside Wix Custom Code > <head> scope for the target page.
- 4
Re-validate
Re-run until every block is error-free and Rich Results eligible.
Examples & benchmarks
Missing required
Product missing offers.price
Add priceCurrency and price
Wrong type
datePublished uses "2026-05-10 10:00" (space)
Use ISO 8601 with T separator
Frequently asked questions
Wix auto-generates Organization, WebSite, WebPage and BreadcrumbList schema. Product, Article, FAQPage, HowTo and Event require manual addition.
Translate