Hello every body, i m very confused today bcoz one of my client's requirement is he want that his website in aspx want to change in HTML without lose present PR and SERPS. if any one have solution by any techniques by seo or programming side let me know. waiting for your anwer
Hello my friend, First of all I am glad to help you. Let me know why you want to do that . As you aware aspx shouldn't be changed as HTML as because HTML won't support server controls and other server side scripting tags .same time ,is aspx contains only HTML enabled content within, then it could be possible. And let me know if you need any further help. But my friend if you want to change then do it following things: But remember it is not a guarantee that if you can do this then its page rank have same as before. Try it and best of luck... In your web.config, add the following under <system.web> <httpHandlers> <add verb="*" path="*.html" type="System.Web.UI.PageHandlerFactory"/> </httpHandlers>