{"id":2118,"date":"2020-05-21T20:19:59","date_gmt":"2020-05-21T20:19:59","guid":{"rendered":"https:\/\/shopthemedetector.com\/blog\/?p=2118"},"modified":"2026-06-25T12:54:56","modified_gmt":"2026-06-25T12:54:56","slug":"how-to-do-seo-on-shopify","status":"publish","type":"post","link":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/","title":{"rendered":"How to Do SEO on Shopify in 2026"},"content":{"rendered":"<style>\/* show all review-table rows; hide redundant Show More button (all items already listed) *\/\n.showmore_hidden { display: table-row !important; }\n.readmore-container, .readmore { display: none !important; }<\/style>\n<p>Shopify is designed to make selling easy, not ranking easy. The platform handles a narrow set of SEO basics automatically, but it also creates a handful of technical problems that hurt most stores without the owner knowing. This guide focuses on what\u2019s specific to Shopify: the platform quirks, the default settings that bury stores, and the steps that actually move rankings for stores that have already read the generic SEO advice.<\/p>\n<p>Paid ads stop working the moment you stop paying. Social posts fade within hours. A Shopify product page that ranks on Google can send buyers to your store for years without ongoing cost, and the work to get it ranking is mostly front-loaded.<\/p>\n<h2>SEO on Shopify: The Big Picture<\/h2>\n<div class=\"key-takeaways\"><div class=\"takeaways-title h2\">Key Takeaways<\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">1<\/div><div class=\"takeaway-text\">Pages in Google\u2019s top 5 results capture roughly 90% of all clicks, ranking on page 2 is almost invisible.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">2<\/div><div class=\"takeaway-text\">Shopify auto-generates your sitemap.xml and robots.txt, but you still need to submit them in Google Search Console.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">3<\/div><div class=\"takeaway-text\">Stores that publish 15+ blog posts per month see up to 70% more leads than non-blogging stores.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">4<\/div><div class=\"takeaway-text\">Every product, collection, and blog post on Shopify lets you edit the title tag, meta description, and image alt text directly in admin, fill them in.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">5<\/div><div class=\"takeaway-text\">The biggest 2026 ranking factor on Shopify is unique product page content (not duplicating manufacturer descriptions), generic copy is the single most common reason Shopify stores stay buried.<\/div><\/div><\/div>\n<h2>How Google Evaluates Shopify Stores<\/h2>\n<p>Google applies the same core ranking signals to Shopify stores as to any other site: content quality, inbound links, page speed, and mobile experience. But Shopify\u2019s architecture creates a few platform-specific patterns that affect how those signals work in practice.<\/p>\n<p><strong>URL structure and crawl budget.<\/strong> Every Shopify store uses fixed URL prefixes: <code>\/products\/<\/code>, <code>\/collections\/<\/code>, <code>\/blogs\/<\/code>, <code>\/pages\/<\/code>. Googlebot learns to expect your products at <code>\/products\/<\/code> and collections at <code>\/collections\/<\/code>. The problem: stores with large catalogs (500+ products) often have hundreds of URLs from discontinued items, seasonal variants, and test pages that still exist at <code>\/products\/<\/code>. Googlebot spends crawl budget on those instead of your active pages. Pruning dead product URLs directly improves how often Googlebot visits the pages you actually want ranked.<\/p>\n<p><strong>Variant URLs and thin-content problems.<\/strong> When a product has size, color, or style variants, Shopify generates a separate URL for each: <code>\/products\/blue-shirt?variant=12345<\/code>. In older or heavily customized themes, Googlebot can index each variant page as a separate document with near-identical content. Modern Shopify themes add a canonical tag pointing all variant URLs back to the main product page, but that only works if your theme is current and you haven\u2019t overridden the canonical behavior with an SEO app. Check each of your top product pages with a <code>curl -I<\/code> or view-source to confirm the canonical tag is present and correct.<\/p>\n<p><strong>Shopify\u2019s CDN and load speed.<\/strong> Shopify serves all images and static assets through its global CDN, which is a genuine speed advantage versus self-hosted stores. Your product images and theme assets load fast from servers near the user. The limiting factor is JavaScript: every app you install adds a script tag that loads on every page. Shopify\u2019s CDN delivers that JavaScript quickly, but it still has to execute in the browser, and execution time is what Core Web Vitals measures. A store with 20 apps can have a Shopify CDN performance advantage entirely wiped out by app script execution time.<\/p>\n<p><strong>JavaScript bloat and Core Web Vitals.<\/strong> Google\u2019s Core Web Vitals scores (Largest Contentful Paint, Interaction to Next Paint, Cumulative Layout Shift) directly affect rankings. Shopify\u2019s app ecosystem is the most common reason Shopify stores fail Core Web Vitals. Each app gets to inject script tags, and most do so unconditionally: a review app, a loyalty app, a chat widget, a recently-viewed products app, and a currency converter all fire on the homepage even though several of them are only needed on specific pages. Run your store through PageSpeed Insights and look at the \u201cReduce unused JavaScript\u201d recommendation - the savings listed there are usually dominated by app scripts.<\/p>\n<h2>What Shopify Controls vs. What You Control<\/h2>\n<p>Most Shopify SEO guides treat the platform as a blank canvas. It isn\u2019t. Shopify makes some SEO decisions for you, and you need to know which ones so you don\u2019t waste time trying to change them and don\u2019t overlook the areas that are entirely your responsibility.<\/p>\n<table>\n<thead>\n<tr>\n<th>Shopify Handles Automatically<\/th>\n<th>You Must Do This Yourself<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>sitemap.xml generation and updates<\/td>\n<td>Title tags on every product, collection, and page<\/td>\n<\/tr>\n<tr>\n<td>robots.txt (basic version - see limitations below)<\/td>\n<td>Meta descriptions on every product, collection, and page<\/td>\n<\/tr>\n<tr>\n<td>Canonical tags on variant URLs (modern themes only)<\/td>\n<td>Product copy (unique, not supplier-copied)<\/td>\n<\/tr>\n<tr>\n<td>Product structured data \/ JSON-LD (Dawn and newer themes)<\/td>\n<td>Image alt text on every uploaded image<\/td>\n<\/tr>\n<tr>\n<td>Mobile-responsive layouts (all Theme Store themes)<\/td>\n<td>Blog content and publishing schedule<\/td>\n<\/tr>\n<tr>\n<td>HTTPS\/SSL certificate<\/td>\n<td>Internal linking between products, collections, and blog posts<\/td>\n<\/tr>\n<tr>\n<td>301 redirects when you change a URL slug in admin<\/td>\n<td>Backlink acquisition from external sites<\/td>\n<\/tr>\n<tr>\n<td>Image delivery via global CDN<\/td>\n<td>Noindexing pages that shouldn\u2019t rank (\/collections\/all\/, thin collections)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The right-hand column is where stores either win or lose on Google. Shopify\u2019s automatic features are a floor, not a ceiling. Two stores on identical Shopify plans will have completely different rankings based entirely on how well the owner handles the right column.<\/p>\n<h2>Shopify SEO: Platform Limitations You Need to Know<\/h2>\n<p>Shopify\u2019s architecture makes some SEO decisions that you cannot override without significant workarounds. Knowing these in advance prevents wasted effort and sets realistic expectations.<\/p>\n<ul>\n<li><strong>URL prefixes are locked.<\/strong> You cannot remove <code>\/products\/<\/code>, <code>\/collections\/<\/code>, or <code>\/blogs\/<\/code> from your URLs. A competitor on WordPress can have a product at <code>\/blue-shirt\/<\/code>. Your equivalent will always be at <code>\/products\/blue-shirt\/<\/code>. This is not a significant ranking disadvantage in practice, but it does mean you cannot shorten URLs the way some SEO guides recommend for non-Shopify sites.<\/li>\n<li><strong>\/collections\/all\/ must be manually noindexed.<\/strong> Shopify creates a <code>\/collections\/all\/<\/code> URL that lists every product in your store. It exists whether you want it or not. Most stores don\u2019t know it\u2019s indexable and it quietly competes with your real collection pages. Add a noindex tag via your theme\u2019s <code>theme.liquid<\/code> or use an SEO app to handle it. Check <code>https:\/\/yourstore.com\/collections\/all<\/code> right now to see if it\u2019s accessible.<\/li>\n<li><strong>Pagination creates near-duplicate pages, but Shopify handles the canonical.<\/strong> When a collection has enough products to paginate (<code>\/collections\/shoes?page=2<\/code>), Shopify automatically adds a canonical tag on page 2 pointing back to page 1. This prevents Google from treating paginated versions as duplicate content. You don\u2019t need to do anything here, but you should know it\u2019s happening so you don\u2019t accidentally override it.<\/li>\n<li><strong>Blog tags are not indexable the same way WordPress categories are.<\/strong> Shopify\u2019s blog tag pages (the URLs created when you tag a blog post) are thin by default and many SEO apps noindex them automatically. Unlike WordPress categories, Shopify blog tags don\u2019t build the topical authority that well-structured category archives can. Your blog SEO power comes from individual post quality, not tag structure.<\/li>\n<li><strong>robots.txt is only editable on Shopify Plus (and with limitations on other plans).<\/strong> Standard Shopify plans let you customize robots.txt through a Liquid template file, but the options are more restricted than a standard robots.txt on a self-hosted platform. You cannot, for example, block specific crawler agents on non-Plus plans the same way you could on WordPress. For most stores this doesn\u2019t matter. It matters if you\u2019re trying to conserve crawl budget through aggressive crawl-direction rules.<\/li>\n<li><strong>Apps add script tags to every page, and you have limited control over where.<\/strong> When you install a Shopify app that uses a script tag, it fires on every page in your store by default. Most app developers allow you to disable it on specific page types through the app settings, but many don\u2019t. A chat widget that should only fire on product pages ends up on your blog posts and collection pages, adding JavaScript weight to pages that don\u2019t need it. Audit each installed app to check whether its script tag can be scoped to specific page types.<\/li>\n<\/ul>\n<h2>Step-by-Step: How to Do SEO on Shopify<\/h2>\n<h3>1. Keyword research<\/h3>\n<p>Before you optimize anything, know what people are searching for. For a Shopify store, you\u2019re looking for two types of keywords: commercial intent (someone ready to buy, \u201cwhite running shoes women size 8\u201d) and informational intent (someone researching, \u201chow to choose running shoes\u201d). Commercial keywords go on product and collection pages. Informational keywords power your blog content.<\/p>\n<p>Free tools that work: Google\u2019s autocomplete (start typing your product category and note the suggestions), Google Search Console (which queries already drive impressions to your store?), and the \u201cPeople Also Ask\u201d boxes on result pages. Paid tools, Ahrefs, Semrush, Ubersuggest, give you search volume and difficulty data that the free tools don\u2019t, but you can do real keyword research without them for the first few months.<\/p>\n<p>For step-by-step instructions on the meta tag method, see our guide on <a href=\"https:\/\/shopthemedetector.com\/blog\/how-to-upload-google-verification-file-to-shopify\/\">how to upload a Google verification file to Shopify<\/a>.<\/p>\n<h3>2. On-page optimization for product and collection pages<\/h3>\n<p>For each important page (homepage, top collections, top products), pick one primary keyword. Place that keyword in:<\/p>\n<ul>\n<li>The page title (Shopify\u2019s \u201cSEO title\u201d field, not just the product name)<\/li>\n<li>The meta description<\/li>\n<li>The first 100 words of the product description or collection text<\/li>\n<li>At least one image alt text<\/li>\n<li>The URL slug (Shopify lets you edit this, keep it short and keyword-relevant)<\/li>\n<\/ul>\n<p>Keyword density of 1.5-3% is the rough target: enough for Google to understand the topic, not so much that the text reads unnaturally. Internal linking between related product, collection, and blog pages is its own deep topic. For the full walkthrough see our guide on <a href=\"https:\/\/shopthemedetector.com\/blog\/proper-shopify-linking-practices-for-better-ranking-on-search-engines\/\">Shopify internal linking best practices<\/a>.<\/p>\n<h3>3. Technical SEO: the Shopify-specific issues<\/h3>\n<p>Shopify handles some technical SEO automatically (sitemap, robots.txt, canonical tags), but it creates a few quirks that hurt rankings unless you know to fix them. The \u201cCommon Shopify SEO Mistakes\u201d section below covers these in detail, and the \u201cPlatform Limitations\u201d section above explains which ones you can fix versus which are baked into the platform.<\/p>\n<h3>4. Site speed<\/h3>\n<p>A slow store loses visitors before they see your products. Aim for a load time under 3 seconds on mobile. Each app you install adds JavaScript: the single biggest speed problem on Shopify stores is having 15+ apps when 5 would do the job. Check your Shopify admin Store Speed Score (Online Store > Themes > View report) to see the direct speed cost of your current app setup. PageSpeed Insights will break down which scripts are causing the most damage.<\/p>\n<h3>5. Connect Google Search Console<\/h3>\n<p>Connect your store to Google Search Console and submit your sitemap. Shopify auto-generates a sitemap.xml at <code>yourdomain.com\/sitemap.xml<\/code>. In Search Console, go to Sitemaps in the left sidebar and paste in the URL. This tells Google about every page on your store and speeds up indexing of new pages.<\/p>\n<h3>6. Start blogging on a real schedule<\/h3>\n<p>Research consistently shows blog publishing correlates with organic traffic. One widely-cited HubSpot study found businesses publishing 15+ posts per month receive 70% more leads than non-blogging businesses. Each blog post is a new page Google can index, a new chance to rank for a keyword, and a new opportunity to earn inbound links from other sites. The mistake most Shopify owners make is publishing 3 posts in week one then nothing for three months: search rewards consistency over bursts.<\/p>\n<h2>Common Shopify SEO Mistakes That Quietly Kill Rankings<\/h2>\n<p>These are issues I see on Shopify stores that have done the basics but stay stuck on page 5+. Fix them and you\u2019ll often see ranking movement within 4-8 weeks.<\/p>\n<ol>\n<li><strong>Using the manufacturer\u2019s product description verbatim.<\/strong> If you sell products that other stores also sell, copying the supplier\u2019s description means you and dozens of competitors all have identical text on your product pages. Google can only rank one of you for that content, and it\u2019s almost never the smaller store. Rewrite every product description in your own words, even if it takes a paragraph instead of three.<\/li>\n<li><strong>Thin collection pages.<\/strong> Most Shopify collection pages are just a grid of products with no introductory text. That\u2019s a thin-content signal to Google. Add 100-200 words of category text above the product grid: what the collection is, who it\u2019s for, what differentiates it. Use the primary keyword once or twice naturally.<\/li>\n<li><strong>Duplicate variant URLs creating cannibalization.<\/strong> Shopify products with variants generate URLs like <code>\/products\/blue-shirt?variant=12345<\/code>. Without proper canonical tags, Google can index multiple variant URLs as separate pages, splitting ranking signal. Shopify handles this automatically in modern themes, but if you\u2019re on an older theme or have customized templates, verify the canonical tag points to the main product URL.<\/li>\n<li><strong>Bloated \/products\/ sitemap with discontinued items.<\/strong> Every published product gets crawled. Stores with 500+ products often have 100+ that are discontinued, out of stock for months, or test products that should never have been published. Crawlers spend budget on these and your active products get crawled less often. Either delete or redirect the dead products, and unpublish the seasonal ones.<\/li>\n<li><strong>Missing JSON-LD product schema.<\/strong> Modern Shopify themes add Product schema markup automatically, but only if the theme is current. If you\u2019re on a theme from 2020 or a heavily customized one, your product pages may not include JSON-LD with price, availability, and rating fields. Without that, you don\u2019t get rich snippets in search results, and your CTR drops 20-30% versus competitors who do.<\/li>\n<li><strong>The \/collections\/all\/ page indexed.<\/strong> Shopify creates a <code>\/collections\/all\/<\/code> URL that lists every product. Most stores don\u2019t realize this page exists. If it\u2019s indexable, it competes with your real collection pages for ranking. Add a noindex meta tag to that template via your theme\u2019s <code>theme.liquid<\/code> or use an SEO app that handles it.<\/li>\n<li><strong>Image alt text that just says \u201cimage\u201d or product names with SKU codes.<\/strong> Alt text is for accessibility first and SEO second: describe what\u2019s actually in the image with words a customer would search for. \u201cBlack leather running shoe with white sole, side view\u201d beats \u201cshoe-image-001-black.jpg\u201d.<\/li>\n<li><strong>No internal linking from blog posts to products.<\/strong> Shopify stores with blogs often write content that never links to anything they sell. Every blog post about a topic should link to 1-3 related products or collections: that\u2019s how the ranking signal blog content earns gets passed to the commercial pages where it actually drives revenue.<\/li>\n<li><strong>Slow store speed from app JavaScript accumulation.<\/strong> Each app installed on your Shopify store injects one or more script tags that load on every page. A review app, loyalty program, chat widget, upsell pop-up, and currency switcher each add to the JavaScript payload. The problem isn\u2019t any single app: it\u2019s the accumulation. A store with 15 apps can have 400-600ms of JavaScript execution time added to every page load. Shopify\u2019s admin shows this directly: go to Online Store > Themes > View report to see your Store Speed Score and which apps are slowing things down. Run your key product pages through PageSpeed Insights and look at the \u201cReduce unused JavaScript\u201d line - any figure over 200ms is worth investigating.<\/li>\n<li><strong>Not getting reviews, so Product schema loses its star ratings in search results.<\/strong> Modern Shopify themes (Dawn, Sense, and most premium themes) include JSON-LD Product schema on product pages. That schema has an <code>aggregateRating<\/code> field. When that field is populated with real review data, Google can show star ratings directly in search results, which consistently lifts click-through rates by 15-30% for comparable positions. When there are no reviews, the field is empty and the stars never appear. Getting even 5-10 genuine reviews on your top products enables rich snippets that competitors with no reviews don\u2019t get. Post-purchase review request emails are the fastest way to build this up for an existing store.<\/li>\n<\/ol>\n<h2>Built-in SEO Features Included with Shopify<\/h2>\n<p>Shopify gives you several SEO tools out of the box, no apps required. The store automatically generates a sitemap.xml and robots.txt, two things search engines need to crawl your site properly. Both update whenever you add or remove pages.<\/p>\n<p>All themes from the Shopify Theme Store are mobile-responsive, which matters because Google uses mobile-first indexing. If your store doesn\u2019t work well on phones, your rankings will suffer regardless of how good your content is. Test your store on a real phone, not just the responsive preview in your theme editor: sometimes the gap between the two is significant.<\/p>\n<p>For every product, collection, page, and blog post, Shopify lets you edit the SEO title (title tag), meta description, and URL slug directly in admin. You can also add alt text to every image you upload. These fields are easy to overlook, but filling them in with relevant keywords is the single simplest thing you can do to improve rankings. Most Shopify stores leave half of them blank or auto-generated.<\/p>\n<h2>Shopify SEO and AI Search in 2026<\/h2>\n<p>The biggest SEO shift in 2026 is the rise of AI-generated answers: Google\u2019s AI Overviews, ChatGPT search, Perplexity, and other answer engines that pull from web content to generate summaries. For Shopify stores, this changes the SEO playbook in three concrete ways.<\/p>\n<p><strong>1. Position 1 traffic isn\u2019t what it used to be.<\/strong> When Google\u2019s AI Overview answers a query above the organic results, click-through rates on positions 1-3 drop. Studies in 2025 measured CTR drops of 30-50% on informational queries when an AI Overview is present. The implication: blog content built around informational queries earns less traffic per ranking position than it did pre-2024. Commercial-intent keywords (someone searching to buy) are less affected because AI Overviews are less likely to fully answer purchase queries.<\/p>\n<p><strong>2. Being cited by AI matters as much as ranking on Google.<\/strong> AI Overviews and ChatGPT cite sources. Stores that get cited drive direct traffic from those clicks and accumulate brand recognition that pure-ranking SEO doesn\u2019t deliver. The pages most likely to get cited: original data, expert insight, and unusually thorough coverage of a niche. Generic listicles don\u2019t get cited because better sources exist.<\/p>\n<p><strong>3. Schema and structured data are more important, not less.<\/strong> AI engines parse structured data faster and more reliably than they parse free-flowing prose. Product schema, FAQ schema, and review schema on your Shopify store make your products and content more likely to surface in AI-generated answers when someone asks the AI a buying question. Modern Shopify themes include most of these schemas automatically: verify yours does using Google\u2019s Rich Results Test.<\/p>\n<h2>How to Measure Shopify SEO ROI<\/h2>\n<p>SEO ROI tells you whether the time and money you spend on SEO is paying off. The math is straightforward: take the revenue you can attribute to organic search traffic (from Google Analytics or Shopify analytics, filtered for organic source), subtract your SEO costs (tools, content, agencies, your own time), and divide by SEO costs to get a return percentage.<\/p>\n<p>For a Shopify store: pull organic-source revenue from your Shopify Analytics > Acquisition report, filtered by source = google \/ organic. Add up your SEO costs for the same period, content writing, any SEO tools or apps, and a realistic dollar value for hours spent. The formula is (Revenue minus Cost) \/ Cost x 100. If you earned $10,000 from organic traffic and spent $2,000 on SEO, your ROI is 400%, meaning you got $4 back for every $1 spent.<\/p>\n<p>Why bother tracking it: knowing what\u2019s working lets you double down on the keywords or blog topics actually producing revenue, comparing channels (SEO vs paid ads vs email) shows where your marketing budget gets the best return, and historical data sets realistic targets for future SEO investment grounded in actual performance rather than guesswork. Most Shopify stores never run this calculation and end up over-investing in SEO experiments that aren\u2019t producing, or under-investing in topics that are quietly compounding.<\/p>\n<h2>Shopify SEO: Your First 30 Days, Week by Week<\/h2>\n<p>Most Shopify SEO advice is a feature list. This is a sequence. If you\u2019re starting from scratch on a new Shopify store, or you\u2019ve been live for a year and never touched SEO, do these things in this order. Each week is two to four hours of work, not a full-time project.<\/p>\n<h3>Week 1: Foundation and audit (3 hours)<\/h3>\n<ul>\n<li><strong>Day 1:<\/strong> Submit your sitemap to Google Search Console (Settings \u2192 Property \u2192 Sitemaps \u2192 paste <code>https:\/\/yourstore.com\/sitemap.xml<\/code>). Verify ownership via the Shopify integration.<\/li>\n<li><strong>Day 2:<\/strong> Run a free Screaming Frog crawl (limit 500 URLs is fine for most stores). Export the list of pages with missing meta descriptions, missing alt text, and duplicate titles.<\/li>\n<li><strong>Day 3:<\/strong> Audit your collections. Any collection page with fewer than 4 products is thin: either consolidate it with a related collection or set it to noindex via Shopify\u2019s robots.txt customization. Thin collection pages are the single biggest \u201clow quality\u201d signal Shopify stores send Google.<\/li>\n<li><strong>Day 5:<\/strong> Identify your top 10 product pages by current revenue. These are your priority pages: everything in weeks 2 to 4 starts here.<\/li>\n<\/ul>\n<h3>Week 2: On-page fixes for your top 10 products (4 hours)<\/h3>\n<ul>\n<li>Rewrite the page title on each: use the format <code>[Specific Product Name] - [Differentiator] | [Brand]<\/code> instead of the default <code>[Product Name] - [Brand]<\/code>. Real example: \u201cWalnut Cutting Board - Pre-Oiled, 18\u00d712 Edge Grain | OurBrand\u201d.<\/li>\n<li>Replace the default meta description (which Shopify generates from the first paragraph) with a 150-character pitch that includes the product\u2019s actual differentiator and a price anchor where appropriate.<\/li>\n<li>Write or rewrite product descriptions to 150+ words of original copy. If you\u2019re using the supplier\u2019s description verbatim, you\u2019re publishing duplicate content that exists on dozens of other Shopify stores. This is the most common reason Shopify product pages don\u2019t rank.<\/li>\n<li>Add alt text to every product image on these 10 pages. Format: \u201cDescription of product, key feature visible in image\u201d. Skip the brand name in alt text.<\/li>\n<\/ul>\n<h3>Week 3: Technical and link foundations (3 hours)<\/h3>\n<ul>\n<li>Check your Shopify theme\u2019s heading structure on the homepage and one product page. Open Chrome DevTools \u2192 Elements \u2192 search for <code>&lt;h1&gt;<\/code>. There should be exactly 1 H1 per page. Many Shopify themes default to multiple H1s (logo as H1, product name as H1): fix in theme code or work with a developer.<\/li>\n<li>Submit your top 10 product URLs individually in Search Console (URL Inspection \u2192 Request Indexing). This forces a fresh crawl on the pages you just updated.<\/li>\n<li>Add 2 to 3 internal links from your homepage or top collection page to your top 5 product pages. Use the product name as anchor text. For a deeper walkthrough of how to structure these links, see our guide on <a href=\"https:\/\/shopthemedetector.com\/blog\/proper-shopify-linking-practices-for-better-ranking-on-search-engines\/\">Shopify internal linking patterns that move rankings<\/a>.<\/li>\n<li>Set up Shopify\u2019s automatic redirects for any URL you\u2019ve changed. Settings \u2192 Apps and sales channels \u2192 URL redirects.<\/li>\n<\/ul>\n<h3>Week 4: Content publishing and measurement (3 hours)<\/h3>\n<ul>\n<li>Publish your first long-form blog post. Pick a question your customers actually ask (pull from support tickets, live chat, or \u201cPeople Also Ask\u201d boxes on Google for your top products). Aim for 1,200+ words, original copy, with 2 to 3 internal links to relevant product or collection pages.<\/li>\n<li>Set up Search Console performance tracking: filter to your top 10 product URLs, set the date range to \u201clast 7 days vs previous 7 days\u201d, and bookmark the view. You\u2019ll check this weekly going forward.<\/li>\n<li>Schedule your next 4 blog posts on a calendar. Consistency matters more than volume: one post a week beats four in a burst.<\/li>\n<li>Run a Core Web Vitals check (Search Console \u2192 Experience \u2192 Core Web Vitals). If any of your top pages fail, the most common Shopify culprits are oversized hero images, autoplaying video on mobile, and theme apps that load JavaScript on every page.<\/li>\n<\/ul>\n<p>After 30 days, the metrics that should move first are: pages indexed (within 7 to 14 days of resubmission), impressions on long-tail queries (within 2 to 4 weeks), then click-through rate (4 to 8 weeks). Ranking position changes for competitive keywords typically take 3 to 6 months. Stay on the schedule.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Shopify is designed to make selling easy, not ranking easy. The platform handles a narrow set of SEO basics automatically, but it also creates a handful of technical problems that\u2026<\/p>\n","protected":false},"author":3,"featured_media":48800,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_title":"Shopify SEO Guide: Platform Quirks That Hurt Rankings","_yoast_wpseo_metadesc":"How Shopify's platform affects SEO: duplicate variant URLs, JavaScript app bloat, locked URL structure, thin collections, and the technical fixes that actually move rankings.","_yoast_wpseo_metatitle":"","footnotes":""},"categories":[15],"tags":[],"class_list":{"0":"post-2118","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-shopify-seo-and-digital-marketing"},"acf":{"breadcrumbs":[{"postpage":[29894]}],"conclusion":"<h2>Conclusion: How to Do SEO on Shopify<\/h2>\n<p>Shopify gives you the basic SEO tools \u2014 editable title tags, auto-generated sitemaps, mobile-ready themes, automatic schema in modern templates. The rest is on you: pick the right keywords, write product descriptions in your own words instead of the supplier's, fix the platform-specific issues that bury most stores (duplicate variants, thin collections, bloated sitemaps), and publish blog content consistently enough that Google rewards the schedule. None of this is complicated, but it takes steady effort over months to produce results \u2014 and in 2026, the bar is higher than it was two years ago because of AI search shifting how rankings translate into traffic.<\/p>","repeater":null,"filter":false,"attach_to_post":[276],"author_bio":false,"custom_author_bio":false,"author_bio_name":"","author_bio_info":"","_meta_excerpt_title":"","meta_excerpt":"","trust_signals":{"expert_reviewed":true,"items_tested":""},"key_statistics":null,"key_takeaways":{"takeaways_items":null},"required_subtopics":null,"context_block":{"context_heading":"","context_excerpt":"","context_content":""},"methodology":{"methodology_heading":"","methodology_content":""},"comparison_table":"","mid_content_cta":{"cta_text":"","cta_button_text":"","cta_link":""}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shopify SEO Guide: Platform Quirks That Hurt Rankings<\/title>\n<meta name=\"description\" content=\"How Shopify&#039;s platform affects SEO: duplicate variant URLs, JavaScript app bloat, locked URL structure, thin collections, and the technical fixes that actually move rankings.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shopify SEO Guide: Platform Quirks That Hurt Rankings\" \/>\n<meta property=\"og:description\" content=\"How Shopify&#039;s platform affects SEO: duplicate variant URLs, JavaScript app bloat, locked URL structure, thin collections, and the technical fixes that actually move rankings.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/\" \/>\n<meta property=\"og:site_name\" content=\"Shopify Theme Detector\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-21T20:19:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-25T12:54:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"730\" \/>\n\t<meta property=\"og:image:height\" content=\"478\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Avi Klein\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/\"},\"author\":{\"name\":\"Avi Klein\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607\"},\"headline\":\"How to Do SEO on Shopify in 2026\",\"datePublished\":\"2020-05-21T20:19:59+00:00\",\"dateModified\":\"2026-06-25T12:54:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/\"},\"wordCount\":3871,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp\",\"articleSection\":[\"Shopify SEO and Digital Marketing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/\",\"name\":\"Shopify SEO Guide: Platform Quirks That Hurt Rankings\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp\",\"datePublished\":\"2020-05-21T20:19:59+00:00\",\"dateModified\":\"2026-06-25T12:54:56+00:00\",\"description\":\"How Shopify's platform affects SEO: duplicate variant URLs, JavaScript app bloat, locked URL structure, thin collections, and the technical fixes that actually move rankings.\",\"breadcrumb\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp\",\"contentUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp\",\"width\":730,\"height\":478,\"caption\":\"How to Do SEO on Shopify\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Shopify Theme Detector\",\"item\":\"https:\/\/shopthemedetector.com\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set up a Shopify store in 2026?\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/how-to-set-up-a-shopify-store\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Shopify Social Media and Digital Marketing Strategies\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/shopify-social-media-and-digital-marketing-strategies\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"On-page Optimization for Shopify Stores\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/on-page-optimization-for-shopify-stores\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"How to Do SEO on Shopify in 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#website\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/\",\"name\":\"Shopify Theme Detector\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/shopthemedetector.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/shopthemedetector.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/shopthemedetector.com\/#organization\",\"name\":\"Shopify Theme Detector\",\"alternateName\":\"Shopify Theme Detector\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png\",\"contentUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png\",\"width\":50,\"height\":48,\"caption\":\"Shopify Theme Detector\"},\"image\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/shopthemedetector.com\/about\/#avi-klein\",\"name\":\"Avi Klein\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"caption\":\"Avi Klein\"},\"description\":\"Vast experience in the online world. Shopify Expert, SEO expert, Web developer and consultant to several online companies. 2 time Shopify top affiliate award (2022 + 2024). Read more about our approach to reviewing themes and apps.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/kleinavi\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Shopify SEO Guide: Platform Quirks That Hurt Rankings","description":"How Shopify's platform affects SEO: duplicate variant URLs, JavaScript app bloat, locked URL structure, thin collections, and the technical fixes that actually move rankings.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/","og_locale":"en_US","og_type":"article","og_title":"Shopify SEO Guide: Platform Quirks That Hurt Rankings","og_description":"How Shopify's platform affects SEO: duplicate variant URLs, JavaScript app bloat, locked URL structure, thin collections, and the technical fixes that actually move rankings.","og_url":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/","og_site_name":"Shopify Theme Detector","article_published_time":"2020-05-21T20:19:59+00:00","article_modified_time":"2026-06-25T12:54:56+00:00","og_image":[{"width":730,"height":478,"url":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp","type":"image\/webp"}],"author":"Avi Klein","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#article","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/"},"author":{"name":"Avi Klein","@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607"},"headline":"How to Do SEO on Shopify in 2026","datePublished":"2020-05-21T20:19:59+00:00","dateModified":"2026-06-25T12:54:56+00:00","mainEntityOfPage":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/"},"wordCount":3871,"commentCount":0,"publisher":{"@id":"https:\/\/shopthemedetector.com\/blog\/#organization"},"image":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp","articleSection":["Shopify SEO and Digital Marketing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/","url":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/","name":"Shopify SEO Guide: Platform Quirks That Hurt Rankings","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage"},"image":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp","datePublished":"2020-05-21T20:19:59+00:00","dateModified":"2026-06-25T12:54:56+00:00","description":"How Shopify's platform affects SEO: duplicate variant URLs, JavaScript app bloat, locked URL structure, thin collections, and the technical fixes that actually move rankings.","breadcrumb":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#primaryimage","url":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp","contentUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2026\/05\/How-to-Do-SEO-on-Shopify-1.webp","width":730,"height":478,"caption":"How to Do SEO on Shopify"},{"@type":"BreadcrumbList","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-do-seo-on-shopify\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Shopify Theme Detector","item":"https:\/\/shopthemedetector.com"},{"@type":"ListItem","position":2,"name":"How to set up a Shopify store in 2026?","item":"https:\/\/shopthemedetector.com\/blog\/how-to-set-up-a-shopify-store\/"},{"@type":"ListItem","position":3,"name":"Shopify Social Media and Digital Marketing Strategies","item":"https:\/\/shopthemedetector.com\/blog\/shopify-social-media-and-digital-marketing-strategies\/"},{"@type":"ListItem","position":4,"name":"On-page Optimization for Shopify Stores","item":"https:\/\/shopthemedetector.com\/blog\/on-page-optimization-for-shopify-stores\/"},{"@type":"ListItem","position":5,"name":"How to Do SEO on Shopify in 2026"}]},{"@type":"WebSite","@id":"https:\/\/shopthemedetector.com\/blog\/#website","url":"https:\/\/shopthemedetector.com\/blog\/","name":"Shopify Theme Detector","description":"","publisher":{"@id":"https:\/\/shopthemedetector.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shopthemedetector.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/shopthemedetector.com\/#organization","name":"Shopify Theme Detector","alternateName":"Shopify Theme Detector","url":"https:\/\/shopthemedetector.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png","contentUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png","width":50,"height":48,"caption":"Shopify Theme Detector"},"image":{"@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/shopthemedetector.com\/about\/#avi-klein","name":"Avi Klein","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","caption":"Avi Klein"},"description":"Vast experience in the online world. Shopify Expert, SEO expert, Web developer and consultant to several online companies. 2 time Shopify top affiliate award (2022 + 2024). Read more about our approach to reviewing themes and apps.","sameAs":["https:\/\/www.linkedin.com\/in\/kleinavi\/"]}]}},"_links":{"self":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/2118","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/comments?post=2118"}],"version-history":[{"count":17,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/2118\/revisions"}],"predecessor-version":[{"id":49363,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/2118\/revisions\/49363"}],"acf:post":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/276"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/media\/48800"}],"wp:attachment":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/media?parent=2118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/categories?post=2118"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/tags?post=2118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}