Ok here it goes i am doing a migration BE.Net to WP.
So the main site www.clientdotnetsite.com its on server 03 and uses a SQL Server database. Its a .Net Application and will remain such.
The client said "Hey I am going to start a blog. Could we set it up to increase SEO for the main site?" So we have a blog at www.clientdotnetsite.com/Blog done in BlogEngine.Net.
Now the client says "I want it on Wordpress now!", so rather than play around with setting up an WAMP environment we decided lets migrate the blog to WordPress and have it hosted through a big box web hosting company.
So here is the challenge with SEO do we create a new sub domain blog.clientdotnetsite.com and use 301 Redirect
Or do we use the same domain and have a reverse proxy and do link rewriting in the reverse proxy ?
I am just a simple programmer, i am not an guru of any kind. So is one considered White Hat and the other Black Hat ?
I have read that we will lose PageRank with 301 Redirect but will gain it back in the long run. With a reverse proxy seems to me that because you want the traffic to go through the reverse proxy in order to provide the illusion that it's all one site. That would make it Black Hat kind of.
But i do not know, so i ask you :) Could you explain what you would do? The differences just any knowledge i could eat up like a buffet?