h1, h2 and search engines

J

Jane Here

I remember reading somewhere that one should have <h1></h1> and <h2></h2>
tags for better search engine results. I notice that FP does not create
these automatically. Should these be added by hand, or is there a tool which
would help to add them quickly to all pages.

Also, what sort of information should I have in h1, then in h2, and how far
down should I go - h6?

Should I put them on every page?

Any tips or suggestions on this topic will be welcome. I am ready to
implement this now and before I start I thought I would ask the experts.
 
A

Andrew Murray

They are heading-size tags <h1> is 12 pt, <h2> is 14pt and so on - what good
will they do in search engines?
can you give the reference of what you read, so somone can clarify it.

As far as I know, those heading-size tags have nothing do do with search engines,
nor will they help your site placement or ranking in a search engine.
 
R

Ronx

<h1>,<h2>...<h6> designate headings, as in

<h1>Section Title</h1>
<h2>Subsection<h2>
<p>some body text</p>
<h2>Another Subsection</h2>
<h3>Sub-Sub section title</h3>
<p>and so on...</p>


Using headings helps with accessibility as well as with search engines.
They help to pick out where topics in the page begin.
 
J

Jane Here

Andrew

I think I got it from a reference you gave<g>.

You had an email (to someone else) where you showed a site that analysed a
web page to show what a search engine would see. One of the comments from
the analysis done on that site was that there were no <h1> tags.

(This is from memory - I may have it wrong. I don't have access to your
reference at the moment).

I got the impression from that site that <h1> etc tags were important for
search engines. Do you disagree?
 
M

Murray

These tags have semantic meaning. SE's (read about it at
http://www.searchenginewatch.com) are sensitive to semantic markup like
<h1>, <h2>, and <title>, since they likely wrap key information about the
page's content.

Of course, there would be no way to AUTOMATICALLY place these tags. In my
experience and based on my reading, it *is* a grand idea to have some on
every page, and you would need to do that yourself.
 
T

Tom Pepper Willett

Murray:

What happened to the good old days when the search engines were happy with
bold text?
--
===
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/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| These tags have semantic meaning. SE's (read about it at
| http://www.searchenginewatch.com) are sensitive to semantic markup like
| <h1>, <h2>, and <title>, since they likely wrap key information about the
| page's content.
|
| Of course, there would be no way to AUTOMATICALLY place these tags. In my
| experience and based on my reading, it *is* a grand idea to have some on
| every page, and you would need to do that yourself.
|
| --
| Murray
|
| | > They are heading-size tags <h1> is 12 pt, <h2> is 14pt and so on - what
| > good
| > will they do in search engines?
| > can you give the reference of what you read, so somone can clarify it.
| >
| > As far as I know, those heading-size tags have nothing do do with search
| > engines,
| > nor will they help your site placement or ranking in a search engine.
| >
| >
| > | >> I remember reading somewhere that one should have <h1></h1> and
<h2></h2>
| >> tags for better search engine results. I notice that FP does not create
| >> these automatically. Should these be added by hand, or is there a tool
| >> which
| >> would help to add them quickly to all pages.
| >>
| >> Also, what sort of information should I have in h1, then in h2, and how
| >> far
| >> down should I go - h6?
| >>
| >> Should I put them on every page?
| >>
| >> Any tips or suggestions on this topic will be welcome. I am ready to
| >> implement this now and before I start I thought I would ask the
experts.
| >>
| >>
| >
| >
|
|
 
A

Andrew Murray

Using headings, yes, they might help, but what does bolded text or the size of
the text matter?
 
Top