XF 2.2 Redirect links to vbseo hack after conversion

It appears your site has under 100 threads and 200 posts. If this is the case I wouldn't worry about redirects and just let Google reindex the site with the new Xenforo urls and move on.

Trying to figure out all the correct redirects for your specific site from all the possible vbSEO settings you may have customized would be nearly impossible and definitely not worth your time for a site that will likely be reindexed with the new urls by Google within a few days or weeks at most, if they haven't been already.
 
definitely not worth your time for a site that will likely be reindexed with the new urls by Google within a few days or weeks at most, if they haven't been already.
It’s links from other sites that are more of sn issue than Google. Same with internal links. I’d look for any and do the redirects manually for each.
 
The problem has been resolved and the old links have been redirected to the new one
It takes two steps
First step:
Redirect vbseo links to the original vb3 or vb4 links :

Code:
RedirectMatch 301 t([0-9]+)/$ https://www.animes-network.com/forum/showthread.php?t=$1
RedirectMatch 301 t([0-9]+)$ https://www.animes-network.com/forum/showthread.php?t=$1
RedirectMatch 301 f([0-9]+)/$ https://www.animes-network.com/forum/forumdisplay.php?f=$1
RedirectMatch 301 f([0-9]+)$ https://www.animes-network.com/forum/forumdisplay.php?f=$1

The second step :
Use the following add-on:
XenForo Redirects for vBulletin 1.1.9

test :
forums :
https://www.animes-network.com/forum/f23
Threads :
https://www.animes-network.com/forum/t10
 
Top Bottom