someone asked me if it's ok to frame my site

Discussion in 'Guidelines / Compliance' started by tomm, May 25, 2006.

  1. #1
    Hi all,

    So this guy contacted me asking for permission to frame some of my pages into his pages, I visited his site and seems very clean, he provides some massage courses, he has 0 advertising and I think he doesn't even know what adsense is

    my question is if this can cause a problem for me? do you have any experience with this?

    thanks
     
    tomm, May 25, 2006 IP
  2. Skinny

    Skinny Peon

    Messages:
    1,864
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I could be wrong, but on DP I read about situations like this and the fact that you should avoid 'em.

    I might be wrong. I vaguely remember it.

    Skinny
     
    Skinny, May 25, 2006 IP
  3. LucasMS

    LucasMS Peon

    Messages:
    616
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think there is nothing wrong doing this. It would be better if he could put links instead of frames
     
    LucasMS, May 25, 2006 IP
  4. SeanMck

    SeanMck Peon

    Messages:
    122
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't really see HOW anything could be wrong with this. There is nothing stopping the average Joe from putting your site into a frame, and there is really no way to find out either..
     
    SeanMck, May 26, 2006 IP
  5. Skinny

    Skinny Peon

    Messages:
    1,864
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Okay, sorry then. I think I was reading something else. ;)

    Skinny
     
    Skinny, May 26, 2006 IP
  6. Catnabbit

    Catnabbit Peon

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Even google frames your site when they show a result from your site in the image search.
     
    Catnabbit, May 26, 2006 IP
  7. nortthaqua

    nortthaqua Peon

    Messages:
    47
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7

    I wondered about the same kind of deal. I have a bubby that owns a fairly popular site and he asked me if he could frame in some content I have. So far I don't know if I should or not.

    Let me know if you find any reason to be concerned, as i wouldn't complaign about the extra traffic. But I am not certain if we both would end up with an issue of duplicated content or not.
     
    nortthaqua, May 26, 2006 IP
  8. Pats

    Pats Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    This is a very good topic for me because I frame some of the links I have.
    The links I have are topics and subject that are interesting for the people that visit the page, but I do not have information about. That is the reason of the link.
    The reason I frame them is becuase it gives the oportunity to the user to come back to my page and use the information I have or the other lnks.
    Is this wronge?

    Check my page:
    http://www.elperiferico.com.mx

    Regards
    Pats
     
    Pats, May 28, 2006 IP
  9. rewlie

    rewlie Active Member

    Messages:
    937
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    58
    #9
    you "call" the page straight from it's own server, not host it on your server, it is just your website, so there is nothing wrong, i dont see any duplicate content here.
     
    rewlie, May 28, 2006 IP
  10. Pats

    Pats Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Rewlie, if this is for me.Thank you very much for the comment.
    Regards
    Pats
     
    Pats, May 29, 2006 IP
  11. rewlie

    rewlie Active Member

    Messages:
    937
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    58
    #11
    your most welcome mate :)
     
    rewlie, May 29, 2006 IP
  12. BNix

    BNix Peon

    Messages:
    224
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I think it's okay , At least this guy asked you before he use frame to your site.

    Someone use frame to your site and burning your bandwidth without noticing you
     
    BNix, May 29, 2006 IP
  13. sgthayes

    sgthayes Peon

    Messages:
    171
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #13
    The only problem with framing is that they can put their ads around your content. If he doesn't do this then I see no problem. If at a later time he does do this you can always put a javascript frame busting script on your pages.
     
    sgthayes, May 29, 2006 IP
  14. Pats

    Pats Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    That is very interesting. How do you up javascript frame busting script in your page?
    Regards
    Pats
     
    Pats, May 29, 2006 IP
  15. sgthayes

    sgthayes Peon

    Messages:
    171
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #15
    just do a google on "javascript frame busting" but it basically works like this :
    
    <script language="javascript">
    if (top.location != self.location) {
    top.location = self.location;
    }
    </script>
    Code (markup):
     
    sgthayes, May 29, 2006 IP
  16. Pats

    Pats Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Thank you very much sgthayes.
    This will be very useful for me.
    Regards
     
    Pats, May 30, 2006 IP