Shopify SEO Meta Tags Generator
FreeCreate SEO meta tags for your Shopify store. Generate title, description, and Open Graph tags optimized for product and collection pages.
What's next
Settings guide
Product page titles:
Follow the format Primary Keyword — Brand (e.g., "Organic Cotton Tote Bag — EcoStore"). Keep under 60 characters. Shopify's default appends the store name which often pushes the title over the limit.
Collection page descriptions:
These are often neglected. A collection page with a good meta description can rank for category-level keywords like "women's running shoes" — high-volume terms that individual product pages rarely capture alone.
og:image for products:
Use the product's primary image URL from Shopify's CDN. The recommended size is 1200 × 630 px. Shopify scales and serves images via its CDN, so reference the original upload URL and append ?width=1200 to the query string for proper dimensions.
Canonical tags for variants:
Shopify creates separate URLs for product variants (e.g., ?variant=12345). Set canonical tags to the base product URL to consolidate ranking signals.
Format comparison
This generator vs Shopify's built-in SEO fields:
Shopify's admin has SEO fields for title and description on product, collection, page, and blog post objects. Those fields control the basic meta tags. This generator handles Open Graph, Twitter Card, and canonical tags that Shopify does not expose in the admin UI.
This generator vs SEO apps (Smart SEO, Plug in SEO):
Shopify SEO apps automate tag generation across your entire catalog. For stores with hundreds of products, automation is worth the monthly cost. For small stores or custom landing pages, generating tags manually here and pasting them into your Liquid templates costs nothing.
How it works
Enter product details
Fill in your product title, description, image URL from Shopify's CDN, and the canonical product page URL.
Generate tags
Get the complete meta tag block including title, description, Open Graph, and Twitter Card tags.
Add to Liquid theme
Paste the tags into your theme.liquid or product.liquid template inside the head section.
Test with debugger
Use Shopify's theme preview or Facebook's Sharing Debugger to verify the tags appear correctly.
About this format
Shopify generates basic title and description tags from your product and collection names, but the default format — `Product Name — Store Name` — is rarely the keyword-rich, click-optimized title that drives organic traffic. This generator helps you craft tags that go beyond Shopify's defaults.
For product pages, the title tag and meta description are your two highest-leverage on-page SEO elements. A product title in Shopify's admin maps to the `<title>` tag, and the SEO description field (under the Search Engine Listing Preview section) maps to the `<meta name="description">` tag. Neither the og:image nor Twitter Card tags are configurable from the Shopify admin without editing theme code.
Use this generator to craft optimized versions of all tags, then add them to your Liquid theme templates under the `{% block head %}` section. For stores on Online Store 2.0 themes, the App Blocks feature provides a cleaner way to inject custom head tags without touching theme files directly.