Hey guys, I run a MyBB forum with Google SEO, but I've noticed that quite frankly, the one thing it's missing is the <h1> tags. I have <h1> tags on the nav_bit_active template (the equivalent is the bold stuff on vBulletin, ie. "Black Hat Forum Black Hat SEO" when you see the forum index), but now the h2. I have them on the category titles, like "Black Hat SEO", "White Hat SEO", "Making Money", etc., and now I want to have them on the forum name and description, like "Link Building" and "Discuss how to build & get links". Here's the code pre-h2. <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div> Code (markup): Where {$forum_url} is the URL to the forum, {$forum['name']} is the name of the forum, {$forum['description']} is the forum's description, {$modlist} is a list of who moderates the forums, and {$subforums} is the list of the subforums. Here's the code post-h2. <h2 class="smalltext" style="font-weight: normal"><a href="{$forum_url}" class="cattitle"><strong>{$forum['name']}</strong></a>{$forum_viewers_text}<br />{$forum['description']}{$modlist}{$subforums}</h2> Code (markup): Does that look acceptable for SEO? Or should I change and/or abandon that idea? Let me know. Here's my forum. Everything's done on the descriptions as I said. http://www.rockbandhelp.com/forum