Seo product title generic
Quick winFound on 26% of audited stores.
Rewrite generic product page titles to include the product name plus at least one differentiating attribute (material, colour, size, pack size, or brand) in a natural, keyword-rich format.
What it is
The HTML title tag is the clickable blue headline Google shows in search results for your page. A "generic" title is one that either repeats your brand name, uses vague phrases, or lists the same product name without telling the shopper — or Google — what makes this specific product unique. For example, "Small Chocolate Gift Box | Set of 10 Chocolates | Melt Chocolates" names the product but buries what differentiates it: the quantity, the occasion, the flavour variety, or a key quality signal. A strong product title follows the pattern: [Product Name] + [Key Differentiator(s)] + [Brand] — e.g. "Dark Chocolate Gift Box, 10 Pieces, Assorted Truffles | Melt Chocolates".
Why it matters
Google uses the title tag as the primary signal to understand what your page is about and to decide when to show it in search results. A generic or poorly structured title means your page competes for fewer, less specific search queries — and shoppers searching for exactly what you sell may never find you. Titles that include differentiating attributes (flavour, material, size, quantity, use case) match more long-tail buyer-intent searches, which typically convert far better than broad terms. Studies consistently show that improving title relevance increases click-through rate (CTR) from search results, directly driving more organic traffic and revenue without spending more on ads. Google also warns that it may automatically rewrite titles it considers unhelpful — giving you less control over how your product appears in search.
How to fix it
- Audit your current title: open the page, view its source (Ctrl+U / Cmd+U), and find the <title> tag. Note what information is — and is not — included.
- Identify the top 1–3 differentiating attributes shoppers use to choose this product (e.g. material, colour, flavour, size, quantity, use-case, compatibility). Use your own sales data, customer reviews, and Google Search Console's 'Queries' report for that page to find real search terms.
- Compose a new title following the pattern: [Descriptive Product Name] + [Key Differentiator(s)] + [Brand Name]. Keep it under 60 characters where possible so it displays fully in search results without being truncated.
- Avoid keyword stuffing, ALL CAPS, and excessive punctuation. Write naturally — the title should read well to a human first, and communicate meaning to Google second.
- Update the title tag in your platform's product editor (see platform steps below) and save or publish the change.
- After publishing, request re-indexing in Google Search Console (URL Inspection → Request Indexing) and monitor CTR and impressions for that page over the next 4–6 weeks.
<title>Dark Chocolate Gift Box, 10 Assorted Truffles | Melt Chocolates</title>Fix it on your platform
Pick your platform for the exact steps.
How to fix seo product title generic on Shopify
- Go to Admin → Products → [select your product].
- Scroll to the bottom of the product page to the 'Search engine listing' section and click 'Edit'.
- Update the 'Page title' field with your new optimised title (max ~60 characters).
- Click 'Save'. The <title> tag for that product URL is updated immediately.
- For bulk updates across many products, use the free 'Bulk Edit' feature: Products → All products → select products → Edit products, then add the 'SEO Title' column.
How to fix seo product title generic on Shopify Plus
- Follow the same steps as Shopify above.
- For store-wide or programmatic title changes, use the Shopify Admin API (products endpoint, 'metafields' or direct 'title' field) or a third-party SEO app such as Plug In SEO or Smart SEO to manage title templates at scale.
- In the theme's product.liquid (or product JSON template), you can also set a title template — e.g. {{ product.title }} - {{ product.type }} | {{ shop.name }} — using Liquid in Online Store → Themes → Edit code → Sections/templates/product.liquid.
How to fix seo product title generic on WooCommerce
- Install the Yoast SEO or Rank Math plugin if not already active (Plugins → Add New → search and install).
- Go to Products → All Products → [select your product] → Edit.
- Scroll down to the 'Yoast SEO' (or 'Rank Math SEO') meta box below the product description.
- Click 'Edit snippet' and update the 'SEO title' field with your optimised title.
- Click 'Update' to save the product. The plugin writes the <title> tag with your custom value.
- For sitewide product title templates, go to Yoast SEO → Search Appearance → WooCommerce → set a template such as %%title%% - %%pa_colour%% | %%sitename%%.
How to fix seo product title generic on BigCommerce
- Go to Store Admin → Products → [select your product] → Edit Product.
- Click the 'SEO' tab within the product editor.
- Update the 'Page Title' field with your optimised title.
- Click 'Save'. BigCommerce writes this directly to the <title> tag for the product page.
- For bulk changes, use the Import/Export tool: Products → Export → download CSV → edit the 'page_title' column → reimport.
How to fix seo product title generic on Wix
- Open the Wix Editor and go to your Wix Stores product page, or go to the Wix Dashboard → Store Products → [select product].
- Click the SEO settings for the product: in the Dashboard, open the product, scroll to 'SEO' section, then click 'Advanced SEO'.
- Edit the 'Title tag' field with your optimised title.
- Click 'Save'. Wix applies the change to that product's page <title> tag.
- Alternatively, in the Wix Editor, select the product page, open 'Page SEO' from the left panel, and update the title there.
How to fix seo product title generic on Squarespace
- Go to the Commerce panel → Inventory → [select your product] → Edit.
- Click the 'SEO' tab (within the product editor modal).
- Update the 'SEO Title' field with your optimised product title.
- Click 'Save'. Squarespace renders this as the <title> tag for the product page.
- Note: if the SEO Title field is left blank, Squarespace defaults to the product name + site title — always fill it in explicitly for product pages.
How to fix seo product title generic on Webflow
- Open your Webflow project in the Designer.
- Navigate to the CMS → Collections → Products (or your product collection) → [select your product item].
- In the item editor, find the 'Slug & SEO Settings' section (or open the Collection item and look for the SEO fields at the bottom).
- Update the 'Title Tag' field with your optimised product title.
- Publish the project. Webflow writes this to the <title> tag for the product detail page.
- For template-level defaults, open the Product Template page in the Designer → Page Settings (cog icon) → SEO Settings → set a dynamic title using CMS fields, e.g. [Product Name] + [Category Field] + [Brand].
How to fix seo product title generic on Adobe Commerce (Magento)
- Log in to the Admin Panel → Catalog → Products → [select your product] → Edit.
- Expand the 'Search Engine Optimization' section in the product edit page.
- Update the 'Meta Title' field with your optimised product title (this sets the <title> tag).
- Click 'Save'. Clear the full-page cache: System → Cache Management → Flush Magento Cache.
- For store-wide title templates, go to Stores → Configuration → Catalog → Catalog → Product Fields Auto-Generation to set a naming pattern, or use a third-party SEO extension (e.g. Mageplaza SEO) for advanced title templates.
How to fix seo product title generic on Magento Open Source
- Follow the same steps as Adobe Commerce (Magento) above — the product Meta Title field and Cache Management paths are identical in the open-source edition.
- For programmatic bulk updates, use a data patch or the Magento 2 import/export CSV with the 'meta_title' column populated for each SKU.
How to fix seo product title generic on PrestaShop
- Go to Catalog → Products → [select your product] → Edit.
- Click the 'SEO' tab in the product editor.
- Update the 'Meta title' field with your optimised product title.
- Click 'Save'. PrestaShop outputs this as the <title> tag on the product page.
- If the field is blank, PrestaShop uses the product name — always populate it explicitly to avoid generic defaults.
How to fix seo product title generic on BigCommerce for WP
- Product SEO titles are controlled in the BigCommerce admin (not the WordPress admin) — follow the BigCommerce steps above to update the 'Page Title' under the product's SEO tab.
- The BigCommerce for WordPress plugin syncs product data from your BigCommerce store, so changes made in BigCommerce are reflected on the WordPress-rendered product pages automatically.
Does your site have this issue?
Run a free SEOLZ audit to find seo product title generic — and every other issue — across your whole site in minutes.
Scan my site freeFrequently asked questions
What is Seo product title generic?
The HTML title tag is the clickable blue headline Google shows in search results for your page. A "generic" title is one that either repeats your brand name, uses vague phrases, or lists the same product name without telling the shopper — or Google — what makes this specific product unique. For example, "Small Chocolate Gift Box | Set of 10 Chocolates | Melt Chocolates" names the product but buries what differentiates it: the quantity, the occasion, the flavour variety, or a key quality signal. A strong product title follows the pattern: [Product Name] + [Key Differentiator(s)] + [Brand] — e.g. "Dark Chocolate Gift Box, 10 Pieces, Assorted Truffles | Melt Chocolates".
Why does seo product title generic matter?
Google uses the title tag as the primary signal to understand what your page is about and to decide when to show it in search results. A generic or poorly structured title means your page competes for fewer, less specific search queries — and shoppers searching for exactly what you sell may never find you. Titles that include differentiating attributes (flavour, material, size, quantity, use case) match more long-tail buyer-intent searches, which typically convert far better than broad terms. Studies consistently show that improving title relevance increases click-through rate (CTR) from search results, directly driving more organic traffic and revenue without spending more on ads. Google also warns that it may automatically rewrite titles it considers unhelpful — giving you less control over how your product appears in search.
How do I fix seo product title generic?
Rewrite generic product page titles to include the product name plus at least one differentiating attribute (material, colour, size, pack size, or brand) in a natural, keyword-rich format.
Authoritative references
- Influence your title links — Google Search Central
- Control your snippets & meta description — Google Search Central
- SEO Starter Guide — Google Search Central