Prevent search engine finding page..?

I

Ivor Jones

Many apologies for asking, I know it's been asked before, but can anyone
remind me of the code to prevent a page showing up on search engines..? I
have one particular page on my site I'd rather not show up on them.

Ivor
 
T

Thomas A. Rowe

<meta name="ROBOTS" content="NOINDEX">

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tom Pepper Willett

Put this in between the head tags:
<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/
===
|
| Many apologies for asking, I know it's been asked before, but can anyone
| remind me of the code to prevent a page showing up on search engines..? I
| have one particular page on my site I'd rather not show up on them.
|
| Ivor
|
|
 
Top