vBulletin Search Engine Optimization
This is a discussion on How to use H1 tags on a forum site? within the General Discussion forums, part of the vBulletin SEO Discussion category; I have read that H1 tags are effective in increasing PR . How would one insert H1 tags to do ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| How to use H1 tags on a forum site? I have read that H1 tags are effective in increasing PR. How would one insert H1 tags to do this? |
|
#2
| |||
| |||
| I inserted H1 tags around the thread title in the navbar breadcrumb code on CWE (see source code for any thread on the site in my sig). I added H2 tags around post titles too. |
|
#3
| |||
| |||
| Bernard, that's exactly what I am looking for! Can you tell me which template and where to put this code, please? |
|
#4
| |||
| |||
| In navbar: Code: ... <!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td> <td> </td> <td width="100%"><span class="navbar"><a href="http://www.coping-with-epilepsy.com/forums/$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> <tr> <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><h1 style="font-size:10pt;"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></h1></td> ... Code: ... <!-- message, attachments, sig --> $template_hook[postbit_messagearea_start] <if condition="$show['messageicon'] OR $post['title']"> <!-- icon and title --> <!-- <div class="smallfont"> --> <h2 class="smallfont"> <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if> <if condition="$post['title']"><strong>$post[title]</strong></if> </h2> <!-- </div> --> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <!-- / icon and title --> </if> ... |
|
#5
| |||
| |||
| You could also use Relevant Replacements and have h1 and h2 tags within it. I think that's the preferred way of doing it around here. |
|
#6
| |||
| |||
| jbartle, thanks. Could you explain what that means and how to do it, please. |
|
#7
| |||
| |||
| This is what I did in my postbit: Code: <td>
<if condition="$post['title']"><if condition="!$GLOBALS['FIRSTPOSTID']"><h1 class="headertext1">$post[title]</h1><else /><h2 class="headertext2">$post[title]</h2></if></if>
</td>
Code: .headertext1
{
font-size: 120%;
margin: 0;
}
.headertext2
{
font-size: 90%;
margin: 0;
}
|
|
#8
| |||
| |||
| I know I'm being picky, but it doesn't increase PR (page rank), but keywords within h1 tags are treated as being important by search engine spiders. Google page rank calculation has to do with inbound/outbound links rather than content on the page (in general). |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search tags on forum home .. | coffee | Feature Requests | 5 | 11-08-2007 04:17 PM |
| H1 and h2 tags in my forum | Salva87 | General Discussion | 0 | 08-19-2007 01:00 PM |
| Forum Name in Meta tags? | SirTalksalot | General Discussion | 0 | 01-22-2007 05:01 PM |
| 2 description tags at forum pages | porschinho | Bug Reporting | 3 | 10-05-2005 08:55 AM |