Hi,
I was wondering if there is a way to stop child products from being indexed into search engines?
At the moment google is indexing my parent product along with all the children. I don't really think there is any need for this as all the children products are identical to the parent except for the price and quantity (multi varient and ramifications have been used).
Also, when clicking on the child product link from google, the child product loads with no modules assigned as it is not a menu item. So the page is not complete.
Does anyone have any ideas how to stop search engines indexing the multivariant child products?
Cheers
Hi,
1. open your child product
2. go to Product Description tab and scroll down to 'Meta Information'
3. Set 'No Index, No follow'
Thanks
Jason
Hi,
Thanks for your response, I will give this a go.
I have over 800 child products, do you know if there is any way that you can think of to do a bulk change?
Cheers
in DB
UPDATE `#__virtuemart_products` SET `metarobot`= 'noindex, nofollow' WHERE `product_parent_id` > 0
Thanks GJC that should be very helpful.
I will do a backup and give it a go.
appreciate the help guys. :)
Cheers
Hi,
Your suggestion worked perfectly, just needed to put in my DB suffix to the front.
Thanks again, you have saved my hours of work.