Best SEO practices for mobile URLs: 301, rel=canonical, or something else?
- by Chris
I am developing a site with a mobile version and am trying to figure the appropriate way to manage the URLs for search engines. So far I've considered:
Having a mobile site with
rel="canonical" links to the regular
site.
Putting both the mobile
site and full site on one URL, and
doing user agent sniffing.
Another
…