Should a responsive site be dynamically CSS or sub domain?
Posted: Tue Aug 26, 2014 2:33 pm
We run various web sites where there is the desktop version, and on the m. subdomain is the mobile version. If on a mobile, it will show the mobile version.
But because of duplication, we prevent Google from seeing the mobile version.
What are the views here on how that should be best done. The BBC does it with a subdomain, but then their brand is one of the strongest out there.
I've seen sites like Word PRess where if you adjust the width of the screen it changings the appearance via @media CSS.
So should a site be CSSd like that, or is a subdomain enough. And if a subdomain is enough, how do you get Google to see it on a Google Mobile search?
But because of duplication, we prevent Google from seeing the mobile version.
What are the views here on how that should be best done. The BBC does it with a subdomain, but then their brand is one of the strongest out there.
I've seen sites like Word PRess where if you adjust the width of the screen it changings the appearance via @media CSS.
So should a site be CSSd like that, or is a subdomain enough. And if a subdomain is enough, how do you get Google to see it on a Google Mobile search?