Shopify SEO Onboarding Checklist

This is the complete SEO onboarding checklist we follow for every new Shopify store. Updated for 2025–2026 with the latest Google and Shopify changes. Go through each section step by step.

1. Google Search Console (GSC) Setup

GSC is the most important tool. It tells Google about your store and shows how your store appears in search results.

What to do

  1. Go to search.google.com/search-console
  2. Click "Add Property" → choose "Domain" (recommended — covers all subdomains and protocols) or "URL prefix"
  3. For Domain verification: add a TXT record in your DNS settings
  4. For URL prefix: use the HTML tag method — copy the meta tag
  5. In Shopify, go to Online Store → Themes → Edit Code → theme.liquid
  6. Paste the meta tag inside <head> before </head>
  7. Go back to GSC and click Verify

Example

If Google gives you this tag:

<meta name="google-site-verification" content="abc123xyz" />

Paste it in theme.liquid like this:

<head>
  ... existing code ...
  <meta name="google-site-verification" content="abc123xyz" />
</head>

2025–2026 Update

Google now shows AI Overviews (previously SGE) at the top of many search results. GSC now tracks impressions and clicks from AI Overviews separately in the Performance report — filter by "Search Appearance" to see this data.

2. Google Analytics 4 (GA4) Setup

GA4 tracks how many people visit your store, which pages they view, and where they come from. Universal Analytics (UA) was sunset in July 2024 — GA4 is the only option now.

What to do

  1. Go to analytics.google.com → Create Account
  2. Create a new GA4 Property for your store
  3. Copy the Measurement ID (looks like G-XXXXXXXXXX)
  4. In Shopify Admin, go to Settings → Customer Events (new method) or Online Store → Preferences
  5. For the new method: use Shopify's built-in Google & YouTube channel app — it handles GA4 + consent mode automatically
  6. Enable Enhanced Ecommerce events (view_item, add_to_cart, purchase, etc.)

2025–2026 Update

  • Consent Mode v2 is now required for EU traffic and recommended globally. Shopify's Google channel handles this automatically
  • Google Signals has been simplified — enable it in GA4 Admin → Data Collection for cross-device tracking
  • New Key Events (renamed from "Conversions") — track purchase, add_to_cart, begin_checkout
  • Shopify Web Pixels — Shopify now recommends using their Customer Events API instead of direct GTM injection for better privacy compliance

3. Submit Sitemap to Google

A sitemap is a table of contents for your website. It tells Google about all the pages on your store.

What to do

  1. Shopify automatically creates a sitemap at yourstore.com/sitemap.xml
  2. Go to Google Search Console → Sitemaps
  3. Enter sitemap.xml and click Submit
  4. Also submit to Bing Webmaster Tools at bing.com/webmasters

2025–2026 Update

Shopify now generates separate sitemaps for products, collections, pages, and blog posts (nested under the main sitemap.xml). Google handles this automatically. Also, IndexNow is now supported by Bing, Yandex, and many AI crawlers — Shopify pings IndexNow automatically when you publish or update content.

4. Fix Homepage Title & Meta Description

This is what people see in Google search results. It needs to be clear and include your main keywords.

What to do

  1. Go to Shopify Admin → Online Store → Preferences
  2. Set the Homepage Title (max 60 characters)
  3. Set the Meta Description (max 155 characters)

Example

Bad title: "Home"

Good title: "Cool Shoes India — Premium Sneakers & Running Shoes Online"

Bad meta: "Welcome to our store"

Good meta: "Shop premium sneakers, running shoes & casual footwear. Free delivery across India. 7-day easy returns. New arrivals every week."

2025–2026 Update

Google now rewrites titles and meta descriptions more aggressively using AI. To reduce rewrites:

  • Keep titles under 60 characters and highly relevant to page content
  • Match the H1 heading closely to your title tag
  • Use the exact brand name consistently
  • Avoid keyword stuffing — Google will rewrite stuffed titles

5. Product Page SEO

Each product page should be optimized so Google can understand what you are selling.

Checklist for every product

  • Title: Include the product name + key feature + brand
  • Description: Minimum 150 words. Describe the product, benefits, materials, and use cases. Google now uses AI to evaluate content quality — thin descriptions hurt rankings
  • URL handle: Short and keyword-rich (e.g., /products/blue-running-shoes)
  • Image alt text: Describe what is in the image (e.g., "Blue Nike running shoes side view")
  • SEO title: Format: Product Name — Category | Brand Name
  • Meta description: 1-2 sentences that make people want to click
  • Product reviews: Google shows star ratings in search results via Product schema — get reviews early

2025–2026 Update

  • Shopify's AI product descriptions (Shopify Magic) can generate drafts — always review and customize, don't use generic AI output
  • Google Merchant Center Next now auto-imports product data from your Shopify store with structured data — ensure your Product schema is complete
  • Product structured data now supports shippingDetails and returnPolicy — adding these gives you richer search results
  • 3D/AR product images on Shopify are now indexed by Google — add them if you have 3D models

6. Collection Page SEO

Collections are category pages. Google loves well-organized collection pages because they help users find products.

What to do

  1. Every collection should have a description (minimum 100 words) at the top
  2. Use the main keyword in the collection title
  3. Set a clean URL handle (e.g., /collections/running-shoes)
  4. Add SEO title and meta description

2025–2026 Update

Google now crawls and indexes faceted navigation (filter URLs) more intelligently. However, Shopify's default filter URLs can create duplicate content. Use canonical tags (Shopify handles this automatically) and avoid linking to filtered URLs in your sitemap.

7. Set Up Redirects for Old URLs

If you are migrating from another platform, your old URLs will break. You need 301 redirects.

What to do

  1. Go to Shopify Admin → Online Store → Navigation → URL Redirects
  2. For each old URL, add a redirect to the new Shopify URL
  3. For bulk redirects, use CSV import (Shopify supports this natively now)

8. Robots.txt Check

Shopify auto-generates robots.txt. Since 2021, Shopify allows custom robots.txt editing.

What to do

  1. Visit yourstore.com/robots.txt
  2. To customize: go to Settings → Custom Data → robots.txt.liquid (under theme files)
  3. Make sure /collections/ and /products/ are NOT blocked
  4. Blocked by default: /admin, /cart, /checkout, /account

9. Page Speed Check

Google uses Core Web Vitals as a ranking signal. Shopify stores should target good CWV scores.

What to do

  1. Go to pagespeed.web.dev
  2. Enter your store URL and check Mobile score
  3. Check Core Web Vitals in GSC → Experience tab

2025–2026 Targets

  • LCP (Largest Contentful Paint): under 2.5s — how fast the main content loads
  • INP (Interaction to Next Paint): under 200ms — replaced FID in March 2024 as the new responsiveness metric
  • CLS (Cumulative Layout Shift): under 0.1 — how much the page jumps while loading

Quick wins for Shopify

  • Use Shopify's built-in image optimization — it auto-converts to WebP/AVIF
  • Remove unused apps — each app adds extra JS. Audit with Shopify's built-in speed report (Online Store → Themes → speed score)
  • Use lazy loading for images below the fold (most modern Shopify themes do this)
  • Minimize custom Liquid and third-party scripts
  • Use Shopify's CDN (Fastly) — it's included and already optimized

10. Blog Setup

Blogging helps you rank for informational keywords. Google's 2024–2025 algorithm updates heavily reward helpful, experience-based content (E-E-A-T).

What to do

  1. Go to Shopify Admin → Online Store → Blog Posts
  2. Create blog posts targeting keywords your customers search for
  3. Every blog post should be 1000+ words (increased from 800 due to competition), include images, and have internal links to products
  4. Add author information — Google values content with clear authorship (E-E-A-T)

2025–2026 Content Tips

  • AI content is fine, but add human expertise. Google's helpful content system can detect purely AI-generated content. Use AI to draft, then add your real experience, examples, and opinions
  • Add FAQ schema to blog posts — these can appear in AI Overviews
  • Video embeds in blog posts improve engagement and dwell time
  • Update old content regularly — Google rewards fresh, updated content over new thin content

Resources

Last updated 13 April 2026