I'm just starting out on a WORA project: Front end: HTML5 / JSON; Back end: .NET MVC API.
I'm looking for some pointers on how to develop so that the site has SEO friendly URLS.
Obviously this is fine if the front end is .NET as you can use Global.ASAX or Rewrite in web.config, but if the front end is simple HTML5 and JSON to allow for deployment as mobile web and native apps then the structure has to be generated in the javascript or HTML.
Are there any tutorials/articles out there on how to do this?
Thanks in advance, Ben