Hello
I am implementing a non-flash, html and javascript only epaper, that is based on a Pdf: www.patrickmueller.li/epaper . I am telling the google crawler that this is an AJAX page that is crawlable with according to the google specs "Making AJAX Applications Crawlable" (code.google.com/intl/sv-SE/web/ajaxcrawling/docs/getting-started.html).
When the google crawler does a request my page with: www.patrickmueller.li/epaper/?_escaped_fragment_ I do return the corresponding Pdf. But it looks like the crawler does not crawl my page at all.
What am I doing wrong?
Patrick