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\":\"Japan Anime Special Edition Jersey ( Player Version)\",\"description\":\"Note : Player Version Shirts are Tight FitsAdvised to order one size larger than usual\",\"image\":\"https://d2j6dbq0eux0bg.cloudfront.net/images/29518062/2843367402.jpg\",\"sku\":\"01800\",\"brand\":{\"@type\":\"Brand\",\"name\":\"Footbalshop\"},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"bestRating\":5,\"ratingValue\":\"5.0\",\"worstRating\":1,\"reviewCount\":18},\"review\":{\"@type\":\"Review\",\"reviewRating\":{\"@type\":\"Rating\",\"ratingValue\":\"5\",\"bestRating\":\"5\"},\"author\":{\"@type\":\"Person\",\"name\":\"Oscar P.\"}}}";

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

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