The Arcive of vBulletin Modifications Site. |
|
SEO TOOL: Adding H-TAG, H1 to your forum Details »»
|
|||||||||||||||||||||||||||
|
SEO TOOL: Adding H-TAG, H1 to your forum
Developer Last Online: Apr 2013
I mention this is our first realease so..there it goes
Compatible vB version: 3.6.8 tested, should work on 3.6.x Also tested on vb 3.7.0 beta5 DESCRIPTION: This mod adds H1 tags in forumdisplay and showthread. H1 tags for forumdispay can be defined. H1 tags for showthread will be a mix between the h1 tags defined for forumdisplay and the title of the thread. Print screen : Attachment 77206 Installation: Install the product. Add next code to your navbar Code:
<if condition="$show['threadinfo']"> <h1 class="descr">$threadinfo[title] - $foruminfo[forumhTag]</h1> <else /><if condition="$show['foruminfo']"> <h1 class="descr">$foruminfo[forumhTag]</h1> <else /> </if></if> Demo site: http://www.craiova-online.ro/ Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Reserved
|
|
#3
|
||||
|
||||
|
Does provide the same result than this one? https://vborg.vbsupport.ru/showthread.php?t=156894
|
|
#4
|
|||
|
|||
|
What does this do?
|
|
#5
|
|||
|
|||
|
in the vb 3.7 b6 work ? hi my friend
|
|
#6
|
||||
|
||||
|
Titles for Forums, and MetaTags
|
|
#7
|
|||
|
|||
|
Any chance this is working for 3.7 as well?
|
|
#8
|
|||
|
|||
|
Yes. It was tested also in VB 3.7 Beta 5 so it should work on beta6
|
|
#9
|
|||
|
|||
|
Quote:
More information about H1 tags you can find on : http://answers.google.com/answers/threadview?id=248891 and http://www.interspire.com/content/ar...-for-Beginners on Step 3. H1 Tags and Keyword Density |
|
#10
|
||||
|
||||
|
H1 tag helps with SERP, this means you should position higher for a given search string.
I'll try this, thank you! what's the meaning of $foruminfo[forumhTag]? |
![]() |
|
|