How to Fix a Missing Title Tag on Shopify & WooCommerce

errorThe Problem

Your page is missing a <title> tag. The title tag is the clickable blue link in Google search results. Without it, Google generates one from your page content — and it's usually terrible.

trending_upWhy It Matters for SEO

Title tags are the single most important on-page SEO element. They directly impact click-through rates from search results and are a confirmed Google ranking factor. A missing or poorly written title means fewer clicks, lower rankings, and lost revenue.

buildHow to Fix It

  1. 1

    Shopify generates title tags from your page/product titles by default.

  2. 2

    Check Online Store → Themes → Edit Code → layout/theme.liquid.

  3. 3

    Look for {{ page_title }} in the <head> section inside a <title> tag.

  4. 4

    If missing, add the code below inside <head>.

  5. 5

    To customize titles per product: go to Products → select product → scroll to 'Search engine listing' → edit the Page title.

folderlayout/theme.liquid (inside <head>)
<title>{{ page_title }}{% unless page_title contains shop.name %} | {{ shop.name }}{% endunless %}</title>
menu_bookRead Google's official documentationopen_in_new

Related Fix Guides

Want to check if YOUR store has this issue?

Scan your site for free — get copy-paste fixes in 60 seconds.

searchScan Now — It's Free