Editing the meta field of individual products

Hello,

How I can edit/write "meta" data in the "head" section of each product category or product? Is this possible?
Or is this possible to store the files on my server? In this case I could easily edit the whole HTML code of each product.

Thanks,
Peter


Editing the meta field of individual products

roman's picture

Hi.
It is not possible.
Best regards,
Roman

Hi roman, this is possible

Hi roman, this is possible and very easy to do.

Basically, add the meta tags for the product in product_open_field4 or any unused open field, just make sure it's the same for all products.

Then edit your meta tag to include the default entries for your shop but add $product_open_field4$ as the last entry...eg

<META NAME="Keywords" CONTENT="shoes, clothes, petite, belts, $product_open_field4$">

If $product_open_field4$ contains;
cheques, skirt, black, white, knee, length, short

The tag with be;

<META NAME="Keywords" CONTENT="shoes, clothes, petite, belts, cheques, skirt, black, white, knee, length, short">

Just remember to not put any quotes in the open field and I've read that 21 words should be the maximum used otherwise search engines class it as spamming...