How To Edit <Head> Section Of Individual Product Pages

As title, How to Edit section of individual product pages so I can do this.

https://support.google.com/webmasters/answer/93710?hl=en

Create the design/themes/YOUR_THEME/templates/addons/my_changes/hooks/meta.post.tpl file with the following content:

{assign var=exlcude_ids value=[1,2,3]}
{if $product.product_id|in_array:$exlcude_ids}

{/if}

where 1,2,3.... are product IDs

Thanks Aleksy! 8)

Thanks Aleksy! 8)

We are glad to help you!