Results 1 to 14 of 14

FAQ removal

This is a discussion on FAQ removal within the Template Modifications forums, part of the vBulletin SEO Discussion category; I noticed it is suggested to remove the FAQ and calendar from the navbar to improve SEO . 1) Why ...

  1. #1
    Junior Member
    Real Name
    Drew
    Join Date
    Jan 2010
    Posts
    13
    Liked
    1 times

    FAQ removal

    I noticed it is suggested to remove the FAQ and calendar from the navbar to improve SEO.

    1) Why is this?

    2) How do I do this in vB 4. I found the script for older vB versions but despite the search button I still can't find this.

    Thanks in advance,

    D

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Basically you would remove those as they do not have any real significance. I will take a look into vb4 for an if condition for you shortly.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Hello,

    You can wrap those links in:

    <vb:if condition="$show['member']">
    Code
    </vb:if>

    This will make them only visible to members.
    The Forum Hosting - Forum Hosting from the Forum Experts

  4. #4
    Junior Member
    Real Name
    Drew
    Join Date
    Jan 2010
    Posts
    13
    Liked
    1 times
    Thanks, Mike!

  5. #5
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Not a problem!
    The Forum Hosting - Forum Hosting from the Forum Experts

  6. #6
    Junior Member
    Real Name
    Dennis Jenks
    Join Date
    Mar 2010
    Location
    Madison, WI
    Posts
    11
    Liked
    0 times
    What templates would I do this in? Where would I put this code after and before?

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    in the nav bar template, wrap it around the elemnt you don't want to show.

  8. #8
    Junior Member
    Real Name
    Dennis Jenks
    Join Date
    Mar 2010
    Location
    Madison, WI
    Posts
    11
    Liked
    0 times
    Thank you Brian, that helped me out a lot! I will see what else I can learn SEO wise before I get my forum critiqued.

  9. #9
    Senior Member DADOCTOR's Avatar
    Real Name
    Ryan
    Join Date
    Apr 2008
    Posts
    145
    Liked
    1 times
    Hello liveferrari.com,

    This is a bit off topic, but have you done any modification to the the layout of the category's display and last post display on your link directory home page?

  10. #10
    Junior Member
    Real Name
    Dennis Kaczor
    Join Date
    Apr 2010
    Posts
    28
    Liked
    1 times
    I had a hard time getting this to work for the FAQS, it still shows up for the guests in VB4. Here is what I have done found this on VB's web site, it removes the FAQS from the Nav bar, but leaves the code intact. Use "<vb:comment>......</vb:comment>

    I hope this helps.

    <vb:comment>
    <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li>
    </vb:comment>


  11. #11
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by Dennis Kaczor View Post
    I had a hard time getting this to work for the FAQS, it still shows up for the guests in VB4. Here is what I have done found this on VB's web site, it removes the FAQS from the Nav bar, but leaves the code intact. Use "<vb:comment>......</vb:comment>

    I hope this helps.

    <vb:comment>
    <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li>
    </vb:comment>
    this removes the FAQ also for the members ...

  12. #12
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by Michael Biddle View Post
    Hello,

    You can wrap those links in:

    <vb:if condition="$show['member']">
    Code
    </vb:if>

    This will make them only visible to members.
    this runs perfectly ...

  13. #13
    Junior Member
    Real Name
    Dennis Kaczor
    Join Date
    Apr 2010
    Posts
    28
    Liked
    1 times
    Quote Originally Posted by KURTZ View Post
    this runs perfectly ...
    Thank you very much, this worked like a charm, and now the FAQ's does not display for guests and does for members. Thanks for pointing this out to me.

    Dennis

  14. #14
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times
    found it!

Similar Threads

  1. Branding Removal
    By kau in forum General Discussion
    Replies: 7
    Last Post: 08-25-2009, 12:50 PM
  2. Copyright Removal - Will you buy it?
    By TheComputerGuy in forum General Discussion
    Replies: 8
    Last Post: 11-17-2007, 02:27 AM
  3. copyright removal
    By disco4me in forum Pre-Sales Questions
    Replies: 65
    Last Post: 11-18-2005, 07:36 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
  •