View Single Post
  #8 (permalink)  
Old 04-10-2008, 07:12 PM
savantcreative savantcreative is offline
Junior Member
 
Join Date: Apr 2008
Posts: 16
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
savantcreative is on a distinguished road
Default

Quote:
Originally Posted by amit View Post
I am messing up with a situation for which i would like to share with all the members over here and discuss about the situation.

There is a site which is Dynamic and with many dynamic pages which are generated on the user click. So, can i give the dynamic title which is relating to the product in a javascript way:

<script language="javascript">

document.title="Dynamically generated title";

</script>


Can i do what said above for optimization purpose or not.

What will be the Search Engines reaction on doing this will they accept this or any chances of penalization. Please share your ideas and views on it.

Thanks
I think you have to do it on the server side with a program like mod_rewrite and it is very important
Reply With Quote