How to stop scraping!

Discussion in 'Copywriting' started by shogunmike, Apr 12, 2007.

  1. #1
    Hi guys,

    Does anybody have any good way of preventing those god-awful websites that scrape your content and use it on theirs in a tactic to draw people to their MFA sites?

    It's really getting on my nerves! Those are NOT quality backlinks at all! ;-)

    Any pointers would be much appreciated.

    Mike.
     
    shogunmike, Apr 12, 2007 IP
  2. hajamie

    hajamie Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could check the browser being used, and if it isn't a bot or web browser, then send them something amusing to stick on their mfa site :p
    The scraper could easily spoof the browser, but it's a start.
    J.
     
    hajamie, Apr 12, 2007 IP
  3. MohMag

    MohMag Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Unfortunatly i see scraping alot. I go to a freelance website and there are always people wanting to pay someone to clone or scrape websites. I do not take these jobs as i deem it unethical in my mind. You can try to do a search
    on how to disable the right clicking (which is java i think) and a java script i belive exists for disabling the save and save as options on most browsers. Or set the file(s) for your website as READ-ONLY, but this just stops people from straight downloading your content. Even then your files will still be put in to someones temp internet files. So if someone knows what they are doing they can still scrape your website BUT. If your dealing with some one not particularly hell bent on getting your website content the above should work just fine! Good luck
     
    MohMag, Apr 12, 2007 IP
  4. rzvagelsky

    rzvagelsky Well-Known Member

    Messages:
    1,214
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    140
    #4
    I have been pretty successful with the DMCA notice. If someone else is using your content, simply email/mail/fax the host a DMCA notification and they will get in touch with the owner. The good news is that if the site fails to respond or does not remove the content, they will end up suspending the account until they do.
     
    rzvagelsky, Apr 19, 2007 IP
  5. ronmojohny

    ronmojohny Well-Known Member

    Messages:
    729
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    133
    #5
    Use the <base href= "http://www.yoursite.com"> tag in your head, and let them give you free links to your site when they scrape.
     
    ronmojohny, Apr 24, 2007 IP
  6. jquindlen

    jquindlen Notable Member

    Messages:
    1,725
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    220
    Digital Goods:
    1
    #6
    Ha! Nice. Of course that only works for relative links, and it's liable to get some 404's, and the scraping site might be from a bad neighborhood, but still it's an ingenious, often overlooked method to screw with people. :D
     
    jquindlen, Apr 25, 2007 IP
  7. sky22

    sky22 Guest

    Messages:
    59
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I put this javascript in my pages so if someone copys the HTML and puts it on there domain it redirects the user back to mine.

    <script type="text/javascript">
    /* remove directories and http://*/
    Url = document.location.href.split( "/" );
    
    /* if domain name is wrong redirect */
    if( Url[2] != 'mydomain.com' && Url[2] != 'www.mydomain.com' )
    		document.location.href = 'test.com';
    </script>
    Code (markup):
     
    sky22, Apr 26, 2007 IP
  8. manchesterguy

    manchesterguy Well-Known Member

    Messages:
    417
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #8
    i got scraped when i wrote the Big Brother article for NADRA. however i took that as a complement :)
     
    manchesterguy, Apr 26, 2007 IP