| Expert Talk Free Expert Tips and Advices |
Stop Losing Sales To Intellectual Property Thieves With These Piracy Prevention TipsWhile there is no perfect method to prevent product theft, there are a number of things you can do to help minimize it.Make the download page difficult to find Place your product in an obscurely named folder and avoid using the pro Make Your Policies Clear To Your Customers Make sure that your customers understand what their rights are and what your policies are regarding your product. It is best to have this information clearly stated on your product download page. We notice that many copywriters place such notifications within the product itself in either the EULA or directly in the ebook if it is that type of product. Unfortunately, many products are passed around to friends and family before your product is actually accessed by the paying customer. This is especially true for ebooks and is something that may be deterred by making it clear before they download your product. Appearance Is Important Is your download page professional looking or does it look like it was thrown together at the last mi If it looks like your don't care about your product then your customer may not take your policies serious. By having a tidy looking download page with full contact information and a detailed policy statement you portray a professional company image, one that takes their policies seriously. You can increase your professional image by displaying your customers IP address along with a timestamp near your copyright policies. This lets them know that their download activities are being logged. If your pages end in .php and your host supports php, this is easily accomplished by adding the following lines of code... If your page ends in .html and can not be changed for whatever reason, you may add the following code to your .htaccess file in your download directory to force your server to parse the page as if it were .php AddType application/x-httpd-php .php .html You can modify your time stamp by changing the "echo date" code. You can find more information on the php date format here. You can make this look even more professional by displaying this information in an image, you can find the code to do that here. Using the robots.txt file Many advise to place a disallow in your robots.txt file like so... User-agent: * Disallow: /downloads We feel this is not the best method because you are in a sense advertising where your downloads are stored and bad bots will disregard this file anyway. Instead we suggest that you add something similar to this instead. User-agent: * Disallow: /*.zip$ Disallow: /*.pdf$ Note that Googlebot does obey this statement but not all bots recognize this and other steps should also be taken. More information on the robots.txt file can be found here. Use Meta Tags On Your Product Download Pages Again, as with the robots.txt file, this will not protect from the bad bots but is better to have in place than not. Place the following code on your download page between the and tags. Confirm Your Product Page Has Not Already Been Indexed Do a search on Google for a list of pages already indexed by searching with the following search term... site:yourdomain.com If you find that your download page or product has already been indexed, you can use the Google Automated URL Removal System to have it removed. You must first add the Meta Tag above to the page before using this tool. More information can be found on Googles site here. Restrict Access Through Your Htaccess Through the use of .htaccess on Unix servers you are able to moderate access to directories or even certain files. There are numerious techniques and variables available when utilizing these directives, so many that it is outside the scope of this particular page to try and fully explain them all so here we will provide you with a short example and you can find more information here. Adding the following to your .htaccess file in your download folder ... Order Deny,Allow Deny from all Allow from yourdomain.com Allow from yourpaymentprocesser.com ... will only allow users who have been referred either directly from your website or from your payment processors website to access any documents in that folder. If unsure of your payment processors referring domain you should contact them directly for clarification as sometimes it may be different that what you think. You also have the ability to allow or deny access by referring IP as well as country if you choose. Be sure and test before going live with this method by making a few test purchases. You could add to this by directing disallowed referrers to either your sales page or a support page where someone could contact you if they felt they were denied access by mistake. Use A Professional Download Manager There are several products on the market that can help manage your digital downloads and assign a unique download url with each purchase. The better ones can even assign temporary passwords that expire after a predetermined amount of time. Article Directory: http://www.articledashboard.com Digital Media Copyright Protection Services (DMCPS) mission is to take sales which may have been lost for the copyright holder through various forms of piracy and allow the would be violator an opportunity to purchase a legal copy. This is a free, commission based service. Visit our website for this article complete with live resource links & code. Permalink: http://expert-talk.com/tips/739/stop-losing-sales-to-intellectual-property-thieves-with-these-piracy-prevention-tips-96739.htm Related Tips and Advices
| Related Tags |
SEND A COMMENT
PLEASE READ: All comments must be approved before appearing in the thread; time and space constraints prevent all comments from appearing. We will only approve comments that are directly related to the article, use appropriate language and are not attacking the comments of others.