|
Thank you All,
I need your help as to how to code a robots.txt to upload to my root directory.
How will I save the file: as robots.txt or robots.html?
I am thinking whether it is correct to code it as a web page and upload to root directory as
<html>
<head>
<title>http://savetocomputer.com/robots.txt</title>
</head>
<body>
User-agent: *
Disallow: /file_name.pdf/
</body>
</html>
[COLOR=black][FONT=Tahoma][SIZE=3]Or what is the correct thing to do.
Thank you
< link drop removed >
Last edited by chrishirst; 11-08-2008 at 04:36 AM..
|