Page 4 of 15 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 LastLast
Results 46 to 60 of 215
Like Tree2Likes

Briansol's Ultimate Guide to vBSEO

This is a discussion on Briansol's Ultimate Guide to vBSEO within the General Discussion forums, part of the vBSEO SEO Plugin category; post #2 updated with some FAQ links. http://www.vbseo.com/f2/briansols-ul...58/#post163046...

  1. #46
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    post #2 updated with some FAQ links.

    http://www.vbseo.com/f2/briansols-ul...58/#post163046

  2. #47
    Senior Member Array
    Real Name
    Chris
    Join Date
    Aug 2005
    Location
    North Carolina
    Posts
    364
    Liked
    9 times
    Just wanted to confirm this...

    I've had vBSEO since the start on the site....you would not recommend changing my urls from .html to /topic/ correct?

    Over 500,000 posts...


    BTW I have put these to the test...cut my traffic by almost half. I'm guessing it's because of the small changes...and will go back up. I'm just testing right now.
    Last edited by TheComputerGuy; 08-31-2008 at 08:48 AM.

  3. #48
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    44 times
    Blog Entries
    9
    You just changed your URL format?

  4. #49
    Senior Member Array
    Real Name
    Chris
    Join Date
    Aug 2005
    Location
    North Carolina
    Posts
    364
    Liked
    9 times
    I changed some of my other prority settings in the sitemap. I also used the robots.txt without thinking and it blocked them from getting onto my site...lol

  5. #50
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    Quote Originally Posted by TheComputerGuy View Post
    Just wanted to confirm this...

    I've had vBSEO since the start on the site....you would not recommend changing my urls from .html to /topic/ correct?

    Over 500,000 posts...


    BTW I have put these to the test...cut my traffic by almost half. I'm guessing it's because of the small changes...and will go back up. I'm just testing right now.
    If you're already indexed pretty good, don't change. The only time i would suggest using these settings would be for a new site, or a site not getting indexed well.

    Quote Originally Posted by TheComputerGuy View Post
    I changed some of my other prority settings in the sitemap. I also used the robots.txt without thinking and it blocked them from getting onto my site...lol
    yeah, if you have .php or .html extentions, blocking them isn't going to help, that's for sure

  6. #51
    Member Array
    Real Name
    Bruce
    Join Date
    Aug 2008
    Location
    Riverstone, NSW, AUSTRALIA
    Posts
    64
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    1. Re-write everything you want indexed, and DON'T use extentions in your re-write(This includes .html). I have added some re-writes to the settings file already for common areas. If you have more/extra, be sure to set up CRR's for them if you want them to be indexed pages.
    Brian

    I am yet to install VBSEO on my live forum, so would you recommend doing this when I do? Currently my forum is in Google using the old original paths.

    If yes, I can practice on my dev forum to get things right...

    Cheers
    Bruce

  7. #52
    Member Array
    Real Name
    Julian
    Join Date
    Aug 2008
    Location
    Aachen Germany
    Posts
    74
    Liked
    0 times
    Yes, you should rewrite it without htmls. The original (php) paths are getting redirected, so there's no problem with that.
    Arcor User Forum
    Das inoffizielle Arcor Forum

  8. #53
    Member Array
    Real Name
    Bruce
    Join Date
    Aug 2008
    Location
    Riverstone, NSW, AUSTRALIA
    Posts
    64
    Liked
    0 times
    Quote Originally Posted by Julian. View Post
    Yes, you should rewrite it without htmls. The original (php) paths are getting redirected, so there's no problem with that.
    Thanks Julian, will do so then

    Cheers
    Bruce

  9. #54
    Senior Member Array Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times
    Thanks great guide...

  10. #55
    Senior Member Array
    Real Name
    Alex
    Join Date
    Mar 2007
    Location
    Italy
    Posts
    508
    Liked
    0 times
    It is also a good idea to limit usernames to alpha numeric chars only. You can place the following regex into the vB options:

    Code:
    ^(a-zA-Z0-9 \s){3,25}$
    This means only letters, numbers, and space characters, 3 to 25 digits in length. By dis-allowing special chars, you can use /[username] in url's without the worry of duplicates, or having to add in the ID to the url.
    Hello Brian, I have tried to use this code because on my site i have alot members that use ascii code in their usernames, but after added this code all kinds of usernames are rejected.

  11. #56
    Senior Member Array Bonus Paradise's Avatar
    Real Name
    Marina
    Join Date
    Jun 2008
    Location
    Europe
    Posts
    182
    Liked
    0 times
    Hello briansol
    please can you tell me exact where I have to add that?
    It is also a good idea to limit usernames to alpha numeric chars only.
    You can place the following regex into the vB options:

    Code:
    ^(a-zA-Z0-9 \s){3,25}$
    I had it added in VBulletin options - User Registration options -
    Username Regular Expression

    then i tested it out to register with a few diffrent usernames
    used only alphanumeric
    and i got always the message username already exists.
    The username did not exist.
    It just did not let me register no matter what username i tried

    Regards
    Marina

  12. #57
    Senior Member Array Bonus Paradise's Avatar
    Real Name
    Marina
    Join Date
    Jun 2008
    Location
    Europe
    Posts
    182
    Liked
    0 times
    oh just seen now meonet posted same, lol
    sorry did not see that 1st

    Hi Meonet, hope all fine with you

    Greetings
    Marina

  13. #58
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    Whoops, ( should be [ and ) should be ]

    try:

    Code:
    ^[a-zA-Z0-9\s]+$

  14. #59
    Senior Member Array Bonus Paradise's Avatar
    Real Name
    Marina
    Join Date
    Jun 2008
    Location
    Europe
    Posts
    182
    Liked
    0 times
    thanks briansol
    it seems to work now
    I was able to register

    thanks for the great things you do here for us all

    Regards
    Marina

  15. #60
    Senior Member Array
    Real Name
    Alex
    Join Date
    Mar 2007
    Location
    Italy
    Posts
    508
    Liked
    0 times
    Thanks it work now
    Last edited by meonet; 09-02-2008 at 06:04 PM.

Page 4 of 15 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 LastLast

LinkBacks (?)


Similar Threads

  1. Is there a Newbies Guide to VBSEO
    By DieselMinded in forum General Discussion
    Replies: 5
    Last Post: 02-23-2008, 12:50 AM
  2. My Guide on the features of VBSEO
    By BamaStangGuy in forum Member Articles
    Replies: 18
    Last Post: 11-28-2006, 03: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
  •