Results 1 to 5 of 5

VBSEO Slugs...

This is a discussion on VBSEO Slugs... within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi, I have been working my way through this list: Your Site Review - Stuff to Do First And I ...

  1. #1
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    136
    Liked
    0 times

    VBSEO Slugs...

    Hi,

    I have been working my way through this list:
    Your Site Review - Stuff to Do First

    And I am to a point where I need a little help. When I created my forum in 2003, I never thought about SEO. I did it as a hobby. I got serious with the website and now of course own a VBSEO license. I have had it going for over a year and seeing the above post, I am happy to report most of the items I have completed to my satisfaction.

    What I need help with is VBSEO slugs. I need a clear and easy to follow instruction/guide on how to use this feature and an example.

    Say I want to change the forum category title of forum ID 83 from:


    "Discussion Room" to "Growing Vanilla Planifolia"


    From what I have been able to find through the search feature, using a slug, I should be able to somehow keep my links as they are and add these keywords?? This is where I need help. Thanks.

    Cheers,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    First you would set up a slug for the existing forum URL rewrite, in your config_vbseo.php file:

    See here for more info:
    vBSEO Slugs - Custom Forum Titles

    Once the slug is in place, then you can change the forum name. The rewrite part of the URL will stay the same, but the title of the page is changed.

  3. #3
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    136
    Liked
    0 times
    Quote Originally Posted by Joe Ward View Post
    First you would set up a slug for the existing forum URL rewrite, in your config_vbseo.php file:

    See here for more info:
    vBSEO Slugs - Custom Forum Titles

    Once the slug is in place, then you can change the forum name. The rewrite part of the URL will stay the same, but the title of the page is changed.
    Thanks for the link!

    Follow-up question:
    So for my example above would I do this?

    $vbseo_forum_slugs = array(
    83 => 'Discussion-Room',
    );
    OR, would I do this?

    Code:
       $vbseo_forum_slugs = array(
    83 => 'Growing-Vanilla-Planifolia',
        );  
    I assume I would put the 'old title' (Discussion Room) in the code and put the new title (Growing-Vanilla-Planifolia ) on the live forum? But I want to make double sure before I change something and cause a problem on my board.

    And do I need to include the hyphen between the words or can I just have a space?

    Thanks, Joe, for you help! It is most appreciated.

    Cheers,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

  4. #4
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    PHP Code:
    $vbseo_forum_slugs = array(
     
    83 => 'Discussion Room'
     
    ); 
    This would be the correct version.
    Last edited by Mert Gökçeimam; 07-01-2008 at 05:40 PM. Reason: removed ,

  5. #5
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    136
    Liked
    0 times
    Thanks so much, Joe! I thought that was the correct way.

    Cheers,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

Similar Threads

  1. vBSEO Slugs - Custom Forum Titles
    By Adult SEO in forum General Discussion
    Replies: 28
    Last Post: 06-24-2010, 10:45 AM
  2. Forum Slugs
    By StarBuG in forum Bug Reporting
    Replies: 6
    Last Post: 11-14-2007, 06:18 AM
  3. slugs for Project Tools
    By security2009 in forum vBSEO Features Archive
    Replies: 1
    Last Post: 10-10-2007, 03:45 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
  •