Forum Moderators: Robert Charlton & goodroi
It is a basic html-site, so I do not know where the extensions comes from. It seems like Google sees them as real pages and my main URL are deleted from the result
It looks like this:
www.example.com/topic.htm?ref=another-eaxmple.org (represented in the result)
www.example.com/topic.htm (not represented in the results)
I am worried about some copy content issues.
Where do the extension come from and how can I solve this issue?
Anyone?
Cromagnon
[edited by: tedster at 7:57 pm (utc) on Feb. 7, 2008]
[edit reason] switch to example.com [/edit]
To block access to all URLs that include a question mark (?), you could use the following entry:
User-agent: *
Disallow: /*?[google.com...]
Once that rule is in place, you could then request a url removal through your Webmaster Tools account.
Another approach would be to use a 301 redirect that removes the query string from a url. This would preserve any link juice that comes from a website that appends the query string in a link to your site.
Redirect 301 /?ref=another-example.org http://www.example.com
But that does not seems to work.
Any idea?
This "redirect 301 /index.htm http://www.another-site.com" works properly...
Hmm?
[edited by: tedster at 9:10 pm (utc) on Feb. 7, 2008]
[edit reason] de-link the urls [/edit]
How about this thread?
Query string redirect [webmasterworld.com]