Back to vBulletin 4.x Template Modifications

vbAdvanced Missing <h1> tag fix!
Mod Version: 4.3.0, by GHRake

vB Version: 4.2.3 Rating: (0 vote - 0 average) Installs: 6
Released: 21 May 2016 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

Anyone doing SEO audits on your vbAdvanced integrated forum will notice all vba_index pages won't have <h1> tags. So how do you add <h1> tags to these pages? I found an easy way to do this today:

Open Template navbar_link and find this line:
Code:
<li class="navbit lastnavbit">{vb:raw nav_title}</li>
Wrap the {vb:raw nav_title} in h1 tags like this:
Code:
<li class="navbit lastnavbit"><h1>{vb:raw nav_title}</h1></li>
This will make all your vbadvanced pages have a <h1> tag. All other content will have 2 <h1> tags that in my testing will be identical so it should not cause a problem with big man upstairs (google :P)

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024