vBulletin Search Engine Optimization
This is a discussion on Make category and forum headings for your board within the Template Modifications forums, part of the vBulletin SEO Discussion category; Well pretty simple and effective way to give more structure to your forums, adding heading tags is known to help ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
|
Well pretty simple and effective way to give more structure to your forums, adding heading tags is known to help get your pages ranked better and more effective. I for one have experienced a better ranking for my 2 websites after adding these. Ideal I think, is making your logo H1 like on this board, with the best keyword for your site and using H2 for your navbar and categories/forums. Optional H3 for subforums. Example: fitness and bodybuilding chat Important: add this CSS to your styles first! Quote:
In forumhome_forumbit_level1_nopost **************************** FIND: PHP Code: PHP Code: **************************** FIND: PHP Code: PHP Code: Done! Last edited by dutchbb; 01-28-2007 at 07:43 PM. |
|
#2
| |||
| |||
| Re: Make category and forum headings for your board
What is going into that heading when you click on threads? I can tell when you click on a forum that the forum description goes in there. I cant tell what is getting placed in there when you click on a thread though. vBulletin has a stock setting that puts the forum title and description throughout all the threads, similar to this, but not sure if it is using h2 or not. |
|
#3
| ||||
| ||||
| Re: Make category and forum headings for your board Quote:
|
|
#5
| ||||
| ||||
| Re: Make category and forum headings for your board
h1 is more important than h2, so if you have a board about basketball I would place that word in h1 and place a section like 'events' in h2, a subsection events > '2006' could go in <h3> and so on... Personally I don't like the H1 used too mutch, it's for main topic(s) on a page and should be used that way. Last edited by dutchbb; 12-29-2005 at 07:16 PM. |
|
#7
| ||||
| ||||
| Re: Make category and forum headings for your board
You can place the vbulletin categories in h1, and the forums in h2 cats are forumhome_forumbit_level1_nopost and forums are forumhome_forumbit_level1_post the same for level 2 |
|
#9
| ||||
| ||||
| Re: Make category and forum headings for your board
Second, doesn't matter though as long it's there
|
|
#10
| ||||
| ||||
| Re: Make category and forum headings for your board
Dutch, I hope you're still around. I think this can be a little simpler. Your code: Code: .h2forum {
font: bold 13px verdana, arial, helvetica, sans-serif;
margin: 0;
display: inline;
}
Code: h2 {
font: bold 13px verdana, arial, sans-serif;
margin: 0;
display: inline;
}
Now you can put a <h2></h2> anywhere and not have to mark it up. Do the same in decreased font sizes for <h3> and <h4> and do one in a larger font for <h1> You may find a situation that calls for a <h4> in a smallcaps font or something. You never know.
__________________ an eJM site: The Floor Pro Community |
|
#11
| ||||
| ||||
| Re: Make category and forum headings for your board
Yeah but I have other H2's that need to be bigger, like the topic title, I use H1 in my logo |