Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Meta tag query

 
Thread Tools Search this Thread
Old 11-05-2004, 02:28 AM   #1
Default Meta tag query


I think I have read that there is a meta tag that can be used on a site
while under construction that will prevent it from being logged by any of
the search engines. If so, can someone tell me what it is?
Would it need to be in every page or just the root directory index page?

Thanks
Brian Tozer




KiwiBrian
  Reply With Quote
Old 11-05-2004, 02:33 AM   #2
brucie
 
Posts: n/a
Default Re: Meta tag query

In alt.html KiwiBrian said:

> I think I have read that there is a meta tag that can be used on a site
> while under construction that will prevent it from being logged by any of
> the search engines.


in theory, you can also use robots.txt

index this page, don't follow the links:
<meta name="robots" content="index, nofollow">

don't index this page, follow the links:
<meta name="robots" content="noindex, follow">

don't index this page, don't follow the links:
<meta name="robots" content="noindex, nofollow">

index this page and follow the links:
<meta name="robots" content="index, follow">

do not cache page for SEs that have "view cached page" option.
<meta name="robots" content="noarchive">

robots.txt file: http://www.robotstxt.org/wc/robots.html

> Would it need to be in every page


yes

> or just the root directory index page?


use robots.txt in your root so you don't have to use the <meta> on every
page.


--
the facts and opinions expressed by brucies
l i t t l e v o i c e s
are not necessarily the same as those held by brucie.
  Reply With Quote
Old 11-05-2004, 04:05 AM   #3
KiwiBrian
 
Posts: n/a
Default Re: Meta tag query

Thanks very much Brucie.
Very helpful answer as usual
Brian.

"brucie" <****@usenetshit.info> wrote in message
news:...


  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump