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
Shopify generates title tags from your page/product titles by default.
- 2
Check Online Store → Themes → Edit Code → layout/theme.liquid.
- 3
Look for {{ page_title }} in the <head> section inside a <title> tag.
- 4
If missing, add the code below inside <head>.
- 5
To customize titles per product: go to Products → select product → scroll to 'Search engine listing' → edit the Page title.
<title>{{ page_title }}{% unless page_title contains shop.name %} | {{ shop.name }}{% endunless %}</title>Related Fix Guides
How to Fix Missing Meta Descriptions on Shopify & WooCommerce
Fix missing meta descriptions on your Shopify or WooCommerce store. Learn how to write compelling descriptions that boost click-through rates from Google.
How to Fix Missing Canonical Tags on Shopify & WooCommerce
Fix missing canonical tags on your Shopify or WooCommerce store. Copy-paste code included. Prevent duplicate content from tanking your SEO rankings.
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