The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing VBSEO
I was after a little advice if possible please.
I am running forum 4.2 patch level 3. Also running VBSEO 3.5.0 RC2. PHP version 5.3.21 on a crappy shared server. All has been running beautiful until today. For some reason today all links are not redirecting at all, rather going back to forum home. Now in order to even access the admin panel etc i had to edit the .htaccess file removing the redirects and ultimately disabling vbseo. Now i am not really interested in continuing with vbseo. (unless its a super easy fix lol) However the obvious problem is all the back links. How would i go about this? I dont know a great deal about .htaccess and the correct redirects for bots to re index. Any help or advice on what to do at this point would be appreciated. |
#2
|
|||
|
|||
All you would do is uninstall vBSEO, remove the .htaccess entries (which you have said you already done) and re-submit your site to google and search engines to re-index your site...oh and wait. That's about it really
|
#3
|
|||
|
|||
So have to wear the loss of incoming links ofcourse?
Does duplicate content become an issue here during the re indexing? |
#4
|
|||
|
|||
I'm not expert on this issue however, I would assume the vBSEO links will become invalid and eventually dropped and the content rediscovered/updated on the new links. I've certainly seen invalid links on analytics which were eventually dropped
|
#5
|
|||
|
|||
Quote:
www.yoursite.com/super-relevant-URL And your remove VBSEO, the thread URL will become something else. Don't want that to happen. Of course it all depends on how important his links are. I know I couldn't possibly lose mine, and that's the only reason I still run VBSEO. |
#6
|
|||
|
|||
Yes i am talking about inbound links that have been long established.
I know i am going to take a huge dive in the search engines. Sucks i know but not sure what else i can do? Latest update of php has prevented .htaccess redirects to work correctly and my host is beyond useless and cant/wont help. Thanks for your advice guys. I think i simply have to wear it now rather than later. |
#7
|
|||
|
|||
Quote:
You might want to check this out http://www.vbseo.com/blogs/mert-goek...all-vbseo-238/ |
Благодарность от: | ||
DAMINK |
#8
|
|||
|
|||
Thankyou betterthanyours.
The redirect offered in the vbseo blog worked just how i was hoping. Very pleased. Thankyou. VBSEO is gone and no lost inbound links. Honestly could not ask for a better result. Cheers |
#9
|
|||
|
|||
I could not get to know the script which can redirect back to original vb URL, as vbseo is already gone. Any help?
|
#10
|
|||
|
|||
Hi, here are the rewrite rules
Hash out: Code:
#RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] #RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php) #RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|downloads)/ #RewriteRule ^(.+)$ vbseo.php [L,QSA] Code:
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.yourdomain.com/showthread.php?t=$1 [L,R=301] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|