Metadata is structured information about a webpage that describes its content for search engines, AI systems, and content distribution platforms — but isn't typically displayed to users on the page itself. The most familiar metadata for ecommerce is the page title and meta description that appear in Google search results, but the broader category includes Open Graph tags for social sharing, Schema.org structured data for rich results, and increasingly the structured product data that AI systems use for shopping queries.
Common types of metadata
- Title tag (
<title>). The page title shown in search engine results, browser tabs, and social shares. The single most-important on-page SEO element. - Meta description. The 150–160 character summary shown beneath the title in search results. Doesn't directly affect ranking but heavily affects click-through rate.
- Canonical URL. Tells search engines which URL is the authoritative version when similar content exists at multiple URLs (collection pagination, query parameters, etc.).
- Robots meta. Instructions to search crawlers about whether to index a page (
noindex) and follow its links (nofollow). - Open Graph (og:) and Twitter Cards. Metadata that controls how the page renders when shared on social platforms — image, title, description.
- Schema.org structured data. JSON-LD markup describing the page's content as structured data — Product, Offer, Review, Organization, BreadcrumbList. The foundation of rich results in Google and increasingly important for AI search.
- Hreflang. Tells search engines about language and regional alternatives of the page for international SEO.
Why metadata matters for ecommerce
- Search ranking and CTR. Title tags directly affect ranking; meta descriptions affect whether searchers click. Together they're the largest on-page SEO lever for most pages.
- Rich results. Product schema unlocks Google Shopping panels, star-rating snippets, and pricing displays in search results — all of which lift CTR significantly.
- AI search citations. AI search systems (Google AI Mode, ChatGPT, Perplexity) pull heavily from structured data when surfacing products and brands. Sites with strong schema markup appear more often in AI shopping responses.
- Social sharing quality. Open Graph metadata controls the image, title, and description that appear when customers share product pages on Instagram, Facebook, or via messaging apps.
- Product feeds. Google Merchant Center, Meta Catalog, and similar product feeds increasingly reference on-page metadata for accuracy verification.
Metadata on Shopify specifically
- Title and meta description. Shopify generates these by default from product names, descriptions, and template patterns. Most brands override the defaults on key products and collection pages.
- Schema.org structured data. Online Store 2.0 themes include Product schema by default. Brands frequently extend it with additional properties (review aggregates, brand identifiers, GTINs) for richer search results.
- Open Graph tags. Shopify themes include OG tags by default; designers often customise the OG image specifically since the default is the product photo, which sometimes isn't optimal for social sharing.
- Apps and meta-management tools. Smart SEO, Yoast for Shopify, Sherpas SEO Manager, and similar apps make bulk metadata management easier than editing theme code.
Common metadata mistakes
- Default-everything. Relying on Shopify's default-generated titles and descriptions instead of writing them deliberately. Defaults are usually fine; written ones are usually better.
- Title-tag stuffing. Cramming keywords into title tags reads as spammy and underperforms natural, descriptive titles.
- Generic meta descriptions. "Buy [product] online" doesn't differentiate. Specific value propositions ("free shipping over $50, returns within 90 days") drive better CTR.
- Ignoring structured data. Sites without Product schema lose out on rich results that competing sites get for free.
- Inconsistent OG images. Some pages have well-curated OG images, others use whatever the theme defaults to. Inconsistent social-share appearance fragments brand presentation.
- Forgetting noindex on thin pages. Cart, checkout, account, search-results, and similar utility pages should typically have
noindex to prevent low-quality pages from diluting site-wide SEO.