Structured data and schema markup for Wix directory and marketplace listings

Module 40: Wix SEO for Directories, Marketplaces & Multi-Vendor Sites | Lesson 465 of 688 | 50 min read

By Michael Andrews, Wix SEO Expert UK

Directory and marketplace sites have access to powerful schema types that dramatically improve Google visibility. LocalBusiness, Product, Service, AggregateRating, and ItemList schema can trigger rich results including star ratings, price ranges, and business details directly in search results. For Wix directory owners, implementing dynamic schema that draws from CMS data is the difference between a bare blue link and a rich, trust-building result. This lesson covers the complete schema strategy for Wix directory sites, including dynamic schema generation from CMS data using Velo, real-world implementation patterns, and a schema audit process you can run quarterly.

Essential Schema Types for Directory Sites

Dynamic Schema Generation with Wix Velo

Each listing page needs unique schema populated from CMS data. Hardcoding schema is impossible when you have hundreds of listings. Wix Velo allows you to dynamically generate JSON-LD schema by reading CMS collection data and injecting it into the page head or a custom HTML element. This automation ensures every listing has accurate, up-to-date structured data without any manual work per listing.

Implement dynamic LocalBusiness schema on Wix directory listing pages

ItemList Schema for Category Pages

Category pages that list multiple businesses benefit from ItemList schema. This tells Google the page contains a curated list of items and can trigger carousel-style rich results. Each item in the list should include its position, name, and URL. On Wix, generate this dynamically in Velo by querying all listings in the current category using wixData.query() and building the ItemList array from the results. Combined with individual listing schema on each listing page, this creates a comprehensive schema network across your directory that signals authority and structure to Google.

WebSite SearchAction for Directory Search

If your directory has a search function, add WebSite schema with SearchAction to enable the sitelinks search box in Google. When users search for your directory brand name, Google may show a search box that queries your directory directly from the SERP. The SearchAction requires a URL template pointing to your search results page with a query string parameter (e.g., https://yourdirectory.com/search?q={search_term_string}). This is especially valuable for established directories with brand recognition, as it reduces friction between intent and action.

Schema Maintenance and Common Errors

Schema is not a set-and-forget task. Common errors that trigger Google Search Console warnings include: AggregateRating with fewer than two reviews, missing required properties like name or url, and schema present in the code but not reflected in visible page content. Build a monthly audit routine where you check GSC Enhancements for any new errors, test a random sample of 10 listing pages in Rich Results Test, and verify that aggregate rating values in your schema match the actual displayed review data.

Schema Subtype Selection: Always use the most specific LocalBusiness subtype available. A general "LocalBusiness" for a restaurant misses the richer properties available on the "FoodEstablishment" or "Restaurant" type such as servesCuisine, hasMenu, and acceptsReservations. Check schema.org/LocalBusiness for the full hierarchy of subtypes and add a "Schema Type" field to your CMS so each listing can store its correct type.

Complete How-To Guide: Full Schema Implementation for a Wix Directory

End-to-end schema implementation covering all page types

This lesson on Structured data and schema markup for Wix directory and marketplace listings is part of Module 40: Wix SEO for Directories, Marketplaces & Multi-Vendor Sites 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.