Sunday, August 21, 2011

How can I convert html web site to asp.net website without loosing existing page ranks?

Problem: 
 I have to convert an existing html website to asp.net website. The thing is that existing website has page rank (PR) for almost all of its pages. Now the challenge is to convert existing website to asp.net without loosing the page ranks.

Solution:
Page ranks can be maintained by permanently redirecting the page to new page. For implementing permanent redirect to a new page you can use 301 redirect. 301 redirect allows visitors and search engines to access a web page after it has been moved. Please visit How Do I Implement a 301 Redirect? to know more details on 301 redirect.

No comments:

Post a Comment