301 redirect Actinic HTML pages to ASP. Achievable?
-
Hi - I'm hoping someone can help me resolve an issue in relation to setting up 301 redirects. The client to whom I provide SEO services is being told by his developers that setting up 301 redirects is not achievable from old HTML pages to his new site running on a Windows server. My feeling is that it should be fine, and I have found documentation online that seems to support this, however I'm no developer, certainly no server admin, so I was wondering if anyone could advise me? Is it feasible to set up 301 redirects from Actinic sites (HTML pages) to a new site in NOP commerce running on a Windows server (ASP pages). Thank you for your help! Iain
-
I have never worked with Actinic, but any web-application would have a HTTP server serving content. If your domain remains the same but your new site's URL structure changes, then I would look at rewrite rules for pages/categories redirecting to the new content.
In essence you have an old application which you will turn off (it will not serve any data) as it will be replaced with something new. So on your new system (I sounds like it will be IIS) you will configure a series of rewrite rules - any indexed traffic or linked pages would then redirect.
GWMT will be a good guideline (as well as your server logs) for 404's. If you can't fix them pro-actively, looking at the logs will be your best option.
If you don't rewrite you will pretty much drop pagerank and SERPs.