E-commerce SEO on Wix: product pages, categories and schema
Module 22: Advanced Wix SEO Strategies | Lesson 267 of 688 | 45 min read
By Michael Andrews, Wix SEO Expert UK
E-commerce SEO on Wix requires a fundamentally different approach from service-based or blog-focused sites. Product pages compete against Amazon, major retailers, and hundreds of other online stores. Category pages must balance user browsing experience with search engine discoverability. Schema markup determines whether your products earn rich results with prices, ratings, and availability directly in search results. This lesson covers the complete e-commerce SEO framework for Wix Stores, from individual product page optimisation through category architecture to advanced schema implementation that earns you the rich snippets that drive clicks.

Product Page SEO: The Foundation of E-commerce Rankings
Every product page on your Wix store is a potential landing page from Google. Most e-commerce traffic enters through product pages, not the homepage. This means each product page must function as a standalone conversion machine with its own SEO optimisation. The title tag should include the product name, a key attribute (size, colour, material), and your brand name. The meta description should highlight the unique selling proposition and include a call to action.
The critical mistake most Wix store owners make is using manufacturer descriptions verbatim. If you sell products from suppliers, their descriptions appear on dozens or hundreds of other online stores. Google sees this as duplicate content and has no reason to rank your version over any other. Writing unique product descriptions is the single most impactful action you can take for e-commerce SEO on Wix. Each description should be at least 150-300 words and highlight what makes buying from your store different.
Writing Product Descriptions That Rank and Convert
How to write unique product descriptions for Wix stores
- Start with the primary keyword in mind. Research what people actually search for when looking for this product. "Blue running shoes size 10" is more specific and convertible than "athletic footwear".
- Open with a benefit-driven sentence that addresses the customer pain point this product solves, not a feature list.
- Describe the product using sensory language where appropriate: how it feels, looks, performs. This differentiates your description from generic manufacturer copy.
- Include specific technical specifications in a structured format: dimensions, weight, materials, compatibility. Use bullet points for scannability.
- Address common objections or questions in the description itself. If customers frequently ask about sizing, include a sizing note. If durability is a concern, mention warranty details.
- Close with a micro-CTA that creates urgency without being manipulative: "Available while stock lasts" or "Free shipping on orders over X".
- Use natural keyword variations throughout the description. If your primary keyword is "organic cotton t-shirt", also use "natural cotton tee", "eco-friendly t-shirt", and "organic cotton top".
Product Image SEO on Wix
Product images are critical for both conversion and SEO. Google Images drives significant e-commerce traffic, and properly optimised images can appear in Google Shopping results, image search, and rich snippets. Wix automatically converts images to WebP format and applies responsive sizing, but you must handle the SEO elements manually.
- Upload high-resolution images (at least 1000x1000 pixels) and let Wix handle compression. Small, blurry images hurt both conversion and image search visibility.
- Use descriptive file names before uploading: "blue-running-shoes-nike-air-max-side-view.jpg" not "IMG_4523.jpg".
- Write unique, descriptive alt text for every product image. Include the product name, key attributes, and brand. "Nike Air Max 270 blue running shoes side view" is optimal.
- Include at least 3-5 images per product showing different angles, context shots, and close-up details. More images correlate with higher conversion rates and better image search visibility.
- Add zoom functionality so customers can examine product details. Wix Stores supports this natively.
- If possible, include lifestyle images showing the product in use. These perform well in Google Discover and image search.
Category Page Architecture and SEO
Category pages are the backbone of e-commerce site architecture. They serve two critical functions: helping users browse your product range and targeting broad commercial keywords that individual product pages cannot rank for. A well-optimised category page for "Women Running Shoes" can rank for that high-volume term while linking to dozens of individual product pages that target specific models.
The biggest category page mistake on Wix is creating pages that are nothing more than a grid of product thumbnails with no text content. Google needs substantial text to understand what the category is about and why your category page should rank above competitors. Add 200-500 words of unique category content that includes buying guides, selection criteria, popular product highlights, and internal links to related categories.
Optimising Wix store category pages for search
- Write a unique H1 heading for each category that includes the primary keyword: "Women Running Shoes" not just "Running Shoes" or "Shop".
- Add an introductory paragraph of 100-200 words above the product grid that describes the category, mentions key brands or features, and includes your primary keyword naturally.
- Configure category page URLs to be short and keyword-rich: /womens-running-shoes not /shop/category/running/women.
- Add filter options (size, colour, price range, brand) that create crawlable filtered URLs. Ensure filtered pages have canonical tags pointing to the main category page to prevent duplicate content.
- Add 200-300 words of additional content below the product grid with buying guide information, FAQs, or related category links.
- Write a unique meta description for each category that includes the category keyword and the number of products or key brands available.
- Ensure category pagination is crawlable with rel="next" and rel="prev" links or infinite scroll that renders product links in the HTML.
- Cross-link between related categories: "See also: Men Running Shoes, Trail Running Shoes, Running Accessories".
Product Schema Markup for Rich Results
Product schema markup is what gets your products to appear in search results with price, availability, rating stars, and review counts. These rich results dramatically increase click-through rates compared to plain text listings. Wix Stores automatically generates basic Product schema, but you can enhance it significantly with additional properties that improve your rich result eligibility.
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Nike Air Max 270 Women Running Shoes - Blue",
"image": [
"https://yourwixstore.com/product-front.jpg",
"https://yourwixstore.com/product-side.jpg",
"https://yourwixstore.com/product-back.jpg"
],
"description": "Lightweight women running shoes with Air Max cushioning...",
"sku": "NAM270-BLU-W",
"gtin13": "0194956789012",
"brand": {
"@type": "Brand",
"name": "Nike"
},
"offers": {
"@type": "Offer",
"url": "https://yourwixstore.com/product-page/nike-air-max-270-blue",
"priceCurrency": "GBP",
"price": "129.99",
"priceValidUntil": "2026-12-31",
"availability": "https://schema.org/InStock",
"seller": {
"@type": "Organization",
"name": "Your Store Name"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "GBP"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 1,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 2,
"maxValue": 5,
"unitCode": "DAY"
}
}
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"reviewCount": "89"
},
"review": [{
"@type": "Review",
"author": { "@type": "Person", "name": "Sarah J." },
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"reviewBody": "Most comfortable running shoes I have ever owned..."
}]
}
Customer Reviews and Their SEO Impact
Product reviews are a powerful SEO asset. They provide unique, user-generated content that keeps product pages fresh without you writing anything. They include natural keyword variations that customers use to describe your products. They generate the review data needed for aggregate rating rich results. And they build trust signals that reduce bounce rates and increase time on page. Wix Stores includes a native review system, and you should actively encourage reviews on every product.
Building a review generation system for Wix stores
- Enable Wix Product Reviews on your store and configure the display to show reviews prominently on each product page.
- Set up a Wix Automation that sends a review request email 7 days after order delivery. Include a direct link to the product review form.
- Send a follow-up email 14 days later to customers who have not reviewed, with a different subject line and a gentle reminder.
- Respond to every review, positive or negative, to demonstrate engagement and encourage others to contribute.
- Feature top reviews on your homepage and category pages to show social proof and create additional keyword-rich content.
- Never incentivise reviews with discounts or gifts, as this violates Google guidelines for review markup. Ask for honest feedback, not positive reviews.
Internal Linking for E-commerce
E-commerce internal linking goes beyond simple navigation. Strategic internal links distribute authority from your homepage and high-authority pages to product pages that need ranking power. The most effective patterns include related products sections that link between complementary items, breadcrumb navigation that reinforces the category hierarchy, recently viewed products that create cross-linking, and blog posts that link to specific products being discussed.
- Every product page should link to its parent category and 3-5 related products.
- Category pages should link to subcategories and featured products.
- Blog posts reviewing or discussing products should include contextual links to the relevant product pages.
- The homepage should link to your top-selling or most strategically important category pages.
- Cross-sell and upsell sections create natural internal links between products that share purchase intent.
- Breadcrumb navigation on every product page reinforces the site hierarchy: Home > Category > Subcategory > Product.
Handling Out-of-Stock Products
When a product goes out of stock, your SEO decision matters. Deleting the page destroys any backlinks and rankings it earned. Redirecting to a category page loses the specific product ranking. Keeping the page live with an out-of-stock notice preserves rankings and captures traffic that can be redirected to alternatives. The best approach depends on whether the product will return.
- Temporarily out of stock: Keep the page live, update the schema availability to "OutOfStock", add an email notification signup for restocking, and suggest alternative products.
- Permanently discontinued with a direct replacement: 301 redirect to the replacement product page to transfer link equity.
- Permanently discontinued with no replacement: Keep the page live for 3-6 months with recommendations for alternatives, then 301 redirect to the parent category page.
- Seasonal products: Keep pages live year-round with "Coming back in [season]" messaging. This preserves rankings so the page is ready when the product returns.
Complete How-To Guide: E-commerce SEO for Wix Stores
How to optimise your Wix store for maximum organic search visibility
- Step 1: Export your complete product list and sort by revenue. Your top 20 products by revenue are your highest-priority pages for SEO optimisation.
- Step 2: For each priority product, check if the description is unique by searching a sentence from it in Google with quotes. If it appears on other sites, you are using duplicate manufacturer copy that must be rewritten.
- Step 3: Rewrite each priority product description following the format: benefit-driven opening, sensory description, technical specifications in bullet points, objection handling, and micro-CTA. Aim for 200-400 words per product.
- Step 4: Optimise product page title tags to the format: [Product Name] - [Key Attribute] | [Brand/Store Name]. Ensure each title is under 60 characters and includes the primary search keyword.
- Step 5: Write unique alt text for every product image following the format: [Product Name] [Key Attribute] [View Angle]. Upload high-resolution images with descriptive file names before adding them to Wix.
- Step 6: Audit your category page structure. Each category page should have a unique H1, 100-200 words of intro content above the product grid, and 200-300 words of buying guide content below. Configure clean URLs like /womens-running-shoes.
- Step 7: Verify that Wix is generating Product schema automatically for your product pages using the Google Rich Results Test. Check for required properties: name, image, price, availability, and review data.
- Step 8: Enhance the auto-generated schema by adding brand, SKU, GTIN, shipping details, and aggregate rating properties through Wix custom code or Velo if the default schema is incomplete.
- Step 9: Set up a post-purchase review request automation in Wix. Configure an email sent 7 days after delivery with a direct link to the product review form. Add a follow-up at 14 days.
- Step 10: Build internal linking throughout your store. Add related products sections to every product page, breadcrumb navigation, and contextual links from blog posts to relevant products.
- Step 11: Create a policy for out-of-stock products. Temporarily unavailable products keep their page with an email notification. Permanently discontinued products with replacements get 301 redirects. Seasonal products keep their pages year-round.
- Step 12: Submit your product feed to Google Merchant Center for free product listings in Google Shopping. This provides an additional organic visibility channel beyond standard web search results.
This lesson on E-commerce SEO on Wix: product pages, categories and schema is part of Module 22: Advanced Wix SEO Strategies 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.