A company I\'m working for had a WIX based site. I recreated the site on WordPress moved the hosting and redirected the domain. I then attempted to do the page redirects to the
i managed to redirect from wix to wordpress by adding this code (by Themee) to the functions.php on my theme directory.
function themee_hash_redirects() {
?>
as i understood, this only help to redirect your visitors to the correct URL, but not help to SEO. i think the next code (in the .htaccess file) should help SEO, but still need some modification that i dont know about. this was an help by "barryhunter" from Google Forum.
RewriteCond %{QUERY_STRING} ^_escaped_fragment_=krav-maga-shirts/c9r5
RewriteRule ^$ http://www.972kravmaga.com/krav-maga-shirts [QSA,L]
its an example of one page redirect. the person who helped me said can check if its working on this page: http://www.rexswain.com
its will be nice if someone can determine what exactly should be written in the .htacess file.