|
changing from .html to .asp will cause a problem but there are ways around it. you can tell the web server to parse .html for ASP (or other programming language) code. as mentioned about, you can also do a 301 redirect so that those looking for the old URLs are forwarded to a new page.
So long as your web addresses stay the same OR are forwarded to the new address, any changes you do in technology will not affect your ranking. What we output and send to the client is the client-side code (HTML/CSS/etc) - all the server-side code (asp, php, jsp, etc) is processed on the server before being sent to the client.
I'm not an SEO expert but the 301 redirect may/may not affect your rankings and would advise the simplest solution of keeping them .html but tell the server to parse them for ASP code.
|