How to reduce content from being stolen?

8 replies
Is there a way to do this? Just curious as I know people tend to have things ripped off very quickly online. Suggestions?
#content #reduce #stolen
  • Profile picture of the author RefundHost
    1. Write content text that is so bad, nobody wants it.

    2 . That is not practical, so either:

    - Make it into images that cannot be instantly copied and pasted as text

    - Use Copyscape & DMCA actions to find duplicates and remove them
    {{ DiscussionBoard.errors[4458062].message }}
    • Profile picture of the author Mark Maffei
      Originally Posted by RefundHost View Post

      1. Write content text that is so bad, nobody wants it


      Now that was was actually funny... albeit not practical as you pointed out.
      Signature



      {{ DiscussionBoard.errors[4458368].message }}
  • Profile picture of the author FXdarling
    that's true. it is almost impossible to prevent your content to be stolen. though some webmasters manage to prevent their content to be copied. I don't know how they do it. Probably there is a script for this
    {{ DiscussionBoard.errors[4458104].message }}
  • Profile picture of the author keyuria
    I am not sure exactly but once I used and disabled the right click on the page and it really worked. OK. I just searched and found out the code.

    Go to google.com and search for how to disable copy, you will get the code in the first site.
    {{ DiscussionBoard.errors[4458108].message }}
    • Profile picture of the author JeanneLynn
      Originally Posted by keyuria View Post

      I am not sure exactly but once I used and disabled the right click on the page and it really worked. OK. I just searched and found out the code.

      Go to google.com and search for how to disable copy, you will get the code in the first site.
      This is a great idea!
      {{ DiscussionBoard.errors[4458298].message }}
  • Profile picture of the author maintainie
    The following code will intercept Ctrl C



    protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
    {
    if ( (keyData == (Keys.Control | Keys.C)))
    {

    return true;
    }


    return base.ProcessCmdKey(ref msg, keyData);
    }
    {{ DiscussionBoard.errors[4458355].message }}
  • Profile picture of the author joesmith1608
    I have one good way to prevent this activity-
    do not list the page in html sitemap till that page can't optimize well.
    Signature
    {{ DiscussionBoard.errors[4458843].message }}
  • Profile picture of the author DrewBru75
    Thank you all for your great advice. I'm definitely looking into turning off the right click option/disallowing the ctlr c.

    Awesome!
    Signature
    Love fresh coffee? Check out Simple Joe Coffee Where we don't roast it until you order it!
    10% OFF exclusive Promo Code: WARRIOR
    {{ DiscussionBoard.errors[4461558].message }}

Trending Topics