No entiendo muy bien lo que quieres pero te pongo los dos y ya tu pruebas.
1) Que aparezca a la web donde has ido:
--------------------------------------
Código:
<html>
<head>
<meta NAME="description" CONTENT="AQUI LA DESCRIPCCION DE TU SITIO">
<TITLE>TITULO DE LA PÁGINA</TITLE>
</head>
<frame name='frame' src='URL A LA QUE REDIRECCIONA' noresize>
</frameset>
<NOFRAMES>
<h1><a href="URL A LA QUE REDIRECCIONA">TITULO DE LA PÁGINA</A></h1></center>
</NOFRAMES>
</html>
-------------------
2) Que te aparezca la URL a la que redirecciona:
Código:
<html>
<body>
AQUI UN MENSAJE QUE APAREZCA MIENTRAS QUE REDIRECCIONA
<br><br>
Si No te Redirecciona en unos segundo pulsa
<a target="_top" href="URL DONDE REDIRECCIONA" style="text-decoration: none">aqui</a>
<meta http-equiv="Refresh" content="0; URL=URL DONDE REDIRECCIONA">
</body>
</html>
--------------------------------------
Cambia lo que pone en negro por los datos que te pido. Alguno de esas dos es lo q me pides.
Espero que te sirva de ayuda.