Topic Type: News Story (Jump to http://searchengineland.com)
Category: Mobile Search
7 Comments
7 Comments
Save the date for:
SMX London - Nov. 4-5: Pre-agenda rate now available. Click here.
SMX West - Feb. 10-12
Learn more about search marketing through free online webcasts and webinars from our sister site Search Marketing Now.
Comments
Interesting solution to rid duplicate content and keep the muscle of the link popularity. An SEO double whammy! Kudos for the simple CSS solution.
Utilizing CSS makes management and marketing much easier too. No need to maintain a regular and mobile version of the same content, and no need to market two separate domains. This will certainly be an exciting medium to watch as it unfolds and becomes more mainstream.
Thanks for clarifying this issue for me.
I didn't understand how this bit works:
""The mobile CSS file reformats the content for better usability on a mobile device, and can strip out elements in the site that are too large or download-intensive for the average mobile device.""
OK. Yes, CSS can reformat the way the content is displayed; but I don't see how it can strip out things that are too large to download. They will still be downloaded to the device even if the mobile CSS indicates that the content doesn't need to be displayed, won't they?
.
In any case, I still feel that a good solution is for the .mobi TLD to be implemented and all mobile content moved to that. To me, that would solve more problems than it would create. You can still use the same backend processes and scripts, but this time you don't need to rely on any sort of device detection. You merely need to capture the requested URL. If the .mobi URL was requested, you really can strip out, server-side, all HTML blocks that are not required. I would assume that search engines would be able to index both domains and only show the regular domain in the SERPs to regular web surfers, and only show the .mobi domain to mobile surfers in the mobile search results.
At least according to the W3C Mobile Best Practices recommendation, one could use a mobile specific CSS, so larger images could be specified in the non-mobile CSS which would not be downloaded. Also, a number of sources recommend using style of display:none for larger images, although some are reporting that some handhelds will still download when display:none is used. The jury appears to be undecided in that issue, though.
I disagree about .mobi. I previously blogged about one or two things about .mobi rules that seemed really badly thought-out to me:
http://www.naturalsearchblog.com/archives/2006/06/20/mobi-top-level-domain-names-have-misguided-rules/
I've grown even more critical of the approach now, because the trend appears to be moving away from "special flavor" formats for mobile devices. Handhelds like the iPhone have made people desire even more to be able to view the same internet as what they find on their home PCs, and consumer demand for fast wireless data transfer has grown, too. Since terribly few websites support specialized mobile versions and since mobile devices are increasingly being built to automatically handle existing webpages to large degree, I think that going to the trouble of developing for .mobi is going to be a waste.
If not the TLD, then maybe a better way would be to have a quasi-standard where you put all mobile content on a mobi. subdomain - some way to intuitively figure out what sort of content you're going to get without actually fetching it.
I think it's preferable to perform content negotiation where you sense the device type and deliver content accordingly.