aspx to HTML

Discussion in 'Search Engine Optimization' started by drcsystems, Apr 23, 2009.

  1. #1
    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
     
    drcsystems, Apr 23, 2009 IP
  2. shruchi nagar

    shruchi nagar Guest

    Messages:
    144
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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>
     
    shruchi nagar, Apr 23, 2009 IP