javascript - What detail am I missing trying to make a ajax page crawlable? -
i think i'm missing detail trying google index ajax (gwt) website.
i've followed approach: https://developers.google.com/webmasters/ajax-crawling/docs/learn-more
if try address _escaped_fragment= in browser (e.g. http//foo/?_escaped_fragment=bar corresponding http//foo/#!bar) see html/indexing friendly snapshot. however, when try fetching http//foo/#!bar in google webmaster tools, still original js page, not snapshot, i'm assuming means google bot isn't understanding should _escaped_fragment_= version not #! version.
i have included on original html.
what doing wrong? tips on helpful! thanks
Comments
Post a Comment