<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>Modea Blog</title>
    <link>http://www.modea.com/blog/</link>
    <description>See Modea's use of innovative technology in action on our digital advertising blog.</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-11-20T15:01:54+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Cross Platform Development Tools</title>
      <link>http://www.modea.com/blog/cross-platform-development-tools</link>
      <guid>http://www.modea.com/blog/cross-platform-development-tools#When:15:01:54Z</guid>
      <category>{categories}</category>
      <author>Daniel Flynn</author>
      <description><![CDATA[

	
	<p>
	Since the number of mobile applications on the market has reached over 1 million on Android and iOS platforms alone, companies and businesses are forced to reckon with the preferences of mobile consumers.&nbsp; With <a href="http://www.consumerbarometer.com/#?app=graph&amp;req=getMetricData&amp;metricId=44,31,27,45&amp;countryId=25">44% of people in the United States </a>owning a smartphone developers are presented with a pressing question: How can our apps reach as many users as possible without writing a completely custom version for each platform?</p>
<p>
	<br />
	Unless you happen to be fluent in the plethora of programming languages needed to develop for each of the main mobile contenders (or have recently developed the means to clone yourself) then you have certainly faced this problem. Luckily for us mere mortals there has been great advancements in the world of cross platform development.</p>
<p>
	<br />
	Platforms like Appcelerator&rsquo;s Titanium, PhoneGap, and Corona (to name a few) allow coders to develop a single code base that can be deployed to almost all of the current mobile operating systems. Here is a quick overview of some of the big players currently vying for your attention, download, and development.</p>
<h2>
	<br />
	PhoneGap</h2>
<p>
	<br />
	PhoneGap is a platform that utilizes technologies web developers already know and love and gives them the ability to access native features in a mobile web view, allowing for rapid prototyping and development.</p>
<h3>
	<br />
	Strengths:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		Simple API with clear, concise documentation allowing for easy development</li>
	<li>
		Easy plug-in development and usage</li>
	<li>
		Very low learning curve with immediate results</li>
	<li>
		Utilizes popular known languages and standards (HTML, CSS, Javascipt)</li>
</ul>
<h3>
	<br />
	Weaknesses:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		The mobile web view performance is variable from device to device, and even from platform to platform</li>
	<li>
		No access to native UI elements, users must render out their own, or rely on jQuery Mobile or Sencha Touch for native-quality UI performance</li>
	<li>
		Will eventually be overtaken with the advancement of HTML5 and CSS3 as in-browser experiences gain access to native features such as the Camera (getUserMedia), Accelerometer (getDeviceOrientation), and many more on the way</li>
</ul>
<h2>
	<br />
	Appcelerator Titanium</h2>
<p>
	<br />
	Titanium Mobile is a high level javascript runtime and API that utilizes the existing native UI widgets, where appropriate, without the unnecessary need to learn how to use platform-specific references and API&rsquo;s.</p>
<h3>
	<br />
	Strengths:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		Utilizes a high-level programming language (javascript).</li>
	<li>
		Uses common UI elements that do not require CSS or OpenGL to render and slow down user interaction with the application.</li>
	<li>
		Extensive API with most native features implemented and extended into Titanium out of the box.</li>
</ul>
<h3>
	<br />
	Weaknesses:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		It is currently only being built out and available for what Appeclerator deems as &ldquo;the most critical mobile platforms.&rdquo;</li>
	<li>
		API documentation is still not optimal, you will have trouble finding out the necessary information you need to begin development, which leads to a very large learning curve.</li>
	<li>
		Their mobile web browser support is still being tweaked and developed. Appcelerator recognizes they lack quality in this area, but they are continually working on fixing and optimizing Titanium.</li>
</ul>
<p>
	<br />
	If you haven&rsquo;t heard of these guys, you will soon. They just recently <a href="http://techcrunch.com/2012/10/18/move-over-twilio-att-integrates-speech-messaging-and-payment-apis-into-appcelerators-developer-platform/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Techcrunch+%28TechCrunch%29">signed a deal with AT&amp;T</a> that allows them access to speech, mobile messaging, and mobile payment services.</p>
<h2>
	<br />
	Corona</h2>
<p>
	<br />
	Corona SDK is a mobile development platform geared towards creating mobile games on multiple platforms in a rapid manner allowing for smaller code to do much more.</p>
<h3>
	<br />
	Strengths:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		Large and well documented API that is easy to utilize</li>
	<li>
		Built-in physics, Facebook Connect, maps, push notification, in-app purchases and many more game oriented features built in</li>
	<li>
		Automatically handles display scaling from device to device</li>
</ul>
<h3>
	<br />
	Weaknesses:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		Only geared towards game development, so there is no options for data driven applications</li>
	<li>
		Requires learning a new branch of ECMA scripting language, Lua</li>
</ul>
<h2>
	<br />
	Sencha</h2>
<p>
	<br />
	Sencha is a set of tools that utilizes JavaScript frameworks in combination with its own design elements to create HTML5 applications for mobile.</p>
<h3>
	Strengths:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		Gives you access to pre-made UI elements</li>
	<li>
		Comes with an easy to use IDE that allows you to customize the web view quickly</li>
	<li>
		Can be used in tandem with PhoneGap or Titanium if desired</li>
</ul>
<h3>
	<br />
	Weaknesses:</h3>
<p>
	&nbsp;</p>
<ul>
	<li>
		Very limited native features to choose from and develop</li>
	<li>
		Although the documentation is very thorough, development time and the learning curve is higher than most other platforms</li>
</ul>
<p>
	<br />
	This is in no way a definitive list of platforms that are being developed to make your life easier in cross platform development. There are quite a number of platforms not discussed here such as appMobi, Tiggzi, appmakr, and iBuildApp that have REST API&rsquo;s, HTML5 development, and click-to-create interfaces if that fits your needs and expertise. Ultimately it&rsquo;s the tools that you use that will make a difference. So I urge you to go, research, code, conquer the world of cross mobile development!</p>
<p>
	&nbsp;</p>
<br />
<p>
	&nbsp;</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-11-20T15:01:54+00:00</dc:date>
    </item>

    <item>
      <title>Blendamaze to be Newest iOS Game Addiction?</title>
      <link>http://www.modea.com/blog/blendamaze-to-be-newest-ios-game-addiction</link>
      <guid>http://www.modea.com/blog/blendamaze-to-be-newest-ios-game-addiction#When:19:47:44Z</guid>
      <category>{categories}</category>
      <author>David Catalano</author>
      <description><![CDATA[

	
	<p>
	With the recent release of the iPhone 5 and iOS 6, there has been a ton of buzz surrounding Apple lately. But, in the midst of all the Apple press, will a new game addiction enter the spotlight? Meet Blendamaze - a hybrid of Paint Pallette &amp; Labyrinth.</p>
<p>
	Blendamaze takes color theory and turns it into a fun &amp; engaging puzzle. With over 100 different levels, and over 35 GameCenter achievements, this game is sure to be in the running to be the next &lsquo;Angry Birds&rsquo; or &lsquo;Draw Something&rsquo;.&nbsp; Don&rsquo;t believe us? Check out the video here:</p>
<p>
	&nbsp;</p>
<div class="embed_media">
	<iframe allowfullscreen="" frameborder="0" height="360" src="http://www.youtube.com/embed/TocvCW-jqeE?feature=player_detailpage" width="640"></iframe></div>
<p>
	&nbsp;</p>
<p>
	Blendamaze is a product of BorderLeap Games, a company founded by former Modean Nate Dicken. Blendamaze is now available for <a href="http://mod.cm/NQATMe" target="_blank">download in the iOS app store on iTunes</a>.</p>
<p>
	&nbsp;</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/blendamaze-screen1.png" style="width: 480px; height: 320px; " /></p>
<p>
	&nbsp;</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/blendamaze-screen2.png" style="width: 480px; height: 320px; " /></p>
<p>
	&nbsp;</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/blendamaze-screen3.png" style="width: 480px; height: 320px; " /></p>
<p>
	&nbsp;</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/blendamaze-screen4.png" /></p>
<p>
	&nbsp;</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/blendamaze-screen5.png" /></p>
<p>
	&nbsp;</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-09-27T19:47:44+00:00</dc:date>
    </item>

    <item>
      <title>Just Pin It | The Pinterest Lifestyle Infographic</title>
      <link>http://www.modea.com/blog/just-pin-it-the-pinterest-lifestyle-infographic</link>
      <guid>http://www.modea.com/blog/just-pin-it-the-pinterest-lifestyle-infographic#When:19:00:51Z</guid>
      <category>{categories}</category>
      <author>Modea Social Media Gurus</author>
      <description><![CDATA[

						<img src="/images/modea/site/uploads/logos/pinterest_infographic_thumbnail.png" alt="image" />
			
	<p>
	Ever wonder who&rsquo;s on Pinterest?&nbsp;&nbsp;We did.&nbsp;&nbsp;That&rsquo;s why we created our first <a href="http://www.modea.com/blog/pinterest-infographic" target="_blank">Pinterest Infographic: Pinning = Winning</a> in February, which visualized the power and growing popularity of this social media platform.&nbsp;&nbsp;Now we&rsquo;ve put together a new Pinterest infographic that takes a deeper look into the lives of Pinterest users, revealing everything from where they purchase their groceries to which mobile provider they use.&nbsp;&nbsp;Learn who&rsquo;s visiting Pinterest, how they access information, their shopping and leisure habits, and much more.&nbsp;&nbsp;We even compared these habits to internet users at large, so you can get a handle on what is unique about Pinterest visitors.</p>
<p>
	<a href="http://www.modea.com/images/modea/site/uploads/logos/pinterest_partdeux-infographic.png" target="_blank"><img alt="pinterest users-the infographic" src="/images/modea/site/uploads/logos/pinterest-lifestyle-infographic-small.png" style="width: 630px; height: 2457px;" /></a></p>
<p>
	<a href="http://www.modea.com/images/modea/site/uploads/logos/pinterest_partdeux-infographic.png" target="_blank">View full Pinterest Infographic</a><br />
	&nbsp;</p>
<p>
	What insights do you find most surprising? How will Pinterest fit into your overall marketing strategy?</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-06-05T19:00:51+00:00</dc:date>
    </item>

    <item>
      <title>Rich Snippets and Microdata: SEO Today – The Ultimate Guide, Part Two</title>
      <link>http://www.modea.com/blog/rich-snippets-and-microdata-seo-today-the-ultimate-guide-part-two</link>
      <guid>http://www.modea.com/blog/rich-snippets-and-microdata-seo-today-the-ultimate-guide-part-two#When:17:49:29Z</guid>
      <category>{categories}</category>
      <author>Chris Tallman</author>
      <description><![CDATA[

						<img src="/images/modea/site/uploads/logos/search-social-graphic_preview.PNG" alt="image" />
			
	<p>
	To sum up <a href="http://www.modea.com/blog/relauthor-relpublisher-seo-today" target="_self">Part One of the Ultimate Guide</a>, the internet marketing industry sits right in the middle of an intense collision of search (as we&rsquo;ve henceforth known it), social, and rich web experience.</p>
<p>
	We&rsquo;ve got the tools to inject our great content right into the mix, and I briefly explained a few markup tactics that can give Google and other search engines the information they need to put your content in the right place, in front of the right people.&nbsp; In part two of this three part post, I&rsquo;ll explain what actually happens with all that extra effort, thought, and code that we&rsquo;re being asked to put forth, and why it&rsquo;s totally worth it.</p>
<h2>
	Schema.org: Rich Microdata Support</h2>
<p>
	<img alt="schema.org" src="/images/modea/site/uploads/logos/schema-org.PNG" style="width: 150px; height: 48px; " /></p>
<p>
	In <a href="http://www.modea.com/blog/relauthor-relpublisher-seo-today" target="_self">Part One</a>, I spoke of a collaborative initiative by search engines (Google, Yahoo!, and Bing) to support rich meta data (microdata) for webmasters to describe and represent their great content in much more detail than ever before. This <a href="http://googlewebmastercentral.blogspot.com/2011/06/introducing-schemaorg-search-engines.html" target="_blank">move to support schema.org vocabulary</a> essentially means that search engines have identified a way to more consistently identify the subject matter and/or properties of a piece of content. In plain English, they&rsquo;re encouraging webmasters to markup as much relevant information about their content as they can, to give more signals to bots looking for relevant content.&nbsp;<br />
	From Google&rsquo;s blog:</p>
<address>
	&ldquo;Adoption by the webmaster community has grown rapidly, and today we&rsquo;re able to show rich snippets in search results more than ten times as often as when we started two years ago.<br />
	We want to continue making the open web richer and more useful. We know that it takes time and effort to add this markup to your pages, and adding markup is much harder if every search engine asks for data in a different way. That&rsquo;s why we&rsquo;ve come together with other search engines to support a common set of schemas,&rdquo;</address>
<p>
	Just to clarify, by markup, I mean the addition of code that alerts the bots to where important information is. This doesn&rsquo;t necessarily mean you need to go &ldquo;data graffiti-ing&rdquo; all around your content and add every bit of information that you can possibly fit.&nbsp; In fact, if you do too much, you may be penalized! In this supplemental post on <a href="http://www.handshake20.com/2012/04/content-as-seo.html" target="_blank">content optimization</a>, see a quick rundown of hints, tools, rules, and suggestions that Google has given us recently. As a rule of thumb, give your users what they want, and nothing more. Of course that&rsquo;s easier said than done!</p>
<p>
	<img alt="html source code" src="/images/modea/site/uploads/logos/html-source-code.jpg" style="width: 400px; height: 300px; " /></p>
<p>
	We must realize that the support of such markup as rel=author directly ties in to Google&rsquo;s (and as referenced in the article, <a href="http://googlewebmastercentral.blogspot.com/2011/06/introducing-schemaorg-search-engines.html" target="_blank">other search engines</a>) push towards richer back-end meta data in general, and it is extremely important to start using this rich data now. Right now.</p>
<h2>
	Rich Snippets</h2>
<p>
	I spoke in <a href="http://www.modea.com/blog/relauthor-relpublisher-seo-today" target="_self">Part One</a> of a reward. What does Google do with all of that extra data? What&rsquo;s in it for you or your clients, and is it worth hours of development time?&nbsp; Well, if you&rsquo;re relevant in a search, and you&rsquo;ve got appropriate back-end data in place, it shows. Literally. Enter the <strong>rich snippet</strong>. You&rsquo;ve probably interacted with quite a few rich snippets in your Googling career, whether you realized it at the time or not. Below are a few examples of authorship snippets from the search &lsquo;<strong>what is a rich snippet</strong>&rsquo;; notice they take different forms):</p>
<p>
	<img alt="matt cutts rich snippet example" src="/images/modea/site/uploads/logos/matt-cutts-rich-snippet-example.PNG" style="width: 521px; height: 94px; " /></p>
<p>
	An authorship rich snippet for <a href="http://www.mattcutts.com/blog/" target="_blank">Matt Cutts</a>.</p>
<p>
	<img alt="joost de valk rich snippet example with video" src="/images/modea/site/uploads/logos/joost-de-valk-rich-snippet-example.PNG" style="width: 527px; height: 155px; " /></p>
<p>
	An authorship rich snippet from <a href="http://yoast.com/rich-snippets-everywhere/" target="_blank">Joost de Valk</a> containing a video.</p>
<p>
	According to <a href="http://www.youtube.com/watch?v=A-kX0Aut-18&amp;feature=youtu.be" target="_blank">Google&rsquo;s official video on rich snippets</a>:</p>
<p>
	<em>&rdquo;The purpose of rich snippets is to present users with more information about the content that exists on a page so that they can better decide which result is most relevant for their query. And this may result in additional traffic to your site.&rdquo;</em></p>
<p>
	This is very telling, and a beacon to webmasters who want their content to be a relevant part of that decision!&nbsp; <strong>Part 3</strong> will discuss the decision portion of this in much more depth.</p>
<p>
	In the meantime, what <em>is</em> a rich snippet? Exactly what it sounds like &ndash; a snippet, or search engine result, with rich content in it. They can take the form of numerous different enhancements, based on the type of content being searched for. The most popular rich snippet is the aggregate rating snippet, which shows ratings in stars. But there are many other kinds as well.</p>
<p>
	<img alt="aggregate rating snippet example - lacie little big disk" src="/images/modea/site/uploads/logos/aggregate-rating-snippet-example-lacie.PNG" style="width: 487px; height: 158px; " /></p>
<p>
	Shopping result for &lsquo;lacie little big disk&rsquo; (<a href="http://www.lacie.com/">LaCie</a>) containing the aggregate rating snippet.</p>
<p>
	<img alt="event snippet example death cab for cutie" src="/images/modea/site/uploads/logos/event-snippet-example-death-cab.PNG" style="width: 476px; height: 118px; " /></p>
<p>
	Event snippet result for <a href="http://www.deathcabforcutie.com/tour" target="_blank">Death Cab for Cutie</a>, and in the same search (&lsquo;<strong>death cab for cutie</strong>&rsquo;), a music result for the band:</p>
<p>
	<img alt="music snippet example death cab fur cutie myspace profile" src="/images/modea/site/uploads/logos/music-snippet-example-death-cab.PNG" style="width: 523px; height: 191px; " /></p>
<p>
	NOTE:&nbsp; This result is for the <a href="http://www.myspace.com/deathcabforcutie" target="_blank">band&rsquo;s MySpace page</a>. It is VERY important to pay attention to these &ndash; while this could easily just represent the band&rsquo;s digital strategy, if it so happened that they wanted to use their own site to provide their brand experience here in the SERP (Search Engine Results Page), it would be <strong>absolutely necessary</strong> to optimize their site&rsquo;s content with rich microdata just as MySpace has done in this case.</p>
<p>
	Death Cab, if you&rsquo;re reading, <a href="http://www.modea.com" target="_self">Modea</a> can do this for you! Drop us a line.</p>
<p>
	And what MySpace has implemented here, they&rsquo;ve done so site-wide, which will give all of their music content similar rich snippets (see below). Last.fm has the <a href="http://www.last.fm/music/Radiohead" target="_blank">same type of profile markup</a> - nicely played, <a href="http://www.myspace.com/" target="_blank">MySpace</a> and <a href="http://www.last.fm/" target="_blank">Last.fm</a>.</p>
<p>
	<img alt="music snapshot example radiohead myspace profile" src="/images/modea/site/uploads/logos/music-snippet-example-myspace-radiohead.PNG" style="width: 528px; height: 188px; " /></p>
<p>
	&nbsp;</p>
<p>
	<img alt="music snippet example radiohead last.fm profile" src="/images/modea/site/uploads/logos/music-snippet-example-lastfm-radiohead.PNG" style="width: 490px; height: 189px; " /></p>
<p>
	I&rsquo;m sure you get the picture here, and that picture is that really anything is possible in SERPs if your content is described in the right way. And we can use the schema.org structure for just about any type of content, from movie showtimes, to actor names, to other social media links &ndash; the point is that Google just wants to provide additional utility right in the SERP, and it can only help those who are prepared!</p>
<p>
	The full list of currently supported <a href="http://schema.org/docs/schemas.html" target="_blank">schema types</a> and how to <a href="http://schema.org/docs/documents.html" target="_blank">implement them</a> is publically available, as is the <a href="http://schema.org/docs/full.html" target="_blank">type hierarchy</a>.&nbsp; The implementation examples are very high level, feel free to refer to <a href="http://www.modea.com/blog/relauthor-relpublisher-seo-today" target="_self">Part One of this post</a> for more examples.</p>
<h2>
	The Rich Snippets Testing Tool</h2>
<p>
	Now you know what these things are, and you implemented all the markup I keep linking to. How do you know if it worked (aside from all the additional code you generated)?</p>
<p>
	The first sign that authorship and other microdata is important to Google &ndash; they have <a href="http://www.google.com/webmasters/tools/richsnippets" target="_blank">provided you a tool</a> to test your markup effectiveness! This tells us that Google really values the rich data we&rsquo;ve provided, enough in fact to put some development time and thought into it. While it&rsquo;s limited for now, and based on what microdata Google can find, it&rsquo;s a sign that authorship and other rich data (see the image!) is very valuable to Google. This tool is available to any <a href="http://www.google.com/webmasters/" target="_blank">Webmaster Tools</a> user free of charge.</p>
<p>
	<img alt="rich snippet testing tool window" src="/images/modea/site/uploads/logos/rich-snippet-testing-tool-window_small.PNG" style="width: 630px; height: 151px; " /></p>
<p>
	It&rsquo;s pretty simple: you enter the URL in question, and this tool will tell you whether or not your rel=publisher or rel=author implementations were successful (remember though, even though my markup is confirmed here, I won&rsquo;t get a verification badge because I don&rsquo;t have enough Google+ love [1,000 circles or +1 required]):</p>
<p>
	<img alt="rich snippet test - rel=publisher verified" src="/images/modea/site/uploads/logos/rich-snippet-test-rel-publisher-verified_small.PNG" style="width: 630px; height: 262px; " /></p>
<p>
	The tool gets even more granular when you put in a URL of a content page (as a best practice, each important piece of content should have its own page). Most often, these are in the form of blog posts, articles, portfolio pieces, or other specific creative works.</p>
<p>
	Currently, the tool can detect schema.org markup for applications, authors, events, movies, music, people, products, recipes, reviews, and TV series, and even show you a preview of your rich snippet (minus the description)! Below is an example of a content-containing page, and you can see that the tool recognizes my authorship markup (the example site in the shots below is no longer up, it was used as a test domain. My site will re-launch soon).</p>
<p>
	<img alt="rich snippet tool - blog post author markup verified" src="/images/modea/site/uploads/logos/rich-snippet-tool-blog-post-author_small.PNG" style="width: 630px; height: 448px; " /></p>
<p>
	The tool will parse your code to look for any other rich snippet items. I didn&rsquo;t have any in my particular article, but below is an example from <a href="http://www.craigbradford.co.uk/" target="_blank">Craig Bradford</a>&nbsp;(<a href="http://www.seomoz.org/blog/schema-examples" target="_blank">via Schema.org - Why You&#39;re Behind if You&#39;re Not Using It...</a>)</p>
<p>
	<img alt="craig bradford's rich snippet data example" src="/images/modea/site/uploads/logos/craig-bradford-rich-snippet-data.png" style="width: 350px; height: 318px; " /></p>
<p>
	As you can see, this level of detail is an extremely valuable reputation management tool! Not to mention &ndash; with this amount of data available to Google, the possibilities for rich snippets are endless.</p>
<p>
	This is a three part post &ndash; Coming soon in Part 3:&nbsp; the benefits of using these tactics, from click through rates to conversion!&nbsp; Stay tuned.</p>
<p>
	Part One -&nbsp;<a href="http://www.modea.com/blog/relauthor-relpublisher-seo-today" rel="prev" target="_self">Rel=Author, Rel=Publisher: SEO Today &ndash; The Ultimate Guide, Part One</a></p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-05-18T17:49:29+00:00</dc:date>
    </item>

    <item>
      <title>The Story Behind Facebook Timeline</title>
      <link>http://www.modea.com/blog/story-behind-facebook-timeline</link>
      <guid>http://www.modea.com/blog/story-behind-facebook-timeline#When:20:35:08Z</guid>
      <category>{categories}</category>
      <author>Andrew Schrader</author>
      <description><![CDATA[

	
	<p>
	Facebook announced Timeline late last year, which caused a huge buzz in the social media world. First, it rolled out to its users, then to select brands. Now everyone has it, and we have no idea what to do with it. When Facebook designed the new Timeline, one of its goals was to increase interaction and engagement by connecting on a deeper level than before. Facebook wanted users to tell a story about our lives. They wanted us to populate our Timelines with &lsquo;Life Events&rsquo; such as graduations, travels, the birth of a child, etc. Facebook turned itself into an online scrapbook. And just like a scrapbook, Timeline has the ability to bring a nostalgic bond to Facebook.</p>
<p>
	As marketers, we should focus on that aspect of telling a story, and connecting with the consumers on a subconscious level. The Facebook Timeline presents a way for brands to do just that. Timeline for brands should be treated in the same way as people treat their pages. Aside from the various technical possibilities in the Timeline update, there is a new horizon in terms of engagement.&nbsp;</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/Facebook_Blog_Pic_I.PNG" style="width: 630px; height: 466px; " /></p>
<p>
	The focus should be placed on developing a story surrounding the persona of a brand, rather than just pushing product sales. Remember that content is still king; even more so now with Timeline. Some brands, such as Hulu, have even taken it further by adding changes in the history and evolution of their industry to their Timeline; instead of only including information about their brand.</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/Facebook_Blog_Pic_II.PNG" style="width: 630px; height: 413px; " /></p>
<p>
	Instead of looking at Facebook as a marketing platform, look at it as an experience platform and build experiences for your fans that they can&rsquo;t get anywhere else. Adding transparent and compelling content can humanize a brand and further connect them to their consumers. However, that mentality is just a piece of the puzzle when it comes to marketing in the social space. Since Timeline is so new, we have to experiment to engage fans on it.&nbsp; Will the novelty of brands&rsquo; Timeline last? Only time will tell for the new Facebook feature, but there is one thing that is known for sure: Timeline definitely cannot be ignored.</p>
<p>
	With Timeline, tell your story and make it memorable. Sharing experiences with your fans adds the ability to get on a personal level that we as marketers and brands strive for. There are thousands of ways to tell a story, find a way to tell yours.</p>
<p>
	If you have found any individuals or brands that are leveraging Timeline in an innovative way, please share with us, we&rsquo;d love to see it.</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-04-05T20:35:08+00:00</dc:date>
    </item>

    <item>
      <title>Rel=Author, Rel=Publisher: SEO Today – The Ultimate Guide, Part One</title>
      <link>http://www.modea.com/blog/relauthor-relpublisher-seo-today</link>
      <guid>http://www.modea.com/blog/relauthor-relpublisher-seo-today#When:13:39:50Z</guid>
      <category>{categories}</category>
      <author>Chris Tallman</author>
      <description><![CDATA[

	
	<p>
	It&rsquo;s an exciting time in search and internet marketing. We&rsquo;re part of an unprecedented change in how people browse online and consume content &ndash; the social and search functions as we know them are converging aggressively.</p>
<p>
	This post is part one of a three part series on how we foresee search engine marketers must evolve to keep pace with this shift.</p>
<p>
	Consider Google&rsquo;s <a href="http://googleblog.blogspot.com/2012/01/search-plus-your-world.html">Search, Plus Your World</a> implementation a few months back, as well as the support for <a href="http://insidesearch.blogspot.com/2011/06/authorship-markup-and-web-search.html">authorship</a>&nbsp;and <a href="http://googlewebmastercentral.blogspot.com/2011/06/introducing-schemaorg-search-engines.html">schema.org</a> beginning last summer. These announcements clearly hint at a few of the sweeping (and continuous) changes now taking place in the SEO industry.</p>
<p>
	And just as you thought you finally had it (sort of) figured out, you hear something about <a href="http://online.wsj.com/article_email/SB10001424052702304459804577281842851136290-lMyQjAxMTAyMDEwNDExNDQyWj.html">semantic search</a> about to be "switched on&rdquo;. Uh oh&hellip;</p>
<p>
	So what now? Are all of us SEO professionals out of a job? I think not. As long as we hold true to the one core principal &ndash; the philosophy that Google and other search engines have drilled into us since day one, our occupation will only get more exciting, more involving, more rewarding, and more relevant.</p>
<p>
	This principal is not a secret or a privileged rite granted to the elite inner SEO circle.</p>
<p>
	The answer is, always was, and continues to be <em>high quality, relevant content</em>. While our methods of optimizing content will continue to evolve and become more complex, it is the content itself that will ALWAYS win out. Sure, between every tweet, post, and update there&rsquo;s a lot to keep track of, but, rest assured, if your efforts are focused on creating and <em>promoting </em>the content that your audience wants, you&rsquo;re already ahead of the game.</p>
<p>
	The main point &ndash; search engines NEED quality content with ownership, relevance, and identity.</p>
<p>
	<strong>The bottom line for search engine marketers and online marketers in general? You MUST prioritize your content strategy and development budget above all else. Content is the cornerstone of your success going forward. Period.</strong></p>
<p>
	However, what about semantic search? How do we optimize for that? What about the next thing, and the next thing after that? IT&rsquo;S SO MUCH WORK! So you&rsquo;ve got great content, and have uploaded it. Well, you&rsquo;re half way there. All that&rsquo;s really left is to tell search engines what it is, and what it&rsquo;s about. Simple, right? Actually, yes! More so than you&rsquo;d think.</p>
<p>
	In this three part post, I&rsquo;ll walk you through some things you can and should be doing right this minute that will help your content shine. The great thing about having great, accurately described, search-engine friendly content is that you don&rsquo;t need to worry when you hear about a massive Google update &ndash; your content will soldier on.</p>
<h2>
	A note on social search</h2>
<p>
	While content is hosted on websites and media networks, it is created and attributed to <em>individual people</em>. Welcome to the age of social and personal influence in search &ndash; as this is refined, it&rsquo;s vital to realize how important the content&rsquo;s original creator, or author&rsquo;s role is in determining <strong>where </strong>and <strong>how high</strong> the content ranks, and most interestingly, how unique, correctly supported content is <strong>displayed </strong>in a SERP.</p>
<p>
	<img alt="Google personal search results toggle" src="/images/modea/site/uploads/logos/google-spyw-people.PNG" style="width: 95px; height: 38px; " /></p>
<p>
	As internet users and content creators, individual <em>people </em>are a rapidly growing piece of Google&rsquo;s search algorithm. With social signals strengthening within this algorithm, authorship and identity in this digital, social world are critical.</p>
<p>
	Implementing authorship markup is extremely helpful to search engines in their effort to map this web of people - connecting people directly to their content. It gives what&rsquo;s missing in a digitally driven online world:&nbsp; personality, credibility, and relevance. Those who are taking advantage of Google&rsquo;s subtle hints and tips, and are doing it correctly, are being handsomely rewarded.</p>
<p>
	So what is all this stuff? How does it work? How does it affect anyone but SEO people?<br />
	And what is this REWARD you speak of? All in good time &ndash; first explanation of the technical jargon:</p>
<h2>
	Rel=author and rel=publisher</h2>
<h3>
	Rel=author</h3>
<p>
	Implementing rel=author markup on your blog or webpage is really the first, and easiest step in preparing your great content.</p>
<p>
	Google <a href="http://insidesearch.blogspot.com/2011/06/highlighting-content-creators-in-search.html">announced last summer</a> the support of rel=author markup in search results. Straight from their blog:</p>
<p>
	"Why? Because authorship is a great way to identify and highlight high-quality content. Plus, the web is centered around people. People discovering content on the web often want to learn more about its author, see other content by that author, and even interact with the author."</p>
<p>
	They went further to explain that rel=author is a way to "connect authors with their content on the web" in an effort to "help people find content from great authors in [Google&rsquo;s] search results".</p>
<p>
	Put simply, the rel=author markup, when correctly used, is a way to connect, reciprocate, and verify authorship on content pieces, based on a linked Google+ account. The rel=author command will also help to identify and reward original content creators on the SERP if their content is scraped, re-shared, or linked to. In addition, if used on all content, the markup serves to also create a dynamic hub directly within the SERP for users to find more content by the appropriate author.</p>
<p>
	Implementing rel=author is relatively easy:</p>
<ul>
	<li>
		First, any and all content pages on your site must contain a link to a dedicated "author/about" page on the same server, and must use <strong>rel="author"</strong><br />
		<br />
		<img alt="rel=author code example" src="/images/modea/site/uploads/logos/rel-author-code-example.PNG" style="width: 659px; height: 121px; " /></li>
</ul>
<p>
	<strong>NOTE:</strong> <em>If you don&rsquo;t have a Google+ profile, stop what you&rsquo;re doing and set one up now before proceeding to the next steps.</em></p>
<ul>
	<li>
		Next, the dedicated &ldquo;author/about&rdquo; pages must contain a link to that person&rsquo;s appropriate Google+ profile, and must use <strong>rel="me"<br />
		<br />
		<img alt="rel=me code example" src="/images/modea/site/uploads/logos/chris-tallman-rel-me.PNG" style="width: 660px; height: 37px; " /></strong></li>
</ul>
<ul>
	<li>
		Finally, the author&rsquo;s Google+ page must contain a link back to the "author/about" page, and must use rel="me". This part is pretty easy - any links added to the "Other Profiles" section in the sidebar of your Google+ profile will automatically be appended with this markup:</li>
</ul>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/google-other-profiles.PNG" style="width: 163px; height: 158px; " /><br />
	<br />
	(Thanks:&nbsp; <a href="http://www.blindfiveyearold.com/how-to-implement-rel-author">How to Implement rel=author</a>)</p>
<p>
	That&rsquo;s it! Within a few days (or weeks, depending on the size and crawl frequency of your site) your markup will be verified. In my code example for the rel=author markup, I&rsquo;ve used an <a href="http://microformats.org/wiki/hcard">hCard microformat</a>, which I&rsquo;ll talk in detail on in the next part of this post!</p>
<h3>
	Rel=publisher</h3>
<p>
	Along with authorship markup support, Google has implemented a <a href="http://support.google.com/plus/bin/answer.py?hl=en&amp;answer=1620074">verification badge</a>, which can be obtained using the rel=publisher markup.</p>
<p>
	<img alt="rel=publisher verification badge" src="/images/modea/site/uploads/logos/rel-publisher-verification-badge.PNG" style="width: 620px; height: 81px; " /></p>
<p>
	Straight from Google&rsquo;s blog:</p>
<p>
	"Verification badges are designed to help our users find what they&#39;re looking for by ensuring that people, brands and businesses that are subject to broad-based impersonation are protected."</p>
<p>
	Rel=publisher and rel=author markup should always be used hand-in-hand. The rel=publisher markup provides a verification badge to publishers&rsquo; Google+ profiles, helping to confirm authenticity of a profile or page (much like a <a href="http://twitter.com/help/verified">verified Twitter account</a>).</p>
<p>
	Implementation of rel=publisher should only take place on the HOME page of a site. It&rsquo;s important to note that rel=author and rel=publisher will not function correctly if placed on exactly the same page. A good rule of thumb is that the rel=author markup is for content pages only, and rel=publisher is verification for your site as a whole (not needed on individual content). In a nutshell:</p>
<ul>
	<li>
		homepage of site must contain a link to the person or entity&rsquo;s Google+ profile, and must use <strong>rel="publisher"</strong></li>
	<li>
		Google+ profile must contain a reciprocal link to the homepage (no specific modifier needed)</li>
	<li>
		Google+ profile must be in 1,000 circles or have 1,000 +1s. This count increases simultaneously - +1 on the site&rsquo;s homepage counts as well.</li>
</ul>
<p>
	(Thanks:&nbsp; <a href="http://www.blindfiveyearold.com/google-plus-seo">Google+ SEO</a>)</p>
<pre>
&lt;a href="http://plus.google.com/112623893783515275069" rel="publisher"&gt;Chris Tallman&lt;/a&gt;</pre>
<p>
	More from Google Webmaster Tools on <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=1708844">rel=publisher</a>.</p>
<p>
	What does all this mean?&nbsp; We&rsquo;ve got to let the search engines know who we are. We&rsquo;ve got to claim and identify our content. And we&rsquo;ve got to do it now.</p>
<p>
	Interestingly, while authorship is the first (and most important, with <a href="http://googleblog.blogspot.com/2012/01/search-plus-your-world.html">Search Plus Your World</a>) bit of rich data (or microdata) that Google will attribute to pieces of content, it&rsquo;s most certainly NOT the only one! I&rsquo;ll talk about more in my next post.</p>
<p>
	Don&rsquo;t forget &ndash; This is a 3-part post &ndash; Part 2, <strong>"</strong><strong><a href="http://www.modea.com/blog/rich-snippets-and-microdata-seo-today-the-ultimate-guide-part-two" rel="next">Rich Snippets and Microdata: SEO Today &ndash; The Ultimate Guide, Part Two</a></strong><strong>"</strong>&nbsp;will be coming soon.</p>
<p>
	&nbsp;</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-03-30T13:39:50+00:00</dc:date>
    </item>

    <item>
      <title>Modea + Chiquita Present at the IAB Case Study Road Show</title>
      <link>http://www.modea.com/blog/modea-chiquita-road-show</link>
      <guid>http://www.modea.com/blog/modea-chiquita-road-show#When:19:56:09Z</guid>
      <category>{categories}</category>
      <author>Megan Wintersteen</author>
      <description><![CDATA[

						<img src="/images/modea/site/uploads/logos/modea-chiquita-2.jpg" alt="image" />
			
	<p>
	Steve Grant, Head of Strategy at Modea, presented at the <a href="http://www.iab.net/events_training/2012/csrs/overview">IAB Case Study Road Show</a> Series in San Francisco today and will be visiting the Detroit session next week. The conference is a collection of digital marketing success stories and his presentation detailed our 2011 work with <a href="http://www.chiquita.com/Products/Healthy-Snacks/Chiquita-Bites.aspx">Chiquita Snacks</a>. We were delighted to be invited to present alongside our clients Chiquita and Vitrue.</p>
<p>
	Should you have any follow up questions or commentary, please reach out to Steve directly at <a href="mailto:steve.grant@modea.com">steve.grant@modea.com</a>.</p>
<p>
	Modea worked under four main objectives:</p>
<ul>
	<li>
		We developed a solid understanding of the target&rsquo;s media behaviors as a foundation for campaign development.</li>
	<li>
		We grounded campaign messaging and creative in strategic insights around the target&rsquo;s decision-making processes.</li>
	<li>
		We used integrated execution to remain agile and continually optimize the campaign based on analytics and consumer feedback.</li>
	<li>
		We connected digital efforts to measurable in-store results.</li>
</ul>
<p>
	We relied on three innovative, key tactics to drive the Chiquita Snacks campaign:</p>
<ul>
	<li>
		Hypertargeted Display Advertising &ndash; To be efficient and effective, we sought to buy our audience instead of buying impressions.</li>
	<li>
		Social Couponing &ndash; We used digital mechanisms to drive consumers in-store, creating measurable outcomes as we continuously optimized throughout the campaign.</li>
	<li>
		Key Influencer Outreach (KIO) &ndash; We engaged key influencers in the social space to amplify campaign reach and supplement product information with high-value peer recommendations.</li>
</ul>
<p>
	Below we&rsquo;ve included further details about our work on Chiquita Snacks, but first we&rsquo;d like to thank our partners who played integral roles in the success of this campaign.</p>
<h3>
	<a href="http://www.vitrue.com/">Vitrue</a></h3>
<p>
	Vitrue was an invaluable social media management tool as we created and managed a presence for Chiquita Snacks on the Chiquita Banana Facebook page. Services they provided include:</p>
<ul>
	<li>
		Tab hosting</li>
	<li>
		Post management and scheduling</li>
	<li>
		Dynamic post moderation</li>
	<li>
		Coupon integration on Facebook</li>
	<li>
		Detailed analytics reporting</li>
	<li>
		Customizable modules reduced the need for development resource and increased speed to market</li>
</ul>
<h3>
	<a href="http://www.quantcast.com/">Quantcast</a></h3>
<p>
	Working hand-in-hand with Quantcast we used Lookalike Modeling tactics for our display advertising and retargeting efforts.</p>
<p>
	Finally, we&rsquo;d also like to shout out to our advertising and promotional partners at <strong>Google, Macaroni Kid, AdMarketplace, Klout, The Trade Desk</strong> and <strong>Facebook</strong>.</p>
<h3>
	<br />
	CHIQUITA CASE STUDY</h3>
<p>
	<strong>Company Background:</strong> When you hear the name <a href="http://www.chiquita.com/Home.aspx">Chiquita</a>, the first thing you probably think of is bananas &ndash; but there&rsquo;s more to it than that. Chiquita provides consumers with a wide selection of fresh fruits, vegetables, juices and value-added products, including natural fruit ingredients, healthy snacks and salad blends. Headquartered in Cincinnati, Ohio, it has approximately 21,000 employees and operations on six continents. Chiquita has committed itself to providing high-quality foods with the utmost freshness through innovation, new technology and corporate responsibility.</p>
<p>
	<strong>Problem:</strong> In late 2010, Chiquita came to Modea to manage the re-launch of its Chiquita Snacks product line. With low consumer awareness, limited distribution and a premium price perception, they asked us to introduce this product online and drive up awareness of the Healthy Snacks brand, while encouraging product trial through in-store purchase. Modea also needed to educate a traditional sales team about the power of digital and get them excited about the first online campaign launch for Chiquita Snacks. We presented them with a short video at the Chiquita National Sales conference to do just that:</p>
<div class="embed_media">
	<div class="embed_media">
		<iframe allowfullscreen="" frameborder="0" height="354" mozallowfullscreen="" src="http://player.vimeo.com/video/24181632" webkitallowfullscreen="" width="630"></iframe></div>
	<br />
	<p>
		Working with modest resources, Chiquita and Modea were challenged to leverage creative intuition along with the consumer&rsquo;s brand awareness in order to elevate the product&rsquo;s visibility nationwide through engaging online contests and multiple digital coupon offerings. We implemented a modular creative messaging campaign that allowed us to extend its life over three distinct consumer aperture moments (Summer, Back-to-School and Halloween). The technical foundation for this campaign also allowed for simple, efficient execution of supporting materials for each aperture by utilizing a rotating carousel with distinct messaging, as well as social media editorial execution that supported each event individually.</p>
</div>
<p>
	<strong>Research:</strong> We started with a Research and Discovery phase to develop market, audience and brand insights necessary to inform the digital strategy for Chiquita Healthy Snacks. Our research methodologies included stakeholder interviews, industry and market analysis, competitive analysis, target audience analysis, one-on-one interviews and shop-a-long ethnographies with our targets. Through this process, we were able to build out our target market from simple demographic information, to a psychographic and media consumption habits profile.&nbsp;The findings of this phase also provided creative direction for Chiquita Healthy Snacks in the digital space.</p>
<p>
	<strong>Strategy:</strong> By understanding our target&rsquo;s decision-making process online and in-store, we were able to effectively position our messaging and focus geo-targeting key markets where Chiquita Healthy Snacks products are distributed. In this case, we used occasion-based marketing to increase awareness and further engage the consumer through deals and discounts to increase trial.&nbsp; Our campaign was developed in a modular fashion &ndash; Discover the Snack Side of Fruit &ndash; as a way to create a revolving platform for the three key consumer apertures.</p>
<p>
	<strong>Solution:</strong> Using this strategy, we launched a full-scale advertising campaign from July through October of 2011. <a href="http://www.thesnackside.com/">www.TheSnackSide.com</a> serves as the campaign hub, promoting product information, offering coupons and a "<a href="http://www.reuters.com/article/2011/09/08/idUS10315+08-Sep-2011+HUG20110908">Flavor Experiments</a>" social media contest. The contest encourages Facebook fans to submit creative ways to test new fruit combinations for the next Fruit Duos product. Then our &ldquo;scientists&rdquo; film reproductions of their favorite ideas and post them to Facebook for the audience to enjoy. We chose to create content internally instead of asking users to generate it because we understood that our target audience is primarily very busy moms. This way, we&rsquo;re lowering the amount of effort required for participation while still fostering engagement online. The full-scale campaign also includes display advertising, paid search, in-store promotions and social media management/promotions, as well as partnerships with Six Flags, both in-park and online.</p>
<p>
	<strong>Display Advertising:</strong> Our team implemented a comprehensive and integrated display advertising strategy, targeting publishers across interest categories for food, health, family and travel.&nbsp; The focus of the campaign has driven awareness for the Chiquita brand, healthy snacks for kids, ideas for children&rsquo;s summer activities and recipes. Below you can find examples of display advertisements used in the execution of the campaign. Additionally, Modea utilized the Google Content Network (GCN). The GCN is supported by a group of contextually relevant sites where visitors are targeted by geographic, demographic and interest categories. Interest categories include food, health, family and travel. Text, display and video ads are all supported throughout the network.</p>
<p>
	<strong>Online Behavioral Targeting:</strong> Hyper-targeting via lookalike modeling was focused on buying audiences vs. buying ad inventory. This method of media buying allowed us to not only reach our target audience, but to focus only on a subset within this audience based on matching desired behavioral characteristics of our top campaign converters.</p>
<p>
	<strong>Social Media:</strong> On Facebook, Modea created two tabs, promotions, coupons and an editorial calendar to manage social postings 3-4 days a week for the duration of the campaign.</p>
<p>
	The Flavor Experiments tab allowed users to view their suggested videos, provide their own creative concepts and vote on the final video. These same comments are mirrored on TheSnackSide.com, to ensure that user voices are represented regardless of what platform they are using to submit ideas. On the second tab, The Snack Side, we displayed coupons to drive users to retail locations and offered product information when no coupon was available. Coupons lived here from their initial posting until they expired.</p>
<p>
	Finally, Modea created an editorial calendar detailing all posts to be made from the Chiquita Facebook page. This included posts for upcoming coupons, videos for the Flavor Experiments contests, as well as Chiquita merchandise prize giveaways. Our team worked closely with Chiquita Corporate Communications to ensure on-time posting and promotions via Facebook. When the coupon was posted to Facebook users were allowed to print it directly from the Chiquita Wall, allowing for high rates of coupon redemption.</p>
<p>
	<strong>Key Influencer Outreach:</strong> The Key Influencer program operated in two parts. First, through partnering with Klout, Modea reached out to 200 key influencers in the social media space and rewarded them with exclusive Chiquita-branded merchandise in an effort to generate awareness around the 2011 Chiquita Healthy Snacks digital campaign. This produced a significant number of impressions relevant to the family, healthy snacking and healthy eating categories.&nbsp;Secondly, Modea identified nine individual key influencers within the food, camping, active, family and healthy eating space for a special prize. Aside from a plethora of Chiquita branded swag and messaging around healthy snacking, they also received Chiquita-branded bike cruisers personalized with their Twitter handle.</p>
<p>
	<strong>Six Flags Partnership:</strong> Since the locations of Six Flags theme parks across the nation aligned with the distribution channels for Chiquita Healthy Snacks, an organic partnership evolved. Leveraging a new corporate partnership between Chiquita &amp; Six Flags, Modea implemented display advertising on the Six Flags web site, coupons for guests in parks where products were sold and the Discover the Fun Side of Fruit messaging in :15 and :30 spots. Cross-promoting Six Flags on Facebook, we also rewarded Chiquita&rsquo;s social media audience with Six Flags tickets as prizes.</p>
<p>
	<strong>Search Engine Marketing:</strong> In order to help Chiquita effectively reach its target audience across the Google Network and help gain share of voice where its customers were already searching online, Modea developed a comprehensive and integrated Search Engine Marketing strategy and campaign.</p>
<p>
	Our team started by conducting a search engine marketing analysis of Chiquita and its major competitors, concluding that Chiquita had a significant opportunity to gain share of voice for key terms related to the fruit snack category. Additional analysis against a core set of 32 keywords provided insight into which advertisers are most active in the space. Our research allowed us to become familiar with the space and develop a paid search strategy that identified the campaign objectives and target audiences for Chiquita, along with targeted keywords and relevant messaging.&nbsp;Once the campaign&rsquo;s objectives and strategies were defined, we were able to move forward and implement an effective search engine marketing campaign, optimizing and delivering the maximum value and return to Chiquita.</p>
<p>
	<strong>Analytics &amp; Optimization:</strong> As with any of our client&rsquo;s campaigns, it is critical for the analytics strategy to support the campaign and business objectives of Chiquita. This alignment ensures for proper measurement and attribution of value to Chiquita. The Chiquita campaign presented many challenges for analytics, as the campaign consisted of several disparate parts, including a landing page, Facebook page, multiple Facebook tabs, YouTube channel, Twitter account, numerous content applications and a great number of advertising/media channels. Additional complexity derived from integrating POS data and offline coupon data. However, we took careful consideration to understand the holistic nature of the campaign and to ensure that all data points were integrated into the overall campaign reporting.<br />
	This approach to analytics not only provided us with rich business intelligence, but also enabled us to tactically manage the entire media campaign and optimize individual keywords, ad groups, ad creative (sizes and messaging) and media channels. It resulted in allowing us to deliver the highest possible return on ad spend for Chiquita.</p>
<p>
	<strong>Results:</strong> The Chiquita Snacks campaign excelled in raising consumer awareness for the Chiquita Bites and Juice + Fruit Duos product lines. It also demonstrated a significant increase in trial of product at retail. Modea exceeded client expectations as outlined by the following campaign key performance indicators:</p>
<p>
	<em>Awareness:</em></p>
<ul>
	<li>
		Total Media Impressions: 120MM+ (+100MM of goal)</li>
	<li>
		Visitors: 207K (+3% of goal)</li>
	<li>
		Coupons Printed: 138K / 1,174% of goal</li>
	<li>
		Coupons redeemed: 74K / 53% redemption rate &ndash; 2-3x&rsquo;s national average for Facebook coupons</li>
	<li>
		Facebook &ldquo;Likes&rdquo; of Chiquita&rsquo;s page: 58K+ new fans (+172% of goal)</li>
</ul>
<p>
	<strong>If you remember one thing&hellip;</strong><br />
	Modea effectively applied the occasion-based strategy to social and media enhancements, which unquestionably resulted in increased consumer purchasing.</p>
<p>
	&nbsp;</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-03-20T19:56:09+00:00</dc:date>
    </item>

    <item>
      <title>Google Analytics Tips and Tricks: Advanced segments</title>
      <link>http://www.modea.com/blog/google-analytics-tips-and-tricks</link>
      <guid>http://www.modea.com/blog/google-analytics-tips-and-tricks#When:13:50:18Z</guid>
      <category>{categories}</category>
      <author>Aaron Sykes</author>
      <description><![CDATA[

	
	<p>
	If you&rsquo;re new to advanced segmentation or have never heard of it, we&rsquo;ve put together a down and dirty overview of the Advanced segments feature within Google Analytics. Advanced segmentation allows you to easily refine data to greater levels of specificity and detail. What can you do with Advance Segments? Let&rsquo;s say you&#39;re interested taking a deeper look at:</p>
<ul>
	<li>
		traffic to your site from Twitter</li>
	<li>
		traffic driven by certain keyword searches</li>
	<li>
		visitors from Des Moines, Iowa</li>
</ul>
<p>
	You may ask yourself why would I want to do this, or who cares about people from Des Moines?</p>
<p>
	For starters, you can apply advance segments across key performance indicators (KPIs) which are critical in measuring the success of your site. By leveraging advance segments you are able to look at specific audience segments to see how each contributes to the overall success of your site. Perhaps through advance segmentation, you&rsquo;ll discover that visitors from Twitter are higher value visitors than Facebook. Use advance segmentation to group categories of organic search terms or even your mission-critical search terms to see which are driving the most value. You&rsquo;ll never know whether or not visitors from Des Moines, Iowa spend 20% more per transaction than other cities if you aren&rsquo;t using advance segments.</p>
<p>
	Advanced segments can be applied to all Google Analytics standard reports: Audience, Advertising, Traffic Sources, Content, and Conversions by simply clicking Advanced segments at the top of a report and selecting the default and custom segments you want applied. Default segments are built-in to all Google Analytics profiles and allow you to filter out common segments like: mobile visitors, paid search traffic, and visits resulting in conversions. If you don&#39;t see the segment you want, you can create a custom segment to filter the report. Using custom segments allows you to break-out just about any view of the data you would like to see, no matter how granular.</p>
<p>
	Earlier this month, Google announced that users would now be able to share advanced segments. This feature makes collaboration in GA easier by allowing users to trade and build off of each other&rsquo;s advanced segments. It should come in handy for large implementations where many different users may have access to the same accounts and profiles.</p>
<p>
	Here are a few examples of custom advanced segments I&#39;ve used recently:</p>
<p>
	Segmenting traffic from visitors who entered the site from a Google domain:</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/Adv-Segments-Google-Traffic.jpg" style="width: 630px; height: 276px; " /></p>
<p>
	Segmenting traffic coming from social media:</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/Adv-Segments-Social-Traffic.jpg" style="width: 630px; height: 555px; " /></p>
<p>
	These are two simple examples. By specifying parameters across multiple metrics you can create even more focused segments.</p>
<p>
	Here&#39;s an example of a segment for traffic from a Google domain using Firefox:</p>
<p>
	<img alt="" src="/images/modea/site/uploads/logos/Adv-Segments-Google-Firefox-Traffic.jpg" style="width: 630px; height: 382px; " /></p>
<p>
	We hope you&rsquo;ve found these tips on Advanced segments for Google Analytics helpful. Please check back at modea.com/blog for more Google Analytics Tips and Tricks, as well as articles on other categories like digital marketing, search engine optimization, and social media.</p>
<p>
	To learn more about how Modea can help you with your analytics strategy, implementation or reporting please contact us at <a href="mailto:newbiz@modea.com">newbiz@modea.com</a>.</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-03-14T13:50:18+00:00</dc:date>
    </item>

    <item>
      <title>Social Media: Not a 9&#45;5 Profession</title>
      <link>http://www.modea.com/blog/social-media-not-a-9-5-profession</link>
      <guid>http://www.modea.com/blog/social-media-not-a-9-5-profession#When:21:17:27Z</guid>
      <category>{categories}</category>
      <author>Chelsea Clark</author>
      <description><![CDATA[

	
	<p>
	Is your social media campaign strictly based around the 9-5 work-week schedule? If so, your social media plan may be underperforming. Certainly, there are a lot of stats on why certain times of the day have higher share rates including the following:</p>
<h2>
	Twitter:</h2>
<ul>
	<li>
		6% of all retweets occur around 5 PM (ET) and hovers above 5% of all retweets occurring between the hours of 4PM and 7PM</li>
	<li>
		highest click through rates (CTR) occur during the lunch hour and at 6 PM when employees arrive home from work</li>
	<li>
		highest CTR occur on Twitter during the middle of the week (especially Wednesdays) and on the weekends</li>
</ul>
<p>
	<a href="/images/modea/site/uploads/logos/social-media-9to5-1.jpg"><img alt="" src="/images/modea/site/uploads/logos/social-media-9to5-1-thumb.jpg" style="width: 630px; height: 442px; " /></a></p>
<h6>
	(figure 1 source: Kissmetrics*)</h6>
<p>
	&nbsp;</p>
<h2>
	Facebook:</h2>
<ul>
	<li>
		Saturdays see roughly 4 times as many shares compared to Monday - Friday</li>
	<li>
		Sunday is the second best day to post on Facebook, yet Saturday still sees twice as many shares</li>
	<li>
		Facebook has its highest share rates during the lunch hour and shortly after employees get home from work (with peak performance at 7PM)</li>
</ul>
<p>
	<a href="/images/modea/site/uploads/logos/social-media-9to5-2_1.jpg"><img alt="" src="/images/modea/site/uploads/logos/social-media-9to5-2-thumb.jpg" style="width: 630px; height: 474px; " /></a></p>
<h6>
	(figure 2 source: Kissmetrics*)</h6>
<p>
	What does this mean for engagement and social media strategy? Users are clearly more engaged in social media when they are not at work. Brands need to recognize this lifestyle and engage accordingly. Since 50% percent of the U.S. population lives on the east coast and 80% live in the Eastern and Central time zones combined, it is crucial that brands and social media strategists prioritize their social media campaign to reach audiences during Eastern time zone lunch breaks, weekends, and the 5-7 PM window that occurs during after-work hours.</p>
<p>
	Yet, social media brand building isn&rsquo;t all about following the metrics. Building quality relationships and brand equity are much more important. The initial response should not be, &ldquo;why aren&rsquo;t we posting at 6PM?&rdquo; but rather &ldquo;are we fostering the desired relationship with our customers?&rdquo; coupled with &ldquo;why are our followers posting at this time?&rdquo; Is your brand trying to engage people while at work (looking for quick shareable content) or at home (looking for deeper more engaging/stimulating content)? Is your brand aiming to foster a professional relationship that adheres best to 9-5 sharing? Or would your brand&rsquo;s content receive higher quality engagement from users that utilize social networks afterhours? The most successful brands work to understand the human story behind the stats and the motivations that lead consumers to follow certain lifestyle patterns. More importantly we operate under their terms -- customers dictate whether they want to do business with us, not the other way around. Consumers are online 24/7 so meet your followers online; DO NOT force social media users to come to you.</p>
<p>
	For many brands, a social media plan should take advantage of the aforementioned after-work/weekend social networking hours. There are a variety of applications to help manage your social media campaign. Vitrue , SocialBro , Buffer , Crowdbooster, Timely , Post Planner are just a few of the tools to schedule posts on Twitter and Facebook. Many tools will also analyze your followers&rsquo; peak hours in order to pinpoint the best time to share content to get retweets and Facebook shares.</p>
<p>
	Furthermore, such applications have the capability of identifying key influencers amongst Twitter and Facebook followers so that brands can attract the attention of social media power users. Although tools are a great way to analyze and coordinate a social media plan, the most opportunistic community manager will use peak after-work hours to not only post on Twitter and share on Facebook, but also be available to answer their follower&rsquo;s inquiries and react to post responses, retweets and shares.</p>
<p>
	Wrapping up, brand builders should be initially asking &ldquo;what is our relationship with our followers?&rdquo; Social networks are all about the engagement and value your followers receive from reading your content.&nbsp; Remember, more user engagement leads to more impressions and greater brand exposure.</p>
<h6>
	*Source of information and graphs via http://blog.kissmetrics.com/science-of-social-timing-1/</h6>
<p>
	&nbsp;</p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-02-27T21:17:27+00:00</dc:date>
    </item>

    <item>
      <title>Pinning = Winning | The Infographic</title>
      <link>http://www.modea.com/blog/pinterest-infographic</link>
      <guid>http://www.modea.com/blog/pinterest-infographic#When:15:46:40Z</guid>
      <category>{categories}</category>
      <author>Modea Social Media Gurus</author>
      <description><![CDATA[

	
	<p>
	There&#39;s a new social network in town and if you haven&#39;t started paying attention yet, you should. As marketers are scrambling to discover how to best leverage the new channel, one thing has become clear: The power of Pinterest lies in the fact that it transforms every one of its users into a personal curator of content at the click of a button. The visual nature and simple experience is a great fit for brands that want to be an organic part of their customer&#39;s social lives. Pinterest provokes a resurgence of web site referrals, which have been trending downward since the advent of other social sites like Facebook and Twitter. Pinterest is the new digital doorway to your brand and you&#39;re no longer the gatekeeper. The details included in the following infographic will help you better understand this audience and ultimately, the undeniable impact of Pinterest as a referral platform.&nbsp;</p>
<p>
	<a href="/images/modea/site/uploads/logos/pinterest_infographic.jpg" target="_blank"><img alt="" src="/images/modea/site/uploads/logos/pinterest_infographic_thumb.jpg" style="width: 630px; height: 840px; " /></a></p>
]]></description> 
      <dc:subject>{categories backspace=&quot;1&quot;}{category_name}, {/categories}</dc:subject>
      <dc:date>2012-02-24T15:46:40+00:00</dc:date>
    </item>

    
    </channel>
</rss>