Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Search Engine Optimization Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-2004, 03:59 AM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 853
EJRS.COM RepRank 0
Default <meta name="robots" content="noindex,nofol

Keep Your Web Site Out Of The Search Engines
<meta name="robots" content="noindex,nofollow">

Keep any pages out of search engines by sticking this simple code within the metatags.


If you want any pages to be seen by the bots,
<META NAME="robots" CONTENT="index, follow">
<META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW">

If you need more infogo to http://ejrs.com/webmasters.html

If I am online now and you can click on the Live Help Button and I can help you out with more queries. If I am offline, leave a message by clicking on the live help button (It will say Unavailable, if I am not online). I will get back to you soon as possible. Have a great day.
Reply With Quote
  #2 (permalink)  
Old 01-23-2004, 05:48 AM
Mel Mel is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Posts: 1,881
Mel RepRank 0
Default

Hi EJRS

Yep but why would you want to keep your pages out of the search engines?

You can also do the same thing on a larger scale with the robots.txt file.
__________________
Mel Nelson
Expert SEO
Reply With Quote
  #3 (permalink)  
Old 01-23-2004, 09:48 PM
WebProWorld Member
 

Join Date: Jan 2004
Location: L.A.
Posts: 54
cvos RepRank 0
Default

I suggest you put javascript into your frames to force the frameset.

the better question is why would one ever want to use frames? it breaks the user experience.

http://www.useit.com/alertbox/9612.html
Reply With Quote
  #4 (permalink)  
Old 01-23-2004, 10:19 PM
Duncan Pollock's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Niagara-on-the-Lake, Ontario, Canada
Posts: 855
Duncan Pollock RepRank 2
Default Inktomi

ejrs: I think I've got this right:
My website includes two pages, one thanking someone when they sign up to join my mailing list and one asking them to Go Back if they haven't filled in the form with their e-mail address. So these two pages could usefully have the <meta name="robots" content="noindex,nofollow"> code added to them, yes?
And, to be safe rather than sorry, adding this code to the two pages but leaving all my other pages as they are is AOK? Or is it necessary -- or advisable/wiser -- to add the <META NAME="robots" CONTENT="index, follow"> and <META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW"> code to them? (Furthermore, are both the "robots" and "Googlebot" lines required, or does just the "robots" one suffice?)
Sorry to ask so many For Free questions!

Thank you
Duncan

PS I'm NOT complaining but I can't help wondering why we're dealing with this topic under the heading of Inktomi? Should it perhaps be moved by one of our moderators to one of its own?
__________________
Acts as an Exclusive Buyer Broker for purchasers of residential, industrial, commercial, and investment properties in all parts of the Niagara Peninsula.
http://www.duncanpollock.com
http://www.iciniagara.com
Reply With Quote
  #5 (permalink)  
Old 01-23-2004, 10:57 PM
minstrel's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 3,466
minstrel RepRank 0
Default

Quote:
Originally Posted by Duncan Pollock
My website includes two pages, one thanking someone when they sign up to join my mailing list and one asking them to Go Back if they haven't filled in the form with their e-mail address. So these two pages could usefully have the <meta name="robots" content="noindex,nofollow"> code added to them, yes?
Yes... or you could exclude those pages using a robots.txt file in the root directory of your website, thus:

User-agent: *
Disallow: thankyoupage.htm
Disallow: gobackpage.htm

These lines tell all spiders to ignore those two pages and index everything not specifically "disallowed".

To provide specific instructions for googlebot that are different from your general instructions to spiders, use this:

User-agent: Googlebot
Disallow: thankyoupage.htm
Disallow: gobackpage.htm


Quote:
And, to be safe rather than sorry, adding this code to the two pages but leaving all my other pages as they are is AOK? Or is it necessary -- or advisable/wiser -- to add the <META NAME="robots" CONTENT="index, follow"> and <META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW"> code to them?
The default behavior is "index, follow" - however, it doesn't hurt to include that tag on each page - it's only a few characters...

Quote:
(Furthermore, are both the "robots" and "Googlebot" lines required, or does just the "robots" one suffice?)
The "robots" one alone is sufficient. You only need to include instructions to Googlebot if those instructions are different from the instructions you want to give to other robots. From Google's own website:

If you want to prevent all robots from indexing individual pages on your site, then you can place the following meta tag element into the page's HTML code:

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

If you want to allow other robots to index individual pages on your site, preventing only Google's robots from indexing the pages, use the following tag:

<META NAME="GOOGLEBOT" CONTENT="NOINDEX, NOFOLLOW">

Quote:
PS I'm NOT complaining but I can't help wondering why we're dealing with this topic under the heading of Inktomi? Should it perhaps be moved by one of our moderators to one of its own?
Excellent point! Thanks, Duncan - sometimes it's hard to remember what the beginning of a thread was once you get engrossed in the ongoing discussion - consider it done! well, because actually, now it IS done :o)
Reply With Quote
  #6 (permalink)  
Old 01-24-2004, 03:11 PM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 853
EJRS.COM RepRank 0
Default Laughing Out Loud

Minstrel You Crack Me Up. I was trying to figure out when on earth I made a NEW TOPIC called No Index No Follow. Now I see I was moved :) Thanks Minstrel. It's cool to have a cool dude like yourself for a mod.

Duncan you answered yourself very well on that question and Minstrel helped to clarify things a whole lot.

Hey Mel, good to "meet" someone else from Malaysia. Duncan and Minstrel kinda answered the question for me :) Ain't this forum cool?
Reply With Quote
  #7 (permalink)  
Old 01-26-2004, 10:22 PM
Duncan Pollock's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Niagara-on-the-Lake, Ontario, Canada
Posts: 855
Duncan Pollock RepRank 2
Default no index,no follow -- index,follow

ejrs and minstrel:
Thanks a bunch. And, ha, ha, please note that I've put the correct wording against the Post subject:
But seriously, I do agree, ejrs, about how useful the whole WebProForums are. I've learned a great deal from them, as, for instance, in this (no)index,(no)follow idea.
You're quite right, too, about the cool dudes like my fellow Canuck minstrel.

Cheers to the twose of youse!

Duncan
__________________
Acts as an Exclusive Buyer Broker for purchasers of residential, industrial, commercial, and investment properties in all parts of the Niagara Peninsula.
http://www.duncanpollock.com
http://www.iciniagara.com
Reply With Quote
  #8 (permalink)  
Old 01-26-2004, 10:50 PM
minstrel's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 3,466
minstrel RepRank 0
Default

Thanks, ejrsdotcom and Duncan...

It's been one of those days - I needed to find your posts today...

:o)
Reply With Quote
  #9 (permalink)  
Old 01-28-2004, 12:09 AM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: India
Posts: 379
sudhani RepRank 0
Default

Hi, Minstrel,

I always wonder whether the following tag does exist?
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">

Is there any place where i can find authentic tags apart from w3c?

Sudha
__________________
Search Engine Management | HGH | ACTC
Reply With Quote
  #10 (permalink)  
Old 01-28-2004, 12:39 AM
minstrel's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 3,466
minstrel RepRank 0
Default

Hi, Sudhani:

Here's some starting points - bear in mind that some of the meta tags are either pretty much archaic or are special purpose only and that the majority aren't very useful for search engine optimization.

Back to Basics: Meta Tags (old article)


A Dictionary of HTML META Tags

META FAQ
Reply With Quote
  #11 (permalink)  
Old 01-30-2004, 12:03 PM
WebProWorld New Member
 

Join Date: Jul 2003
Location: Ozarks, Mo.
Posts: 19
MoZarko RepRank 0
Default index,follow and or all?

Hi all,
I've been searching the formun but couldn't find an answer to my question (it's probably there). I would like your opinions on which you think to be the best in the meta tag: index, follow or all or index, follow, all? Plus, do you need the revisit after tag or is this no bigging? I appreciate your thoughts and opinions. Thanks...
__________________
BaldEagleGifts.com
Reply With Quote
  #12 (permalink)  
Old 01-30-2004, 12:11 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,621
paulhiles RepRank 0
Default Re: index,follow and or all?

Quote:
Originally Posted by MoZarko
Hi all,
I've been searching the formun but couldn't find an answer to my question (it's probably there). I would like your opinions on which you think to be the best in the meta tag: index, follow or all or index, follow, all? Plus, do you need the revisit after tag or is this no bigging? I appreciate your thoughts and opinions. Thanks...
Hi there MoZarko,

there's not really such a thing as 'the best' way to use a meta tag. You optimise the tags according to how you wish your site to be indexed by search engine bots. There's a recent discussion here on this very page:
http://www.webproworld.com/viewtopic.php?t=12535
Reply With Quote
  #13 (permalink)  
Old 01-30-2004, 12:11 PM
minstrel's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 3,466
minstrel RepRank 0
Default

You probably don't NEED either but it won't hurt to include "index, follow".

It's probably best to omit "revisit after" - if the spiders pay any attention to it at all, it may mean they will visit you less frequently than their own schedules...

I'm going to move your post to the previous thread discussing this issue.
Reply With Quote
  #14 (permalink)  
Old 01-30-2004, 12:19 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,621
paulhiles RepRank 0
Default

Quote:
Originally Posted by minstrel
It's probably best to omit "revisit after" - if the spiders pay any attention to it at all, it may mean they will visit you less frequently than their own schedules...
Yeah agreed Minstrel, this point about the "revisit-after" instruction was discussed in another thread previously.
http://www.webproworld.com/viewtopic.php?t=1579

HTH!

Paul
Reply With Quote
  #15 (permalink)  
Old 01-30-2004, 12:24 PM
WebProWorld New Member
 

Join Date: Jul 2003
Location: Ozarks, Mo.
Posts: 19
MoZarko RepRank 0
Default

Thanks. Appreciate your opinions.
__________________
BaldEagleGifts.com
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum
Tags: , , ,



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0