Forum Moderators: Robert Charlton & goodroi
Thanks,
DS
<Sorry, no specifics.
See Forum Charter [webmasterworld.com]>
[edited by: tedster at 6:01 pm (utc) on Jan. 30, 2007]
One was copying over 675 000 pages on the web. As usual, no contact information for the proxy server owner etc on the website, and sure enough, contextual ads on the site.
I contacted Google about this with a spam report. Two others popped up yesterday and show current cache dates for hundreds of thousands of copied pages on net.
Two are 302, one of them is basically copying content to its own site.
Go to the proxy site and find out the IP address of it.
Then, deny the IP from your server.When google crawls the proxy site next time around the pages will fall out.
It works even it is 302 redirected?
I found:
AuthName "My Secret Area"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from 255.255.255.255 <========== Proxy ip
</Limit>
I submitted a spam report to Google advising them of duplicate content about 6 weeks ago, but it is still there (albeit in supplemental).
Does anyone know how G is picking up our websites through proxies? Are competitors doing this?
Thanks for the tip about blocking the IP. I will.
Anyways, a published list would be hard to keep up with since most of these spammers change urls, ips, etc...
Google indexed this address [domain.com:88...] .
When you access this url your browser will be 302 redirected to www.mydomain.com
In Google the title&description are the same as my domain index page except the url.
I try to see if it works for other url's
IT WORKS! If I'll post in some blog the url's Google will index them.
Jim
Go to the proxy site and type in your domain name and page URL. Note the time.
Go to your raw server access log, and using the time you noted above, find the proxy's request for your page.
Get the IP address from the entry in your log file, and ban that IP address (or a larger range including that IP address.)
I did that before my last post.
In browser address bar was listed my domain url.
In server log I see my IP.
Ban an IP [webmasterworld.com] using .htaccess