Forum Moderators: Robert Charlton & goodroi
[edited by: not2easy at 7:14 pm (utc) on Aug 19, 2016]
[edit reason] please use "example.com" for examples [/edit]
setting something for that user on the server is actually worse (session) because what happens if you need to go to server farm?
if they don't accept cookies like a Googlebot
Here's what I have now on the main site:
<link rel="alternate" media="only screen and (max-width: 640px)" href="http://www.example.com/mobile.aspx?skin=2">
and on mobile:
<meta name="viewport" content="width=device-width, initial-scale=1">
link rel="canonical" tag pointing to corresponding desktop URLEssentially, as you're aware, you need to have something to tell a mobile user/bot that the desktop url exists, and the desktop user/bot that the mobile url exists. For the whole setup to work, though, there's got to be two consistent and parallel sets of urls.
It assumes it's normal skin when there's no cookies.That's correct.
>>Cookies aren't a good way of doing it anyway, so maybe they are doing you a favour.Yes and no. The use of cookies is not really the issue. The issue is what's going on in visible URLs.
Actually this has been done since the first day of the internet. And you can't do a checkout without cookies anyway on any ecommerce site.That's the way the web works....