jQuery('[data-hc="ld-json"]').remove();
  var sdSnippet = document.createElement('script');
  sdSnippet.setAttribute('type',    'application/ld+json');
  sdSnippet.setAttribute('data-hc', 'ld-json');
  sdSnippet.textContent = "{\"@context\":\"http://schema.org\",\"@type\":\"Product\",\"name\":\"Low FODMAP Garlic Chive Powder\",\"description\":\"Most low FODMAP folks miss garlic. Garlic chives are our godsend. They grow like chives yet taste like garlic. Use this like garlic powder in everything from sauces to proteins to popcorn.\\n\\n\\nAN ALL NATURAL GARLIC REPLACEMENT: We dry regeneratively grown plants right after harvest for maximum flavor. There’s more than one pound’s worth in this bottle—and nothing else.\\n\\nNO ADDED NONSENSE: Free of the additives and preservatives that that are found in all other garlic powder substitutes (here\'s looking at you maltodextrin, corn starch and \\\"flavors\\\").\\n\\nLOW FODMAP CERTIFIED: Low FODMAP foods like our Garlic Chive Powder have been shown to minimize gastrointestinal symptoms for those with IBS and other digestive conditions. Based on testing, this product is safe with no serving size limit.\",\"image\":\"https://cdn.shopify.com/s/files/1/0255/1247/6771/products/gourmend-low-fodmap-garlic-chive-powder-limited.jpg?v=1621626391\",\"sku\":\"GMDS002\",\"gtin12\":\"860002004822\",\"brand\":{\"@type\":\"Brand\",\"name\":\"Gourmend Foods\"},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"bestRating\":5,\"ratingValue\":\"4.7\",\"worstRating\":1,\"reviewCount\":64},\"review\":{\"@type\":\"Review\",\"reviewRating\":{\"@type\":\"Rating\",\"ratingValue\":\"5\",\"bestRating\":\"5\"},\"author\":{\"@type\":\"Person\",\"name\":\"Beth\"}}}";

  try {
  	window.parent.document.body.appendChild(sdSnippet);
  }

  catch(err) {
    document.body.appendChild(sdSnippet);
  }
