Web Idea Center
Search    

What's New | IT Help Center | UD Home | Comment  
Home How to Images and Templates Read More Get Help

paper Images & Templates
    WEB PAGE TEMPLATES > WEB PAGE REDIRECTION

WEB PAGE REDIRECTION

If you move a page to a new Web address, redirect your old files so that people who link to your pages or those who find them through searches will have your latest information. Create a file in the same directory as your old file and with the same name as your old file using the template below.

Web page Redirection Sample

<html>
<head>
<title>Your_Page's_Title</title>
<meta http-equiv="Refresh" content="5; URL=http://www.udel.edu/new_directory_name/new_filename.html">
</head>

<body background="http://www.udel.edu/images/bkg.gif">

<p align="center">
<img src="http://www.udel.edu/images/Logos/IDbar.gif" alt="University of Delaware">
</p>

<h1 align="center">Your_Page's_Heading</h1>

<p align="center">
The Page_Name page has been replaced. Users should be taken to the new location in about 5 seconds. If not, click the link below.
</p>

<p align="center">
The new URL is<br>
<a href="http://www.udel.edu/your_directory_name/filename.html"> http://www.udel.edu/your_directory_name/filename.html</a>
</p>

</body>
</html>

 


University of Delaware