Netcogs.com

[et_pb_section fb_built=”1″ _builder_version=”3.20.2″][et_pb_row _builder_version=”3.20.2″][et_pb_column type=”4_4″ _builder_version=”3.20.2″][et_pb_text _builder_version=”3.20.2″]

Today we will be discussing a scenario where when we moved our old WordPress website to a new domain and want to redirect all the old posts/pages/categories etc. links to this new domain/subdomain without affecting our SEO. This also involves redirecting all social media posts links we shared years back on Facebook, Twitter, LinkedIn etc.

So here is what I’ve been trying to do:

? Made a copy of my old website & move it to the new domain/subdomain.
? Redirecting all old articles links to my new domain/subdomain articles links.
? Do not want to write 100’s of redirections for each of my article, so i will use regular expression with wildcard to redirect everything.
? I want all my posts that were previously been shared on various social media even 3-4 years back, to still redirect all clicks to my new domain/subdomain URL’s. so the users won’t reach 404 page or any old pages.
? Do not want to loose or hamper my good SEO traffic been done on my old website. As keeping both websites running parallel will be penalized by Google for duplicate content. I will follow SEO practices on new domain/subdomain & discard old website.
? I do not want to go technical by editing .htacess file on server as other security plugin’s have access to my .htaccess, and do not want to hamper my WordPress website in the process.
? Make it easy for me to easily enable/disable redirection if it involves any changes to my old website in the future.

Some points to keep check:

  1. First and foremost, do not delete your old website.
  2. Just discourage search engines to index your old site.
  3. For the new domain, Add Google tracking code, Add search console property, & Submit a new siteindex.xml.
  4. Keep the old tracking code & search console property to analyze any direct or referral links still coming to your website, also to keep your past
  5. analytics data for analysis & comparison reports for future audits.
  6. Remove any unnecessary plugins, cache, cdn links from old WP website.
  7. Remove unnecessary users data.
  8. You can write more redirects & expressions for old links as your own custom rules.

[/et_pb_text][et_pb_video src=”https://youtu.be/aaVyH3ZSmNg” _builder_version=”3.20.2″][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section]

Leave a Reply