By default, URLs created using Durandal's router is formatted as such:
http://example.com/#/whiskey-tango-foxtrot
However, I'd like to use #! for SEO purposes, so that the URL looks like this:
http://example.com/#!/whiskey-tango-foxtrot
For more info on what I mean, see: https://developers.google.com/webmasters/ajax-crawling/
Any idea how I may accomplish this with Durandal?