Today I read information about top10 rankings. One of the suggestions to help
get there was to include keywords in <H1> and <H2>. Well stumped me!! I cant
see anyother reference about this.

So where do you place on the site <H1> and <H2> values??

Paul

RE: H1 Headline Text Keyword submission by news

news
Mon Jul 11 17:18:05 CDT 2005

AFAIK <h1> and <h2> tags have nothing to do with the FrotnPage Top Ten List
features.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------


"Paul L" wrote:

> Today I read information about top10 rankings. One of the suggestions to help
> get there was to include keywords in <H1> and <H2>. Well stumped me!! I cant
> see anyother reference about this.
>
> So where do you place on the site <H1> and <H2> values??
>
> Paul

Re: H1 Headline Text Keyword submission by clintonG

clintonG
Mon Jul 11 18:43:38 CDT 2005

To get the most from using "semantic" HTML you use the H1 element at the top
of the page and work your way down using smaller header elements as you go.
The best results require the use of CSS.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



"Paul L" <Paul L@discussions.microsoft.com> wrote in message
news:35314FF1-448C-4C1D-AEE8-ABAFA789A489@microsoft.com...
> Today I read information about top10 rankings. One of the suggestions to
> help
> get there was to include keywords in <H1> and <H2>. Well stumped me!! I
> cant
> see anyother reference about this.
>
> So where do you place on the site <H1> and <H2> values??
>
> Paul



Re: H1 Headline Text Keyword submission by Mike

Mike
Wed Jul 13 16:27:19 CDT 2005

Use <h1>...<h5> to create a page structure, like an outline.

Example

<h1>Title of Page<h1>
a little text with a quick overview

<h2>Major Point #1<h2>
Some text
<h3>Minor Point<h3>
Some more stuff
etc



"Paul L" <Paul L@discussions.microsoft.com> wrote in message
news:35314FF1-448C-4C1D-AEE8-ABAFA789A489@microsoft.com...
: Today I read information about top10 rankings. One of the
suggestions to help
: get there was to include keywords in <H1> and <H2>. Well
stumped me!! I cant
: see anyother reference about this.
:
: So where do you place on the site <H1> and <H2> values??
:
: Paul