Page 1 of 2 1 2 LastLast
Results 1 to 15 of 29

vBSEO Slugs - Custom Forum Titles

This is a discussion on vBSEO Slugs - Custom Forum Titles within the General Discussion forums, part of the vBSEO SEO Plugin category; Dear vBSEO support, I was wondering if it's possible to configure custom Forum titles for each forum. Best Regards, Jan ...

  1. #1
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times

    vBSEO Slugs - Custom Forum Titles

    Dear vBSEO support,

    I was wondering if it's possible to configure custom Forum titles for each forum.

    Best Regards,
    Jan Jaap

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello Jan,

    yes - you can use "forum slugs" feature for this, manually defined in config_vbseo.php:
    PHP Code:
        $vbseo_forum_slugs = array(
    12=>'forum-tite'
        
    ); 
    where 12 is forum ID.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times

    Thumbs up

    Hi!

    Thanks for the reply!

    Where do I find vbseo_config.php?

    Also, what will happen with post titles within the forum, will they use the custom title as extension also?

    Best Regards,
    Jan Jaap

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    config_vbseo.php file resides in includes/ folder.

    The changes affect all URL formats that include [forum_title] part.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Where should I enter the code?

    And will this code disapear when editing from the adminpanel?

    Is it not possible to enter this code via the adminpanel?

    Best Regards,
    Jan Jaap

  6. #6
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    I get redirected to this: http://www.papegaaienforum.com/Ara%2...0liefhebbers!/

    As it seems these variables are used in the url

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times

    And will this code disapear when editing from the adminpanel?

    Is it not possible to enter this code via the adminpanel?
    Custom forum titles should be entered manually in config_vbseo.php file.
    FIND:
    PHP Code:
        $vbseo_forum_slugs = array(
        ); 
    REPLACE WITH:
    PHP Code:
        $vbseo_forum_slugs = array(
    => 'forum-title',
    => 'another-forum-title'
        
    ); 
    the left part is forum ID, the right part is forum title *as it appears in URL*.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Ok, but what if I want a title like "XXX Forum - The forum for vBSEO experts!"

    ?

  9. #9
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Could someone please answere me fast if it's possible at all via vBSEO? Otherwise I will write a vB MOD for it: Custom Forum Titles - vBulletin.org Forum

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Forum slugs are used to define custom forum titles in URLs, but seems like you mean page title? vBSEO doesn't do it.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #11
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,998
    Liked
    11 times
    Custom Page Titles could be done through Template Modification.

  12. #12
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Well, it's a lack of vBSEO as titles are verry verry important for SEO.

    I will develop a mod wich will enable you to configure a custom title as if it's available by default in vBulletin.

    I've described how I will do it here as I was waiting for confirmation if vBSEO has support for it: Custom Forum Titles - vBulletin.org Forum

    I will post here when it's done.

  13. #13
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,998
    Liked
    11 times
    I still don't get it.

    By default, ALL forums have their title in the <title> attribute, when viewing forumdisplay.php.

    If you wanted to add " - blah blah, the forum for blah blah" for selcted forums, you would just use
    PHP Code:
    <title>$foruminfo[title]<if condition="in_array($foruminfo['forumid'], array(1,2,3,4,5))"> - blah blahthe forum for blah blah</if></title

  14. #14
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    I think he wants to be able to have text in the <title> tag that is different than the title he has set for that forum in Forum Manager. Not sure why though....

  15. #15
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Custom titles wich are not simular in format are better then simular/general titles.

    For example:

    Forum URL: /agaporniden/
    Forum Title: Agapornis Forum, The forum for lovebird lovers!

    And

    Forum URL: /agapornis-soorten/
    Forum Title: Agapornis Soorten, All information about the 9 lovebird species!

    And

    Forum URL: /off-topic/
    Forum Title: The place to chat about anything

    And

    Forum URL: /business-concepts/
    Forum Title: Business Concept Discussions, meet and greet with other business guru's!

    etc.

    This would work better then:

    Forum URL: /business-concepts/
    Forum Title: Business Concepts - Some Main Forum Title Wich Might Be Irrelevant

    Seperating the URL from the title also enables the use of 2 premium keywords without spamming in one of the locations as some keywords actualy mean the same so you couldn't write (in my case) "agapornis agaporniden dwergpapegaai forum" as all 3 keywords mean the same.

    So with a custom title I would be able to address both keywords without spamming.

    And there are a lot of other efforts, as the ability to change the title from time to time as this has proven to be effective also.

    With titles based on the URL this won't be effective or possible.

    The solution to manualy edit templates is ofcourse not a real solution, on my parrot forum for example for wich I use vBSEO I have over 500 forums! (all parrot species).

    So that won't be doable, I need to be able to do it from the forum manager within vBulletin or other easy to use admin.

    Titles are really verry important for SEO.

    Best Regards,
    Jan Jaap

Page 1 of 2 1 2 LastLast

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 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
  •