Complete 2026 Guide

Schema Markupfor Wix Websites

The complete guide to structured data on Wix. Learn every schema type, get copy-paste JSON-LD code, and understand exactly how to implement it — even without coding experience.

Rich results in Google

Stars, FAQs, breadcrumbs without ads

Higher click-through rates

Typically +20–40% more clicks from search

Stronger E-E-A-T signals

Verified author, brand, and expertise data

What is Schema Markup and Why Does it Matter for Wix?

Schema markup — also called structured data — is a standardised vocabulary (from Schema.org) that you add to your website's code to tell Google exactly what your content means, not just what it says. When Google understands your content with precision, it can display richer, more informative results in search — which means more clicks, more trust, and ultimately more enquiries.

For Wix websites specifically, schema markup is one of the most underused SEO advantages available. The vast majority of Wix sites have no structured data at all, meaning that implementing it correctly puts you immediately ahead of competitors in how your site appears in Google search results.

Schema is delivered as JSON-LD (JavaScript Object Notation for Linked Data) — a small block of code placed in the head of a page. On Wix, this is added via Settings > Custom Code, or using Wix's HTML embed elements. No developer is required for most schema types.

How to Add Schema Markup to Wix

There are two main methods for implementing structured data on a Wix website, and neither requires coding expertise beyond copy-pasting.

Method 01

Wix Custom Code (Recommended)

  1. 1In your Wix Editor, click Settings in the left sidebar
  2. 2Select Custom Code under Advanced
  3. 3Click + Add Custom Code
  4. 4Paste your JSON-LD schema code
  5. 5Set placement to "Head" and choose the specific page
  6. 6Save and republish your site

Best for site-wide schema (Organization) and page-specific schema that doesn't change often.

Method 02

Wix HTML Embed Element

  1. 1In the Wix Editor, click the + Add button
  2. 2Select Embed > Embed a Widget or HTML iFrame
  3. 3Click Enter Code and paste your JSON-LD
  4. 4Wrap in <script type="application/ld+json"> tags
  5. 5Make the element very small and hidden in a corner
  6. 6The code will render on the page without being visible

Useful if you don't have access to Wix Custom Code settings.

Schema Types: Code Examples & Implementation Guide

Each schema type below includes ready-to-use JSON-LD code. Customise the placeholder values with your own details and implement using Method 01 or 02 above.

Identifies your website as a local business with physical presence, opening hours, and contact details.

SEO Benefit

Improves local search visibility, enhances Knowledge Panel accuracy, and supports Map Pack rankings.

Rich Result

Knowledge Panel with hours, address, phone number, and star ratings

JSON-LD Schema
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Your Business Name",
  "description": "Brief description of what your business does",
  "url": "https://yourdomain.com",
  "telephone": "+44-XXXX-XXXXXX",
  "email": "[email protected]",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Your Street",
    "addressLocality": "Your City",
    "addressRegion": "Your County",
    "postalCode": "AB12 3CD",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "51.5074",
    "longitude": "-0.1278"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
      "opens": "09:00",
      "closes": "17:00"
    }
  ],
  "sameAs": [
    "https://www.facebook.com/yourbusiness",
    "https://www.linkedin.com/company/yourbusiness"
  ]
}

After implementing, test your schema at search.google.com/test/rich-results and fix any errors before submitting to Google Search Console.

Common Schema Mistakes on Wix Sites

Duplicating schema on every page

Organization schema belongs on the homepage only. Adding it to every page creates duplicate entity signals that confuse Google.

Rating schema without genuine reviews

Google's guidelines prohibit self-serving review schema. AggregateRating must reflect real, third-party reviews. Violations can result in rich result removal.

Schema not matching visible content

Every piece of information in your schema must appear on the visible page. A price in schema that doesn't show on the page violates Google's guidelines.

Using outdated schema types

Schema.org evolves. Types like "ItemPage" and old address formats are deprecated. Always check schema.org for the current recommended types and properties.

Missing required properties

Each schema type has required and recommended properties. Missing required properties means the schema won't qualify for rich results. Use the Rich Results Test to validate.

Not testing after implementation

Wix's custom code can sometimes have rendering issues that prevent schema from being picked up. Always verify with Google's Rich Results Test after implementing.

Schema Markup FAQ

Does Wix support schema markup?

Yes. While Wix doesn't have a built-in schema editor, you can add JSON-LD structured data via Settings > Custom Code (in Wix Business & eCommerce plans) or using the HTML embed element in any Wix plan. Both methods work reliably when implemented correctly.

Will schema markup immediately improve my rankings?

Schema markup is not a direct ranking factor. However, it produces rich results (star ratings, FAQ dropdowns, breadcrumbs) that increase click-through rate from search results — typically by 20–40%. Over time, higher CTR positively influences rankings as it signals relevance to Google.

How do I know if my schema is working?

Use Google's Rich Results Test (search.google.com/test/rich-results) to validate your schema. In Google Search Console, check Enhancements in the left menu — this shows which rich result types Google has detected on your site and any errors that need fixing.

What schema is most important for a local Wix business?

LocalBusiness schema is the highest priority for local businesses — it enhances your Knowledge Panel and supports local Map Pack rankings. Add FAQPage schema to your FAQ section and BreadcrumbList to all interior pages as your next priorities.

Can I add schema to Wix without coding knowledge?

Yes. JSON-LD schema is simply text that follows a specific format. You don't write code — you fill in your business details into a template (like the examples on this page) and paste it into Wix's Custom Code section. No programming knowledge required.

Need Schema Markup Implemented Professionally?

I implement comprehensive schema markup as part of every SEO project — LocalBusiness, FAQPage, Service, Review, BreadcrumbList, and more. Get it done correctly the first time.

Wix SEO Course12 modules · 90+ lessons

The Ultimate Wix SEO Course

Everything you need to rank your Wix site — from keyword research and structured data to rich snippets, breadcrumbs, local SEO and link building. Lifetime access for £99.