Forum Moderators: phranque
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?
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> Here are instructions on use of the Robots meta tag: [robotstxt.org...]
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?