vbAdvanced Missing <h1> tag fix!
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> Code:
<li class="navbit lastnavbit"><h1>{vb:raw nav_title}</h1></li> Download No files for download. |