hi all my pages title are coming dynamically on the click of the link. The title is not written manually. Its dynamic like <title><?php echo $dealer_name ." ". $ct_name . "USA" ?></title> Code (markup): so my question is that google and yahoo crawlers will crawl the title when the page link is clicked and the title outputs the actual name not the variable name. because if crawlers crawl the page title when the page is on server but not opened in any browser then the my page title will consist of only variable names and those mean nothing to crawler. vineet