Jump to content

Tip to prevent content thieves to protect future SEO efforts


Recommended Posts

If any of you guys have ever had the misfortune of having your well written, unique content stolen, here's a tip for you to disable the right click function :)

Open up; themes / yourtheme / header.tpl


Change:

<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>



To:

<body oncontextmenu="return false;" {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>

  • Like 2
Link to comment
Share on other sites

Prestashop 1.4 automatically adds the alt and title tags to product images and links, I was referring to the homepage slider you have, it's a 3rd party module so you would have to open up the file where you edited the image names to make the changes below.

Looking at a section of code from your slider I can see:




I would add titles and fill in the alt tags :)

Link to comment
Share on other sites

If any of you guys have ever had the misfortune of having your well written, unique content stolen, here's a tip for you to disable the right click function :)

Open up; themes / yourtheme / header.tpl


Change:
<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>



To:

<body oncontextmenu="return false;" {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>



Disable right click is not a solution, because you can copy the content from source code as well...
Link to comment
Share on other sites

  • 3 weeks later...
  • 5 weeks later...

thanks for this but what does it do, just make if impossible to copy and paste or something?

 

Garland,

This prevents people who visit your website from using right click to copy and paste your content. Obviously, there are ways around this (especially with text), but this safeguard deters a large portion of those who might be trying to do it in the first place.

 

-Mike

Link to comment
Share on other sites

  • 4 months later...

Do you know where to insert the Tynt code? I discovered another PS shop that sells same products I do and just copied my content and some design bits. Disgusting.

 

What you also can do is use Tynt which is a script that leaves a watermark on the copied text. You can also see what text that has been copied. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...