Hello,
We are interested in adding this code script into the <head> section of our single product pages. It implements the Google Merchant Top Quality Store Badge. (see https://support.google.com/merchants/answer/14428754 )
Can you suggest the best way to go about this??
Thanks for your help,
Ben
<!-- BEGIN MerchantWidget Code -->
<script id='merchantWidgetScript'
src="https://www.gstatic.com/shopping/merchant/merchantwidget.js"
defer>
</script>
<script type="text/javascript">
merchantWidgetScript.addEventListener('load', function () {
merchantwidget.start({
position: 'RIGHT_BOTTOM'
});
});
</script>
<!-- END MerchantWidget Code -->