Old domain to new domain – different accounts

We can use the following code, and paste them in .htacess file: Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST} ^old-domain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.old-domain.com$ RewriteRule (.*)$ http://www.new-domain.com/$1 [R=301,L]

WordPress SEO

We should take care the following points on wordpress seo: 1. meta title: We shoud let wordpress shows different titles for homepage, page, post, categories, very simple, replace the original title related code to <title><?php wp_title(‘&laquo;’, true, ‘right’); ?> <?php… Read moreWordPress SEO