HTML Download Page Help Please!

4 replies
  • WEB DESIGN
  • |
Hi

I recently read in a free report that there is a type of html coding or script that you can place on your webpage that will prevent google from indexing it.

I have also heard that there is a code that you can place on your download page that can disable the link after a certain amount of time so that people that pass on the link to friends wont be able to download it with their link after say 36hrs.

This is all new to me and was wondering if anyone knew the codes or were to get them from!

Thanks


Sam
X
#download #html #page
  • Profile picture of the author tmursch
    <html>
    <head>
    <title>...</title>
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    </head>


    as for your second question you need to use DLGuard or a service like digitalproductdelivery.com
    {{ DiscussionBoard.errors[625065].message }}
  • Profile picture of the author dsmpublishing
    Thanks for that your very helpful!
    {{ DiscussionBoard.errors[626929].message }}
  • Profile picture of the author mywebwork
    Another good download service is e-Junkie

    E-junkie Shopping Cart for selling downloads & tangible goods


    They provide a temporary link for your download which can be e-mailed to your users and they can integrate with PayPal, Google Checkout and a lot of other payment processors. They also provide you with a management console that lets you keep track of downloads and issue new links to customers if they lose their original one. And it's very inexpensive too.


    Bill
    {{ DiscussionBoard.errors[627030].message }}
  • the "nofillow" part of the tag will stop the search engines from following and then indexing the links on that page

    if you wish the SE to continue crawling the links on that page, just use
    <META NAME="ROBOTS" CONTENT="NOINDEX">
    {{ DiscussionBoard.errors[629263].message }}

Trending Topics