post #2 updated with some FAQ links.
http://www.vbseo.com/f2/briansols-ul...58/#post163046
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...
post #2 updated with some FAQ links.
http://www.vbseo.com/f2/briansols-ul...58/#post163046
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.
You just changed your URL format?
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
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.
yeah, if you have .php or .html extentions, blocking them isn't going to help, that's for sure![]()
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
Thanks great guide...
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.It is also a good idea to limit usernames to alpha numeric chars only. You can place the following regex into the vB options:
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.Code:^(a-zA-Z0-9 \s){3,25}$
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.I had it added in VBulletin options - User Registration options -You can place the following regex into the vB options:
Code:
^(a-zA-Z0-9 \s){3,25}$
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
oh just seen now meonet posted same, lol
sorry did not see that 1st
Hi Meonet, hope all fine with you
Greetings
Marina
Whoops, ( should be [ and ) should be ]
try:
Code:^[a-zA-Z0-9\s]+$
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
Thanks it work now
Last edited by meonet; 09-02-2008 at 06:04 PM.