CMS Guides
WooCommerce SEO Guide

WooCommerce SEO Guide

WooCommerce is the leading e-commerce plugin for WordPress. This guide covers specific SEO considerations for WooCommerce stores beyond standard WordPress optimization.

WooCommerce
Platform: WooCommerce (WordPress)
Best for: E-commerce with WordPress, flexible online stores

WooCommerce-Specific SEO Considerations

Product Optimization

  • Unique product descriptions
  • Product image alt text
  • Custom product URLs
  • Product schema markup

Category Optimization

  • Category descriptions
  • Category page SEO titles
  • Proper category hierarchy
  • Category images with alt text

Essential WooCommerce Settings

Product Permalinks

Settings → Permalinks → Product permalinks. Choose "Shop base" or custom structure for clean URLs.

Product Short Descriptions

Use short descriptions for key selling points. These often appear in search results and category pages.

Product Images

Add descriptive filenames and alt text to all product images. Include product name and key features.

Product Schema Markup

WooCommerce includes basic Product schema. Enhance it with:

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Product Name",
  "image": "https://example.com/image.jpg",
  "description": "Product description...",
  "offers": {
    "@type": "Offer",
    "price": "29.99",
    "priceCurrency": "USD",
    "availability": "InStock"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.5",
    "reviewCount": "89"
  }
}

Common WooCommerce SEO Issues

Issue Solution
Thin product descriptions Write unique, detailed descriptions (200+ words) for each product
Duplicate content from variations Use canonical tags pointing to main product, or combine variations
Paginated category pages Implement rel="next/prev" or use a view-all option
Out-of-stock products indexed Redirect or noindex permanently discontinued products
Filter URLs creating duplicates Use canonical tags or noindex filtered pages
Slow product pages Optimize images, use caching, minimize plugins

Recommended WooCommerce SEO Plugins

SEO & Schema
  • Yoast WooCommerce SEO (premium)
  • Rank Math (free WooCommerce features)
  • Schema Pro
Performance
  • WP Rocket
  • Imagify / ShortPixel
  • Perfmatters

WooCommerce SEO Checklist

External Resources