A4L Z 0 Report post Posted May 11, 2008 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 rankI hope you will like it."Massive Respect" <script LANGUAGE="JavaScript">var numb = 5title_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> Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted May 11, 2008 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. Share this post Link to post Share on other sites