How to make wordpress URLS google friendly for ajax driven sites?

I would suggest not using the hash bang urls. Consider PJAX: https://github.com/defunkt/jquery-pjax

It does partial page loads to speed things up and gracefully degrades for users with JavaScript disabled and search bots.

There is even a little library for making using PJAX in themes a bit easier (example).