Display title for search engine visitors

I just ran a test on my hosted dev site. I ran the following:

echo '<pre>';
global $wpdb;
print_r($wpdb);
print_r($GLOBALS);
echo '</pre>';

There was no ‘wp_query’, ‘[q]’, or ‘search’ variables to be found. Note that I was not able to search this through a search engine as it’s not web accessible.

Just to give you a little more, here is the whole object I get: http://pastebin.com/qV2QSHYf.