Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Multiple Page Titles, Multiple Page Titles
A4L Z
post May 11 2008, 04:17 PM
Post #1


Newbie
*

Group: Members
Posts: 1
Joined: 11-May 08
Member No.: 61,999



A really cool script. It allows you to put up to 6 page titles for one page and everytime you refresh the page it alternates the title...
It might help increase your Google Page rank
I hope you will like it.

"Massive Respect" smile.gif wink.gif



CODE
<script LANGUAGE="JavaScript">
var numb = 5
title_text = new Array();
title_text[0] = "Your Site Name here - Discription here";
title_text[1] = "Your Site Name here - Discription here";
title_text[2] = "Your Site Name here - Discription here ";
title_text[3] = "Your Site Name here - Discription here";
title_text[4] = "Your Site Name here - Discription here";
title_text[5] = "Your Site Name here - Discription here";
var doit = title_text[Math.round(Math.random()*numb)];
document.write("<title> "+doit+"</title>");
</script>
Go to the top of the page
 
+Quote Post
jlhaslip
post May 11 2008, 05:46 PM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,882
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



On the contrary to what you offer, I would suggest that these multiple Page titles would result in a penalty against your site since the Bots would find a duplication of page content. The Bots are not stupid. They will figure it out, and issue a penalty against your site for this attempt to deceive them.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How Do You Combine Multiple Mysql Databases Into One Database?(3)
  2. Programming For Multiple Browsers.(5)
  3. Multiple Forum Skins(6)


 



- Lo-Fi Version Time is now: 25th July 2008 - 09:41 PM