Forum Moderators: open
I have just found out that one of my affiliates has put a frameset around my entite website.
The only difference to a user is that the Title now reads '[AffiliateDomain] in association with [MyDomain]'.
Could this do any harm to my website in Google?
[edited by: ciml at 12:19 pm (utc) on Jan. 17, 2004]
[edit reason] Domains tweaked. [/edit]
I would advise putting a line of javascript on your pages in the head of the document:
<script type="text/javascript">
<!--
if (window!= top) top.location.href = location.href;
// -->
</script>
to make sure your site always opens in its own window and asking your affiliate (for their sake and yours) to put a bit more effort into it than just including your site in a frameset.