590DATE

TITLE
Making AJAX Crawlable solutionCONTENT

Just start from google search engine
These pages are very useful:
http://code.google.com/intl/ja-JP/web/ajaxcrawling/docs/getting-started.html
http://code.google.com/intl/ja-JP/web/ajaxcrawling/docs/specification.html
http://code.google.com/intl/ja-JP/web/ajaxcrawling/docs/faq.html
http://code.google.com/intl/ja-JP/web/ajaxcrawling/docs/html-snapshot.html
What you need to do is that you should use the #! fragment for your ajax pages
and make another version which browser can reach your page's content also:
example.com#!page1
to
www.example.com?_escaped_fragment_=page1
so please make sure www.example.com?_escaped_fragment_=page1 is a snapshot of the ajaxpage and not just a dead url...
May be you can just make a plain html with both title and content output for that snapshot instead of containing the css when most of your site are eval of javascript...
I think it's already much better than nothing on Google.
Enjoy =)
comment
Search Box

