Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 01-19-2015, 10:08 AM
Budget101 Budget101 is offline
 
Join Date: Jul 2008
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Removed vbSEO- Site Indexing TANKED- any fixes?

I was Forced to upgrade by my server company because their server couldn't handle the load of running vbSEO and they kept stating that there were security issues (which is kind of ironic considering I didn't get hacked until AFTER I upgraded!!) I digress,

In any case, I removed vbSEO and as I feared, my website ranking has completely tanked out and set me back to the same level of traffic I was at about 7 years ago. Instead of thousands of my pages being in the top 5 in a google search, NONE of them are.

I'm still submitting site indices, but they're not showing friendly URLS, they're showing content.php/r=3434

Is there any way to actually achieve listings using vbulletin????
Reply With Quote
  #2  
Old 01-19-2015, 11:05 AM
ikopylov's Avatar
ikopylov ikopylov is offline
 
Join Date: Aug 2010
Location: Russia
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I can help.
Need to write complex forwarding rules
Due to the different settings on each site, these rules are unique to each site

I need to see
- Your Site
- Access to google webmaster
Reply With Quote
Благодарность от:
RichieBoy67
  #3  
Old 01-25-2015, 01:53 PM
Budget101 Budget101 is offline
 
Join Date: Jul 2008
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm currently using complex rewrite rules in the .htaccess to prevent broken urls from the removal, but they don't show the old .html extensions anymore which is what I'm looking to achieve.

I don't use Google Webmaster.

The .htaccess looks like this:

Code:
RewriteCond %{HTTP_HOST} !^www\.mydomain\.com
RewriteRule (.*) http://www.mydomain.com/$1 [L,R=301]
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.mydomain.com/showthread.php?t=$1 [L,R=301]
RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.mydomain.com/content.php?r=$1 [L,R=301]
RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.mydomain.com/content.php?r=$1 [L,R=301]


The old VBSEO CMS url's Appeared Like this:
Code:
http://www.mydomain.com/ramen-noodle-recipes/ramen-noodle-mania-contest-3040.html
and it displays in the browser url like this:
Code:
http://www.mydomain.com/content.php?r=3040
I would like to change it back so that it looks like this

Code:
http://www.mydomain.com/ramen-noodle-recipes/ramen-noodle-mania-contest-3040.html
In the browser bar and in the search engines. I purchased dbSEO & imported the settings from vbSEO, but it didn't work, the CMS options in dbSEO aren't the same as they were in vbSEO- they don't allow the CMS Section Names to change.
Reply With Quote
  #4  
Old 01-25-2015, 03:13 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use dbseo as vbseo does have security problems
Reply With Quote
  #5  
Old 01-25-2015, 03:31 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Or upgrade to xenforo which has an importer for vbseo url's.

Also I'd suggest using google webmaster tools and google analytic regardless of what you choose.
Reply With Quote
  #6  
Old 01-25-2015, 03:43 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any change in url structure at all will always have a short term hit to your rankings. Moving to another software (all together) wont help, neither.

How long ago did you migrate away from vBSEO?
Reply With Quote
  #7  
Old 01-25-2015, 05:37 PM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery View Post
Any change in url structure at all will always have a short term hit to your rankings.
Not necessarily, not in my experience (https://vborg.vbsupport.ru/showthread.php?p=2534340)
Reply With Quote
  #8  
Old 01-25-2015, 05:43 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery View Post
Any change in url structure at all will always have a short term hit to your rankings. Moving to another software (all together) wont help, neither.

How long ago did you migrate away from vBSEO?
There are redirects in the suggestion I posted, so it may still hurt but it wouldn't be near as bad as any old links would still redirect to the correct content.
Reply With Quote
  #9  
Old 01-25-2015, 05:44 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cellarius View Post
Not necessarily, not in my experience (https://vborg.vbsupport.ru/showthread.php?p=2534340)
Every site I've worked with has generally had a small dip (days/weeks) until things recover/change over. even with 301
Reply With Quote
  #10  
Old 01-25-2015, 05:50 PM
Budget101 Budget101 is offline
 
Join Date: Jul 2008
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
Use dbseo as vbseo does have security problems
I realize that, which is why I removed it several months ago, unfortunately, it's caused a massive tank to my SEO.

Quote:
Originally Posted by Zachery View Post
Any change in url structure at all will always have a short term hit to your rankings. Moving to another software (all together) wont help, neither.

How long ago did you migrate away from vBSEO?
4 Months and I've seen a 500% DECREASE in traffic/ ranking and consquently site revenue.


Quote:
Originally Posted by Brandon Sheley View Post
Or upgrade to xenforo which has an importer for vbseo url's..

As far as I know Xenforo still doesn't offer a Content Management System.. is that correct?

Quote:
Originally Posted by Zachery View Post
Every site I've worked with has generally had a small dip (days/weeks) until things recover/change over. even with 301
Um, we're not talking about SMALL dips here, we're talking about night & day difference.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04156 seconds
  • Memory Usage 2,258KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete