Forum Moderators: martinibuster
One site - a big directory farm that is probably doing thousands of sites like this - is even putting their Adsense code on the pages - in addition to mine!
I've written Adsense about the problem and provided all the URLs too as well as contacting the hosts with DMCA Violation notices (one of which is RackSpace!) for all the bogus domains . Given that some of these rogue domains are originating in foreign countries - which may or may not obey any orders to cease and desist from the USA - the need to be able to at least register the domains that you are running your Adsense code with Google seems a no-brainer. Does anybody know if Google is planning to provide this and if so, when?
Thanks.
Why Google doesn't at least have an alert for when two different Adsense accounts are coming from the same URL escapes me.
Really? Framed sites make for duplicate content - isn't that against the Adsense TOS? Also, the directory site that is framing mine in total and then adding their Adsense code across the top of every page cannot possibly be OK with the TOS, can it?
If the exact same Web site contents can be found on multiple URLs besides the rightful domain - then that's duplicate info regardless of whether it's coming off of my server or Mars.
These sites are taking the content, sticking their frame around it, showing their ads, their domain and doing so all without authorization. That's theft - that's what that is - and it's wrong.
OK, fair enough - here's their code. What do you suggest?
<HTML>
<HEAD>
<TITLE>their site - my site</TITLE>
</HEAD>
<FRAMESET ROWS='45,*' framespacing=0 border=0 frameborder=0>
<FRAME SRC='top.php?url=http://www.my site.com/' NAME='top' SCROLLING='no' NORESIZE>
<FRAME SRC='http://www.my site.com/' NAME='main'>
</FRAMESET>
<NOFRAMES>
<BODY topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0>
<P>
</BODY></NOFRAMES></HTML>