Forum Moderators: Robert Charlton & goodroi
We have a bunch of great sites that we host stores for. The link to each store is:
[widget.com...]
Google is not picking up any of these links to us which is a shame because these links are on the home pages of PR6 and better sites! I assume Google is unable to deal with the querystring values.
Its simply not practical to ask all these sites to change their links to us. The solution I am thinking about is to detect the user agent and basically send anything that is not IE, NS, FF, Safari, or opera to our home page with a 301 (http://www.widget.com). This home page sells a superset of the things sold in the stores that we host...so we're not misrepresenting to the spiders the site content.....just making sure they understand what the site is about. I also like the idea of having control on what part of my site the spider sees first.
This method sounds a lot like cloaking to me so I am a little reluctant to try it. I know the search engines frown on this sort of thing.
Comments? Suggesions?
Chris
[webmasterworld.com...]
RewriteEngine On
RewriteCond %{http_host} ^domain\.com
RewriteRule (.*) [domain.com...] [R=301,L]
to fix the the www and non www problem.