Results 1 to 8 of 8

How to handle changes to forum title/description

This is a discussion on How to handle changes to forum title/description within the General Discussion forums, part of the vBulletin SEO Discussion category; I run a smartphone forum and have a forum for each model. The company announced a new model, but it's ...

  1. #1
    Senior Member
    Real Name
    serphog
    Join Date
    Oct 2005
    Posts
    166
    Liked
    0 times
    Blog Entries
    1

    How to handle changes to forum title/description

    I run a smartphone forum and have a forum for each model. The company announced a new model, but it's a slight departure from the previous model. It makes sense to edit the old forum to include posts on both phones. So, instead of 400a, it would be 400a and 400b. I'm concerned this will affect my current URL's (it will) and the affects on the engines. I don't want to create a whole seperate forum for 400b. On the flipside, I don't want to change my forum title which would affect my URLs.

    Should I change the description? Should I add a new forum?

    I'm trying to come up with what is best for my users and from an SEO perspective. Without the latter, no one would find the forum.

  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,

    with new vBSEO3.0.0RC4 you will be able to define "forum slugs" in config file, and you can have the same forum_title part in URL (you define it), although forum titles are changed in vBulletin admincp.
    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
    Member mdvaldosta's Avatar
    Real Name
    Joe Hayes
    Join Date
    Aug 2006
    Posts
    86
    Liked
    0 times
    THAT's really helpful. One of the reasons I haven't included the forum directory in thread url's was because I was afraid of having to change the forum name.
    Submit you're vBSEO'd forum to these quality web directories: Azook, a Paid Directory, Linkature Directory, Free Website Directory, and GoGlance.

  4. #4
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    with new vBSEO3.0.0RC4 you will be able to define "forum slugs" in config file, and you can have the same forum_title part in URL (you define it), although forum titles are changed in vBulletin admincp.
    I've changed my two forum's names, how can i use "forum slugs"?

    vBSEO 3.0.0 RC5 installed.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You should manually modify config_vbseo.php file for this. An example would be:
    PHP Code:
        $vbseo_forum_slugs = array(
    12 => 'custom-forum-title'
        
    ); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    You should manually modify config_vbseo.php file for this. An example would be:
    PHP Code:
        $vbseo_forum_slugs = array(
    12 => 'custom-forum-title'
        
    ); 
    Thank you, it's working... but i thought it redirects the old forum url to the new one.

    Example:
    /msn-goz-kirpmalar/ (old)
    /msn-goz-kirpmalari-winks/ (new)

    I need to redirect /msn-goz-kirpmalar/ => /msn-goz-kirpmalari-winks/

    How can i do it?

  7. #7
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Define Custom 301 Redirects BETA
    Added:
    'msn-ifadeler-emoticons/' => 'msn-ifadeleri-emoticons/'
    'msn-goz-kirpmalar/' => 'msn-goz-kirpmalari-winks/'

    And it worked I'm a genius :P

    1-) How long should they stay there?
    2-) Will these rules use much cpu power (apache) when there are more than 500 online users?

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Yes, you should use redirect if you want to have new URLs instead of old ones.
    1. as long as you will get some hits refered from other sites to your old URLs
    2. it doesn't have noticable performance impact
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Replies: 6
    Last Post: 06-18-2007, 11:49 PM
  2. Forum title 'history'
    By Chroder in forum vBSEO Features Archive
    Replies: 1
    Last Post: 07-07-2006, 09:05 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
  •