Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-29-2011, 06:35 PM   #1
El Conquistador
 
christopher jon's Avatar
 
Join Date: Sep 2010
Posts: 549
Thanks: 28
Thanked 172 Times in 121 Posts
Default Heading Order (H1-6) And SEO... Let's Discuss!

So,

I'm whipping up a new wordpress theme and something I'm always tinkering with is getting the most bang for my code buck.

On a single page, obviously you want your post or page title as the H1, so what then is the best header or tag for the blog title?

I've typically reduced it down to a <p> paragraph but I've read and seen others using H3, H4 or even span tags.

Now, semantically and when it comes to proper heading using, an H3 before an H1 is wrong which is why I use a <p> but being that others do it differently, I'm curious what you think about this.

OK, I know somebody is going to say It doesn't make that much difference, and I agree, but given that I am able to code the theme any way I want, I might as well get the most out of the theme I can. It might not make a big difference but a slight improvement could be the difference between #3 and #1.

So, discuss

It buys my product or it gets the hose
christopher jon is offline   Reply With Quote
Old 03-29-2011, 06:52 PM   #2
SEO Strategist
War Room Member
 
yukon's Avatar
 
Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
Default Re: Heading Order (H1-6) And SEO... Let's Discuss!

I always run a single <h1> per page, & do something like this with the page title (header).

Code:
<div class="mytitle" style="font-size:18px"><strong>My Title Text Here</strong></div>

yukon is offline   Reply With Quote
Old 03-29-2011, 07:07 PM   #3
Plundering the Web
War Room Member
 
paulgl's Avatar
 
Join Date: Feb 2007
Location: , , .
Posts: 4,849
Thanks: 804
Thanked 1,199 Times in 886 Posts
Default Re: Heading Order (H1-6) And SEO... Let's Discuss!

I use h3, h6, many times before h1. It fits nicely and looks good.
Sometimes an h1 is too big, and I settle for h2.
No reason not to do it. It's heading size.What does <p> do?
Just signifies paragraph break. Nothing to do with text size
or emphasis.

There is nothing semantic about heading tags. Sometimes a
line before a title looks good, sometimes a line afterwords looks
good. Sometimes multiple lines look good. Many times I will do
<h3>
<h1>
<h4>

or any combination.

Making a difference between #1 or #3? Doubtful.

Paul

How to Make Money off Facebook: Login to your account. Deactivate your account. Get your butt to work.
paulgl is offline   Reply With Quote
Old 03-29-2011, 07:09 PM   #4
I'm Not Chicken!
 
OKFarmgirl's Avatar
 
Join Date: Feb 2011
Location: SE Oklahoma
Posts: 257
Thanks: 26
Thanked 9 Times in 9 Posts
Social Networking View Member's Twitter Profile 
Default Re: Heading Order (H1-6) And SEO... Let's Discuss!

I don't know what the benefits are (I'm noobish) but I make my title contain my keywords, and my subtitle (H2) is at the head of the article and rephrases the keywords. Then, an intro paragraph, then usually H3 headers that ask questions or indicate what the next paragraph will be about.

I.e.
-H1- Bass Vocals - Best Bass Vocalists -/H1-
-H2- Base Vocalists - Best Bass Singers -/H2-

-p-Yadda Yadda Yadda-/p-

-H3-Who are the top three bass vocalists of all time?-/h3-
list
list
list

-H3-What causes someone to sing in the bass range?-/H3-
why why why why

I dunno - if that makes sense. So I've had pretty good luck getting ranked with that and I try not to make it sound goofy. I'd like to know though, do the header tags make a difference when it comes to G-love?

Eileen

"She who is shackled unto noobdom and can't seem to break free."
OKFarmgirl is offline   Reply With Quote
Old 03-29-2011, 07:24 PM   #5
El Conquistador
 
christopher jon's Avatar
 
Join Date: Sep 2010
Posts: 549
Thanks: 28
Thanked 172 Times in 121 Posts
Default Re: Heading Order (H1-6) And SEO... Let's Discuss!

Quote:
I use h3, h6, many times before h1. It fits nicely and looks good.
Sometimes an h1 is too big, and I settle for h2.
No reason not to do it. It's heading size.What does <p> do?
Just signifies paragraph break. Nothing to do with text size
or emphasis.
You missed the part where I mentioned that I'm a web developer so I can make any element any size or color I want.

Quote:
There is nothing semantic about heading tags.
That is incorrect. They exist for a reason and do have a proper use order. A refresher course for those who aren't aware of how to properly use them.

Does google pay them any attention, answers vary from person to person but it doesn't hurt to do things the way they are supposed to be done... and bend the rules a little when you find something that works a little better.

It buys my product or it gets the hose
christopher jon is offline   Reply With Quote
Old 03-29-2011, 07:29 PM   #6
El Conquistador
 
christopher jon's Avatar
 
Join Date: Sep 2010
Posts: 549
Thanks: 28
Thanked 172 Times in 121 Posts
Default Re: Heading Order (H1-6) And SEO... Let's Discuss!

Quote:
Originally Posted by OKFarmgirl View Post
I don't know what the benefits are (I'm noobish) but I make my title contain my keywords, and my subtitle (H2) is at the head of the article and rephrases the keywords. Then, an intro paragraph, then usually H3 headers that ask questions or indicate what the next paragraph will be about.

I.e.
-H1- Bass Vocals - Best Bass Vocalists -/H1-
-H2- Base Vocalists - Best Bass Singers -/H2-

-p-Yadda Yadda Yadda-/p-

-H3-Who are the top three bass vocalists of all time?-/h3-
list
list
list

-H3-What causes someone to sing in the bass range?-/H3-
why why why why

I dunno - if that makes sense. So I've had pretty good luck getting ranked with that and I try not to make it sound goofy. I'd like to know though, do the header tags make a difference when it comes to G-love?
You've got it right.

What I'm pondering is what is the proper text element for something that comes before the H1, and does it even matter.

It buys my product or it gets the hose
christopher jon is offline   Reply With Quote
Old 03-29-2011, 07:30 PM   #7
Senior Warrior Member
War Room Member
 
GeorgR.'s Avatar
 
Join Date: Jun 2007
Location: Earth
Posts: 6,061
Blog Entries: 16
Thanks: 72
Thanked 915 Times in 602 Posts
Social Networking View Member's Twitter Profile 
Default Re: Heading Order (H1-6) And SEO... Let's Discuss!

I use H2 for the blog title and sometimes H3. H2 if the BLOG TITLE is still relevant, H3 or no H tag at all if i dont care too much about the blog tite...

*** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
-> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
ARTICLE SPINNING SERVICE - Custom Hand-Made QUALITY Spun Articles! - Thread Here *
* BEAT the PENGUIN with High Quality Manually Spun Articles - Don't Settle for Less! *
GeorgR. is online now   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
discuss, h16, heading, order, seo

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 03:58 AM.