Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions


Please Register to get full access to the forums.
Post New Thread  Reply



1 links from elsewhere to this Post. Click to view. #1   08-02-2006, 12:38 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,600 Location: Topeka, KS
Adding H1 Tags to your Forum and Threads


add this to your CSS

Code:
#title
{
    font: bold 160% Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
#desc
{
    font-size: 70%;
    font-weight: normal;
    text-align: left;
}

and add this under your $navbar on forumdisplay and showthread

code:
Code:
<h1 id="title">
    $foruminfo[title_clean]
    <div id="desc">$foruminfo[description]</div>
</h1>
This was posted by TECK
he is very knowledgeable on this subject...
Quote   |  



2 links from elsewhere to this Post. Click to view. #2   08-04-2006, 02:55 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,600 Location: Topeka, KS
Re: Adding H1 Tags to your Forum and Threads


vBSEO has a setting like this, but better , here is a break down

(1) NEW FEATURE: Relevant Replacements - The new relevant replacements feature can be enabled from within your vBSEO Admin CP.

The Relevant Replacements feature is a significant step forward in boosting the relevancy of vBSEO-enabled pages by giving the forum admin the ability to insert combinations (i.e. phrases) containing various highly relevant content anywhere they want in their vBulletin templates. This is a very powerful feature, especially for more advanced SEO professionals.

Relevant phrase patterns are created within the vBSEO Admin Control Panel in the "Define Relevant Replacements" section.

The relevant phrase patterns can be constructed using any of the following replacement patterns along with plain text:
  • [thread_title] - For showthread, showpost, and printthread pages it will contain the title of the thread.
  • [forum_description] - For forumdisplay, showthread (etc) pages, it will contain the forum description.
  • [forum_title] - For forumdisplay, showthread (etc) pages, it will contain the title of the forum.
  • [bb_title] - For any vBSEO rewritten page, it will contain the title of your forum as defined in your vBulletin Admin CP.
  • [default_keywords] - For any vBSEO rewritten page, it will contain the basic forum keywords as defined in your vBulletin Admin CP.
  • [first_post_X_words] - For showthread, showpost, and printthread pages it will contain the first X words of the actual post. Note: The X is replaced in order to indicate the # of words you want to use in the replacement pattern. Example: [first_post_10_words] would take the first 10 words from the post to be used in the relevant replacement pattern.
The replacement patterns can be used in any combination to construct relevant replacement phrases that will be inserted by vBSEO into any of your templates in which you insert a corresponding comment tag in the format of <!--VBSEO_PHRASE_X-->.

The X is replaced by a # corresponding to the replacement pattern you created in your vBSEO Admin CP. Example:

Replacement Patterns

PHP Code:

[thread_title] at the [forum_title] within the [bb_title]
[
thread_title]: [first_post_10_words]
  • The [thread_title] at the [forum_title] within the [bb_title] replacement pattern would replace the <!--VBSEO_PHRASE_1--> tag whereever it occurs in any of your templates.
  • The [thread_title]: [first_post_10_words] replacement pattern would replace the <!--VBSEO_PHRASE_2--> tag whereever it occurs in any of your templates.
After creating the above replacement patterns, the admin would insert the <!--VBSEO_PHRASE_1--> and <!--VBSEO_PHRASE_2--> tags into their vBulletin templates in *any* place they wish vBSEO to apply the relevant replacement content.

Note: We expect you all, with the exception of a few of our vBSEO gurus, to have some questions about this feature. As always, feel free to ask away and the Crawlability team, our moderators, and your fellow vBSEO users will help you to get started!
Quote   |  



#3   08-04-2006, 03:11 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,600 Location: Topeka, KS
Re: Adding H1 Tags to your Forum and Threads


this is what we're using here

forumdisplay
Code:
<strong>[forum_title] at the [bb_title]</strong> <span class="smallfont">[forum_description]</span><br />
and showthread
Code:
<strong>[forum_title]</strong> <span class="smallfont">Discuss <em>[thread_title]</em> in the [parent_forum_title] forums; [first_post_20_words]...</span>
and I put this right under $navbar on SHOWTHREAD and FORUMDESPLAY

Code:
<center><h1><!--VBSEO_RR_1--></h1></center>
here is where you edit in vbseocp

rr.jpg

hope that helps the vbseo users
Quote   |  



#4   08-04-2006, 03:13 PM
Sonnie will become famous soon enough Join Date: Aug 2006 Posts: 7 Location: L.A. (Lower Alabama)
Re: Adding H1 Tags to your Forum and Threads


I need to study this a little closer... looks very interesting and obviously would help out our forum.
--------------------
Home Theater Shack
Quote   |  



#5   08-04-2006, 03:14 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,600 Location: Topeka, KS
Re: Adding H1 Tags to your Forum and Threads


i posted a how to,, u might have been replying while i was posting..



Talk to you later, I'm off to work
one day I'll be able to play with sites all day.. yeah !...heh

ps. by the time we get done with your site, it will be crawling with bots
Quote   |  



#6   08-04-2006, 03:21 PM
ohiosweetheart has a spectacular aura about Join Date: Jul 2006 Posts: 219 Location: NE Ohio
Re: Adding H1 Tags to your Forum and Threads


hey I want mine crawling with bots toooooooooooooooooooo

Hi Sonnie!
Quote   |  



#7   08-04-2006, 03:28 PM
Sonnie will become famous soon enough Join Date: Aug 2006 Posts: 7 Location: L.A. (Lower Alabama)
Re: Adding H1 Tags to your Forum and Threads


Hi sweetheart!

I can't wait myself... I'm pretty excited. I'm gonna have a new host and an upgraded site.
--------------------
Home Theater Shack
Quote   |  



#8   08-04-2006, 03:34 PM
Sonnie will become famous soon enough Join Date: Aug 2006 Posts: 7 Location: L.A. (Lower Alabama)
Re: Adding H1 Tags to your Forum and Threads


Looks like I would need to turn back on my forum description in vb options then add the code to my vbseo. Plus take out the CSS and header tags I inserted in the templates.
--------------------
Home Theater Shack
Quote   |  



#9   08-04-2006, 08:09 PM
ohiosweetheart has a spectacular aura about Join Date: Jul 2006 Posts: 219 Location: NE Ohio
Re: Adding H1 Tags to your Forum and Threads


why do you need to do that?
Quote   |  



#10   08-04-2006, 10:40 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,600 Location: Topeka, KS
Re: Adding H1 Tags to your Forum and Threads


no, you don't need the forum descriptions on ;)

vbseo will do that for you, but we'll talk more about it soon. I just got home and the dog is whining, so I need to take care of here, grab a bite to eat rest, and go to bed to do it agian tomarrow
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://forum.vbulletinsetup.com/f7/adding-h1-tags-your-forum-threads-41.html
Posted By For Type Date
[How To] vBSEO Suggestions - vBulletin Modder Post #2 Refback 10-02-2006 02:03 AM
Untitled document This thread Refback 09-06-2006 11:22 AM
vBSEO suggestion to better vBModder - vbModder Post #2 Refback 09-04-2006 01:12 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding video's forum PC101 vBulletin Questions 1 11-15-2007 10:25 AM
adding the www. joshbond vBulletin Questions 5 10-10-2007 06:56 PM
NEED HELP ViewPosts -- View unanswered threads, threads you've started, HotRodGyrl vBulletin Questions 3 08-31-2007 08:30 AM
RSS feed with *all* active threads in a forum? Ville vBulletin Questions 9 08-06-2007 12:45 PM
Removing threads display from a forum to create a hybrid "sub-forum container" Ville vBulletin Questions 0 07-25-2007 01:55 PM


All times are GMT -6. The time now is 07:06 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory