Redirect a page for google page rank?
#9
penguinmama Wrote:Wow, thanks, Zach! I didn't realize that was even possible. I see there isn't an HTML version. Can this be done in ordinary HTML?


I don't link so.

After server side code, you are left with metarefersh:

Code:
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://www.somacon.com/">
</head>
<body>
This page has moved to <a href="http://somacon.com/">http://somacon.com/</a>
</body>
</html>

or javascript:

Code:
<html>
<head>
<script type="text/javascript">
window.location.href='http://www.somacon.com/';
</script>
</head>
<body>
This page has moved to <a href="http://somacon.com/">http://somacon.com/</a>

</body>
</html>

But as you can see, none of these indicate a 301 Status code. It then dosen't communicate to search engines that you have permanentely moved the resource/page. It can even make you look like a portal and hence lose in the rankings.
Reply


Messages In This Thread
Redirect a page for google page rank? - by zach - 11-23-2006, 02:59 AM
Redirect a page for google page rank? - by zach - 11-24-2006, 01:20 PM
Redirect a page for google page rank? - by zach - 12-08-2006, 01:14 AM
Redirect a page for google page rank? - by zach - 12-13-2006, 10:58 AM
Redirect a page for google page rank? - by kisna - 12-26-2006, 08:24 AM
Redirect a page for google page rank? - by zach - 12-26-2006, 03:10 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Google Domains pricing and supported TLDs Williamhawk 0 1,801 12-15-2017, 05:14 AM
Last Post: Williamhawk
  Need help with SMTP for Contact Us page Williamhawk 0 1,644 12-12-2017, 05:13 AM
Last Post: Williamhawk
  Any good service for Google Apps deployment and support? MatterEnergy 3 2,499 10-26-2017, 01:04 PM
Last Post: Glaceptra
  PR ~ Page Ranking Ceruleah 13 10,174 02-26-2007, 06:46 PM
Last Post: -thoma-

Forum Jump:


Users browsing this thread: 1 Guest(s)