Posted by oxygenwebstudio 6 weeks ago
Hi,
I am new but so far i have read that a .mobi should only contain files valid for mobile platforms in XHTML-MP.
But ive been reading about Device Atlas and the ability to check whether the user agent is a mobile or not-- if its not, am i allowed to redirect to a website in standard XHTML for Desktop viewing to improve user experience or would i need to give out a different URL based on a different domain?
Thanks,
Ben

Posted by ruadhan 6 weeks ago
Joined:
2 years ago
Posts:
326
[offline]
Hi Ben
That's an interesting question. The .mobi domain is aimed at providing content that will work on mobile devices. However, you can serve up whatever markup you like, as long as you know that the device supports what you send it.
To put this in a slightly different way, if you don't know what kind of content the requesting device is capable of supporting, then you should send XHTML MP, since there is a good chance that this type of markup will be supported.
Thus, if you know that the requesting device is a desktop browser, well then you can send whatever you like to it, even if it's on a .mobi domain.
So you don't necessarily need a separate domain. However, if there is a large desktop component to your application, it might be better to have that on a .com URL.
Ruadhan O'DonoghuemobiForge
Posted by oxygenwebstudio 5 weeks ago
Joined:
6 weeks ago
Posts:
11
[offline]
Thanks for the reply. For some reason i didnt get email notification of the thread so just checked it now. Im building a .mobi site for mobiles but i guess i will detect if its a Desktop to redirect to a .com specific site for Desktop.
Posted by daniel.hunt 5 weeks ago
Joined:
51 weeks ago
Posts:
108
[offline]
I think the most important thing to remember is that you should give the end user the choice of being redirected.
Daniel HuntThe user may well have gone to your mobile site on purpose - the last thing you want to do is annoy them by showing them something they explicitly did not ask for :)
dotMobi