phpbb --> vb --> xf, what will happen to google links?

swatme

Well-known member
hi

so youve upgrade from phpbb to vb to xf.
what will happen to google links from the original phpbb forum address?

will it be dead and google will make the site penalized in rankings?
 
There is no way to easily map links when doing a double import.

I converted from phpBB myself a few weeks ago and just took the hit.

I have however put a general redirect on so any old links will redirect to the new forum home page.
 
care to provide more info brogan?

ex.

original phpbb url found on google:
domain.com/community/viewtopic.php?f=19&t=16784

my xf site exact same topic:
domain.com/community/threads/interesting-topic-item.1/


How to have a general redirect on the same ?
 
The general redirect will just redirect all links to the same page.
This is what I use as my old forum was installed at /forum and the new one at /community.

RewriteRule ^forum(.*) /community/? [R=301]

Without an import mapping table from phpBB to vB to XF, that's about all you can do.
I did consider doing one but in the end I couldn't be bothered.
 
Top Bottom