I have my website www.example.com which is my main website.
I had 5 other pages which had only landing page with the same products i offer.
Example i offer head shampoo, dog shampoo and other
so on my main site i have landing page + product section where you can see all products.
So i had www.widget example.com which had the landing page with some seo keywords and picture of a product so on, and a link which when clicked transferred to my main product site.
Now Google tells me that i cant do its against their rules. ok but what i can do with those domains now?
Is it ok if i redirect like this?:
index.php on that www.widget example.com domain and the index like this:
<?php
header("Location: http://www.example.com/products/head-shampoo.php", TRUE, 301);die();
?>
Coz i read around and it seams that not even this is good for Google.
can you help me out? thanks.
[edited by: engine at 9:31 am (utc) on Nov 22, 2012]
[edit reason] please use example.com [/edit]