I have created a mobile version of a my website which is a one-page webapp. I'm working with php server side and js+jquery on the front end.
how can i auto-redirect mobile browsers to the mobile web-app in a way that's transparent to search engines?
should i allow only mobile bots on the mobile site? (with robots.txt) p>
do i need to flag that the web-app is pure duplicated content from the actual site?