Ok so all items that show on the home page have home as there category i.e.
http://demo.affiliatenichescript.com/p/ ... dition.php
Same product is here
http://demo.affiliatenichescript.com/p/ ... dition.php
Google will see this as duplicate content on your site. Smitty found a solution to this problem by creating a robots.txt file that contains
SEO Version ( if you have seo urls turned on )
User-agent: *
Disallow: /cache/
Disallow: /admin/
Disallow: /p/home/
Disallow: browse.php
Disallow: product.php
non SEO Version ( if do not have seo urls turned on )
User-agent: *
Disallow: /cache/
Disallow: /admin/
Disallow: /p/home/
This will stop google from indexing any products that show on the homepage and let it index the correct section url which has the ever so important category in it for keyword placement. Please feel free to use and edit to your likings.