Default Meta Tags
Meta tags basic helps you to set up meta tags faster and more consistent across your website
Previously called "Meta tags basic". Your existing settings are preserved.
Who can use this feature?
This feature is available for all users.
Default meta tags let you set a single template that applies to every page of a type β all Products, all Collections, or all Blog posts with dynamic variables. Instead of writing a unique meta title and description for each product manually, you define the format once and let the app fill it in with dynamic data for every page.
If you're using Meta tags basic, you can still set unique content for one page by using custom meta tags.
Where to find it
Go to Search appearance β Meta tags. The screen has three tabs at the top β Product, Collection, Blog post. Each tab contains a Default meta tags card.
Homepage meta tags are not configured here. Go to Shopify Admin β Online Store β Preferences to set the homepage title and description.
Set up a template

Select the tab for the page type you want to configure (Product, Collection, or Blog post)
Turn on the Default meta tags toggle
Enter a template in the Meta title field (e.g.,
{{ product.title }} - {{ shop.name }})Enter a template in the Meta description field
Watch the Google preview panel on the right update in real time
Click Save
Repeat for the Collection and Blog post tabs to cover your whole store.
Insert variables with @
Type @ anywhere in the meta title or description field to open the variable picker. Pick a variable from the list and it's inserted at the cursor - no need to remember the exact syntax.
You can also click the </> icon on the right side of any field to browse the full list of available variables, including Shopify custom metafields.
See the full variables reference for everything you can use.
Tips for a good template
Include the page-specific variable (e.g.,
{{ product.title }},{{ collection.title }}) so every page has unique contentAdd your store name with
{{ shop.name }}for brand recognitionKeep titles around 50β60 characters β Google truncates longer titles in search results
Keep descriptions around 140β160 characters β enough room for a benefit, a CTA, and a keyword
Avoid keyword stuffing β Google may ignore an unnatural description and generate its own from page content
Save and verify
After saving, open a product, collection, or blog page on your storefront and check the result:
Right-click the page β Inspect β look for
<title>and<meta name="description">in<head>Or paste the URL into metatags.io to preview how it will appear on Google
If a page doesn't use your default template, check whether a Custom meta tags rule is overriding it β rules always take precedence over Default.
Multi-language templates
If your store is published in multiple languages, use the language selector at the top right of the Meta tags screen to switch. Each language has its own Default templates β you'll need to write (or AI-generate) them separately for every language.
Languages must first be published in Shopify Admin β Settings β Languages to appear in the selector.
How to add metafield to meta tags?
In Shopify admin, click Settings

Select Custom data

Select which page (Products, Collection, Blogs) you want to add metafield to

Click Add definition to add new metafield

Build your metafiled and click Save

In app, go to Search appearance -> Meta tags. Go to page type you want to add to metafield to. Click
</>to add your metafield.
Last updated