Hi,
I've just implemented the ajax cralwing standard for a new project.
Now I have one minor problem:
The homepage itself does not load content by ajax. Therefor I don't need the <meta name="fragment" content="1"> part.
But now all subpages have the homepage content loaded first, than rebuild by ajax.
It first looked as if google & bing has no problem with this, but when I search for a term that should only be found on the homepage, SERPs show all ajaxed subpages as well. (Because the subpages in ajaxed form - like www.example.com/#!ajax-call - first load the static homepage content and than replace that content by content retrieved from the ajax call)
The HTML snapshot (that is the ugly urls with ?_escaped_fragment_ )doesn't show the homepage content but just the subpage content that is loaded by ajax.
It's best to not show any static content and use the ajax loading on the homepage as well (via meta fragment option) or does this not pose any problems?