Results 1 to 7 of 7

Custom forum- and post titles?

This is a discussion on Custom forum- and post titles? within the General Discussion forums, part of the vBSEO SEO Plugin category; Tried to find an answer to this one. Is there a way to manipulate the <title> tag for different forums ...

  1. #1
    Junior Member
    Real Name
    Per Renemark
    Join Date
    Dec 2007
    Posts
    21
    Liked
    0 times

    Custom forum- and post titles?

    Tried to find an answer to this one. Is there a way to manipulate the <title> tag for different forums or posts? For Example I have a forum called "Affiliate", thats not a good title for the seo and I want to change to something like "Afffiliate help, forum discusion and more".

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    No - we do not have any feature like that available, for custom forum titles at this time.

    The only thing we could recommend is to name the forum with the full title you desire and then shorten the actual URL by creating a vBSEO slug.

  3. #3
    Junior Member
    Real Name
    Per Renemark
    Join Date
    Dec 2007
    Posts
    21
    Liked
    0 times
    Ok... But the url is really not important in this case. Is there a way to do this in the code with if-conditions that anyone know about?

  4. #4
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    I suppose you could do a long conditional checking for each forum ID, and then writing the desired title.

  5. #5
    Junior Member
    Real Name
    Mel
    Join Date
    Apr 2008
    Posts
    2
    Liked
    0 times
    Is there a way to include forum's description in the title tags of forumdisplay.php?

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Yes, you can. You should modify FORUMDISPLAY template for that:
    FIND:
    HTML Code:
    <title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
    REPLACE WITH:
    HTML Code:
    <title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $foruminfo[description_clean] - $vboptions[bbtitle]</title>
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Junior Member
    Real Name
    Ben Jones
    Join Date
    Apr 2008
    Posts
    10
    Liked
    0 times
    Dont know if it will conflict with vbseo but there is a mod that does exactly what you are looking for at vbulletin.org

Similar Threads

  1. [HOW-TO] Remove the Forum name in Post Titles
    By FireStorM in forum Template Modifications
    Replies: 57
    Last Post: 01-11-2012, 01:23 AM
  2. vBSEO Slugs - Custom Forum Titles
    By Adult SEO in forum General Discussion
    Replies: 28
    Last Post: 06-24-2010, 11:45 AM
  3. Post Titles
    By Dave Hybrid in forum General Discussion
    Replies: 11
    Last Post: 11-09-2008, 08:05 AM
  4. Forum titles not showing in post
    By optrex in forum Troubleshooting
    Replies: 3
    Last Post: 02-15-2007, 08:23 AM

Posting Permissions

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