View Full Version : Add-On Releases - SEO TOOL: Adding H-TAG, H1 to your forum
CraiovaOnLine
03-12-2008, 10:00 PM
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 : 77206
Installation:
Install the product.
Add next code to your navbar
<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>
Add to css : H1 { color: #497790; font-family: Verdana; font-size: 12px }
Demo site: http://www.craiova-online.ro/
CraiovaOnLine
03-13-2008, 09:01 PM
Reserved
iogames
03-13-2008, 09:54 PM
Does provide the same result than this one? https://vborg.vbsupport.ru/showthread.php?t=156894
ZomgStuff
03-13-2008, 09:58 PM
What does this do?
ValsiSro
03-13-2008, 10:14 PM
in the vb 3.7 b6 work ? hi my friend :)
iogames
03-13-2008, 10:15 PM
Titles for Forums, and MetaTags
ramsayeg
03-13-2008, 10:18 PM
Any chance this is working for 3.7 as well?
CraiovaOnLine
03-14-2008, 07:34 AM
Yes. It was tested also in VB 3.7 Beta 5 so it should work on beta6
CraiovaOnLine
03-14-2008, 10:56 AM
Does provide the same result than this one? https://vborg.vbsupport.ru/showthread.php?t=156894
That modification modify the Title , this modification add a H1 tag.
More information about H1 tags you can find on :
http://answers.google.com/answers/threadview?id=248891
and
http://www.interspire.com/content/articles/13/1/Google-SEO-Basics-for-Beginners on
Step 3. H1 Tags and Keyword Density
Amenadiel
03-14-2008, 12:15 PM
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]?
CraiovaOnLine
03-14-2008, 02:12 PM
$foruminfo[forumhTag] - this will give the text you will put in here https://vborg.vbsupport.ru/attachment.php?attachmentid=77206&stc=1&thumb=1&d=
You can set there the text for the h1 tags on each forum (Edit Forum and you''ll find the box)
Dr.NoTime
03-14-2008, 04:13 PM
Thanks, will give it a try.
Amenadiel
03-14-2008, 07:05 PM
$foruminfo[forumhTag] - this will give the text you will put in here https://vborg.vbsupport.ru/attachment.php?attachmentid=77206&stc=1&thumb=1&d=
You can set there the text for the h1 tags on each forum (Edit Forum and you''ll find the box)
got it
Illustrious
03-14-2008, 11:51 PM
And where do you go to edit the h-tag for each thread?
Amenadiel
03-15-2008, 01:29 AM
why would you? just adding the code to the navbar template will do the trick.
Illustrious
03-15-2008, 06:44 AM
why would you? just adding the code to the navbar template will do the trick.
It'd be nice if you could customize the h-tag per thread. Not all the thread titles are great for SEO.
CraiovaOnLine
03-15-2008, 01:23 PM
how you suggest we do that?
A solution would be to edit the title of the thread
red-dna
03-25-2008, 08:28 PM
is it possible to use the plugin and h1 tags but not to display it in the forum ?
BuRaCh
05-05-2008, 04:26 PM
good hack;)
ahmedeldeep
07-28-2008, 04:31 AM
does not work with 372 causes the WYSIWYG editor does not reflect the BB code changes
please update
mindhunter77
10-13-2008, 08:42 PM
You know for someone making an SEO MOD you sure are screwing with people's SEO,
Two weeks after I installed this MOD my forums dropped out of key spots in GOOGLE. After hours and hours of researching code I was able to find out this MOD was the reason.
He is embedding some junk hidden links in the footer.
$output = str_replace('</body>', '<center><a href="http://www.craiova-online.ro"><img src="http://e-vanzari.net/s1.gif" alt="Forum" border="0"></a></center></body>', $output);
If you want linkbacks that's fine, let people know. The fact that this was hidden (an apparently Google very much de-values your site) you completely screwed up my SEO rankings, so now I'm back trying to recover my positions lost.
CraiovaOnLine
10-18-2008, 05:19 PM
Thanks for reporting this mindhunter77.
I am sorry, that should have been just a prank to somebody i know. I mixed up the files.
That also affected my rankings on Google , didn't figure out way until now.
I replaced the file with the corect one.
Also i will release a complete SEO pack for vb 3.7.x .
Once again i am sorry for the mistake
SEOvB
10-18-2008, 07:15 PM
Thanks for reporting this mindhunter77.
I am sorry, that should have been just a prank to somebody i know. I mixed up the files.
That also affected my rankings on Google , didn't figure out way until now.
I replaced the file with the corect one.
Also i will release a complete SEO pack for vb 3.7.x .
Once again i am sorry for the mistake
And for everyone's future reference, you do not need a plugin/modification to add these tags to your templates. You can do it with template edits, never install a modification that you do not have to.
CraiovaOnLine
10-20-2008, 04:07 PM
ar you sure u can make what this mod does just with template edits ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.