Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#1   08-20-2007, 05:25 PM
Ekka has a spectacular aura about Join Date: Aug 2007 Posts: 197 Location: Brisbane Australia
h1 and h2 tags, how to?


For those who know about the power of these tags I'm surprised to see the VbSEO package ignore it.

Does anyone know of any methods of incorporating this into the board.

Perhaps any post title should carry the h1 tag. This means even further down a thread where some-one gives their post a title it gets h1 tagged.

Search engines seek out the h1 tags, gives weight to the post. In the thread starter post if the h1 tag matches some of the keywords that's even more powerful.

Currently I see <strong> tags in there, maybe somehow to swap them out for h1 tags and define h1 with css script. Where else are the <strong> tags used?

Anyone know about this and what I'm trying to achieve?

The tough part for me is the how? Or how to find some-one who knows that is competant and trustworthy to deliver such to my board.

Thanks.
Quote   |  



#2   08-20-2007, 07:55 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,508 Location: Topeka, KS
Re: h1 and h2 tags, how to?


They are setup in your Relevent Replacments.. If you look at every post and thread page, you'll see them in your navbits like on our site ;)
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#3   08-21-2007, 03:52 AM
MaestroX has a spectacular aura about Join Date: Mar 2007 Posts: 163 Location: UK
Re: h1 and h2 tags, how to?


I use H1, H2 and H3 tags on all my custom and premade skins.

What I do is write some css (PM and I'll send you my stock code) and simply edit the templates using <h1 class="h1"></h1>, <h2 class="h2"></h2> and <h3 class="h3"></h3>.

So in the navbar template you want to wrap h1 tags around $vboptions[bbtitle] and $navbits[lastelement]. On the forum home I add h2 tags around the category titles and h3 around the forum titles. You can generally do this for all parts of your forum but you've got to be carefull not to over do it as google will obviously pickup on the tactic.

The most important edit is the navbar template which will have an improved SEO effect on every page of your forum (especially threads).

Hope this helps.
--------------------
vBulletin Skins Zone - 3.7 Styles | What's Your Google Page Rank? | Get your online Identity at Avatar Dock
Quote   |  



#4   08-21-2007, 05:25 AM
Ekka has a spectacular aura about Join Date: Aug 2007 Posts: 197 Location: Brisbane Australia
Re: h1 and h2 tags, how to?


Brandon, I seriously dont understand those 3 options in that thing?

Also, I cannot find h1 tags anywhere when I look at the coding of a page for this site.

By the way, for both of you, what is this all about?

Quote:
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->
Also, on your sites guys I noticed every post has the same title all the way down the thread,how/why? It's that area I want to h1 tag only.

You see, it's best if it's h1 tagged as part of the posts script. The googlebot is reading the post and giving weight to that sentence and if it also has a few keywords in it then it gets real exited.

It's just that zone I want to nail with h1 tags.

You see, the page gets titled with the first posts title. That is then also in the keywords automatically. Now if down the thread more and different titles were dropped that'd give more weight to google.

Look, here's an example of an ordinary website, mine, the stump grinding page.

Look at the code and compare that to the page, watch the title, keywords and h1 work together.

Brisbane stump removal and stump grinding

Now in the forums I noticed that the first post's title carries <em></em> tags however from the second post on they're all <strong></strong> tags. What this means is any titles used throughout the thread could be tagged as h1's, being smart means strategically using these with key words where applicable.

Take a look at this thread to see what I mean. The first 3 posts I just put titles in, have a look at the coding and see what I'm saying.

Fish cut to avoid splitting when felling - Tree World

So, what do you guys think? Can you help? I need those post titles h1 tagged.

Last edited by Ekka; 08-21-2007 at 06:23 AM.
Quote   |  



#5   08-21-2007, 05:43 AM
MaestroX has a spectacular aura about Join Date: Mar 2007 Posts: 163 Location: UK
Re: h1 and h2 tags, how to?


This:

Quote:
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->
Is the syntax used to tell google adsense where your content is. Therefore you get more relevent ads displayed (a feature of vbseo).

Quote:
Also, I cannot find h1 tags anywhere when I look at the coding of a page for this site.
Ditto. Maybe Brandon's forgot to put them in?
--------------------
vBulletin Skins Zone - 3.7 Styles | What's Your Google Page Rank? | Get your online Identity at Avatar Dock
Quote   |  



#6   08-21-2007, 06:21 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,508 Location: Topeka, KS
Re: h1 and h2 tags, how to?


I thought I had them setup in your RR's, I must not have ?
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#7   08-21-2007, 06:31 AM
Ekka has a spectacular aura about Join Date: Aug 2007 Posts: 197 Location: Brisbane Australia
Re: h1 and h2 tags, how to?


Quote:
Originally Posted by MaestroX View Post
Is the syntax used to tell google adsense where your content is. Therefore you get more relevent ads displayed (a feature of vbseo).
Yeah, you guys have them neatly wrapped, I got them scattered and hopeless. So where and how do you adjust them in VbSEO?

Also, please do help with the h1 tags, it's really bugging me.

MaestroX, when i look at your sites coding it's so clean and so much less of it than mine ... what you got going on with that/how?

Last edited by Ekka; 08-21-2007 at 06:33 AM.
Quote   |  



#8   08-21-2007, 06:40 AM
MaestroX has a spectacular aura about Join Date: Mar 2007 Posts: 163 Location: UK
Re: h1 and h2 tags, how to?


In your postbit template just look for the variable: $post[title]. Simple wrap: <h1 class="h1"></h1> around it and go to your css and use somthing like this:
Quote:
.h1 {
font-size: 12px;
font-weight: bold;
display: inline;
}
--------------------
vBulletin Skins Zone - 3.7 Styles | What's Your Google Page Rank? | Get your online Identity at Avatar Dock
Quote   |  



#9   08-21-2007, 07:37 AM
Ekka has a spectacular aura about Join Date: Aug 2007 Posts: 197 Location: Brisbane Australia
Re: h1 and h2 tags, how to?


Ok

So I found this

<if condition="$post['title']"><strong>$post[title]</strong></if>

What should it be after the change?

How about this?

<if condition="$post['title']"><h1 class="h1">$post[title]</h1></if>

Didn't work, no h1's showed up!

So I put postbit template back to original. Maybe need to change it elsewhere?

Last edited by Ekka; 08-21-2007 at 07:55 AM. Reason: Automerged Doublepost
Quote   |  



#10   08-21-2007, 08:08 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,508 Location: Topeka, KS
Re: h1 and h2 tags, how to?


Here is some info on h1's

Adding H1 Tags to your Forum and Threads
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions


Thread Tools
Display Modes

 
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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
spoiler tags se_p800 vBulletin Questions 0 11-10-2007 11:02 AM
I like what you've done with the tags DChapman Feedback and Suggestions 6 09-10-2007 07:47 PM
H1 & H2 Tags vs RR JamieLee2k vBulletin SEO Tips and SEO Questions 4 06-11-2007 03:20 PM
Social networking tags... PC101 vBulletin Questions 4 01-15-2007 04:05 PM
Zoints Tags No Branding G_Man vBulletin SEO Tips and SEO Questions 3 01-10-2007 12:03 AM


All times are GMT -6. The time now is 02:23 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory