Infomation At A Glance

This blog is only for sharing various information

Archive for the ‘Mobile SEO’ Category

Get tips for Mobile SEO

Prepare Your Website for Mobile Users

Posted by Dhrub Raaj on August 13, 2010

Mobile browsers are growing rapidly and a lot of webmasters start to wonder how optimize their website for these new users. First there are some general rules of thumb which you do have to take into account for mobile users.

Placing the pages in your domain  

A point of special consideration, before you start designing your website, is how you would like to allow mobile users to access your page. There are several options, ranging from automatic generation of mobile pages under the same URL’s to having dedicated mobile pages to even having special (sub) domains for mobile devices. The way you want to deal with the pages in your domain greatly impacts the way you design the mobile WebPages.

Using the same URL for both the mobile and desktop version has huge benefits. The biggest benefit is that for users the URL does not matter: people might enter a URL by hand, are originating from a RSS feed or follow a link from another website and are expecting specific content. Basically all you have to do is strip or modify the content based on the client’s capabilities. This is of course limited: when the content of the site is extremely complex or dynamic, this might not be possible.

Many argue that it is fundamentally wrong to redirect based on a browser: in their philosophy a webpage should always be aware of the capabilities/limitations of the browser and adapt accordingly, regardless of the type or age of the browser. But you might choose to do this anyway. In fact there is a very good case for presenting totally different content based on the brwoser: one of the most important arguments is that the information needs of mobile users might be totally different. For example: a desktop user generally is just casually browsing for films appearing in the cinema’s for the next months, a mobile user is more likely to stand in the middle of a town just wanting to know where there are still tickets available for that hot film.

Adding a specific subdomain (mobile is most commonly used, resulting in mobile.yourcompany.tld) to your site is another way of opening your website for mobile users. This could be very usefull if you would deliver other content to mobile users than you would for desktop users. One could think of adapting more to the needs of mobile users. Mobile users generally have a need for context specific information (they have to act now), while desktop users are in need for more random information.

Another option is to use the .mobi top level domain for your mobile version (resulting in www.yourcompany.mobi). Disadvantage of the .mobi domain is that it has another top-level domain, basically forcing you to redirect users. This is an extremely challenging situation if you run several international sites (under their own top level domain): how to map all those overlapping pages onto the same TLD.

The last two solutions do have the disadvantage that you have to stimulate users to use the proper entrance of your site. Putting links up on you site might help some, but experience shows that most users oversee the links. Besides that, you have to enter a desktop-optimized version to see find the entrance of the mobile version. Automatic redirection in these situations is a necessity.

Note: Please keep in mind that a general rederiction to the PDA formatted site upon the request of a specific URL (like redirecting all incomming mobile requests to your general mobile startpage, mobile.yourcompany.tld) might be extremely annoying. These users will be lost on your website, not knowing where to start. As a rule of thumb, make sure that mobile users ending up on a random URL still should get the information they are looking for.

Content

Please be reminded that the context the user is in is more demanding on the user. Few people browse websites while sitting comfortably at home. Most people are in transit or busy with other activities while browsing your site. There are some very good examples of mobile websites to inspire you as well, helping you understand how others have solved the below challenges.

General things to take in account are:

  • Remove all categories of content that is not important for people that are mobile. This means that all data that is complex or not needed when thay are solving a pressing problem should not be present on your site. Some examples of what people don’t expect and what they do expect on a mobile website:
    • People don’t want complete technical details of your product on the mobile website (including technical drawings), most will want to know its basic features and current suggested retail price (and the amount you have in stock).
    • People don’t want to know that you are a great equal opportunity employer, they probably just want to know what products you make or sell.
    • People don’t want to know what the price of a year of unlimited travel on railways is, they do want to know when the next train to Amsterdam will leave.
    • People don’t want to know about your mission statement as an airport, they just want to know if their flight is delayed.
  • Make pieces of text short and to the point. Direct/advise them to use the desktop version if they need more information.
  • Do NOT add big advertisements on the screen. The screen fills quite quickly and advertisements tend to delay loading of websites significantly. In fact, considering the need for speedy information, one should really consider running without advertisement.

General page design rules

Please realize that mobile devices have a different screen layout than desktops. Because the screensize is smaller, you have to work differently with the available scrensize: whitespace management is vital. There are some good examples of mobile websites.

Do’s of mobile webpage’s design:

  • Do design pages for a screen size of 320 by 240 pixels.
  • Keep in mind that the user can not focus on very detailed area’s of your design. One of the most important considerations is that user input can be garbled for many reasons and clicking on small links is hard when doing it running for a connecting train or plane.
  • Do add alt-tags for pictures, users regularly block downloading images in their webbrowsers just to reduce bandwith consumption.

Don’ts of mobile webpage’s design:

  • Don’t use scripting languages, flash or other complex objects. 
  • Don’t use frames or other dividers, they take a lot of space and do not add much value, many frames are shown only for 20%, causing a lot of sliders as well.
  • Don’t use objects that have a fixed size, like tables.
  • Don’t use big pictures, besides the waste of screenspace, they also use a lot of bandwith costing a lot of time and money
  • Don’t write lengthy texts, since people on the run generally have a hard time reading them

Technical implementation

Once you have decided what to tell you mobile users, the next step to decide is how to bring the pages to them. Of course, you can create specific pages for the mobile users, but that has the huge disadvantage that people have to notice that they have to click that specific link.

Meta-tags

If you have mobile optimized webpages, give them a mobile meta-tag: MOBILEOPTIMIZED, this will signal mobile webbrowsers that the content does not have to be shrinked down (pictures will not be doubled for example).

Stripping down a page using CSS

This is the most subtle way of modifying a website for mobile use, if it is feasable. It will NOT reduce your bandwith load and loading speed, but it will optimize the viewing experience on a small device (once it finally is loaded…).

In your CSS stylesheet, you can include @media handheld tags to overrule some objects have that have to be treated differently for browsers on handheld devices. For example by adding the following to our CSS:

@media handheld{ .icon { display: none; } }

you remove all objects that belong to the icon class when displayed on a handheld. When you use this on images or other objects (i.e. your HTML contains IMG or DIV objects that have a included), they will not be displayed. Pictures that are marked “display:none” will not even be downloaded, lowering the bandwith usage of the site dramatically. Of course, you can also use this to make objects smaller or have a different background.

A demand is that all objects that are (generated) in your HTML must have some class attached to them. This might put a demand upon your CMS. However, more modern CMS applications do this routinely just to allow the appearance of your content to be controlled effectively by the CSS.

By adding the right tags to your CSS, so, you can modify your site completely to adapt itself to handhelds. For example, our own site:

  • does not display sidebars because they do not add much value on a small screen and consume too much space.
  • hides the dropdowns from the menu because they are not parsed nicely by Pocket Internet Explorer and create a lot of garbage in the top of our screen.
  • does not display avatars and icons with articles because they consume too much bandwith. We do display pictures within articles because we cannot predict what the function of a picture in an article is: it could be just an illustration but it could also prove to be vital for the story.
  • removes borders and make many objects look smaller. We do this to get a good page-layout and maximise content on the page.
  • some background pictures are not shown at all, or shown in a smaller and less high quality version, to reduce bandwith.

Big advantage of this approach is that you have one central place where the layout of all your content is controlled and that your entire website (both for desktop and mobile version) are available under one domain. Links will always represent the same page and even if explicit URL’s are mentioned, people will see the same content.

There are several disadvantages for this approach. The biggest disadvantage is that you might still send lot of content to a mobile device, just to make it a “display:none” object. In our layout for example, the contents of the sidebar and drop-down menus are still pushed to the mobile device but they are not displayed. Also things that have to be downloaded seperatly (including pictures and widgets) are also downloaded. This can result in a lot of unnecesary work for both the client and server. So while it does provide you with the opportunity to trim the page to fit a mobile device, it does not reduce the bandwith usage.

Note: Please note that earlier versions of Windows Mobile do not support the use of CSS stylesheets. From Windows Mobile 2003 and beyond they are supported, before that, it is completely ignored.

Please pay attention: the different platforms (Windows Mobile, Symbian, Palm) do have different opinions on the media tags during interpretation of CSS stylesheets. Most mobile devices respect the handheld media type when overruling already defined styles. Importing another CSS stylesheet on the handheld media is generally not supported. Windows Mobile devices also use the screen media type as well for the interpretation of the webpage. Be advised to explicitly overrule all unwanted objects.

Mobile aware generation of webpages

If your webpages include very server-intensive parts, generate a lot of data that is not included on a mobile device, or have a completely modified page to send you should consider that the server-side is aware that it is generating content for a mobile device.

Client-side redirection

Client side redirection is easy, by just adding this small piece of java-script in your webpage:

if((navigator.userAgent.indexOf("PPC")!= -1) && (navigator.userAgent.indexOf("Mac")==-1)){ top.location.href='http://mobile.yourcompany.tld'; }

 

There is a huge disadvantage to this: your user has to load your page before being redirected, consuming his valuable time and bandwith.

Server-side redirection/Browser detection

If you design specific webpages for PDA’s you might have to direct them server-side or make sure some parts are excluded from the webpage for mobile browsers. Key to all the intelligence is the detection of the browser. It is possible in most scripting languages to detect the browser quite easily.

In PHP: if(preg_match('/Windows CE/i',$_SERVER['HTTP_USER_AGENT'])) // redirect to pda page else // redirect to regular page 

In ASP: UserAgent = Request.ServerVariables("HTTP_USER_AGENT") IsPocketPC = (InStr(UserAgent, "Windows CE") > 0) IsMME = (InStr(UserAgent, "MME") > 0) IsThin = (IsPocketPC Or IsMME)

 

Note: Please be aware that some operators and services strip the user agent string from the HTTP-request, making it impossible to detect if the device is a mobile device

 Note: this can be easily circumvented by changing the user agent on a mobile device, which is done a lot to gain access to websites that consider mobile user agents to be insecure.

References

  • Designing web sites for PocketPC
  • Forcing mobile browsers to respect your layout using metatags
  • Microsoft MSDN on Web development for Windows Mobile
  • Supported tags by Pocket Internet Explorer
  • W3C recommendations for Mobile websites

For More information, visit – http://modernnomads.info/wiki/index.php?page=Optimizing%20a%20website%20for%20mobile%20devices

Posted in Mobile SEO | Tagged: | Leave a Comment »

Look at the Most Popular Mobile Search Engines

Posted by Dhrub Raaj on August 11, 2010

Nowadays, people like to access the web on their mobile phones. Searching for something on mobile or cell phone is different than searching on computer: The screen is smaller and typing can be a hassle.

Mobile Search Engines are search engines which are designed specifically for PDA’s and other handheld devices that have access to internet content. The mobile search engine is designed to present a “lighter website” meaning a smaller file size and less information. Mobile search engines are especially important to people who are seeking local businesses while they are traveling in or out of town.

There are a wide range of mobile search engines that we can access on our Web-enabled cell-phone or mobile device. Here’s a look at the most popular mobile search engines.

1. Google

Google’s mobile search option is a lean version of the Google we all know and love, offering quick results with the option to search locally, for images, and for information on mobile-enabled sites.

More Google mobile sites

  • Google Calendar
  • Google Maps
  • Google News

2. Ask

Ask provides a streamlined mobile search experience. You have the option of getting straight to searching the Web, images, news, local, or finding maps and directions; plus, the Ask mobile search gives you expanded results for any query you might try (i.e., Roger Federer for a simple tennis search), as well as instant answers that might be related to your search.

More Ask mobile search options

  • Ask Mobile with Dial Directions
  • Bloglines Mobile

3. Clusty

Clusty’s mobile search offers a great user experience, with their useful clustered search options front and center. You’ll get results from Wikipedia, images, and news with your search queries, as well as targeted Web links.

4. Yahoo

Yahoo’s mobile search engine offers an interesting search experience – you have the option of looking at mobile Web-enabled sites OR PC-enabled sites (mobile sites render differently basically because of space constrictions), as well as targeted local results.

More Yahoo mobile search options

  • Yahoo! Sports
  • Yahoo! Mail
  • Yahoo! News

5. USA.gov

If you need to look up government resources while you’re out and about, then USA.gov’s mobile search engine is what you want. A simple search for “president” retrieved a list of FAQ’s, government Web results, images, and news, with the option to search more specifically in any of these sections.

More government mobile search sites

  • National Library of Medicine
  • National Weather Service
  • Center for Disease Control and Prevention

6. YouTube

You’re going to want to make sure you have a robust mobile Web access plan before checking out YouTube on your mobile device, because it will eat up a lot of resources. However, if you’re wanting to watch the latest videos, YouTube is always a good choice.

More mobile video options

  • Break.com
  • Discovery Channel
  • Fandango
  • vTap Video Search
  • MTV

7. Twitter

While Twitter is used primarily as a microblogging application, it’s starting to morph into a legitimate search destination.

More Twitter mobile options

  • Twittelator Pro
  • TwitToday
  • Twitter Answers
  • Hahlo
  • SimplyTweet

8. Amazon

Search for deals on the go with Amazon Mobile; this comes in handy especially when you want to compare prices online and offline.

More mobile shopping options

  • eBay mobile
  • Fat Wallet
  • SlickDeals.net
  • UPS
  • Nordstrom

9. Answers

Answers.com’s mobile search offering is a quick way to find answers fast. For instance, a simple search for “antelope” retrieved dictionary results, with an option to search further at Wikipedia and other information resources.

More quick mobile answers

  • 4Info
  • Ask A Word
  • CalcNexus
  • Langtolang Translator
  • Yelp Mobile

10. Technorati

See what people are talking about all over the Web by using Technorati’s mobile search option.

More mobile real-time search options

  • Gas Buddy
  • Traffic

By Wendy Boswell – About.com Guide, TigerSEO Marketing©

Posted in Mobile SEO | Tagged: , | 2 Comments »

Factors that Need to Keep in Mind for Mobile Website SEO

Posted by Dhrub Raaj on August 10, 2010

Mobile SEO use localized SEO techniques, such as using Google Maps and other local SEO techniques to get up the rankings on Google. This will generate some very quick conversions as people need these sorts of services.

1. Apply general on-site optimization techniques: No doubt that SEO for mobile website is different than a general website but you can apply few basic techniques to your site. Use all the SEO “on-page optimization” practices that you know:

  • Title tag optimization
  • Metas Optimization
  • Uses of heading tags
  • URL optimization Anchor Optimization
  • Etc.

2. Ensure you key content is placed in the top part of the page as the users and bots will find it easy.

3. Your website should be crawl-able by Mobile search engines. Here’s the list of mobile search engines:

4. Also you can submit your website to Yahoo Site Explorer Mobile Submit page. Here it’s:

5. See how your website is opening in mobile browser: http://ready.mobi/launch.jsp?locale=en_EN

6. CSS Tips:

  • Websites using tables for layout will not render well on mobile handsets. The site must use CSS for layout.
  • Use Valid XHTML Coding. WML is the specific language for mobile users however the more usable is XHTML so here are the tips for XHTML. Mobile search engines have more trouble in parsing the webpage if it’s having invalid code. So you can reduce the risk of not opening the website by validate the webpage. You can validate through W3C Validator.
  • Character encoding should be UTF-8
  • The most important information of your site must be right at the top of the page as it can be very time-consuming for browsers to read through.
  • You have very limited screen real estate. About 2×3 inches or so consider the size in mind.
  • if you are a more robust e-commerce site, consider creating an m-commerce site (mobile site) with:
    • Mobile galleries
    • Product catalogs and shopping basket
    • Billing management
    • Ease of use/login
    • All images should be striped out, unless they are must.
    • Remove all advertising as you already have limited screen space.
    • If you don’t need it, hide it. Remove any Google Friend Connect, Facebook Fan Box or other third party services. Focus on your content.
    • Remove Flash, Java and any plug-in content unless absolutely necessary.
    • All in all, simplify.

7. Maximum total page size recommended is 20 kilobytes.

8. Accessibility: In order for a site to work on a wireless handset, it must adhere strictly to website accessibility guidelines, as set out by the W3C http://www.w3.org/WAI/

9. Keep on Top of Mobile Technologies - The technology continues to improve and get better.  Avoid using intensive presentation methods such as Flash and Ajax.  Again keep the design simple.  While we expect technologies to improve, you want to ensure that your mobile site will load fast and provide an output that is useful to the user.

10. Optimize for Local Search – ensuring that your site is well optimized for local search, will mean that people should be able to find you when they are looking for local resources.  Update your profile and include links to your mobile site (if you have one) and make it easy for users to find your business and more importantly “reach out and touch your business”.  It is not just about the Yellow Pages anymore.

Resources List:

1. Mobile Website Design Resources:

2. Some of the popular Mobile Analytics:

  • Amethon
  • Bango Analytics
  • GetMobile Analytics by Quattro Wireless
  • Mobilytics

3. W3C mobileOK Basic Tests 1.0 = http://www.w3.org/TR/mobileOK-basic10-tests/

4. WordPress Mobile Plugin: A tool that addresses issues with any type of handset: http://wordpress.org/extend/plugins/wordpress-mobile-pack/

By Ankush Kohli from eMarketinGuide.

Posted in Mobile SEO | Tagged: | 1 Comment »

Grow Traffic to Your Mobile Site

Posted by Dhrub Raaj on August 10, 2010

Mobile search is not trivial. It takes more effort to type a search word or phrase on a mobile device (especially those without a Qwerty keypad) then on the desktop Web. In spite of that time investment, studies show that 75% of mobile searchers are not willing to browse beyond the second page of search results. The key to optimizing mobile Websites for search is not give search engines (or visitors) any trouble getting access to your site. To achieve only use 100% valid XHTML code, adhere to the Mobile Web accessibility best practices, and design a simple site structure with clear labels.

Some ways that can grow traffic to mobile site

  • Provide a “send to phone” feature on your Web site that delivers the link to your mobile Website to a person’s phone.
  • Provide and distribute a mobile bar code (physical world hyperlink) on printed materials, stickers, or t-shirts. One example is a QR Code – a bar code that can be scanned using your camera phone and a QR Code Reader. You can easily create QR codes that serve as hyperlinks to mobile content (Try it yourself here). In many parts of the world the scanning of a QR Code has become the door to the mobile Internet for the average mobile user. For more go here.
  • Bolt on mobile-tuned community features such as chat, forums, and surveys that drive interest, interaction, and loyalty.
  • View the emerging ad networks as paid “Link Exchanges” to get your mobile Website’s link up on other mobile sites.

By : Stephen Wellman

Posted in Mobile SEO | Tagged: | Leave a Comment »

How to Do Good Mobile SEO

Posted by Dhrub Raaj on August 10, 2010

Today, the mobile web is at the same stage in its evolution. It’s a mystical time again: nobody’s too sure what the killer apps are going to be and which online businesses models are going to win (aside from gambling and porn)… but, based on the lessons we learned the first time around, one thing’s for certain: search and searchengine optimization (SEO) is going to be critical to establishing the mobile web.

For those of us who can remember the wild west of web 1.0, doing mobile SEO properly is a spooky experience – because to do it right means we really need to party like it’s 1999. Once again users are unfamiliar with the medium and their shiny new devices, the big brands are making mistakes trying to port their old marketing experiences to the new medium, and search engines are only just beginning to understand what this new web is all about.

The basic mobile SEO advice is to assume nothing, go right back to basics and think through the following principles:

  1. Mobile Web User Requirements are Different
  2. Mobile Search Engine Behaviors are Different
  3. Mobile Web User Activity is Different
  4. Building Your Mobile Site for SEO is Different

1. Mobile Web User Requirements are Different

This first point is obvious, but it needs to inform the way you go about the job of mobile SEO at a fundamental level. In fact it needs to inform the way you build the very foundations of your mobile site.

You need to remember that your users (and all major search engines) are using the mobile web in different ways and for different purposes. Phones Are Not Built Like PC’s

Firstly, your users are accessing the web using a small keypad, predominantly with one hand (and perhaps with a pointing device – a finger or a stylus), and oftentimes using a standard phone keypad with predictive text capabilities. Further, they may be doing this whilst balancing on one leg at the back of a overcrowded bus during rush hour. This tends to make a difference to their patience thresholds, and makes SEO, usability and ‘findability’ critical to your mobile marketing efforts.

MOBILE SEO RULE NUMBER ONE: if you’re trying to attract a mobile audience, then you’d better be good at it and you’d better give them an elegant user experience!

Further, they are now viewing your site through a different screen via a different browser. This may be a fully featured combination like that found on the iPhone, or it may be a stripped affair like the one found on a Nokia 6300. This makes a critical difference to how much content they’re able to consume in one go and how much of it can be rendered as you’d like. (It also means that your web production efforts just got more complex by a factor of ten, as debugging the user experience becomes much more than a quick sanity check in IE, Safari and Firefox.)


MOBILE SEO RULE NUMBER TWO:
you need to recognize that the content and presentation methods of the desktop web will no longer apply in the mobile domain. Phones Are Not Used Like PC’s

Secondly, your users are likely to be using the web because they are in a particular environment. Broadly speaking, these break down into two key areas:

  1. Users on the move
  2. Users on the couch (or on the train/bus/commute)

Being on the move means users are likely to be performing task-, location- and/or time-sensitive actions whilst they’re on the go, such as searching for a particular restaurant or a particular piece of information such as a flight departure time.

Being ‘on the couch’ means users are likely to be engaged in a more private, immersive browsing experience, such as watching a movie, IM’ing to friends or catching up on the news headlines.

At this point in time, neither of these environments is ostensibly ‘desk oriented’ in the way we’ve come to know and love the traditional web. For example, phones are currently not the best devices on which to do research for an upcoming report, buy a pair of jeans, or do an important video conference meeting. These are the things that a PC or Mac is best suited for – because it has a large display, a keyboard and a mouse. (Note – that’s not to say that they’ll never be so, it’s just how things are today.)


MOBILE SEO RULE NUMBER THREE:
get focused! Your task is to recognize that your job is to attract mobile users, not desk users, and that any time devoted to the latter is likely to be wasted!
2. Mobile Search Engine Behaviors are Different

Just as mobile web users are different, most mobile-specific search engines (such as Google Mobile, Jumptap, Medio, Taptu and our own find.Mobi) are also built in different ways.

Mobile SEO exists on a different plain to desktop SEO. Sure, keywords are critical – search engines will always operate on the stuff that’s fed into them – but other, newer dimensions such as location, device types and content formats are more critical to and indicative of the mobile web experience, and search engines are beginning to figuring out how best to harness them.

The table below illustrates some of these differences:

Dimension Mobile Web Desktop Web Mobile Search Engine Challenges
Keywords Few characters Many/Descriptive Provision of relevant content
based on sketchy user input
Locations (and Categories) Critical Not so critical Simplified presentation of
results content in relation to a user’s immediate location / need
Devices/browsers

standardization

Many varied Standardized Presentation of content in an
accessible way and assurance of a good user experience, regardless of
device and browser
Mobile site content

standardization

Poor Generally good Delivering a high quality user
experience from poorly formatted raw mobile site source material
Content formats Mobile-specific Generic Using device information to help
improve results by serving relevant content formats – eg ringtones for
a Nokia 6300, not an iPhone

This is where life as a mobile SEO gets both complicated and exciting. Complicated, because there’s more to think about. Exciting because there are more ways to influence the way that we appeal to search engines.

With the above in mind, here’s how search engines are beginning to adapt to life on the mobile web…. Fewer Keywords

According to Google’s research, the average query on Mobile Search is 15 characters long, but takes roughly 30 key presses and approximately 40 seconds to enter. This means that search engines don’t have a lot to work with when tasked with providing the user with an experience that roughly equates to the quality of desktop search.

One way in which Google and others are compensating for this lack of keyword action is by providing what’s known as ‘predictive search’ (or ‘predictive phrase/query suggestions’) in order to help users complete their queries more easily and to help them deliver more relevant search results. You may have already seen this in action: when you key in a search for ‘pizza restaurant, San Francisco’ on your phone, a little drop down – much like your phone’s predictive text writing function – attempts to ‘fill out’ your search query for you by providing a variety of options such as: ‘pizza restaurant’, ‘pizza take out’ and so on. It’s a neat way of helping users to conduct a faster search and guaranteeing the provision of relevant results.

But from a technical point of view, this new functionality presents a new SEO opportunity. Just as you might try to identify a set of keyword categories to align yourself with in the desktop web, it’s now extremely important to place yourself in the most common ‘predictive search phrases’ that are related to your business and location.


MOBILE SEO RULE NUMBER FOUR:
your task is to position yourself within a search engine’s mobile-specific ‘predictive search’ categories.

Location, Location, Location (and Categories and Content Formats)

Since a large majority of mobile searches are location and/or task specific, search engines are beginning to present their content in new ways to make results more accessible in the light of the device and user constraints mentioned above.

For example, if I search for ‘pizza San Francisco’ then Google Mobile and others are likely to present a results page like the one below, with a map at the top and (hopefully) location-related links to its side. This is a very different search experience from the desktop web. What’s happening here?

Using Google Mobile as the example, the results page is normally restricted to a list of five sites. And, as our own research has shown, mobile users don’t tend to browse deeper than the second results page. So, much like the new predictive search functionality already mentioned, what the search engine is doing is making some educated guesses on the user’s behalf to try and get them to the results it thinks they want as quickly as possible. In terms of presentation of search results, when it recognizes that we’re searching for a pizza restaurant in the Bay area, it gives a heavier bias to those sites that it thinks satisfies these location- and category-based parameters. In other words, much like the way sponsored advertisements are presented in the world of the desktop web, it’s giving a ‘featured presentation’ treatment to its top ranking sites.

In order to compensate for small screen sizes, search engines are dividing the presentation of their results content into new location- and category-based design layouts.

A different, file format- and category-based example might be a search for ‘Snoop Dog Ringtone’, whereby sites that contain ringtone file formats and are associated with the important mobile category ‘ringtones’ are picked out of a range of competing for this style of ‘featured presentation’ at the top of the normal search results. Another might be a search for ‘Flight AA100′, which – based on the extraction of special ‘micro formatted’ content and an association with the category ‘flights’ – will give the ‘featured presentation’ spotlight to certain flight-related sites.


MOBILE SEO RULE NUMBER FIVE:
your task is to identify which content categories are being selected for ‘featured presentation’ results and embed this kind of thinking into the way your content is rendered, so you can increase your chances of being a ‘feature pick.’

Device, Browser and Content Standardization Challenges

Much like the heady days of the birth of the desktop web, one of the main constraints of mobile search is not the breadth of pages available, but the lack of them and the different ways they’re built. In addition, just as in the old days, there’s a general lack of consensus around the technical specification of devices and browsers. Both of these things speak to a general lack of commonality and standardization in the mobile web site marketplace.

Unlike the desktop web today, companies are creating their mobile properties in a variety of technical flavors, using a variety of implementation techniques (with some deliberately choosing to ignore the mobile web altogether). Whilst from the device end of things, a plethora of different operating systems, form factors and browsers merrily co-exist.

From the search engine’s point of view, this makes for a tricky environment in which to deliver a high quality, standardized service – particularly if, like Google, they are trying to recreate the slickness of their desktop experience on the mobile platform. To compensate for this relative anarchy, it looks like they’re using a couple of temporary techniques to make the problems disappear: site transcoding and user agent detection.

Site Transcoding

Google Mobile, AOL, Windows Live and others use transcoding software in order to give their users a more uniform user experience. In practice this means that they have decided to impose mobile web site presentation standards of their own, and if your site doesn’t conform to them, then they will take your content and repurpose it to the design, layout and format that they feel is best suited to the user and her device.

But why go to all this bother? Well, one reason is that mobile web sites today are so varied in their presentation qualities that it’s the only way to ensure a decent look and feel. The other is that there are so few of them available, and so search engines are simply manufacturing an inventory of mobile content themselves by ‘versioning’ and repurposing non-mobile sites for mobile search use. (In this example, a transcoded version of your web pages are hosted temporarily on the search engine’s servers and domain, rather than on your web site – meaning that page URLs and links are also transcoded.)

The upshot is both good and bad news for mobile web searchers. Good in that they get more pages to search; bad in the sense that some of their transcoded results will be poorly formatted (images sliced in the wrong places, poor machine-based pagination, etc) and generally not fit for purpose. From an SEO and site owner’s perspective, however, the notion of transcoding is all bad. A potentially poor, unfit for purpose user experience will not encourage repeat visits – and so you may well prefer not to be indexed at all. But more importantly, if you’re transcoded this will add very little value to your organic SEO work as the links and URLs that are used will not even be your own (ie, the one’s you’ve probably been encouraging other people to link to), they’ll be designed and rendered by the search engines instead. For example, here’s the transcoded Google Mobile URL for a popular UK ringtone site: http://google.co.uk/gwt/n?u=http%3A%2F%2Fwww.ringtones-direct.com. Note: if a user arrives at the site via Google, then this is the URL that they would use and bookmark in their mobile browsers, not the real site owner’s URL.

User Agent Detection

User agent detection is another form of transcoding which takes your content and – if necessary – re-purposes it in the name of providing a more uniform browsing experience for various device types. For example, an iPhone has different display (and browser) capabilities to a Nokia 6300, and so mobile search engines like Microsoft OneSearch and Google Mobile will reformat key elements of your web pages – images, maps, pagination, etc – to help them fit the target device more neatly.

The implication of all this transcoding work is that those sites that avoid it by conforming to a more standardized means of mobile presentation will probably fare better when it comes to search engine and ranking. And why not, since they are the sites that are most obviously pegged as mobile at the content and code level, and, as such, are those most likely to deliver the most satisfactory search experience.


MOBILE SEO RULE NUMBER SIX:
if you’re serious about your mobile users and developing a mobile SEO strategy, it’s best to deliver a top-notch, standards-compliant site so that you avoid any search engine transcoding.
3. Mobile Web User Activity is Different

Early industry benchmarks show that mobile users conduct their searches using a disproportionately high volume of brand names and – more obviously – location- or activity-based phrase categories.

For example, the brands ‘Odeon’ and ‘Cineworld’ and the category ‘cinema’ are top of the pops in a survey conducted last year. This behavior is somewhat different from the 2007 desktop search charts from Google, where products (the iPhone) and web services (YouTube et al) were the top global performers.

As already mentioned, the mobile web is a different beast, used for different purposes, and people are searching for different sorts of things using a different sort of language and techniques. From an SEO perspective, this has a couple of very important ramifications:

Page ranking and search relevance is no longer determined by scale, but by more immediate dimensions such as location (nearness) or vertical product/business/service category suitability. We’ve already discussed these things in terms of presentation of search results, but from a search quality perspective, the corner shop is now as important as the mega-brand when it comes to providing users with a comprehensive service. In other words, Sloppy Joe’s Pizza is just as important to local a search as Domino’s Pizza. As such, it’s important for everyone to factor these elements into their SEO work so that you can show up on a search engine’s radar and take advantage of the ‘feature-style’ presentational tricks and biases that will help you compete on a more level playing field.


MOBILE SEO RULE NUMBER SEVEN:
understand the mobile-specific search phrases and categories that your mobile audience is using and optimize your content around these terms.

At the same time, much like the early desktop web, users are happy to take some guidance to overcome their navigational challenges (lack of time, small form factors and screen size restraints). We’ve already looked at ‘predictive search queries,’ but in terms of navigational aids it’s worth noting that search is definitely not the only fruit. Search may not even be the number one activity on the list when a user is trying to locate stuff on the mobile web: their primary interface is likely to be their operators’ portal or a bunch of pre-packaged vertical directories. To this end, this type of web browsing service is currently at least as important as Google, if not more.


MOBILE SEO RULE NUMBER EIGHT:
submit your site to all of the most relevant portals, directories and business listings services as these places are also extremely important sources of mobile traffic.
4. Mobile Web Site Production Best Practices are Evolving

Good mobile SEO takes traditional SEO to the next level in terms of content and code production standards. You need to make your site easily accessible, readable and understandable to a new style of search engine crawler – one that’s even more obsessed with quality and compliance.

Here’s our top tips on how to do it properly:
Make Your Code and High Level Presentation Easily Accessible

Firstly, ensure that your site is crawl-able at the code level. Use the correct headers, don’t block IP ranges unnecessarily, use the correct robots.text file instructions, and ensure that all of the pages you want to be indexed are situated in the public domain (and not restricted by things like password gateways or inaccessible splash pages). Your webmaster will know how to do all of these things, and top search engines like Google publish a good level of detail about how to make your code accessible to its mobile crawlers.

Other actions that will help your general crawl- and index-ability include:

Submitting your mobile sitemap to search engines in order to help them discover you and give them a head start when it comes to crawling and indexing. The majority of them offer help on how to do this effectively (for example, see Google’s Mobile Webmaster Help Centre).

Ensuring that your navigation scheme is easy to crawl by coding it cleanly and ensuring all of your key content sits somewhere within easy reach of the top level pages. (In general, the deeper you bury your key content within your site, the harder you make it for crawlers (and humans) to reach it.)

Ensure your content contains a sensible level of outbound links that lead to other complimentary and preferably related mobile web pages. This is a basic approach to traditional SEO that appears to be overlooked when it comes to the mobile web. It’s easily explained by the relative value of on-screen real estates: the desktop web affords more screen space in which to present outbound links, whereas the mobile experience puts screen space at a far higher premium – so why use it to entice people away? However, it’s critical not to overlook outbound links because when they’re built around the right partner sites they will help to identify you as a quality mobile property.

Submit your mobile site to DMOZ, the open directory project that’s maintained on an open source basis by human editors and used as a seeding index for many mainstream search engines such as Google, Yahoo and Teoma. If your submission is accepted it will improve your chances of mobile search engines picking up your domain and starting to crawl your site.

Encourage other, related mobile and desktop web sites to link to you, using markup that’s helpful to your overall keyword strategy. Just like the desktop web, the theory of page rank will continue to flourish on the mobile web. A link to you from a sister site is like a vote for you as far as search engines are concerned (as illustrated via Google’s proprietary PageRank algorithm – see: http://www.google.com/technology/). These ‘votes’ are even more helpful if they are built using title tags that include good, descriptive keywords – for example, ‘great pizza restaurant in San Francisco’. And they will be viewed as even more influential when they are created by popular web sites – for example, a link from a restaurant review on the Time Out web site will be more influential than a link from johnsmithblog.com. This is the most critical aspect of any SEO strategy – whether desktop or mobile.

Make Your Content More Easily Accessible

Ensure that your code is clean and that search-critical information is included in key parts of the content: for example, ‘Pizza, San Francisco’ should feature in navigation, header tags, body copy links, bold text and the like. Much like us humans, crawlers tend to read pages quickly and give at least as much importance to the way that information is presented as to the actual content on that sits on the page. So think of your content as a hierarchy of different styles and signposts, and ensure that keywords and phrases are well positioned in the overall scheme of things.

Ensure that your content layout is suitably simple for a mobile audience. No use of frames. No use of Flash, Ajax or other presentation methods that may make sense on a desktop but render the mobile experience cumbersome. Again, mobile crawlers will largely follow the browsing patterns and experiences of us humans and our phones. If we bury our key content in inaccessible layers of the page, then just as our phones will struggle to find it, so will search engine crawlers. The golden rule is don’t make anything or anyone work too hard to access your content. Different phones and different browsers will splice your content in different ways. Some search engines will decide to transcode it. So, for now, the best way to make your content accessible is to keep it simple – make your page titles, sub headers, content extracts, images and body copy suitably concise, pithy and readable to people and crawlers alike.

Introduce Some New Mobile-Centric SEO Practices

All of the above pointers should be part and parcel of any good SEO strategy. Now for the new, mobile-specific stuff.

Conform to the new W3C MobileOK (level 1.0) standards. Published in November 2007, these guidelines give your technical team all of the code-level instructions they need to make your content mobile ready. They cover everything from the creation of mobile-friendly style sheets (CSS) to correct rendering of tricky content elements such as tables and image maps. For further information, see: http://www.w3.org/TR/mobileOK-basic10-tests/. Whilst these guidelines were created to help webmasters ensure that their web sites would be accessible to mobile devices, they’re a critical part of your mobile SEO armory because they also represent the standards that most major search engines build their indexing algorithms around. In other words, you’re far more likely to be recognized, indexed and rated as a mobile site if your code is MobileOK compliant.

Use compliant markup language to ensure that the widest range of mobile devices can access, read and render your content. In mobile terms, this means WML (or WAP 1.0), xHTML ‘Mobile Profile’ (or WAP 2.0) and/or cHTML (or iMode). In short, and at a basic level, if you stick within the W3C’s MobileOK guidelines, which are based on xHTML, then you’ll be fine (as WML and cHTML are fast being superceded by this standard). In practice, good use of standards-compliant code will again ensure that search crawlers can easily ‘peg’ your site as a mobile site and thus make you more index-able and a better candidate for inclusion in search results.

Create your content with your target mobile devices and audiences in mind. This means paying more attention to shorter form factors for key important SEO content fragments such as URLs, page titles and metadata – all of which will be re-used in search results pages and so need to be suitably keyword-relevant to the search query in question, but also concise enough to be rendered and read on a mobile screen. Many mobile search engines will help you to achieve this presentation by removing standard elements in URL strings such as the “http://”.

Maximize the use of mobile-targeted page content. As mentioned above, all major mobile search engines are now beginning to build in new dimensions to their indexing methods and the presentation of their results – such as, location indicators (eg, ‘London’), content formats (eg, ringtones), and anything else that identifies your site as mobile-relevant or mobile-friendly. One key way in which you can identify your content with this type of content is to use new ‘micro format’ and ‘semantic’ markup standards such as ‘hCards’ which enable your web page content to be picked out and repurposed by external web and/or application services. For example, if you render the information within a ‘Call Us Now’ button on your mobile site as an hCard, it may be possible for your phone’s browser to re-purpose the source data for dialing a phone call. By the same token, a search engine crawler will also recognize this code-level flourish, and your wider site by implication, as a mobile-centric. For further information, see: http://microformats.org.

Building Your Mobile Site for SEO is Different (Health Warning: This is the Sales Plug!)

The best way to build your mobile web site for SEO is by using the dotMobi domain. Now, of course, as a member of the senior management team at dotMobi, you’d expect me to say this. But I can assure you that the use of a dotMobi domain, and the range of free tools that we provide to mobile site developers will, without doubt, give you the best possible platform for achieving great SEO results. Here’s why:

Building a mobile site on a dotMobi domain gives it instant recognizability and ‘findability’ to humans and search crawlers alike. Unlike other mobile domain conventions – such as ‘m.yourbrand.com’ or ‘yourbrand.com/mobile’ – the URL string ‘yourbrand.mobi’ makes your property instantly recognizable as fit for purpose, and differentiated from your separate yourbrand.com content experience. The value of this instant recognition is powerful when set in the context of the mobile user and search engine behaviors discussed above. Your quest is to stand out from the pack as mobile through and through – why leave anything to the imagination of a crawler when it arrives at your mobile site or a user when she’s presented with a bunch of confusing domain strings on a mobile search results page?

Building a dotMobi site means that your URL will automatically feature on the ‘zone files’ that we maintain for ICANN (the meta-Internet registry organization), and which are regularly requested by mobile search engines, directories and other sites and services as ‘seed lists’ for the indexing of mobile-centric web sites (in much the same way as they use DMOZ). In other words, the use of a dotMobi domain will automate the beginnings of your search engine and web directory submission process – in fact each month these log files are requested by around 5,000 interested parties.

The use of a dotMobi domain will help you to keep your URL strings concise and tidy, which in turn will help with user accessibility and usability. Whilst this might seem a trivial point, in practice it can be profound. As already mentioned, the average search query is 15 characters long, but takes roughly 30 key presses and approximately 40 seconds to enter. People are pre-programmed to cut corners and reduce the effort when it comes to text entry on a phone. Making your domains as short as possible is infinitely desirable in this context. And so ‘yourbrand.mobi’ (14 characters) has an important competitive edge over both ‘yourbrand.com/mobile’ (21 characters – or 33% more effort) and ‘m.yourbrand.com’ (15 characters).

The use of a dotMobi domain ensures that best practice coding standards are built in at source. In fact, we make many of the key implementation guidelines found in the W3C’s MobileOK specification a mandatory requirement for using a dotMobi domain. We outlaw the non-compliant stuff like the use of frames, and request that your content validates in xHTML and renders without the use of ‘www’- or we simply won’t allow you to publish your site using the dotMobi domain. In practice this means that we can assure search engines and users that dotMobi sites are built to a certain mobile-centric standard, which is something that other mobile domain conventions can never provide. As such, we’re making dotMobi a hallmark for the mobile internet – which over time will underscore all of the findability, usability and accessibility benefits mentioned above.

Last but not least, our world class development team here in Dublin has put together what we think of as a mobile web site compliance tool on steroids: ready.Mobi. ready.Mobi takes all of the W3C MobileOK compliance guidelines and wraps them up in powerful (desktop) web-based testing environment that adds a variety of extra ‘mobile ready’ compliance functions such as mobile sitemap validation and a bunch of compliance scoring dashboards and detailed compliance reports. In short, ready.Mobi helps your development team deliver the best possible mobile experience for both search crawlers and real mobile users in the fastest possible timescales. It’s an awesome toolset for anyone who’s serious about building mobile compliant web site.

Ref : mobiThinking™

Posted in Mobile SEO | Tagged: , , , , | Leave a Comment »

Difference Between Mobile Search and Desktop Search

Posted by Dhrub Raaj on August 9, 2010

Mobile search engines have different bots and algorithms than those used for traditional web search. They evaluate your website as if it was being rendered on a mobile phone, and they rank results partially based on how well the page will render on the type of phone that submitted the query. (As well as many other issues)

Users accessing the Internet via desk top PC’S or laptops are in a totally different mindset from their mobile counterparts. Generally, PC users will spend large chunks of time in a fixed location and may spend hours searching and researching.

The PC experience is much more tolerable, searching from the comforts of your home or office is much more enjoyable than trying to navigate a 2-4 inch touch screen while walking down a busy street or riding on a bus.

PC users have more time on their hands. When you are on the go you probably have a task to accomplish and you are usually in transit. Mobile users “snack” on the internet in small browsing sessions, and generally access the web when they need a quick answer. Now you can start to imagine why ads that you have strategically set up with PC users in mind may not be as effective in an AdWords’ mobile campaign.

Google is going mobile in a big way. Following the announcement of the Nexus One, the official Google phone, and the acquisition of “AdMob”, Google is ready to make some serious moves on the small screen.

Soon after the iPhone launch in 2007, Google introduced a new feature in the AdWords “Settings” tab. This feature enabled online advertisers to syndicate AdWords ads to mobile phones. With the flip of a switch, online ads could be displayed on browser-based handsets around the world. This was just the first of many steps that have been taken by Google to facilitate effective adverting on mobile handsets.

Ref : Interleado

Posted in Mobile SEO | Tagged: | 1 Comment »

Mobile SEO strategy : Design a Website for the Mobile Platform

Posted by Dhrub Raaj on August 9, 2010

The introduction of the iPhone changed the way we surf the web on our mobile handsets. Now days, Cell phones and smart phones are used to discover and interact with brands. More people are using their cell phones as portable computers. The mobile web revolution is all set to come. Number of mobile internet users is going to be almost double till 2010.

Mobile SEO will focus heavily on traffic as a measure of success. Search engine optimization for mobile phones and handheld gadgets is not very diverse from usual SEO. But due to limited screen size on the mobile phones, websites should be optimized in order to be rendered by the search engine spiders. By making our website more appealing to mobile search and attacking rendering issues on different mobile devices we can greatly increase our chances of being found for different key word searches.

The Googlebot-Mobile has different user agents that can rank pages differently. In some cases, different handsets will have different search results based on the evaluations that Google makes with those different user agents.

Mobile SEO strategy

Mobile web strategy and visibility relies hugely on the design of our website. Mobile browsers are a lot like the web used to be; mainly text and links. It is necessary to use separate CSS files for mobile and on screen rendering.

Few points that we should keep in mind when designing our CSS for handheld web browsers in mobile:

  1. We have very limited screen real estate. About 2×3 inches or so.
  2. All fonts should be in their most basic format. Just forget about color and typography.
  3. All images should be stripped out, unless they are absolutely necessary.
  4. Get rid of all advertising as we already have limited screen space.
  5. If we don’t need it, hide it. Remove any Google Friend Connect, Facebook Fan Box or other third party services. Focus on only in content.
  6. Remove all background colors. Basic black text on a white background is good.
  7. Create basic forms. My advice would be to remove them and just showcase the phone number. They are on their cell phone after all.
  8. Remove Flash, Java and any plug-in content unless absolutely necessary.
  9. All in all, simplify.

Here are a few options, if you want to view your site as if you were on a mobile browser:

  • Web Developer extension for Firefox. It allows you to overwrite the web style sheet with the handheld one if a site has one. If not, it’ll just show the site without any CSS styles.
  • iPhone simulator called iPhoney. It looks cool, but since the iPhone really doesn’t render a striped down version of a site, it’s more of a toy.
  • Opera Mini browser. There is an online version and it’s free. Simply put in a URL and it’ll render a website as if it was on a mobile phone.

The Opera Mini browser has a small screen, shows handheld versions of style sheets and all in all, it does a great job at giving you what a real phone will show.

For businesses, just ensure that we set up a mobile site with basic features that include: Text, graphics and video. “Click to call ads” is hugely important now due to the increase in real time and location based searching. With Google’s new “Click to Call” ads, businesses can now be found by local search and simply called directly from a handset with the click of a button whilst the user is still on the search listings page.

To begin targeting mobile audience, we could create a secondary mobile style sheet for our traditional site, and call it “handheld.css.” This will allow us to format our existing pages for viewing on a mobile phone without having to create separate mobile content. This method allows us to use the SEO value that we already have on our existing site without creating new pages.

It is essential to include a mobile site map to let Google know that we are targeting a mobile audience so it can index our webpage on different handsets accordingly. Google has a tool that can help us to build a mobile sitemap. If we are using multiple markup languages, for instance XHTML and WML we should submit a separate mobile sitemap for each language that exists on the site, this makes it easier for indexing and for better visibility across multiple handsets.

As part of our mobile SEO efforts, it is necessary to ensure that “Page Titles” are optimized with relevant keywords being used by our mobile audience; “Landing pages” are optimized with relevant keywords being used by our mobile audience. Remember that our mobile audience browsing habits are completely different to your traditional desktop searcher.

We can use Google Mobile AdWords to promote our brand via mobile ads. Sponsored search results on Google Mobile work on a pay per click as well as a pay per call basis. But with more and more people using different search application for handsets it remains to be seen if Google AdWords and other sponsored ad platforms will be a success on mobile handsets.

We should make a link between the traditional site and the mobile site with a text link. It is important that the link goes page-to-page rather than from any page on the traditional site to the home page of the mobile site, or vice versa.

Risks in Mobile SEO

Constructing a copy of our website and putting it on a subdomain, risks duplicate content issues. But it is good for us that in many cases the mobile search engines are not smart enough to understand the duplication.

The best thing to do to try to combat duplication is to try using the canonical tag to push all the SEO value from our mobile site back to our traditional site, and then rely on our browser detection and redirection to take care of the rest.

The small risk here is that this could damage our rankings for searches on the less sophisticated phones, because we are pushing all the SEO value to the non-mobile content.

Now, we could use our robots.txt file to block the traditional crawler from reaching our mobile content, and potentially also blocking the mobile crawler from accessing our traditional content. This can be a bit risky, but could also improve the efficiency of both crawlers, keeping them focused on the content that is most relevant to them.

Mobile PPC advertising is more prominent on the search results on Google. Visitor habits, though tend to drive more clicks to organic results on ordinary browsers. This could change for Internet access from handheld devices. It is therefore advisable to build a comprehensive mobile search marketing strategy with both SEO and mobile PPC to maintain a strong presence in this media. Know about difference Between Mobile Search and Desktop Search by clicking here

Ref : BrainPulse Technologies ™, Interleado

Posted in Mobile SEO | Tagged: , , , , , | 1 Comment »

 
Follow

Get every new post delivered to your Inbox.