Category: ASP General

If you wish to move pages, it is best to use a search engine friendly 301 redirect on the original page. This redirect points to the new page. Search engines like this and will index your new page.

To add a 301 redirect by simply adding a meta tag to the original page

 <meta http-equiv="refresh" content="10;url=http://mydomain.com/newpage">

Tags:

301 html

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.