I've read an article teaching how to make my ajax pages crawlable by the search engine bots, it works really fine when I'm using the fragment url #!, but now I'm trying to create a "homepage" with no fragment using the meta tag bellow:
<meta name="fragment" content="!" />
And I'm using the code snippet bellow to find out what's going on with the googlebot.
<?php
if( isset( $_GET['_escaped_fragment_'] ) )
{
echo "Crawler is gonna read that page!";
}
?>
The fact is that the robot isn't returning any value inside the _escaped_fragment_ statement.
Here is the link to the page: http://www.linkerama.com/novo/
And this one returns a value when I'm using the browser: http://www.linkerama.com/novo/?_escaped_fragment_=