I have developed a prototype website that works like an app (for user comfort) when you click on a "link" it slides to the side and the "second-screen" loads the content via AJAX.
I want to have my website be capable of maintaining this functionality but also have my pages act as "normal pages" in that I can have "/about" "/search" etc. as this will help significantly for SEO purposes.
Am I overlooking something obvious or is this a bit of dream at the moment?
EDIT: Apologies for not including my current attempts: So far I've tried to read URL using JavaScript and use that to display the correct page. While I've had success with this, I am looking more for information as this is very much tied into making sure a website can appear on Google for example.