Page 1 of 4 1 2 3 4 LastLast
Results 1 to 15 of 58

[HOW-TO] Remove the Forum name in Post Titles

This is a discussion on [HOW-TO] Remove the Forum name in Post Titles within the Template Modifications forums, part of the vBulletin SEO Discussion category; I would like only the Post`s name to show in the Title and not my site`s name .. how do ...

  1. #1
    Junior Member
    Real Name
    Manish
    Join Date
    Mar 2006
    Posts
    10
    Liked
    0 times

    [HOW-TO] Remove the Forum name in Post Titles

    I would like only the Post`s name to show in the Title and not my site`s name .. how do i do this? I have already removed Powered by Vbulletin , i would like to remove the site`s name also

    Thx lots

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times

    Re: How do i remove the Forum name in the Title of the Posts?

    If you would like to remove the site name, remove the {1} from the phrase also.

  3. #3
    Junior Member
    Real Name
    Manish
    Join Date
    Mar 2006
    Posts
    10
    Liked
    0 times

    Re: How do i remove the Forum name in the Title of the Posts?

    Quote Originally Posted by Keith Cohen View Post
    If you would like to remove the site name, remove the {1} from the phrase also.
    This will not remove the title from the main page also?

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times

    Re: How do i remove the Forum name in the Title of the Posts?

    Yes, it will.

    In that case, just edit your SHOWTHREAD template and remove this:

    - $vboptions[bbtitle]

  5. #5
    Junior Member
    Real Name
    Manish
    Join Date
    Mar 2006
    Posts
    10
    Liked
    0 times

    Re: How do i remove the Forum name in the Title of the Posts?

    ok thx lots

  6. #6
    Senior Member Citricguy's Avatar
    Real Name
    Josh
    Join Date
    Nov 2006
    Location
    Maui, Hawaii
    Posts
    143
    Liked
    0 times
    Blog Entries
    7
    would this help with SEO?

  7. #7
    Senior Member Majora's Avatar
    Real Name
    Matze
    Join Date
    Sep 2005
    Location
    Germany
    Posts
    287
    Liked
    4 times
    In my opinion it make sense if you remove the - $vboptions[bbtitle] only in the Forumdisplay Template because when visitors Threads seen in the serps it sounds quite authoritative, and entices users to click.

  8. #8
    Junior Member
    Real Name
    Aaron
    Join Date
    Mar 2007
    Posts
    6
    Liked
    0 times

    remove title only in showthread vs only in forumdiplay

    Quote Originally Posted by Keith Cohen View Post
    Yes, it will.

    In that case, just edit your SHOWTHREAD template and remove this:

    - $vboptions[bbtitle]


    vs.

    In my opinion it make sense if you remove the - $vboptions[bbtitle] only in the Forumdisplay Template because when visitors Threads seen in the serps it sounds quite authoritative, and entices users to click.
    Hi all, any comment on doing only in showthread VS only in forumdisplay template?

    Thanks,
    Aaron

  9. #9
    Junior Member
    Real Name
    Aaron
    Join Date
    Mar 2007
    Posts
    6
    Liked
    0 times

    thread vs. forum

    any comments on above msg?

  10. #10
    Member Hendri's Avatar
    Real Name
    Hendri
    Join Date
    Mar 2007
    Location
    Jakarta - Indonesia
    Posts
    42
    Liked
    0 times
    done !

  11. #11
    Member
    Real Name
    Pirate
    Join Date
    Jan 2006
    Location
    uk
    Posts
    91
    Liked
    1 times
    Your saying done wont help :( any idea how to remove it just from the threads and forum display?

  12. #12
    Senior Member
    Real Name
    Mohamed
    Join Date
    Dec 2006
    Posts
    3,891
    Liked
    1 times
    Quote Originally Posted by Pirate View Post
    Your saying done wont help :( any idea how to remove it just from the threads and forum display?
    Forumdisplay
    Code:
    $headinclude
    <title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
    showthread

    Code:
    $headinclude
    <title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
    You will see this in the templetes, just remove - $vboptions[bbtitle] and you will be done.

    You can also remove it from members profile by removing the same variable in memberinfo templete.

  13. #13
    Junior Member
    Real Name
    FreelancerStore
    Join Date
    Feb 2007
    Posts
    4
    Liked
    0 times
    how do i get to the forum display and showthread?

  14. #14
    Junior Member
    Real Name
    FreelancerStore
    Join Date
    Feb 2007
    Posts
    4
    Liked
    0 times
    never mind, i found it. i was looking through my vb admin and realized it was on my cpanel.

  15. #15
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    I've actually thoroughly tested this change, used it 6 months without the title and 6 months with the title, you won't believe how much the difference is. My rankings completely screwed up when board titles added, traffic down etc. I 'm pretty sure nothing else could have caused that.

    It's really really bad to use the board title on all pages, vbulletin should get rid of it.

    BTW i see it's still being used here too, you guys should think about removing it too.

Page 1 of 4 1 2 3 4 LastLast

Similar Threads

  1. Forum Subscriptions
    By Keith Cohen in forum Bug Reporting
    Replies: 7
    Last Post: 04-01-2006, 04:08 AM
  2. How do I remove forum title from archive
    By Tipsy in forum Template Modifications
    Replies: 4
    Last Post: 12-19-2005, 02:20 PM
  3. Removed forum titles - is it wise?
    By Bellinis in forum URL Rewrite Settings
    Replies: 2
    Last Post: 11-23-2005, 08:12 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
  •