My App Store SEO Experience

Many people often ask me why I publish a magazine about app development and marketing.  After all, by training, I’m a medical doctor so the world of apps is as far removed from my training as… well I couldn’t think of a good metaphor.  Obviously I’m passionate about the subject, it’s an industry that is still in its infancy and for me at least it is exciting.  But for me publishing the magazine is an educational process, a means to learn from the experts.  But what good is learning though, without doing?  That of course is the ultimate aim.

So recently I launched my first application and of course the question was how to market it.  I was really interested to learn about App Store Optimization (ASO), since I already have a good grasp of regular SEO and I knew the potential benefits.  For one, ASO is relatively easy and time efficient.  As opposed to reaching out to press, knocking on peoples’ doors, choosing the right keywords can lead to a passive and hopefully steady stream of traffic.  Of course this traffic is also free, which is another great bonus.

Initially I scoured the internet for resources – one of note was Tomasz Kolinko’s SlideShare series, which helped give a good foundation of the basics.  I used a combination of sources to create my keyword list, including the Google Adwords Keyword Tool, Xyologic and Apptrace (detailed explanations about how to use these can be found in Issue 2).

Interestingly during the submission process to Apple, a “bug” caused most of the carefully handpicked keywords that I chose to be deleted.  We debated whether to release the application or not, but my partner and I decided to go ahead and release it, even in these far from optimal conditions because our whole aim with this app was just to get it “out there” and learn.

When we released the app initially, with most of the keywords missing, we were getting a massive 3 downloads per day.  At $0.99 a pop, it would take us a long time to recoup our initial investment.  In the meantime we were busy preparing an update, fixing some bugs that we found in the app as well as updating the keywords.  After releasing the new version of the app, with all the keywords carefully selected and in place, our downloads shot up to a peak of 30 downloads per day – an increase of around 1000%!  (Since then the keyword rankings have changed and the average is a lower, although still much higher than the baseline…)

Effect of App Store SEO
The red dot indicates the app update. Dramatic change in app downloads after update due only to ASO.

While we are very happy with the results, the app that we initially released was in a challenging area to optimize as well.  From hearing the experience of others and also personally consulting for other app developers, I have seen repeated success from careful keyword selection and optimization.  A friend and fellow magazine publisher, Meron Bareket of Inspiring Innovation Magazine also experience a similar increase of over 700% in downloads.  Matt Clark, a successful internet marketer who has started publishing apps, managed to double his downloads using just one tweak that I suggested.  There is no doubt in my mind that ASO works and should be an important part of any app marketing campaign.

In fact, to strengthen the importance of ASO in your mind, recently Nielsen release a poll showing that 57% of people downloaded apps by “searching” the App Store, which was the highest driver of app downloads along with suggestions from friends or family.  However, this should be taken with a grain of salt, since Nielsen means by “search” both browsing as well as actually searching using the search box.  Matthaus Krzykowski of Xyologic estimates that around 50% of downloads are driven through search and the other 50% by browsing the featured section or app charts.  Apple is also placing increasing importance on search, having bought App Store search engine Chomp as well as placing search more prominently in the latest iOS 6 update.

Search is important and is going to become more sophisticated and prominent in app discovery.  There is no doubt about that.  In the meantime you should start learning about App Store SEO.  There are a couple of common mistakes that you can take action on and fix straight away.

For one, PLEASE make sure that you aren’t repeating keywords.  Taking a step back, just to be clear, keywords are words that appear both in the app name and in the keyword field in the app meta data.  So if you have a keyword in your app name, there is no need to repeat this again in the keyword field, which is limited to only 100 characters (or bytes).

This brings me on to the next critical point, which is to make the most of the limited space in the keyword field.  There is no need to input whole phrases, such as “learn to play the banjo” and “banjo lessons“.  Instead, if you were targeting these same phrases, you should enter the keyword each as separate words:  learn,to,play,the,banjo,lessons.  Apple will automatically mix and match between the words to make up whole phrases.  These are probably the two most basic and critical mistakes I’ve seen.

So, what’s in Issue 4?  Issue 4 is part 1 of 2 in a series on App Store Optimization.  It was a pleasure to work with the leading experts in the field of ASO, including Tomasz Kolinko of AppCod.es, Alex Malafeev of AppStoreRankings.net, Ian Sefferman of MobileDevHQ and Gabriel Machuret, author of the book ASO Ninja.  Plus, there’s much more install…

make app magazine issue 4 cover

If you haven’t checked it out yet, then make sure to download MAKE APP Magazine on the App Store.

 

How To Create A Banner For iOS Apps On Your Website (Smart App Banners)

Apple recently released an awesome feature to allow developers to promote their apps from their websites.  It is extremely easy and quick to create the banners for your iOS apps on your website – it literally involves implementing one line of code and voila!  This feature is known as “smart app banners” and is part of the new feature offering of iOS 6.

Some caveats:  these banners appear only on iOS (not OS X) powered devices and only on Safari based web browsers.  So for browsers using the Chrome browser these smart app banners won’t display.  The banners are “smart” because they are linked into information from the App Store. For example if you have the app installed already, the button will say “Open” and if the app in not currently installed on your device the button will display the “view” an clicking on it will lead the user straight to your app’s entry in the App Store.  In other words the smart app banner is a kind of extension of the App Store itself, nicely promoting your app from your website.

You can see an example below of how the Smart App Banner appears on a website.

how smart app banners appear on websites

The smart banners also have a “close” button so that if the ad is annoying users they can easily dismiss it.  Once closed the ad won’t display again.

How To Create Smart App Banners For Your Website

In under 5 minutes you can have your smart app banner up and running.  This is the outline of the code that you will need to insert into the <head> section of your website.

<meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">

Simply replace the “myAppStoreID” with your App Store id.  If you don’t know how to get this, you can either go into iTunes Connect, click on “Manage Your Applications” and then click on the app in question.  In the top section under “Identifiers” you’ll see your App Store ID listed.   Alternatively, go to your iTunes listing on the web and grab the number that appears straight after “id” in the url.

If you have an affiliate ID number you can insert that instead of “myAffiliateData”.  The app argument section is a bit more advanced, that allows you to pass information to your app once it launches.

As an example, this is how the code appears on my own website:

<meta name="apple-itunes-app" content="app-id=548200639 affiliate-data=1720307">

That’s it!  In under 5 minutes you can have your smart app banner set up!

To see how the banner looks on this site, just open up makeappmag.com on your iOS device using Safari.

Comment below and let me know what you think of the smart app banners.

Should everyone use it?  Is there a case for NOT using it?