What is structured data? JSON-LD vs Microdata vs RDFa, which to use on Wix

Module 6: Technical SEO, Structured Data & Rich Snippets for Wix | Lesson 65 of 687 | 50 min read

By Michael Andrews, Wix SEO Expert UK

Structured data is code you add to your web pages that tells Google exactly what your content means, not just what it says. While Google can understand unstructured content, structured data eliminates ambiguity and unlocks rich results in search. For Wix sites, structured data is one of the most powerful competitive advantages available because most Wix competitors do not implement it. This lesson explains what structured data is, the three formats available, which one to use on Wix, every type of rich result you can unlock, and how to plan a complete structured data strategy for your site.

How-to diagram showing technical SEO elements including JSON-LD structured data markup, schema types, site speed optimisation, and rich snippet results in Google
Technical SEO and structured data transform how Google displays your Wix site in search results with rich snippets and enhanced listings.

What Structured Data Does for Your Wix Site

When you write "Our business is open Monday to Friday, 9am to 5pm" in your content, Google may or may not interpret that as business hours. When you add structured data using the OpeningHours schema type, there is zero ambiguity. Google knows exactly what those hours mean and can display them in Knowledge Panels, Maps, and local search results.

JSON-LD vs Microdata vs RDFa

There are three formats for adding structured data to web pages. Only one is recommended for Wix.

JSON-LD (Recommended for Wix)

JSON-LD (JavaScript Object Notation for Linked Data) is a block of JavaScript code placed in the <head> or <body> of your page. It is Google's recommended format because it is completely separate from your HTML content. You can add, edit, or remove it without touching your visible page layout. In Wix, you add JSON-LD via the Custom Code feature in your Dashboard settings.

Microdata (Not Recommended for Wix)

Microdata is embedded directly in your HTML markup using specific attributes (itemscope, itemtype, itemprop). It requires editing the HTML structure of your content, which is not possible in the standard Wix Editor. Avoid on Wix.

RDFa (Not Recommended for Wix)

RDFa is similar to Microdata in that it is woven into HTML markup using attributes. Also not practical for Wix implementation. Stick with JSON-LD.

Understanding Schema.org

Schema.org is the vocabulary used by structured data. It defines hundreds of "types" (like Organization, Product, Event) and their "properties" (like name, description, price). Think of Schema.org as the dictionary, and JSON-LD as the language format you write in.

Rich Results You Can Unlock on Wix

Each rich result type requires specific structured data. Here is every type relevant to Wix sites:

What Schema Wix Adds Automatically

Wix automatically generates some structured data on your pages, but it is often incomplete or missing key properties.

Warning: If Wix auto-generates schema and you also add manual schema of the same type, you can create duplicate schema conflicts. Always test the live page first and only add manual schema for types Wix does not generate, or replace Wix's schema entirely if yours is more complete.

Planning Your Structured Data Strategy

Creating a schema implementation plan

Schema Prioritisation for Different Business Types

JSON-LD Syntax Basics

Before implementing specific schema types, understand the basic JSON-LD syntax you will be working with.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Business Name",
  "url": "https://www.yourdomain.com",
  "logo": "https://www.yourdomain.com/logo.png",
  "description": "A brief description of your business"
}
</script>

Common Structured Data Mistakes on Wix

How to Audit Your Wix Site for Existing Structured Data

Before adding new schema, always audit what structured data already exists on your Wix site to avoid conflicts and duplication.

Complete structured data audit for your Wix site

Final Checkpoint: You should have a complete list of every page type on your site, the matching schema type, and a prioritised implementation plan. Test every page in the Rich Results Test after adding schema and maintain your tracking spreadsheet as you implement.

This lesson on What is structured data? JSON-LD vs Microdata vs RDFa, which to use on Wix is part of Module 6: Technical SEO, Structured Data & Rich Snippets for Wix in The Most Comprehensive Complete Wix SEO Course in the World (2026 Edition). Created by Michael Andrews, the UK's No.1 Wix SEO Expert with 14 years of hands-on experience, 750+ completed Wix SEO projects and 425+ verified five-star reviews.