vinpkl Posted December 26, 2008 Share Posted December 26, 2008 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> 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 Quote Link to comment https://forums.phpfreaks.com/topic/138442-does-dynamically-generated-page-title-get-indexed/ Share on other sites More sharing options...
dropfaith Posted December 26, 2008 Share Posted December 26, 2008 crawlers see the page as a browser would so it prints out all the html and titles not the varibles to gain its content hence how places like myspace have profiles indexed its all varible driven Quote Link to comment https://forums.phpfreaks.com/topic/138442-does-dynamically-generated-page-title-get-indexed/#findComment-723854 Share on other sites More sharing options...
vinpkl Posted December 26, 2008 Author Share Posted December 26, 2008 crawlers see the page as a browser would so it prints out all the html and titles not the varibles to gain its content hence how places like myspace have profiles indexed its all varible driven hi dropfaith it means that i can use dynamicaly generated titles with no worries. and the same goes for the content also. we dont need to insert static content in our dynamic pages to get them indexed. vineet Quote Link to comment https://forums.phpfreaks.com/topic/138442-does-dynamically-generated-page-title-get-indexed/#findComment-723857 Share on other sites More sharing options...
atticus Posted January 9, 2009 Share Posted January 9, 2009 Yes...Matt Cutts, the Google engineer responsible for search result quality, said that if you use wordpress, which dynamically generates title tags, your website will be SEO'd. Quote Link to comment https://forums.phpfreaks.com/topic/138442-does-dynamically-generated-page-title-get-indexed/#findComment-733409 Share on other sites More sharing options...
shenoon Posted February 17, 2009 Share Posted February 17, 2009 Yes...Matt Cutts, the Google engineer responsible for search result quality, said that if you use wordpress, which dynamically generates title tags, your website will be SEO'd. Hey, yep, that's very true. Quote Link to comment https://forums.phpfreaks.com/topic/138442-does-dynamically-generated-page-title-get-indexed/#findComment-764021 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.