how do I add a redirect link to an old webpage

G

Guest

I redesigned a website for a client. She has a bunch of old pages that are
obsolete, but they show up in the search engines. How do I create a redirect
for those old pages, so when someone clicks, the get to the "new" page
instead of a 404 error.

Thank you
 
K

Kathleen Anderson [MVP - FrontPage]

In HTML view, add the following to the Head section:
<meta http-equiv="refresh" content="6;
URL=http://www.yourwebsite.com/thenewpage.htm">
The value given to 'content' is the number of seconds before the refresh
will take place; the value given to 'URL' is the page you want your visitor
sent to. You may also want to include a text link to the page in case your
visitor's browser does not support the 'refresh'.


--

~ Kathleen Anderson
Microsoft FrontPage MVP
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
 
T

Tina Clarke

swissruthy said:
I redesigned a website for a client. She has a bunch of old pages that are
obsolete, but they show up in the search engines. How do I create a redirect
for those old pages, so when someone clicks, the get to the "new" page
instead of a 404 error.

Thank you

Delete the content off each of the pages ... so your not spamming the
engines with double content ...

If the server it's on is an apache you can do a 301 redirect using mod
rewrites I think they are called just do a google for the how to. This will
be more helpful for your seo.

hth Tina

http://accessfp.net/ - FrontPage Resource Centre
http://anybackpage.com/bytes/ - Ezine with Free E-books
http://artdoodle.com/ - Original Abstract Art
http://addonfp.com - FrontPage Add ons
http://frontpage-tips.com - FrontPage Tips - sign up for the launch now.
http://msmvps.com/frontpage/ - FrontPage Blog
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top