I have four pages on the main part of the website I am working on, and I want the switching between the 4 tabs to be a fading transition (using jQuery), that's all fine and dandy but I also want SEO to think of each as a separate page, I also want to be able to link to a URL and for it to pull up the right content, even though it is technically the same page.
Facebook does this (facebook.com/#!/another-string-here), and you can switch between pictures and so on, it kind of acts as a javascript querystring or.
This allows switching immediately, the ability to link to it, and yet each acts as its own page.
Is there a recommended method to do this?