search engines help

P

Paul M

Hi
I have a webpage used for company use and don't want search engines to find.
How can I alter the meta info to make it invisable to search bots etc
Paul M
 
J

Jon Spivey

Hi Paul,

Make a file in notepad, type in this text exactly

User-Agent: *
Disallow: /

then save this as robots.txt and upload to the root of your site.
 
P

Paul M

Hi
Won't this stop all of my webpages from been indexed?
I only want the one webpage not searchable
Paul M
 
T

Tom Pepper Willett

Paul: Review this tutorial on creating robots.txt files. You can exclude
specific pages:
http://www.searchengineworld.com/robots/robots_tutorial.htm

You can also place this in the <head> of your page to stop *some* robots
from crawling the page:
<meta name="robots" content="noindex,nofollow">

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Hi
| Won't this stop all of my webpages from been indexed?
| I only want the one webpage not searchable
| Paul M
| | > Hi Paul,
| >
| > Make a file in notepad, type in this text exactly
| >
| > User-Agent: *
| > Disallow: /
| >
| > then save this as robots.txt and upload to the root of your site.
| >
| > --
| > Cheers,
| > Jon
| > Microsoft MVP
| >
| > | > > Hi
| > > I have a webpage used for company use and don't want search engines to
| > > find.
| > > How can I alter the meta info to make it invisable to search bots etc
| > > Paul M
| > >
| > >
| >
| >
|
|
 
J

Jon Spivey

Hi Paul,

Yes it will - i thought that's what you wanted, sorry. To just block one
page you can either do the robots.txt like this

User-Agent: *
Disallow: /DontIndexThisPage.htm

or you can put in the head of the page
<meta name="robots" content="noindex,nofollow">

To be sure I'd do both
 
P

Paul M

Thanks guys
Paul M
Jon Spivey said:
Hi Paul,

Yes it will - i thought that's what you wanted, sorry. To just block one
page you can either do the robots.txt like this

User-Agent: *
Disallow: /DontIndexThisPage.htm

or you can put in the head of the page
<meta name="robots" content="noindex,nofollow">

To be sure I'd do both
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Search Engines 4
search engine help 7
Meta Tags 6
META Tags 1
Create a folder with "noindex, no follow?" 9
jpg or PDF over "hidden" but searchable Microsoft table? 6
Meta tag syntax 6
meta tags 8

Top