Results 1 to 8 of 8

Navbar optimization

This is a discussion on Navbar optimization within the General Discussion forums, part of the vBSEO SEO Plugin category; Code: <if condition="THIS_SCRIPT=='member'"> <div class="navbar2"> The userprofile of $userinfo[username]. Domain.com - a community of ... discussing ...</div> <else /> <if ...

  1. #1
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times

    Navbar optimization

    Code:
    <if condition="THIS_SCRIPT=='member'"> <div class="navbar2"> The userprofile of $userinfo[username]. Domain.com - a community of ... discussing ...</div> <else /> <if condition="THIS_SCRIPT=='index'"> <if condition="$show['guest']"> <!-- guest welcome message --> <div class="navbar2"> Welcome to domain.com. keyword laden good english text <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase> <!-- / guest welcome message --> </if> <else /> <if condition="THIS_SCRIPT=='poll'"> <div class="navbar2">The poll results for <b>$threadinfo[title]</b>.</div> <else /> <if condition="$thread[title]"> <div class="navbar2"><b>$thread[title]</b><if condition="$pagenumber>1"> Page $pagenumber</if>. Discuss <i>$thread[title]</i>, on domain.com sales pitch. $foruminfo[title].</div> <else /> <if condition="$foruminfo[title]"> <div class="navbar2"> $foruminfo[title] <if condition="$pagenumber>1">Page $pagenumber </if> on domain.com. $foruminfo[description]</div> </if></if></if></if></if>

    This is from T2DMAN's SEO article. I am stuck here. I do not know what to change. Can someone please help? Thank you

  2. #2
    Senior Member
    Real Name
    chance
    Join Date
    Aug 2006
    Posts
    260
    Liked
    2 times
    Your going to edit these 3 instances . They just need to be personalized for your forum.
    I am in the process of messing with them myself.The poll results for
    Probley need to change out domain to your site for example. you can also put <h1> around the title tags.
    1.
    <b>$threadinfo[title]</b>.
    2.
    <b>$thread[title]</b><if condition="$pagenumber>1"> Page $pagenumber</if>. Discuss <i>$thread[title]</i>, on domain.com sales pitch. $foruminfo[title].
    3.
    Page $pagenumber </if> on domain.com. $foruminfo[description]

  3. #3
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times
    Okay Im lost..... I see that they need changes. But I dont quite understand what I need to put?

  4. #4
    Senior Member
    Real Name
    chance
    Join Date
    Aug 2006
    Posts
    260
    Liked
    2 times
    Number 3 for example put
    Page $pagenumber </if> on TradersLaboratory.com. $foruminfo[description]
    where it says sales pitch put your slogin.
    example
    interactive communityfor traders and active investors

    <b>$thread[title]</b><if condition="$pagenumber>1"> Page $pagenumber</if>. Discuss <i>$thread[title]</i>, on TradersLaboratory.com Interactive communityfor traders and active investors. $foruminfo[title].
    Sorry I am bad at explaining stuff.

  5. #5
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times
    Ok thanks rocket. How would I change this?

    Code:
    <div class="navbar2">
    The userprofile of $userinfo[username]. Domain.com - a community of ... discussing ...</div>
    <else />

  6. #6
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times
    Also:

    Code:
    <div class="navbar2">
    Welcome to domain.com. keyword laden good english text
    I should change the domain.com to traderslaboratory.com and then add keywords? Or add a description?

  7. #7
    Senior Member
    Real Name
    chance
    Join Date
    Aug 2006
    Posts
    260
    Liked
    2 times
    Just the same as i did the others. trade out the domain.com for your domain name and put your slogin where it says community of.

    Put the code in your navbit and see how it looks on your forum. You will have to edit it to put the content that you feel the search engines will like. "Keywords" for example.

  8. #8
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times
    Do I need to make any changes to this?

    Code:
    <if condition="THIS_SCRIPT=='poll'"> <meta name="keywords" content="$vbphrase[view_poll_results] $threadinfo[title] $vboptions[keywords] " /> <meta name="description" content="$vbphrase[view_poll_results] of $threadinfo[title] $foruminfo[title_clean]. " /> <else />

Similar Threads

  1. SEO Software
    By Joe Ward in forum General Discussion
    Replies: 33
    Last Post: 10-28-2011, 03:15 AM
  2. RR's In the Navbar, Under the Navbar or both?
    By Rude Awakening in forum Relevant Replacements
    Replies: 7
    Last Post: 01-01-2007, 07:28 PM
  3. Simple Profil Pic Gallery CRR, Navbar & Pagination!
    By DerTobi75 in forum Troubleshooting
    Replies: 11
    Last Post: 11-12-2005, 09:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •