Y
Hacker News
new
|
ask
|
show
|
jobs
by
luigi
5550 days ago
One thing to make clear: simply using #! does not make your app crawlable. Your server-side app needs to also handle URLs that contain _escaped_fragment_, per Google's specification:
http://code.google.com/web/ajaxcrawling/docs/getting-started...
1 comments
afshin
5550 days ago
Yes, thanks for pointing that out. This is only one side of the coin. The other side is a server that will answer all of those requests.
link