WHAT IS A SCRIPT THAT I CAN PUT ON A WEB SITE PAGE THAT WILL PREVENT SEARCH ENGINES FROM PICKING IT UP?

Question by Mad About Purple:
What is a script that I can put on a web site page that will prevent search engines from picking it up?
I’m going to publish my crime thriller novel on my web site, accessable via PayPal and password. I do not want the search engines to list those pages on their directories. And I cannot find the script on Yahoo! Web Hosting Help. Can you help me?
——————————————
Answer by ken s
Go and search for robots.txt in google ,
you have to tell your robot what pages it can show to the outside world and which to keep intact from unwanted access.
——————————————
Give your own answer to this question below!
about 1 year ago
you can put it before or after the body tag..
about 1 year ago
Show us the site or the script!
If you have a css layout already .. you can modify the php file to makes its output use the CSS layouts with classes like
something
Hope it helps some!
Blue Chip Hosting staff,
http://www.bluechiphosting.com
about 1 year ago
What kind of script are you trying to put on page ??
What is url of site ??
If you put some details up I’ll try to help,, going to bed pretty soon so if I don’t get back to it tonight I’ll look in the morning
about 1 year ago
Assuming it’s something like Javascript, you can put it anywhere in the HTML. Generally, long scripts go in the header. Don’t put it inside your css
html....