{"id":2561,"date":"2020-07-15T09:44:37","date_gmt":"2020-07-15T09:44:37","guid":{"rendered":"https:\/\/shopthemedetector.com\/blog\/?p=2561"},"modified":"2026-04-13T18:09:51","modified_gmt":"2026-04-13T18:09:51","slug":"how-to-add-sub-collections-in-shopify","status":"publish","type":"post","link":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/","title":{"rendered":"How To Add Sub Collections In Shopify 2026"},"content":{"rendered":"<p>Sub collections, or subcategories are an important part of online shopping. You can organize products into numerous categories, but when you have a large catalog, customers might want to be specific. For instance, they might be looking for a boy\u2019s shirt for a child who is under five. This could be a sub collection.<\/p>\n<p>By offering sub collections to your customers, you should be able to build on revenues and improve conversion rates. This is through better shopping experiences and making it quicker for customers to shop on your online store. At the same time, it can be better for management of your store. If you have sub collections, you can find it easier to make changes to products.<br \/>\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\">Login to Shopify and navigate to Products to start creating sub-collections.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">2<\/div><div class=\"takeaway-text\">Use theme settings and add specific code to enable sub-collection functionality.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">3<\/div><div class=\"takeaway-text\">Save changes and use tags to filter products into new sub-collections.<\/div><\/div><\/div><\/p>\n<p>Before creating sub-collections, you\u2019ll need to know how to <a href=\"https:\/\/shopthemedetector.com\/blog\/how-to-add-collections-on-shopify\/\">add collections on Shopify<\/a> first.<\/p>\n<h2 id=\"row1\">Creating A Sub Collection On Your Shopify Store<\/h2>\n<p>It isn\u2019t as easy to create a sub collection in Shopify as just making one. However, it is possible. What you need to do is to add tags to your Shopify products and then allow your products to be filtered out based on what tags the customer wants.<\/p>\n<p>To do this, you will need to follow the steps below.<\/p>\n<h3 id=\"row2\">Step 1 - Login To Your Shopify Store<\/h3>\n<p>First thing you need to do is to login to your Shopify store, using your credentials.<\/p>\n<h3 id=\"row3\">Step 2 - Products<\/h3>\n<p>Then go to your products page and check that every product has tags. Products can have numerous tags, and therefore, products can be in numerous sub collections.<\/p>\n<h3 id=\"row4\">Step 3 - Theme Settings<\/h3>\n<p>Many themes have the option to enable a drop-down menu to filter collections based on the product tag. But you need to check that the theme you\u2019re using has this setting. To do this, go to your \u2018Online Store\u2019 and then \u2018Themes\u2019 before finding the theme editor and navigating to the collection page in the theme preview.<\/p>\n<p>When viewing the collection page, you should see the \u2018Collection Pages\u2019 tab in the theme editor. Click on the \u2018Collections page\u2019. If your theme includes the option to enable filtering by tag, then there will be an option that reads something like \u2018Enable Filtering By Tag\u2019 and a checkbox next to it. Check the box and then click on \u2018Save\u2019. This should enable the filtering and create sub collections for your store.<\/p>\n<h3 id=\"row5\">Step 4 - Adding Code<\/h3>\n<p>Not every theme has this option. If this is the case, then you need to add some code to your theme files to add this option. To do this go to your theme that you want to edit in the \u2018Themes\u2019 option on your Shopify store admin page.<\/p>\n<p>Then click on \u2018Actions\u2019 and then \u2018Edit Code\u2019<\/p>\n<h3 id=\"row6\">Step 5 - Templates<\/h3>\n<p>Find the templates directory and click on the collection.liquid file.<\/p>\n<h3 id=\"row7\">Step 6 - Adding The Code<\/h3>\n<p>In the location where you would like to add the drop-down menu to appear on the collection page, add the following code.<\/p>\n<div class=\"clearfix filter\">\n<p>\u00a0<\/p>\n<p>Browse by tag:<\/p>\n<p><select class=\"coll-filter\"><option value=\"\">All<\/option>{% for tag in collection.all_tags %} {% if current_tags contains tag %}<option selected=\"selected\" value=\"{{ tag | handle }}\">{{ tag }}<\/option>{% else %}<option value=\"{{ tag | handle }}\">{{ tag }}<\/option>{% endif %} {% endfor %}<br \/>\n<\/select><\/p>\n<\/div>\n<p><script>\n  \/* Product Tag Filters - Good for any number of filters on any type of collection pages *\/\n  var collFilters = jQuery('.coll-filter');\n  collFilters.change(function() {\n    var newTags = [];\n    collFilters.each(function() {\n      if (jQuery(this).val()) {\n        newTags.push(jQuery(this).val());\n      }\n    });\n    if (newTags.length) {\n      var query = newTags.join('+');\n      window.location.href = jQuery('{{ 'tag' | link_to_tag: 'tag' }}').attr('href').replace('\/' + 'tag', '\/' + query);\n    }\n    else {\n      {% if collection.handle %}\n      window.location.href = '\/collections\/{{ collection.handle }}';\n      {% elsif collection.products.first.type == collection.title %}\n      window.location.href = '{{ collection.title | url_for_type }}';\n      {% elsif collection.products.first.vendor == collection.title %}\n      window.location.href = '{{ collection.title | url_for_vendor }}';\n      {% endif %}\n    }\n  });\n<\/script><\/p>\n<h3 id=\"row8\">Step 7 - Save<\/h3>\n<p>Save your work when you\u2019re complete.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sub collections, or subcategories are an important part of online shopping. You can organize products into numerous categories, but when you have a large catalog, customers might want to be\u2026<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_title":"%%title%% %%page%% [year]","_yoast_wpseo_metadesc":"Discover how to streamline your Shopify store by adding sub-collections for improved navigation and SEO. Learn the secrets to ...","_yoast_wpseo_metatitle":"","footnotes":""},"categories":[13],"tags":[],"class_list":{"0":"post-2561","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-shopify-store-set-up"},"acf":{"breadcrumbs":[{"postpage":[46918]}],"conclusion":"<h2>Enhancing Your Shopify Store with Sub Collections<\/h2>\r\n<h3>Organizing Products for Better Navigation<\/h3>\r\nSub-collections refine your store's structure, leading customers smoothly to their desired products.\r\n\r\nThis organization not only simplifies browsing but also enhances the shopping experience. By grouping similar items, customers find what they need with ease.\r\n<h3>SEO Benefits of Sub-Collections<\/h3>\r\nSub-collections can boost your SEO by creating targeted landing pages.\r\n\r\nThis structure helps search engines understand your store, potentially lifting your rankings. It's a strategic way to align your products with customer searches.\r\n<h3>Inventory Management and Marketing<\/h3>\r\nSub-collections aid in managing inventory by categorizing items, making it easy to track stock levels.\r\n\r\nThey also enable targeted marketing campaigns, allowing for promotions based on customer preferences and product popularity.\r\n<h2>Setting Up and Customizing Sub Collections<\/h2>\r\n<h3>Starting with Shopify<\/h3>\r\nBefore adding sub-collections, ensure your Shopify store is active. Familiarize yourself with the dashboard to use its features effectively.\r\n\r\nThis preparation is key to a smooth setup of sub-collections.\r\n<h3>Creating and Assigning Products<\/h3>\r\nCreate main collections first, then add sub-collections within them.\r\n\r\nAssign products to these sub-collections to make your inventory more accessible and organized for customers navigating your store.\r\n<h3>Personalizing the Shopping Experience<\/h3>\r\nCustomize sub-collections to match your brand. Use appealing images and optimize product descriptions.\r\n\r\nConsider showcasing sub-collections on your homepage for better visibility and easier customer access. To create a more personalized experience, select sub-collections that highlight recommended products or related items tailored to their preferences.\r\n<h2>Considerations for Adding Sub Collections in Shopify<\/h2>\r\n<h3>Store Layout and User Experience<\/h3>\r\nWhen integrating sub-collections, consider your store's overall layout. A logical flow leads to a better user experience.\r\n\r\nEnsure sub-collections are intuitive and enhance the site's navigability by creating a menu and carefully determining the display order of menu items.\r\n<h3>SEO Strategy and Keyword Integration<\/h3>\r\nSub-collections should align with your SEO strategy. Incorporate relevant keywords to improve search visibility.\r\n\r\nThis approach can drive more targeted traffic to your collections.\r\n<h3>Product Categorization and Customer Behavior<\/h3>\r\nCategorize products in sub-collections based on customer behavior and preferences.\r\n\r\nAnalyze shopping patterns to create categories that resonate with your audience. This method can lead to increased engagement and sales.\r\n<h2>Conclusion: How To Add Sub Collections In Shopify<\/h2>\r\nAdding sub collections can be more tricky on Shopify than you first might think. However, the steps above will help and you can always edit more <a href=\"https:\/\/shopthemedetector.com\/blog\/shopify-product-set-up\/\">product set up<\/a> options for more flexibility. If you\u2019re unsure about how to do this, and would not like to touch any coding, then you could download an app. It will help you add sub collections without any coding.\r\n\r\nAs a bonus, encourage customers to stay informed about updates to your collections by incorporating an email signup option and inviting them to subscribe to your newsletter.","repeater":null,"filter":false,"attach_to_post":[5865],"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>How To Add Sub Collections In Shopify 2026 2026<\/title>\n<meta name=\"description\" content=\"Discover how to streamline your Shopify store by adding sub-collections for improved navigation and SEO. Learn the secrets to ...\" \/>\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-add-sub-collections-in-shopify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Add Sub Collections In Shopify 2026 2026\" \/>\n<meta property=\"og:description\" content=\"Discover how to streamline your Shopify store by adding sub-collections for improved navigation and SEO. Learn the secrets to ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/\" \/>\n<meta property=\"og:site_name\" content=\"Shopify Theme Detector\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-15T09:44:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T18:09:51+00:00\" \/>\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-add-sub-collections-in-shopify\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/\"},\"author\":{\"name\":\"Avi Klein\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607\"},\"headline\":\"How To Add Sub Collections In Shopify 2026\",\"datePublished\":\"2020-07-15T09:44:37+00:00\",\"dateModified\":\"2026-04-13T18:09:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/\"},\"wordCount\":569,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#organization\"},\"articleSection\":[\"Shopify Store Set Up\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/\",\"name\":\"How To Add Sub Collections In Shopify 2026 2026\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#website\"},\"datePublished\":\"2020-07-15T09:44:37+00:00\",\"dateModified\":\"2026-04-13T18:09:51+00:00\",\"description\":\"Discover how to streamline your Shopify store by adding sub-collections for improved navigation and SEO. Learn the secrets to ...\",\"breadcrumb\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-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 Product Set Up\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/shopify-product-set-up\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How To Add Sub Collections In Shopify 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":"How To Add Sub Collections In Shopify 2026 2026","description":"Discover how to streamline your Shopify store by adding sub-collections for improved navigation and SEO. Learn the secrets to ...","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-add-sub-collections-in-shopify\/","og_locale":"en_US","og_type":"article","og_title":"How To Add Sub Collections In Shopify 2026 2026","og_description":"Discover how to streamline your Shopify store by adding sub-collections for improved navigation and SEO. Learn the secrets to ...","og_url":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/","og_site_name":"Shopify Theme Detector","article_published_time":"2020-07-15T09:44:37+00:00","article_modified_time":"2026-04-13T18:09:51+00:00","author":"Avi Klein","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/#article","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/"},"author":{"name":"Avi Klein","@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607"},"headline":"How To Add Sub Collections In Shopify 2026","datePublished":"2020-07-15T09:44:37+00:00","dateModified":"2026-04-13T18:09:51+00:00","mainEntityOfPage":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/"},"wordCount":569,"commentCount":0,"publisher":{"@id":"https:\/\/shopthemedetector.com\/blog\/#organization"},"articleSection":["Shopify Store Set Up"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/","url":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/","name":"How To Add Sub Collections In Shopify 2026 2026","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/#website"},"datePublished":"2020-07-15T09:44:37+00:00","dateModified":"2026-04-13T18:09:51+00:00","description":"Discover how to streamline your Shopify store by adding sub-collections for improved navigation and SEO. Learn the secrets to ...","breadcrumb":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-shopify\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-add-sub-collections-in-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 Product Set Up","item":"https:\/\/shopthemedetector.com\/blog\/shopify-product-set-up\/"},{"@type":"ListItem","position":4,"name":"How To Add Sub Collections In Shopify 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\/2561","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=2561"}],"version-history":[{"count":11,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/2561\/revisions"}],"predecessor-version":[{"id":47971,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/2561\/revisions\/47971"}],"acf:post":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/5865"}],"wp:attachment":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/media?parent=2561"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/categories?post=2561"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/tags?post=2561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}