Forum Moderators: phranque

Message Too Old, No Replies

site map question re: noindex, follow

site map question re: noindex, follow

         

amythepoet

10:05 pm on May 17, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi,

If I have this on my site map page,

<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">will the search engines search my page?

bill

8:10 am on May 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



They will not index the page, but they will follow the links on the page if they honor the meta robots tag.

amythepoet

10:45 am on May 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Oh, so to get them to index the page, should I take out the line I just sent?

larryhatch

10:56 am on May 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes. By all means, get rid of the NOINDEX unless you want them to NOT index.
Why did you put that in in the first place?
I would delete the entire line. -Larry

amythepoet

11:36 am on May 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Ok good I will delete the entire line

I think some webmaster a long time ago told me to put it in there.

Before I take it out, is there any particular form the site map should take? I'm saying should I group things together

such as red widgets and blue widgets

can I make it a list of all of the urls?

bill

2:55 am on May 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Instead of NOINDEX you could use this:
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">

Here are instructions on use of the Robots meta tag: [robotstxt.org...]

amythepoet

12:32 pm on May 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks, that's great

when I do make the site map, I'm having troubles with the section headers,

I want to make one section for red widgets, one for blue widgets

can I just make each section a header 2? <h2>

and then underneath use the <dd> command for the lists>?
such a l
<h2>RED WIDGETS</h2>
<dd>little red widget</dd>
<dd> big red widgets</dd>

or is there a better way?