{"id":18,"date":"2025-09-19T14:27:29","date_gmt":"2025-09-19T14:27:29","guid":{"rendered":"https:\/\/kuldeepnegi.in\/blog\/?p=18"},"modified":"2025-09-19T14:32:02","modified_gmt":"2025-09-19T14:32:02","slug":"how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages","status":"publish","type":"post","link":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/","title":{"rendered":"How to Display Reviews.io Bundle Reviews on Shopify Product Pages"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For Shopify merchants who sell bundles or multi-product sets, it\u2019s often frustrating when reviews only display for the main product but not for all items included in the bundle. The good news is that Reviews.io provides a flexible way to group products together and display star ratings and feedback in one place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this guide, I\u2019ll show how to set up Reviews.io so your Shopify store shows reviews from both the main product and any bundled products.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Bundle Reviews Matter<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When customers buy a set, such as a starter kit or a performance bundle, they want to see feedback for everything included\u2014not just the parent product. By grouping reviews:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You build <strong>trust<\/strong> with new visitors.<\/li>\n\n\n\n<li>You <strong>increase conversions<\/strong> by showing social proof.<\/li>\n\n\n\n<li>You make product pages <strong>look richer and more informative<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of scattering reviews across multiple pages, you can centralize them where they matter most: right under the product title or in the dedicated reviews section.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Create a Metafield for Bundled Products<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Shopify metafields let you link additional products to your main product. In this case, we\u2019ll use a metafield called <code><strong>reviews_bundle<\/strong><\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Each product in your bundle should be referenced here. This way, Shopify knows which products to include when building your review group.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Capture All SKUs and IDs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Next, you\u2019ll need a snippet of Liquid code that collects the SKUs and variant IDs from the main product and any products stored in the metafield.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s a clean version of the code:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"182\" src=\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-1024x182.jpg\" alt=\"Display Reviews.io Bundle Reviews on Shopify\" class=\"wp-image-19\" srcset=\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-1024x182.jpg 1024w, https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-300x53.jpg 300w, https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-768x136.jpg 768w, https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs.jpg 1117w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This ensures your SKU list is clean and free from line breaks, which is essential for Reviews.io to read it correctly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Add the Reviews.io Polaris Widget<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now, drop the Polaris widget onto your product page template. Make sure the <code>sku<\/code> and <code>grouping<\/code> values use the <code>reviewssku<\/code> variable we just captured.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script src=\"https:\/\/widget.reviews.io\/polaris\/build.js\">&lt;\/script>\n&lt;div id=\"ReviewsWidget\">&lt;\/div>\n&lt;script>\nnew ReviewsWidget('#ReviewsWidget', {\n  store: 'yourstore.com',\n  widget: 'polaris',\n  options: {\n    product_review: {\n      sku: \"{{ reviewssku }}\",\n      enable_rich_snippets: true\n    },\n    questions: {\n      grouping: \"{{ reviewssku }}\"\n    }\n  }\n});\n&lt;\/script>\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This widget will now pull in reviews from both your main product and all linked bundle products.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Place Star Ratings Under Product Titles<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019d like the star rating snippet to appear right under your product titles, you can use the lightweight Reviews.io rating snippet. Simply reference the same SKU group, and the star rating will display correctly across bundles.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Wrapping Up<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Showing <a href=\"https:\/\/support.reviews.io\/en\/articles\/9352614-product-bundle-grouping-using-shopify-metafields#h_60fa4b3bd3\">Reviews.io bundle reviews on Shopify<\/a> is more than just a technical tweak\u2014it\u2019s a conversion booster. By grouping product reviews, you give shoppers the confidence they need to add a bundle to their cart.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With just a few lines of Liquid code and the right widget settings, you can ensure your star ratings and reviews reflect the full value of what you\u2019re selling.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Other Resources<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/kuldeepnegi.in\/blog\/how-to-set-up-hotjar-tracking-for-shopify-checkout-5-steps\/\">How to Set Up Hotjar Tracking for Shopify Checkout<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>For Shopify merchants who sell bundles or multi-product sets, it\u2019s often frustrating when reviews only display for the main product but not for all items included in the bundle. The good news is that Reviews.io provides a flexible way to group products together and display star ratings and feedback in one place. In this guide,&hellip; <a class=\"more-link\" href=\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\">Continue reading <span class=\"screen-reader-text\">How to Display Reviews.io Bundle Reviews on Shopify Product Pages<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-18","post","type-post","status-publish","format-standard","hentry","category-shopify","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Display Reviews.io Bundle Reviews on Shopify Product Pages<\/title>\n<meta name=\"description\" content=\"Learn how to show Reviews.io star ratings and customer feedback across bundled products in Shopify. Step-by-step setup with clean Liquid code for better trust and conversions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Display Reviews.io Bundle Reviews on Shopify Product Pages\" \/>\n<meta property=\"og:description\" content=\"Learn how to show Reviews.io star ratings and customer feedback across bundled products in Shopify. Step-by-step setup with clean Liquid code for better trust and conversions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Kuldeep Negi\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-19T14:27:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-19T14:32:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1117\" \/>\n\t<meta property=\"og:image:height\" content=\"198\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kuldeep\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kuldeep\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\"},\"author\":{\"name\":\"Kuldeep\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\"},\"headline\":\"How to Display Reviews.io Bundle Reviews on Shopify Product Pages\",\"datePublished\":\"2025-09-19T14:27:29+00:00\",\"dateModified\":\"2025-09-19T14:32:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\"},\"wordCount\":457,\"publisher\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\"},\"image\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-1024x182.jpg\",\"articleSection\":[\"Shopify\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\",\"name\":\"Display Reviews.io Bundle Reviews on Shopify Product Pages\",\"isPartOf\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-1024x182.jpg\",\"datePublished\":\"2025-09-19T14:27:29+00:00\",\"dateModified\":\"2025-09-19T14:32:02+00:00\",\"description\":\"Learn how to show Reviews.io star ratings and customer feedback across bundled products in Shopify. Step-by-step setup with clean Liquid code for better trust and conversions.\",\"breadcrumb\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs.jpg\",\"contentUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs.jpg\",\"width\":1117,\"height\":198,\"caption\":\"Display Reviews.io Bundle Reviews on Shopify\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kuldeepnegi.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Display Reviews.io Bundle Reviews on Shopify Product Pages\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#website\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/\",\"name\":\"Kuldeep Negi\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kuldeepnegi.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\",\"name\":\"Kuldeep\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg\",\"contentUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg\",\"width\":50,\"height\":50,\"caption\":\"Kuldeep\"},\"logo\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/kuldeepnegi.in\/blog\"],\"url\":\"https:\/\/kuldeepnegi.in\/blog\/author\/kuldeep\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Display Reviews.io Bundle Reviews on Shopify Product Pages","description":"Learn how to show Reviews.io star ratings and customer feedback across bundled products in Shopify. Step-by-step setup with clean Liquid code for better trust and conversions.","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:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/","og_locale":"en_US","og_type":"article","og_title":"Display Reviews.io Bundle Reviews on Shopify Product Pages","og_description":"Learn how to show Reviews.io star ratings and customer feedback across bundled products in Shopify. Step-by-step setup with clean Liquid code for better trust and conversions.","og_url":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/","og_site_name":"Blog - Kuldeep Negi","article_published_time":"2025-09-19T14:27:29+00:00","article_modified_time":"2025-09-19T14:32:02+00:00","og_image":[{"width":1117,"height":198,"url":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs.jpg","type":"image\/jpeg"}],"author":"Kuldeep","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kuldeep","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#article","isPartOf":{"@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/"},"author":{"name":"Kuldeep","@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e"},"headline":"How to Display Reviews.io Bundle Reviews on Shopify Product Pages","datePublished":"2025-09-19T14:27:29+00:00","dateModified":"2025-09-19T14:32:02+00:00","mainEntityOfPage":{"@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/"},"wordCount":457,"publisher":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e"},"image":{"@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage"},"thumbnailUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-1024x182.jpg","articleSection":["Shopify"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/","url":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/","name":"Display Reviews.io Bundle Reviews on Shopify Product Pages","isPartOf":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage"},"image":{"@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage"},"thumbnailUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs-1024x182.jpg","datePublished":"2025-09-19T14:27:29+00:00","dateModified":"2025-09-19T14:32:02+00:00","description":"Learn how to show Reviews.io star ratings and customer feedback across bundled products in Shopify. Step-by-step setup with clean Liquid code for better trust and conversions.","breadcrumb":{"@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#primaryimage","url":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs.jpg","contentUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/Capture-All-SKUs.jpg","width":1117,"height":198,"caption":"Display Reviews.io Bundle Reviews on Shopify"},{"@type":"BreadcrumbList","@id":"https:\/\/kuldeepnegi.in\/blog\/how-to-display-reviews-io-bundle-reviews-on-shopify-product-pages\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kuldeepnegi.in\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Display Reviews.io Bundle Reviews on Shopify Product Pages"}]},{"@type":"WebSite","@id":"https:\/\/kuldeepnegi.in\/blog\/#website","url":"https:\/\/kuldeepnegi.in\/blog\/","name":"Kuldeep Negi","description":"","publisher":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kuldeepnegi.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e","name":"Kuldeep","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg","contentUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg","width":50,"height":50,"caption":"Kuldeep"},"logo":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/kuldeepnegi.in\/blog"],"url":"https:\/\/kuldeepnegi.in\/blog\/author\/kuldeep\/"}]}},"_links":{"self":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":1,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts\/18\/revisions"}],"predecessor-version":[{"id":20,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts\/18\/revisions\/20"}],"wp:attachment":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/media?parent=18"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/categories?post=18"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/tags?post=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}