
February 9th, 2004, 02:58 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
301 redirect for shtml pages
Hello,
We have website hosted in win server. All the pages were .shtml pages except few pages for forms. We recently redesigned the site. Now all the pages are html and few asp pages.
Now, from search engines, people access the old pages. That's why we have to make a 301 redirect. I know that we can do 301 redirection using response object's header and location properties (As I know, this script can be embedded in asp pages to make a 301 redirect). But, many of my site pages are .html and i have to make 301 redirect. any other forms of redirection may cause problem with search engines (sometimes redirection will be considered as spamming.only 301 redirection is the safe thing).
Please help me with the solution.
Thanks for your time.
|