<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>theMediaFlow &#187; Search</title>
	<atom:link href="http://www.themediaflow.com/category/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themediaflow.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 22 Apr 2013 11:05:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>An International SEO Implementation Tale &#8211; Sitemaps: rel=&#8221;alternate&#8221; hreflang=&#8221;x&#8221;</title>
		<link>http://www.themediaflow.com/2012/08/an-international-seo-implementation-tale-sitemaps-relalternate-hreflangx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-international-seo-implementation-tale-sitemaps-relalternate-hreflangx</link>
		<comments>http://www.themediaflow.com/2012/08/an-international-seo-implementation-tale-sitemaps-relalternate-hreflangx/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 13:30:32 +0000</pubDate>
		<dc:creator>Peter Handley</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[best-practise]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[SERP]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=1568</guid>
		<description><![CDATA[<p>Those of you who follow me on Twitter will know that over the 6 or so weeks, I’ve been digging around for information and details on results from the implementation of rel=&#8221;alternate&#8221; and hreflang on sites. Basically, this is a relatively new option from Google to appropriately mark-up your webpages to tell them that you <a href="http://www.themediaflow.com/2012/08/an-international-seo-implementation-tale-sitemaps-relalternate-hreflangx/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2012/08/an-international-seo-implementation-tale-sitemaps-relalternate-hreflangx/">An International SEO Implementation Tale &#8211; Sitemaps: rel=&#8221;alternate&#8221; hreflang=&#8221;x&#8221;</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Those of you who follow me on Twitter will know that over the 6 or so weeks, I’ve been digging around for information and details on results from the implementation of rel=&#8221;alternate&#8221; and hreflang on sites.</p>
<p>Basically, this is a relatively new option from Google to appropriately mark-up your webpages to tell them that you know there are multiple versions of what is quite possibly mostly the same page that are targeting visibility in different countries/languages, and that here are details on which country each of these pages are targeting.</p>
<p>What it won’t do, is “improve the rankings” that a site has. The idea is, that wherever a site (or group of websites) appear in search, if marked up with rel=&#8221;alternate&#8221; then it will swap out the ranking  page based on region – so UK searchers would get a UK page, the US the US page, rather than always being the page that would rank. So, if you have a global over-arching website that ranks all over the world, on a regional basis, it will then show users their localised page.</p>
<h2>Mark-up in the &lt;head&gt; &#8211; rel=&#8221;alternate&#8221; hreflang=&#8221;x&#8221; </h2>
<p>Initially when first launched in December, there was one method for putting this in place on your website. This involved adding the appropriate mark-up to each page of your website, telling them page “x” was for one particular language and/or region/country, and that page “y”, “z” etc, were for other respective locations.</p>
<p>Google gave us guidelines on how to plan what to do here, and essentially you would add something like the following code to the &lt;head&gt; of all pages of all of the websites:</p>
<p><em>&lt;link rel=&#8221;alternate&#8221; hreflang=&#8221;en&#8221; href=&#8221;http://www.example.com/page.html&#8221; /&gt;</em></p>
<p><em>&lt;link rel=&#8221;alternate&#8221; hreflang=&#8221;en-gb&#8221; href=&#8221;http://en-gb.example.com/page.html&#8221; /&gt;</em></p>
<p><em>&lt;link rel=&#8221;alternate&#8221; hreflang=&#8221;en-us&#8221; href=&#8221;http://en-us.example.com/page.html&#8221; /&gt;</em></p>
<p><em>&lt;link rel=&#8221;alternate&#8221; hreflang=&#8221;de&#8221; href=&#8221;http://de.example.com/seite.html&#8221; /&gt;</em></p>
<p><a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=189077&amp;topic=2370587&amp;ctx=topic">Example taken from Google’s rel=&#8221;alternate&#8221; hreflang=&#8221;x&#8221; guidelines</a>.</p>
<p>The examples show a sub-domain being deployed, but the beauty of this, is that it works across different domains, sub domains and could even be used on a sub-folder international SEO setup.</p>
<p>Whilst this is a good way to tell Google about what content is for which location, it is not without issues.</p>
<p>You have to produce a map in advance so that you can plan which pages are linked together in this way, you have to determine what region and/or language you are going to going to be targeting for each version of each page, and you have to plan the mark-up that is going to be deployed.</p>
<p>On a medium to large scale ecommerce site, this mapping could involve a hell of a lot of work, let alone working out the deployment of the code. If you are doing this for several languages, for several thousand pages, it just seems overwhelming.</p>
<h2>rel=&#8221;alternate&#8221; hreflang=&#8221;x&#8221; Sitemaps</h2>
<p>Around May of this year, Google announcing another way of doing this, through the use of XML sitemaps, and not too long after, we started working with a customer that this was perfect fit for.</p>
<p>The XML sitemap approach allows you to take the largest element of the work out of the equation, as you essentially just have to map the variations, work out the country code for each region, and then use that map to create the appropriate XML sitemap.</p>
<p>I spent a lot of time talking to a lot of SEO’s, and it seemed that everyone wanted to implement this, but had no idea if it would actually work as intended, as well as encountering from potential nervousness from clients about implementing this, presumably because there was some visibility in all regions and there was no desire to go rocking the cart unnecessarily.</p>
<p>For our client, it made perfect sense – they operate in 3 regions, the UK, US and Australia, with top level domains for each market. However, the .com website was ranking in all regions, causing all sorts of billing headaches and the like.</p>
<p>A few methods had been tried before our involvement such as IP delivery and currency selections, but none of these worked perfectly to get to the bottom of the issue – users were reaching a website that wasn’t appropriately priced for them.</p>
<p>We agreed that we would proceed with implementing this sitemap approach after tidying up a number of other necessary changes across the group of websites.</p>
<p>The approach we implemented for this, led us to create an XML sitemap along the lines of the following:</p>
<p><em>&lt;urlset xmlns=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9&#8243; xmlns:xhtml=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;</em></p>
<p><em>&lt;url&gt;</em></p>
<p><em>&lt;loc&gt;http://www.clientsite.com/&lt;/loc&gt;</em></p>
<p><em>&lt;xhtml:link rel=&#8221;alternate&#8221; hreflang=&#8221;en-us&#8221; href=&#8221;http://www.clientsite.com/&#8221;/&gt;</em></p>
<p><em>&lt;xhtml:link rel=&#8221;alternate&#8221; hreflang=&#8221;en-gb&#8221; href=&#8221;http://www.clientsite.co.uk/&#8221;/&gt;</em></p>
<p><em>&lt;xhtml:link rel=&#8221;alternate&#8221; hreflang=&#8221;en-au&#8221; href=&#8221;http://www.clientsite.com.au/&#8221;/&gt;</em></p>
<p><em>&lt;/url&gt;</em></p>
<p><em>&lt;/urlset&gt;</em></p>
<p>It was of course, quite a bit bigger than this – this mini sitemap gives the relative variations of the home pages that we used for each region. For each additional “&lt;url&gt;”, you would set the main “&lt;loc&gt;”, and then give details on the alternative used in each sub region.</p>
<p>There are also further details from <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=189077&amp;topic=2370587&amp;ctx=topic">Google about the implementation of XML sitemaps</a>.</p>
<p>For starters, as it was the URL that was ranking in all regions, we decided to only implement this for the .com website (something I’d probably think differently about and produce extra sitemaps for if there were lots of sites ranking in the various regions).</p>
<p>If you did want to implement this on each site, as I understand it, you’d need to create a variation of this for each specific website, as the main “&lt;loc&gt;” would vary from site to site – but this assumes top level domains and is something I’d want to examine on a case by case basis.</p>
<h2>The Results</h2>
<p>After a week of impatiently waiting, and checking on a near hourly basis, something began to change. Rankings for the site where the .com had always ranked, despite this being the US centric website, started to show the .co.uk domain instead.</p>
<p>I quickly checked visibility for a number of keywords we’d seen to drive traffic to the website and searching from the UK, everything had switched domains. I rushed off to check US and Australian visibility, and in every instance, the correct website was showing to the correct region.</p>
<p>So, in short, it worked perfectly! I’ve come back to it today, and can see marked increases in traffic from search for both regional domains since this has started to kick in, and the visibility in each region is still leading users to their correct version of the website.</p>
<p>I should note, that as I had expected, rankings didn&#8217;t change at all as a result of this. It really wasn&#8217;t the goal &#8211; it was all about making sure that the content being served to users was correctly localised to them.</p>
<p>I think that this something to think about and plan very closely – get the implementation of this technique wrong, and it could cause all sorts of havoc to visibility (if you say that the UK site is Australian, and Google pay attention to this, it’s clear to see what could go wrong).</p>
<p>That said, in the right circumstances, this is clearly a very powerful tactic to serve up the correct localised results in each region that you are targeting. When coupled with other international SEO work to increase visibility of those websites in each region, you can really give international targeting a good kick in the right direction, particularly when starting out in a new region for the first time. It seems that this has effectively allowed us to piggy back off visibility one of the existing web properties already had.</p>
<p>The post <a href="http://www.themediaflow.com/2012/08/an-international-seo-implementation-tale-sitemaps-relalternate-hreflangx/">An International SEO Implementation Tale &#8211; Sitemaps: rel=&#8221;alternate&#8221; hreflang=&#8221;x&#8221;</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2012/08/an-international-seo-implementation-tale-sitemaps-relalternate-hreflangx/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>The Future of Geospatial Technology &#8211; Paper Maps ARE Dead</title>
		<link>http://www.themediaflow.com/2012/07/future-of-geospatial-technology/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=future-of-geospatial-technology</link>
		<comments>http://www.themediaflow.com/2012/07/future-of-geospatial-technology/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 12:55:22 +0000</pubDate>
		<dc:creator>Peter Handley</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Geospatial Technology]]></category>
		<category><![CDATA[google maps]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=1533</guid>
		<description><![CDATA[<p>I&#8217;m not all that fond of saying things are dead, but after my first visit to Digital Surrey yesterday, I will agree with Google&#8217;s Ed Parsons, that Paper Maps ARE in fact dead. Well, mostly, I have seen a few friends tweet of late of the need for actual maps when in the countryside, and <a href="http://www.themediaflow.com/2012/07/future-of-geospatial-technology/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2012/07/future-of-geospatial-technology/">The Future of Geospatial Technology &#8211; Paper Maps ARE Dead</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m not all that fond of saying things are dead, but after my first visit to <a title="Digital Surrey" href="http://www.digitalsurrey.co.uk/">Digital Surrey</a> yesterday, I will agree with Google&#8217;s Ed Parsons, that Paper Maps ARE in fact dead. Well, mostly, I have seen a few friends tweet of late of the need for actual maps when in the countryside, and not connected to the internet etc, but for most of us, we have moved well beyond what a paper map can offer us.</p>
<h2>Digital Surrey Setting</h2>
<p>Well, I&#8217;ve never been to a digital conference set in a castle before &#8211; <a title="Farnham Castle" href="http://www.farnhamcastle.com/">Farnham Castle</a> was our host for the evening:</p>
<p><img class="alignnone size-large wp-image-1540" title="2012-07-26 19.08.44" src="http://www.themediaflow.com/wp-content/uploads/2012-07-26-19.08.44-990x742.jpg" alt="" width="640" height="479" /></p>
<p>Whilst this is a castle that has never really seen battle, it was an impressive setting for the evening, and the gardens were a lovely place for a pre event beer.</p>
<h2>The Annotated World. The Future of Geospatial Technology</h2>
<p>The presentation for the evening was from Ed Parsons, the Geospatial Technologist of Google, and formerly of Ordnance Survey.</p>
<p>He started with a picture of the world, which apparently only about 20 people have ever actually seen with their own eyes.</p>
<div>
<p>We use tools like google earth to explore the planet, but the annotated world goes beyond the image and starts to pull out more information</p>
<p>Imagine if you could make a map that was to scale to reality. This isn&#8217; something that is  possible physically, but digital technology allows this, and much more. Tech Allows you to go deeper than that 1:1 view - Google&#8217;s street view for example allows you to start to annotate things and augment these images with things that can&#8217;t be seen by the naked eye i.e. directions, but also much more than that.</p>
<p>You can incorporate business information and overlay onto the image which allows actionable nights with that data, using harvested information from the web</p>
<p>Ed showed us examples of how street view images can be overlaid with information about waste bins and road signs. Basically, information from the Internet can be taken from a variety of sources and can be used to augment the reality of the map image &#8211; becomes more than just a 1:1 scale map, and becomes something more than what you can see in real life when you look at it.</p>
<p>Increasingly these tools are now allowing people to use tools to annotate the world themselves. Users can capture information and publish it to the web to share with others.</p>
<p>There is also a new tool coming to the UK where users can fill in the gaps not captured by street view. Users are annotating the World and expanding the knowledge database. They can capture images, go through verification process and submit details and images of that location to further extend the data Googles holds about these things.</p>
<h2>What&#8217;s coming next?</h2>
<p>Well it sounds like there is a 3D mapping cold war occurring, with Amazon starting to jump on the bandwago to compete with Apple &amp; Google.</p>
<p>These &#8220;3D&#8221; maps are created using grid based photographing technology, to create 3dD models to be incorporated into Google Earth. But&#8230; really, it&#8217;s not 3d. It&#8217;s textured surface models. 2 1/2D is how Ed described it, as real 3D would include 3 dimensions &#8220;properly. Inside buildings. Inside structures. <em>I found this quite scary!!!!</em></p>
<p>Geospatial technology is now moving indoors. Up to this point, its largely been cars have driven the desire for mapping to this stage &#8211; but apparently people want help navigating in more situations.</p>
<p>Now, with John Lewis, they are mapping the inside of their stores. Also surveying wifi signals from all stores to help with this (they all have WIFIapparently to allow price comparisons) as the WIFIsystem can now be used to map where you are in store in relation to those WIFIpoints, pretty accurately (to  2-3m)</p>
<p>This is also happening in most railway stations in London.</p>
<p>The growth of this isn&#8217;t scaling particularly well though &#8211; it&#8217;s hard to get partners to agree and is a complicated process even once that has happened. Ed was very honest when he said that they have history of messing this up, so they know they need to be careful.</p>
<h2>The Map of the Future is not a Map</h2>
<p>Paper as a medium is dead when it comes to maps.</p>
<p>Google Maps when you signed in are now personalised. My map will have subtle differences from your map.It knows where we live even when its not been explicitly told &#8211; it works this out from your previous activities.</p>
<p>Markers get placed where you or friends have left reviews for businesses.</p>
<p>These personalised maps get generated on the fly for millions of people using HTML 5. It&#8217;s now dynamic.</p>
<p>Ed went on to show us how the geometry changes looking at the map of St Paul&#8217;s Cathedral images depending on where on the map that church is.</p>
<p>Geospatial technology is far beyond maps now. It&#8217;s intrinsic to phone tech, calendars etc, but has moved on now and can give you weather based on location or destination. This technology can help you find people you are due to meet, adapt to traffic or public transport problems, link pictures to locations. This all leads on to Project Glass:</p>
<p><iframe src="http://www.youtube.com/embed/9c6W4CCU9M4" frameborder="0" width="560" height="315"></iframe></p>
<p>Augmented reality has been talked up for some time, and these glasses may be coming in the next year. Ed suggests that it&#8217;s possible that these might replace phones?</p>
<p>Geospatial technology is powering these sorts of new technologies.</p>
<h2>Big Data</h2>
<p>Typically, when thinking about &#8220;Big Data&#8221; we are thinking in in terms of &#8216;volume&#8217;. Ed said that there are about 6 petabytes of data powering Google Earth for example &#8211; that is a huge amount of data.</p>
<p>But, by all accounts, rather than &#8216;big&#8217; large volumes of data it&#8217;s actually about velocity of that data. Google earth is mostly static data, but the problems arise with big data when data is moving really quickly.</p>
<p>Twitter firehose examples were given, but basically, you can&#8217;t query a database of this volume when the data calls are too slow to pull it, compared to the speed that the data is being added.</p>
<p>With approximately 35bn devices connected to net worldwide and on average 6 devices per person, there are a lot of &#8220;sensors&#8221; connected together. As I thought about how many devices I myself own, I stopped counting at about 14.</p>
<p>Ed also showed example of phone data being used (anonymously) to track traffic data &#8211; working out where there were jams, where traffic was moving slowly. This data is really useful, but I wonder if the owners of those phones know that they are being used in that way?</p>
<p><img class="alignnone size-large wp-image-1543" title="2012-07-26 20.19.48" src="http://www.themediaflow.com/wp-content/uploads/2012-07-26-20.19.48-990x742.jpg" alt="" width="640" height="479" /></p>
<p>Schema is also going to play an important part in this in the future, with structured markup giving more context than just text allows.</p>
<h2>Summary &amp; Implications</h2>
<p>Paper maps ARE dead in most situations &#8211; the growth of the web is all about personalisation &#8211; of which location plays a huge part, and maps have evolved to fit this need.</p>
<p>We need to share more data for this to get more personalised to better suit our needs. To do this, we need to trust the data suppliers more, Google and more.</p>
<p><em>They need to earn that trust!</em></p>
</div>
<p>At the moment, this sort of technology scares me a little, amazing and useful as it is. I don&#8217;t know that I trust Google with this data &#8211; you only need to look at <a title="2012 Google Issues" href="http://www.barryadams.co.uk/2012/01/the-2012-google-clusterfuck-countdown/">Barry Adams&#8217; list of issues with Google from 2012</a> alone.</p>
<p><a title="Claire Thompson" href="https://twitter.com/ClaireatWaves/">Claire Thompson</a>, who I met for the first time for example, would find the mapping of the river ways would be genuinely useful.</p>
<p>I see a need or at least a use for the growth in this sort of technology. It could have some important implications for SEO too, where location is increasingly affecting rankings, and the integration of maps and Google Plus is also having an impact.</p>
<p>But I am scared at the implications of this technology. Should peoples phones be used, almost certainly without explicit consent to track traffic speeds on main roads?</p>
<p>Should Google or any other mapping company be able to map the inside of my home, or place of work, and create a 3D map of that?</p>
<p>Where will the lines be drawn? Ed said that this was close to creepy, but I&#8217;ll be honest, I did find it quite creepy as it was. Usefulness and Privacy need to be balanced here, but I suspect that usefulness may well win out in the minds of the people developing these tools.</p>
<p>It seems to me that Nichola was right on her talk at <a title="BrightonSEO Talk on Serendipitous Search" href="http://www.themediaflow.com/2012/04/brighton-seo-2012-presentation-serendipitous-search-imagined/">BrightonSEO where she talked about Serendipitous Search</a>&#8230;</p>
<p>The post <a href="http://www.themediaflow.com/2012/07/future-of-geospatial-technology/">The Future of Geospatial Technology &#8211; Paper Maps ARE Dead</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2012/07/future-of-geospatial-technology/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Just WOW&#8230; Reykjavik Internet Marketing Conference #RIMC12</title>
		<link>http://www.themediaflow.com/2012/03/just-wow-reykjavik-internet-marketing-conference-rimc12/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=just-wow-reykjavik-internet-marketing-conference-rimc12</link>
		<comments>http://www.themediaflow.com/2012/03/just-wow-reykjavik-internet-marketing-conference-rimc12/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 14:11:18 +0000</pubDate>
		<dc:creator>Peter Handley</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=1387</guid>
		<description><![CDATA[<p>Those of you who know me may well be surprised, but I was left nearly speechless by just how good the last few days Nichola and I spent in Iceland were. Quite frankly, it was without a doubt the best few days I&#8217;ve spent in my professional career, and we are already discussing our plans <a href="http://www.themediaflow.com/2012/03/just-wow-reykjavik-internet-marketing-conference-rimc12/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2012/03/just-wow-reykjavik-internet-marketing-conference-rimc12/">Just WOW&#8230; Reykjavik Internet Marketing Conference #RIMC12</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Those of you who know me may well be surprised, but I was left nearly speechless by just how good the last few days Nichola and I spent in Iceland were.</p>
<p>Quite frankly, it was without a doubt the best few days I&#8217;ve spent in my professional career, and we are already discussing our plans for attending next year. The <a href="http://www.rimc.is/en/">Reykjavik Internet Marketing Conference</a> was simply superb.</p>
<p>There was so much content, that I&#8217;m not going to be able to cover everyone in sufficient depth in this post &#8211; by my count there were just about 20 sessions or panels crammed in to the day. I&#8217;ve whizzed through as much as possible on this post, but you might still want to grab a coffee before settling down to read the rest it!</p>
<h2>The Golden Circle</h2>
<p>We arrived early, and spent our first day out on a tour exploring <a href="http://www.bustravel.is/en/mos/2">The Golden Circle</a>. As this is an <a href="http://www.themediaflow.com/blog/">SEO blog</a>, I won&#8217;t linger too long on these details here, but Nichola and I have got <a href="http://www.facebook.com/media/set/?set=a.308363352561039.71407.112967442100632&amp;type=1">a load more photos up</a> on <a href="http://www.facebook.com/themediaflow">theMediaFlow Facebook page</a>.</p>
<p><img class="alignnone  wp-image-1393" title="iceland-waterfall" src="http://www.themediaflow.com/wp-content/uploads/iceland-waterfall.jpg" alt="Icelandic Waterfall" width="630" height="363" /></p>
<p>So much snow! More than this soft English southerner has ever encountered in his life!</p>
<h2>Intro with The President of Iceland</h2>
<p>I kid you not. The conference was opened by the actual President of Iceland:</p>
<p><img class="alignnone size-full wp-image-1402" title="presidentoficeland" src="http://www.themediaflow.com/wp-content/uploads/presidentoficeland.jpg" alt="President of Iceland" width="630" height="339" /></p>
<p>Can you imagine David Cameron doing that at any Internet Marketing events in the UK? I doubt it is very likely!</p>
<p>He had some really interesting things to say, tying in to the conference theme of &#8220;You Are Not In Control&#8221;.</p>
<p>The President talked about established Western political structures being revolutionised by Information Technology and Social Media, with an example given with regards to the banking crisis issues, which ended up with 25% of the Icelandic population signing a petition to force a referendum.</p>
<p>One of his final points was absolutely spot on as well &#8211; what we&#8217;ve seen so far is just the beginning &#8211; no one knows what the landscape will be like 10 years from now.</p>
<h2>The Filter Bubble</h2>
<p>Is the Internet as democratic as we&#8217;d hoped?</p>
<p>Is it the great connective force that we think it is?</p>
<p>These are the questions being asked by <a href="http://twitter.com/#!/elipariser">Eli Pariser</a>, the author of <a href="http://www.thefilterbubble.com/">The Filter Bubble</a>.</p>
<p>Eli told us a tale of how he broadened his Facebook friends deliberately to look at political views from both sides. However, Facebook only displayed the liberal stories which tied in to the activity of posts that Eli interacted with.  Why? Because:</p>
<p><img class="alignnone size-full wp-image-1413" style="margin-left: 25px; margin-right: 25px;" title="ifyoulikethis" src="http://www.themediaflow.com/wp-content/uploads/ifyoulikethis.jpg" alt="If you like this, you'll like that" width="588" height="220" /></p>
<p>In the quest for relevance &#8211; things get perfectly targeted to you. But personalise information can lead to personalised facts too. As time goes on, its going to become harder and harder to watch or learn things that haven&#8217;t been specifically tailored to them.</p>
<p>Is this a good thing? Should these algorithms tailoring this information to us have this sort of control? What information do we NOT see as a result of our filter bubbles?</p>
<p>We need these information gatekeepers to challenge us. To show us other points of view, things that we need to see. Can we rely on them to do this?</p>
<p>I found this a really interesting opening to the day, and I am certainly interested in checking out the book further. It certainly asks some pertinent questions about matters that should concern all of us, as this information helps us to determine what we perceive as fact. Those facts being presented to all of us vary based on our own previous personal views, or those in our networks, is somewhat unsettling, as it distorts the perception of our own personal realities.</p>
<h2>Social Media Marketing Sessions</h2>
<p>At a lightning pace, straight after Eli had finished we were flung headlong into the Social Media track. Here we head presentations from <a href="http://twitter.com/#!/billhunt">Bill Hunt</a> from <a href="http://back-azimuth.com/">Back Azimuth Consulting</a>, <a href="http://twitter.com/#!/bencchapman">Ben Chapman</a>, Head of Popular Music at the BBC, <a href="http://twitter.com/#!/PaulDavidMadden">Paul Madden</a> from Automatica and Hubert Sepidnam (AKA <a href="http://www.mrtaster.com/">Mr Taster</a>) from <a href="http://www.kaspid.com/">Kaspid</a>.</p>
<p>I really enjoyed all 4 of these sessions.</p>
<p><img class="alignnone size-full wp-image-1424" title="social-media-track" src="http://www.themediaflow.com/wp-content/uploads/social-media-track.jpg" alt="Social Media Track Speakers - Bill Hunt, Mr Taster, Paul Madden &amp; Ben Chapman" width="630" height="289" /></p>
<p>Bill looked at what search data reveals about customer needs and desires. We need to understand searchers &#8211; search suggest and related searches need to be leveraged as this is what people want to know around those root topics. We need to understand query intent better, as this can be great opportunities for new products and services to drive a business forward. Language has to be used in the way people looking for them use, its no good using internal jargon &#8211; forcing users down that path doesn&#8217;t work!</p>
<p>Ben from the BBC looks after all the popular radio channels. Ben overcame some technical challenges to deliver a really interesting presentation about the challenges of getting content out onto the website whilst the audience interest was high (i.e. it has to get out immediately, or interest wanes!).</p>
<p>Liveness and Friendship are the 2 core drivers of all BBC radio now &#8211; listen, watch and share!</p>
<p>Paul is a speaker that I&#8217;ve seen a few times before, and have always really enjoyed and RIMC was no different. Paul whizzed through a presentation about building a Twitter Bot Army (I really want to get to see those slides again, as I just couldn&#8217;t write fast enough). This presentation took us through why you&#8217;d want a Twitter Bot Army, what you need to do to build it, and what you might want to do with it. The golden rules here seemed to be mixing up real outsourced people with some automation and most importantly, don&#8217;t be anti-social.</p>
<p>Hubert, AKA Mr Taster led us through a really fun presentation looking at how to operate on social media in countries like Iran where he came from, where Twitter, Facebook, YouTube; even Google AdWords are banned.</p>
<p>Seeing as they couldn&#8217;t get any traction from the main company account (Facebook is for fun right, no one wanted to read SEO articles on there), they created a persona called Mr Taster, full of adventures and cartoons from tasting lots of food. Despite Facebook being banned in Iran, this got fantastic local pick up and by all accounts Mr Taster is quite the celebrity these days!</p>
<h2>Internet Marketing Sessions</h2>
<p>In this final session before lunch we had 3 more presentations squeezed in. First up we had Matt Neal from <a href="http://www.wearebrightsparx.com/">BrightSparx</a>, followed by <a href="http://twitter.com/#!/massimoburgio">Massimo Burgio</a> from <a href="http://www.globalsearchinteractive.net/">Global Search Interactive</a> and finally <a href="http://twitter.com/#!/ludvik">Ludvik Høegh-Krohn</a> from <a href="http://www.omg.no/">OMG</a>.</p>
<p><img class="alignnone size-full wp-image-1433" title="internet-marketing-track" src="http://www.themediaflow.com/wp-content/uploads/internet-marketing-track.jpg" alt="internet marketing track - Matt Neal, Ludvik Høegh-Krohn &amp; Massimo Burgio " width="630" height="310" /></p>
<p>Matt was looking at how Social and Search are not the new TV, but instead are the new telephone. This presentation looked at why businesses shouldn&#8217;t start using social because its popular, without having a driving reason to actually be using it. Why use it? How does it fit in? What will you get out of it? These are the questions you need to ask yourself before getting involved.</p>
<p>Ludvik looked at the new GTLD applications being made (which could cost some businesses and groups a couple of million Euros!). These were mostly being broken down in to 4 groups; Brands, City/Areas, Generics and Communities.</p>
<p>There is only a short window left on applications here though, so if you are thinking of applying you&#8217;d better do it soon. Ludvik suggested that there could be PR benefits for the first few big brands to start using a .brand domain. I&#8217;m not convinced that these will be that huge, as .com&#8217;s are so deeply engrained in the user psyche at the moment, but it will certainly be interesting when some of these applications get approved and sites start to use them.</p>
<p>Massimo looked at Social Media Policies. What are they? Why do you need one? This was a really energetic performance, and my favourite example policy was simply &#8220;Don&#8217;t be stupid&#8221;. Massimo closed with a really good video by the Department of Justice in Victoria, Australia and this was so well produced I&#8217;ve embedded it below:</p>
<p><iframe src="http://www.youtube.com/embed/8iQLkt5CG8I" frameborder="0" width="630" height="315"></iframe></p>
<h2>Making the Most of Facebook</h2>
<p>The first session after wolfing down lunch was with Charles Dowd from Facebook, who offered us an insight behind the scenes there.</p>
<p>I though Charles was brave to acknowledge Eli&#8217;s concerns about the Filter Bubbles, and said that Facebook were constantly aware of this and looking at ways to ensure that the users don&#8217;t just get tied in to these bubbles.</p>
<p><img class="alignnone size-full wp-image-1444" title="charles-dowd" src="http://www.themediaflow.com/wp-content/uploads/charles-dowd.jpg" alt="Charles Dowd" width="630" height="317" /></p>
<p>Some of Charles more interesting points were:</p>
<p>EVERY page you look at on Facebook is personalised specifically to you.</p>
<p>A lot of their ideas come from their hackathons and hack culture, including the phone app and the timeline features.</p>
<p>One of their favourite motto&#8217;s is &#8220;Move Fast and Break Things&#8221; &#8211; focus on getting things done. Also, that if you never fail, you probably aren&#8217;t trying hard enough.</p>
<h2>PPC &amp; More Sessions</h2>
<p>As I don&#8217;t use PPC particularly often specifically myself, I often find it interesting to learn more about this side of Search Marketing. Here we had Phil Greenwood from Microsoft, <a href="http://twitter.com/#!/olikristinn">Ólafur Kr. Ólafsson</a> from <a href="http://www.nordicemarketing.com/">Nordic eMarketing</a> and <a href="http://twitter.com/#!/bardur">Bardur Orn Gunnarsson</a> from <a href="http://www.hvitahusid.is/">Hvitahusid</a>.</p>
<p><img class="alignnone size-full wp-image-1457" title="ppc-track" src="http://www.themediaflow.com/wp-content/uploads/ppc-track.jpg" alt="PPC &amp; More Track" width="630" height="354" /></p>
<p>Phil&#8217;s presentation was titled &#8220;The Mafia, Bachelor Parties, Black Hat and Me&#8221; and started with a marketing effectiveness quiz where the audience scored themselves on how much they had influence over marketing with their roles.</p>
<p>The message here was that Marketing and Innovation are what produces results. Everything else comes at a cost. We need to get ahead of analytics and develop much deeper customer insights.</p>
<p>Be the voice of your customer in your organisation, and pre-launch market like hell to generate early awareness of products and services. Most of all though, &#8220;Be Lucky&#8221;!</p>
<p>Ólafur looked at the bigger picture beyond Google Adwords. You have to use marketing tactics hand by hand, and say it like you mean it. Offline and online marketing should never be a head to head duel, and should focus on supporting one another.</p>
<p>We were shown a case study looking at the lack of visibility between a Home Improvement show sponsor and the tiles they had (and what they didn&#8217;t do to join up those segments).</p>
<p>Bardur&#8217;s session looked at paid search being the beginning, not the end, allowing for real time market research.</p>
<p>This centred on another case study, using Facebook ads to A/B test to identify what the audience wanted (in this case, it was looking at the local Airline and what route they should be looking to add to their flight plans).</p>
<p>The lesson mostly learned from this was that you had to be careful about the results found on only one medium. When this market research was carried out on different platforms it produced varying results, and the aggregated scores across all the areas that they used for this had very different results to the initial Facebook only tests.</p>
<h2>Organic with a Twist Sessions</h2>
<p>The final sessions that I&#8217;ll be properly writing up were the organic with a twist presentations.</p>
<p>There were 4 presentations in this section, with <a href="http://twitter.com/#!/BrentDPayne">Brent Payne</a> from BaldSEO, <a href="http://twitter.com/#!/motokohunt">Motoko Hunt</a> from <a href="http://www.adobe.com/">Adobe</a>, <a href="http://twitter.com/#!/webmama">Barbara Coll</a> from <a href="http://www.webmama.com/">WebMama</a> and <a href="http://www.sepita.de/">Sepita Ansari</a> from Catbird Seat.</p>
<p><img class="alignnone size-full wp-image-1465" title="seowithatwist" src="http://www.themediaflow.com/wp-content/uploads/seowithatwist.jpg" alt="SEO With A Twist" width="630" height="380" /></p>
<p>Brent started these sessions with Social Media to Improve SEO. Brent urged us to get involved and start talking, explaining about his rule of thirds &#8211; 1/3rd activities on social platforms should be Personal, Self/Company Promotion and Interesting/Useful Info.</p>
<p>Brent looked at the ways you can bypass SEO results for particular terms by helping &#8220;enhance&#8221; (ok, the word was &#8220;manipulate&#8221;) Google Suggest results to display messages that will push users directly to your site, without going to the main SERP they might have been thinking to search for originally.</p>
<p>There was some controversy on this talk &#8211; I&#8217;m not going to get in to those, but the over-arching message was &#8220;We, as SEOs, have one task&#8230;get results for clients. We should not care about anything beyond that.&#8221;</p>
<p>The methods used for the Google Search Suggest manipulation were quite interesting &#8211; particularly the final ones of these that we were asked not to repeat. I can certainly see it would be fun (and potentially make some clients lots of money) to play around with these techniques!</p>
<p>Next up was Barbara Coll with SEO, Keywords and the Sales Funnel. This centred on making sure you identify the right sort of phrases across the spectrum of buying cycles, producing content for education, content for product spaces and much more.</p>
<p>A lot of this resonated strongly with me, as in the past some of the most successful campaigns I&#8217;ve worked on have been built on the foundation of producing truly worthy resource content to cover users at the research stages of the cycle, the purchase and the post purchase. Dominating all these areas in a particular niche is certainly an effective content based SEO Strategy. Most of all though, keep building this content up &#8211; there is always more to write about!</p>
<p>Motoko took us through an the process that Adobe went through to bring search activities at Adobe in house, and breaking out from the multi-agency model that they&#8217;d used previously. This was all about reducing the number of cooks in the kitchen, streamlining processes and being responsible for achieving the required growth targets.</p>
<p>This allowed the development of an over-arching strategy for search that was integrated at all levels. It meant that best practice guidelines could be adopted by all the stakeholders at every stage and that KPIs could be unified as much as possible, as everyone knew what was being measured and why.</p>
<p>Sepita looked at Large Scale Linkbuilding. This presentation took us through what you need with link campaigns at larger scales, looking at why it was necessary for competitive terms, quality vs quantity, trust &amp; social signals, whilst of course being &#8220;invisible&#8221; to Google &#8211; needing to be as natural as possible.</p>
<p>We were presented with further information on anchor text variations (brand, non brand and beyond), link location, sitewide vs content links, deeplink vs homepage ratios, follow/no follow and velocity. Plenty of food for thought was given here, as well as some ideas of what you could (and shouldn&#8217;t) do to get what you need.</p>
<h2>The Dark Session</h2>
<p>I don&#8217;t really want to write up too much from this session. It was great fun and definitely thought provoking, but some of the topics were not all that suitable for sharing, and there was definitely some &#8220;adult&#8221; themes running through it.</p>
<p>This panel was made up of <a href="http://twitter.com/#!/fantomaster">Fantomaster</a>, <a href="http://twitter.com/#!/demib">Mikkel DeMib</a> from <a href="http://www.demib.dk/">DeMib</a> and <a href="http://twitter.com/#!/pvdgraaf">Peter Van Der Graaf</a> from <a href="http://www.searchspecialist.net/">SearchSpecialist</a>.</p>
<p><img class="size-full wp-image-1462 alignnone" style="margin-left: 10px; margin-right: 10px;" title="thedarksession" src="http://www.themediaflow.com/wp-content/uploads/thedarksession.jpg" alt="The Dark Session" width="630" height="369" /></p>
<p>I think the chord was struck with the following statements though:</p>
<p>&#8220;It&#8217;s not about &#8216;hats&#8217;, its about achieving goals&#8221; and</p>
<p>&#8220;Blackhat shouldn&#8217;t necessarily &#8216;harm&#8217; innocent bystanders&#8221;</p>
<h2>Closing thoughts</h2>
<p>I&#8217;ll return to my title&#8230; just WOW. We&#8217;ve had such an awesome, unforgettable time in Iceland and we absolutely cannot wait to return.</p>
<p>A huge thanks to <a title="Kristjan on Twitter" href="http://twitter.com/optimizeyourweb" target="_blank">Kristjan Mar Hauksson</a>, founder of <a title="Nordic eMarketing" href="http://www.nordicemarketing.com/" target="_blank">Nordic eMarketing</a>, his family and all of the team that organised the event. Everyone truly made us feel welcome. All you UK (and beyond) search marketers reading this should start planning for coming along with Nichola and I next year!</p>
<p>Now I just have to hope that videos of my singing at the after party don&#8217;t surface anywhere &#8211; I&#8217;ll save that particular public embarrassment for BrightonSEO in a months time!</p>
<p>I&#8217;ve done my best to link everyone up when I could find the right places &#8211; let me know if I&#8217;ve missed any though!</p>
<p>Also, thanks to <a href="http://www.jackiehole.com/">Jackie Hole</a> for letting me borrow all the pictures!</p>
<p>The post <a href="http://www.themediaflow.com/2012/03/just-wow-reykjavik-internet-marketing-conference-rimc12/">Just WOW&#8230; Reykjavik Internet Marketing Conference #RIMC12</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2012/03/just-wow-reykjavik-internet-marketing-conference-rimc12/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Thinkvisibility 7 Highlights from @ismepete</title>
		<link>http://www.themediaflow.com/2012/03/thinkvisibility-7-highlights-from-ismepete/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thinkvisibility-7-highlights-from-ismepete</link>
		<comments>http://www.themediaflow.com/2012/03/thinkvisibility-7-highlights-from-ismepete/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:57:11 +0000</pubDate>
		<dc:creator>Peter Handley</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=1343</guid>
		<description><![CDATA[<p>It was time once again for one of my favourite conferences with ThinkVisibility 7, and Nichola and I took the mammoth trek on a road trip to represent for southern England. Before I get started with my round up, I do want to thank Dom and his ace team for putting on yet another cracking <a href="http://www.themediaflow.com/2012/03/thinkvisibility-7-highlights-from-ismepete/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2012/03/thinkvisibility-7-highlights-from-ismepete/">Thinkvisibility 7 Highlights from @ismepete</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>It was time once again for one of my favourite conferences with <a href="http://thinkvisibility.com/">ThinkVisibility 7</a>, and Nichola and I took the mammoth trek on a road trip to represent for southern England. Before I get started with my round up, I do want to thank Dom and his ace team for putting on yet another cracking event. The highlights from the sessions I attended are below:</p>
<h2>SEO for Ecommmerce, <a href="http://www.barryadams.co.uk/">Barry Adams</a> from <a href="http://www.piercecommunications.co.uk/">Pierce Communications</a></h2>
<p>The day kicked off for me watching Barry&#8217;s tips for ecommerce SEO. This is something I&#8217;ve done quite a lot of over the years, and there were some really good ideas on enhancing what I&#8217;m already doing here.</p>
<p><a title="Barry Adams by sk8geek, on Flickr" href="http://www.flickr.com/photos/sk8geek/6950613461/"><img style="margin-left: 75px; margin-right: 75px;" src="http://farm8.staticflickr.com/7043/6950613461_d8aed8f696.jpg" alt="Barry Adams" width="500" height="332" /></a></p>
<p>Below are a few of the main highlights:</p>
<p>Focus on where the money is. The keywords bringing the greatest revenue aren&#8217;t always the ones that bring you the most traffic, so focus on the money first</p>
<p>Use site search tracking in GA for ideas on potential keyword targets</p>
<p>Make sure you structure your site properly with appropriate internal linking anchors. Don&#8217;t forget the breadcrumbs!</p>
<p>Where possible get multiple high res product images. Don&#8217;t just use JavaScript to display these, as this might prevent them showing up in image searches (alt tag them too)</p>
<p>Use easy and intuitive faceted navigation, using appropriate SEO focused facets. Use URL parameters to block facets that have less SEO value. Be careful of duplicate content though!</p>
<p>Get delivery information on all product pages &#8211; don&#8217;t make users click through to a specific page, taking them away from product and reducing chances of sale.</p>
<p>don&#8217;t 404 your out of stock items. 301 them if they go permanently to retain that value.</p>
<p>Product reviews &#8211; use schema (<a href="http://www.themediaflow.com/2012/02/adventures-with-rich-snippets/">I love rich snippets!</a>)</p>
<p>Link building efforts should be focused to category pages where possible</p>
<p>Great way to kick off the day, and I was really glad to have met Barry finally after a long time talking online. You can find his <a title="SEO for Ecommerce" href="http://www.slideshare.net/Badams/seo-for-ecommerce-think-visibility">SEO for Ecommerce slides in full over on slideshare</a>.</p>
<h2>Link building with Swiss Toni, <a href="http://twitter.com/jonquinton1">Jon Quinton</a> from <a href="https://seogadget.co.uk/">SEOgadget</a></h2>
<p>Our next session was off to see our good friend Jon&#8217;s ThinkVisibility debut. Jon showed us lots of funky tricks to help identify good link opportunities as quickly as possible, using all sorts of data sources and pulling them all in to excel.</p>
<p><a title="Jon Quinton by sk8geek, on Flickr" href="http://www.flickr.com/photos/sk8geek/6950616665/"><img style="margin-left: 75px; margin-right: 75px;" src="http://farm8.staticflickr.com/7058/6950616665_4655237b72.jpg" alt="Jon Quinton" width="500" height="332" /></a></p>
<p>My main highlights here were:</p>
<p>&#8216;Link building can be like making love to a beautiful woman&#8217;</p>
<p>Use google docs to scrape link prospects, and pull in metrics to assess potential targets authority.</p>
<p>Use SEO tools for excel (I&#8217;ve been meaning to check this out for a while) to pull in page rank and social metrics</p>
<p>Make link prospects offers they can&#8217;t refuse.</p>
<p>Only use really good content &#8211; its not an area to scrimp on costs for poorly written articles.</p>
<p>Cheap content is a false economy (so true!)</p>
<p>Well done Jon &#8211; great presentation, and I&#8217;ll look forward to seeing some more from you in the future! You can see Jon&#8217;s post and slides over on <a href="https://seogadget.co.uk/link-building-lessons-from-swiss-toni-think-visibility/">Link Building Lessons from Swiss Toni at SEOgadget</a>.</p>
<h2>Website analytics &#8211; 60% of the time it works every time, <a href="http://www.annaspear.co.uk/">Anna Lewis</a> from <a href="http://www.koozai.com/">Koozai</a></h2>
<p><a title="Anna Lewis by sk8geek, on Flickr" href="http://www.flickr.com/photos/sk8geek/6804582962/"><img src="http://farm8.staticflickr.com/7195/6804582962_576f3aaf94.jpg" alt="Anna Lewis" width="332" height="500" /></a></p>
<p>Anna is another good friend who I was really looking forward to seeing speak. Anna clearly has some good ways to use analytics &#8211; helping to find the right kind of numbers from it, as well as finding them faster.</p>
<p>She rightly talked about making sure that data you use, and present to clients needs to have both context &amp; authority.</p>
<p>Determine the right metrics for customers and create custom reports to look at the factors as simply as possible</p>
<p>Use APIs to speed up these processes and to ensure you don&#8217;t rely on sampled data. Either learn to code, copy and paste or outsource this work.</p>
<p>Not provided traffic &#8211; look at landing pages of this traffic to gain better intelligence as to what might have brought visitors there.</p>
<p>With multi touch attribution set up custom channels to review data more accurately. <a href="http://www.koozai.com/blog/analytics/advanced-analytics-by-anna-lewis-at-think-visibility-7/">You can see Anna&#8217;s presentation and slides over on the Koozai blog.</a></p>
<h2>25 Useful Tips on WordPress, <a href="http://twitter.com/danjharrison">Dan Harrison</a> from <a href="http://www.wpdoctors.co.uk/">WP Doctors</a></h2>
<p>Another session I&#8217;d been looking forward too, I was really torn here as to whether to watch this or go see <a href="http://www.sorbetdigital.com/video-seo-strategies-thinkvisibility-leeds-march-2011/">Carla Marshall from Sorbet Digital presenting in video SEO</a>. Nichola went off to watch that one, so I&#8217;m hoping she&#8217;ll share her insights once we&#8217;ve recovered from the weekends exertions.</p>
<p>Back to WordPress, Dan whizzed through his tips for WordPress (I reckon he could have done 50, but needed Q&amp;A time too). I really liked the shirt he had made for the event:</p>
<p><a title="Doctor Dan by sk8geek, on Flickr" href="http://www.flickr.com/photos/sk8geek/6947648219/"><img style="margin-left: 150px; margin-right: 150px;" src="http://farm8.staticflickr.com/7043/6947648219_771ea0882d.jpg" alt="Doctor Dan" width="332" height="500" /></a></p>
<p>Fortunately ahead of the event, I talked him out of a ninja themed shirt!</p>
<p>Anyway, on to the content. Dan highlighted the ways on speeding up WordPress using caching and assorted other techniques, shared tips for encouraging social sharing and ways to set it up properly in the first place. I thought the CTA buttons looked interesting and Dan showed us lots of ideas for using gravity forms.</p>
<p><a href="http://www.wpdoctors.co.uk/25-wordpress-tips/">Dan also turned this into an ebook, so you can see all his tips</a>!</p>
<h2>Saying Stuff Is Dead&#8230; Is Dead, <a href="http://www.jamescarson.co.uk/">James Carson</a> from <a href="http://www.bauermedia.co.uk/">Bauer Media</a></h2>
<p>This was possibly my favourite session of the day, but was also the one I took the least notes on. It was fun and engaging (I loved the &#8216;Steve Jobs IS dead&#8217; joke <img src='http://www.themediaflow.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).</p>
<p><a title="James Carson by sk8geek, on Flickr" href="http://www.flickr.com/photos/sk8geek/6804534882/"><img style="margin-left: 75px; margin-right: 75px;" src="http://farm8.staticflickr.com/7037/6804534882_b4bd95c5c7.jpg" alt="James Carson" width="500" height="332" /></a></p>
<p>This presentation looked at how most things that are written about as being dead, actually aren&#8217;t. SEO, Email, Facebook; none of these things are dead!</p>
<p>Great stuff from James! <a href="http://www.jamescarson.co.uk/socialsearch/2012/03/04/saying-stuff-is-dead-is-dead-my-think-visibility-presentation/">James has his slides up on his blog already too.</a></p>
<h2>From URL to Result, <a href="http://www.pierrefar.com/">Pierre Far</a> from Google</h2>
<p><a title="Pierre Far by sk8geek, on Flickr" href="http://www.flickr.com/photos/sk8geek/6950722163/"><img src="http://farm8.staticflickr.com/7194/6950722163_e6a03e7e1d.jpg" alt="Pierre Far" width="332" height="500" /></a>This was a really interesting session, and the first one I&#8217;d ever seen from an actual Googler.</p>
<p>It looked at indexing of the Internet, and looked at the process of how this happened (this wasn&#8217;t to do with the described &#8216;magic&#8217; of how rankings were determined however).</p>
<p>I was intrigued that there had been a new smartphone Googlebot thrown out into the wild recently, and Pierre encouraged us all to setup email forwarding on Webmaster Tools messages, as they are sending more than ever now (I didn&#8217;t really know this existed, so will go and hunt for this).</p>
<p>I was also particularly fascinated to learn that crawl budgets are not set for &#8216;sites&#8217;, but are instead budgeted by servers. Google call this host load, and do it this way to minimise the chance of breaking a server, but still looking at as many URLs as possible.</p>
<p>I&#8217;ve not found any links to this presentation, so let me know if you find a copy available somewhere.</p>
<h2>Final Summary</h2>
<p>There is a real family, community oriented feel to this conference that many others could learn from &#8211; there is a really sociable feel to this event, and it&#8217;s always great to meet up with a set of like minded peers again, as well as meeting a bunch of other <a href="http://www.peterhandley.com/2011/03/meeting-old-friends-for-the-first-time/">old friends for the first time</a>.</p>
<p>This time around there was once again a great selection of speakers, although with an emphasis on letting some fairly new speakers get up and show us their stuff. It was a great opportunity to see some folks delivering different angles on things than I&#8217;d seen in the past, and I&#8217;m hoping to take some inspiration from them and try and dip my toe into having another go at doing some speaking if I can get an opportunity at some stage this year.</p>
<p>It was another fantastic event all round, as they have been every time I&#8217;ve trekked up to Leeds for ThinkVisibility. Where else would you see a bouncy castle in a casino?</p>
<p><a title="Bouncy Castle by sk8geek, on Flickr" href="http://www.flickr.com/photos/sk8geek/6804541318/"><img style="margin-left: 75px; margin-right: 75px;" src="http://farm8.staticflickr.com/7208/6804541318_9d535c64a9.jpg" alt="Bouncy Castle" width="500" height="332" /></a></p>
<p>There are lots of <a title="Thinkvisibility 7 photos" href="http://www.flickr.com/photos/sk8geek/sets/72157628812398797/">interesting pictures from the event over on Flickr</a>.</p>
<p>Thanks again to Dom and the team for having us, and I hope to see you all again in September, if not before!</p>
<p>The post <a href="http://www.themediaflow.com/2012/03/thinkvisibility-7-highlights-from-ismepete/">Thinkvisibility 7 Highlights from @ismepete</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2012/03/thinkvisibility-7-highlights-from-ismepete/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Most Used Search Marketing Tools</title>
		<link>http://www.themediaflow.com/2012/01/my-most-used-search-marketing-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-most-used-search-marketing-tools</link>
		<comments>http://www.themediaflow.com/2012/01/my-most-used-search-marketing-tools/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 10:11:47 +0000</pubDate>
		<dc:creator>Peter Handley</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=1234</guid>
		<description><![CDATA[<p>As a result of moving jobs recently to come and join theMediaFlow, I&#8217;ve had to re-audit the tools that I use on a regular basis, as well as moving all my bookmarks across. I was incredibly grateful for the Google Chrome Syncing functionality. In my last role, we had a number of internal tools that I&#8217;ve <a href="http://www.themediaflow.com/2012/01/my-most-used-search-marketing-tools/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2012/01/my-most-used-search-marketing-tools/">My Most Used Search Marketing Tools</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>As a result of moving jobs recently to come and join theMediaFlow, I&#8217;ve had to re-audit the tools that I use on a regular basis, as well as moving all my bookmarks across. I was incredibly grateful for the Google Chrome Syncing functionality.</p>
<p>In my last role, we had a number of internal tools that I&#8217;ve had to find replacements for or just stop using the equivalent of. As a result, it&#8217;s made me think closely about the tools that I needed to be bringing across, look for some more modern variants in some cases, as well as making sure I find some new ones to help with the day to day role.</p>
<p>Some of these are SEO specific, and others are more general useful tools to aid productivity, but I thought that this would be a decent topic to write my first blog for theMediaFlow on. I hope you find some of them useful, and be prepared for a fairly long list!</p>
<p><strong>SEO/Search Marketing Tools:</strong></p>
<p><a href="http://www.screamingfrog.co.uk/seo-spider/">Screaming Frog SEO Spider</a> -</p>
<div style="padding-bottom: 2px; line-height: 0px;"><a href="http://pinterest.com/pin/84161086756195716/" target="_blank"><img src="http://media-cdn.pinterest.com/upload/84161086756195716_ApbLKjU0_c.jpg" alt="" width="350" height="350" border="0" /></a></div>
<div style="float: left; padding-top: 0px; padding-bottom: 0px;"></div>
<p>This tool has changed my working life immeasurably for the better. I first started talking to the Screaming Frog tool about this whilst it was in development well over a year ago now, as I was looking for a tool that could help me check with the implementation of the canonical tag across a website.</p>
<p>From an on-site audit perspective, nothing beats this for me. You can evaluate titles, descriptions, keywords, headings, canonical tags, internal link patterns. You can review specific inlinks and anchor texts to specific pages, review broken links and links passing through internal redirects. I&#8217;m sure that there are plenty of elements that I am still not getting the full benefits from still, but this is a tool I love and recommend incredibly strongly that you try it if you haven&#8217;t already.</p>
<p><a href="https://adwords.google.com/o/Targeting/Explorer?__u=7150830372&amp;__c=1481355852#search.none">Google Keyword Tool</a> - I&#8217;ve used lots of keyword analysis tools over the years, and found most of them fatally flawed by the data sets supplying the information. Who knows, they may have got better over the years, but I have my doubts (let me know in the comments if there are any worth having a look at).</p>
<p>I don&#8217;t exactly trust the data that this tool gives as the potential traffic levels available on terms are rarely anything like what the exact match data suggests is possible. However, I do find that in terms of comparative volumes between phrases that this is a useful indicator of how a keyword might perform in terms of traffic potential.</p>
<p><a href="http://office.microsoft.com/en-gb/excel/">Excel</a> - I definitely need to get better with spreadsheets, as I&#8217;ve been known to tear my hair out at times, but where would I be without Excel? 2012 is the year where I am really going to get my head around better spreadsheet usage.</p>
<p>I know a large number of the SEOs are talking about learning to code this year, but for me, maximizing and improving my Excel usage is a considerably higher priority.</p>
<p>Already though, I wouldn&#8217;t be without it, and its an essential part of the Search Marketers tool kit.</p>
<p><a href="http://raventools.com/">Raven Tools</a> - in particular this is replacing the internal tools that I have previously used.</p>
<div style="padding-bottom: 2px; line-height: 0px;"><a href="http://pinterest.com/pin/84161086756195717/" target="_blank"><img src="http://media-cdn.pinterest.com/upload/84161086756195717_QiIkKVYq_c.jpg" alt="" width="119" height="86" border="0" /></a></div>
<p>I have a long way to go before I get to grips with everything that its possible to do with Raven &#8211; I&#8217;ve mostly thus far been using it for the rank checking &amp; competitive intelligence elements for campaigns that I am working on a the moment, and am planning on spending a lot more time getting to grips with all the extra features over the coming weeks and months.</p>
<p>Header Status Checkers &#8211; I now mostly use <a href="http://gsitecrawler.com/tools/Server-Status.aspx">check your server result codes</a>.</p>
<p><a href="http://gsitecrawler.com/">GSiteCrawler</a> - this has been mostly superseded for me now with the additional features being added to the Screaming Frog tool, but this is one that I&#8217;ve historically had a lot of use from. I used to use it to create XML sitemaps (now a task for the Screaming Frog Spider), spotting duplicate content issues (now a task for the Screaming Frog Spider) and&#8230; ok, maybe I don&#8217;t really need to be using this one anymore &#8211; if you don&#8217;t have a paid subscription for the SF SEO Spider, then it could be useful for creating fairly big XML sitemaps.</p>
<p><a href="http://www.google.com/analytics/">Google Analytics</a> &amp; <a href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a> - goes without saying really!</p>
<p><a href="http://support.google.com/googleanalytics/bin/answer.py?hl=en&amp;answer=55578">Google URL Builder</a> - A handy tool for tagging links up for campaigns.</p>
<p><a href="http://gaconfig.com/">Google Analytics Configuration Tool</a> - This is a newly released tool from the Raven Tools team to help configure Google Analytics in the way that you need for your website. It has options for helping you to setup Google Analytics accounts for websites with multiple subdomains, track multiple domains in one account as well as configuring site search and 404 tracking. It also helps you to setup Goals for the website, using event tracking methods, helps you to track Facebook page traffic and has a URL Builder.</p>
<p>I&#8217;ve actually not used this yet beyond a couple of tests, but can see plenty of uses for this in the future and can definitely see how simple this could make configuring some of these options.</p>
<p><a href="http://piwik.org/">Piwik</a> - This is a new one to me, but I&#8217;ve been starting to have a look at this open source analytics package since starting at theMediaFlow. It seems to broadly collect the same sort of information as I am used to seeing in Google Analytics, without Google having access to that data specifically.</p>
<div style="padding-bottom: 2px; line-height: 0px;"><a href="http://pinterest.com/pin/84161086756195725/" target="_blank"><img src="http://media-cdn.pinterest.com/upload/84161086756195725_VCrC8sSE_c.jpg" alt="" width="300" height="99" border="0" /></a></div>
<p><a href="http://www.majesticseo.com/">MajesticSEO</a> - The link analysis tool that I am most familiar with, I regularly use this one. Useful for identifying potential problems in your backlink profiles, performing competitor intelligence and comparisons. So much data available to be looking at it can be a little daunting at first, but once you get your head around what&#8217;s on offer its a valuable resource.</p>
<p><a href="http://www.opensiteexplorer.org/">OpenSiteExplorer</a> - Since the demise of the Yahoo Site Explorer, this has been my go-to for quick link spot checks. It also does some good comparisons and visualisations of the data.</p>
<p><a href="http://www.linkresearchtools.com/">Link Research Tools</a> - I&#8217;ve historically only really used free tools and MajesticSEO for backlink analysis and have enjoyed having access to these Link Research Tools to review that data from a slightly different source</p>
<p><a href="http://www.cognitiveseo.com/">Cognitive SEO Tools</a> - this is a fairly new tool, and one that is certainly new to me. However, I&#8217;ve started to play around with the data that this is collecting for a few clients of late and have really liked the data visualisation that you can produce from it. I suspect that as I start to use this a bit more in the future that I will be finding plenty of additional uses for it, as it seems to have a lot of additional features beyond the link analysis elements that I&#8217;ve been using it for mostly so far.</p>
<p><a href="http://schema-creator.org/">Schema Creator</a> - I actually only found this tool today, but I can see this being really useful for using Microdata as set out by schema.org to mark up People, Products, Events, Reviews and more. It gives you a preview and then the HTML to copy and paste where you want to use it.</p>
<p><a href="http://www.google.com/webmasters/tools/richsnippets">Google Rich Snippet Testing Tool</a> - Well, once you&#8217;ve implemented schema for your reviews (and recipes which I&#8217;ve used a fair bit too), you want to make sure that its possible for it to display with those 5 star reviews in the SERPs. Drop a URL into here and see how Google *might* display your rich snippets. It&#8217;s also useful to find any problems that you might have with your code to help you get these working properly. Rich snippets are everywhere in search results at the moment and seem to have fewer barriers for entry at the moment, so now is the time to get them on your site!</p>
<p><a href="http://www.seomofo.com/snippet-optimizer.html">Google SERP Snippet Optimiser</a> - I&#8217;ve loved the SEOmofo SERP snippet optimization tool since i first stumbled across it. It lets you put your title, description and URL in and generate a preview of how that snippet might look when its live on a Google search.</p>
<p><a href="http://whois.domaintools.com/">WHOIS Domain Tools</a> - Always useful to do a bit of snooping. Find out details on the Whois record, registration details and some hosting information on websites you want to know more about.</p>
<p><a href="http://www.firstlinkchecker.com/">First Link Checker</a> - I&#8217;ve used this tool for a number of years now; it lets you look at the links outgoing on a page and flags to you when you link multiple times to the same URL. It can be useful to identify when you might be over-linking internally to a page on your site &#8211; I particularly use this a lot on website home pages or specific pages that I want to investigate further.</p>
<p><a href="http://www.seo-browser.com/">SEO Browser</a> - Another old one, but I still find it useful to have a quick look at text only views of a page from time to time.</p>
<p><a href="http://www.hitwise.com/uk/resources/data-centre">Hitwise Intelligence Dashboard</a> - Whilst this isn&#8217;t a tool as such I tend to find myself checking this data a couple of times a month. I find its <a href="http://www.hitwise.com/uk/datacentre/main/dashboard-7323.html">search engine share statistics</a> particularly valuable to check in on (it always amuses me as well that Google has the top 2 slots here, with .co.uk and .com engines).</p>
<p><strong>Assorted Productivity &amp; &#8220;Other&#8221; Tools:</strong></p>
<p><a href="http://www.percentagecalculator.net/">Percentage Calculator</a> - I used to get a lot of stick for this one being in my bookmarks, and yes, I can calculate percentages in excel. But this has been in my bookmarks forever, and for a quick and easy percentage calculation that I don&#8217;t want to attempt in my head, I always visit here.</p>
<div style="padding-bottom: 2px; line-height: 0px;"><a href="http://pinterest.com/pin/84161086756195833/" target="_blank"><img src="http://media-cdn.pinterest.com/upload/84161086756195833_SrialOvc_c.jpg" alt="" width="200" height="177" border="0" /></a></div>
<p><a href="http://www.skype.com/">Skype</a> - to keep in touch with those around that I need to be able to communicate with at all times (it&#8217;s mostly a smaller extension of my Twitter network).</p>
<p><a href="http://www.toodledo.com/">ToodleDo</a> - I resisted using this in my last place of work, but particularly now, where I am working in multiple locations, the importance of a to-do list that syncs everywhere I go has grown to be invaluable. Throw in the iphone and ipad app and I can access my to do list wherever I am in the world. Much better than the post it notes and scraps of paper that used to litter my desk space.</p>
<div style="padding-bottom: 2px; line-height: 0px;"><a href="http://pinterest.com/pin/84161086756195843/" target="_blank"><img src="http://media-cdn.pinterest.com/upload/84161086756195843_PAuBs851_c.jpg" alt="" width="200" height="200" border="0" /></a></div>
<p><a href="http://www.evernote.com/">Evernote</a> - Another app that I&#8217;ve started to use as a result of working more frequently in multiple locations (and the primary location that I have written this blog from), Evernote allows you to write notes and attach data to it, and have a central storage and access to that wherever you go, on all the devices that I own. In tandem with Dropbox and Toodledo, these are keeping me organised at the moment.</p>
<p><a href="http://www.dropbox.com/">Dropbox</a> - I&#8217;ve used dropbox every now and again over the years, but not really with any seriousness. However, since starting here, having an online storage space where I can access what I am working on everywhere that I am working has become more important. Again, using iphone and ipad apps has proved invaluable whilst out and about</p>
<p><strong>Google Chrome Extensions:</strong></p>
<p>I made the switch to Google Chrome about 18 months ago for the most part, although of course keep other browsers to test differences in SERPs and the like. I regularly make use of the following Chrome Extensions to help make SEO&#8217;ing that little bit easier!</p>
<p><a href="https://chrome.google.com/webstore/detail/diahigjngdnkdgajdbpjdeomopbpkjjc">SEO Site Tools</a> - A fantastic extension for Chrome, my main browser based tool. Contains a ton of offsite and onsite data about a wealth of factors, it lets you have a quick snapshot of a pages primarily important on page items. A must have for Google Chrome using SEOs.</p>
<p><a href="https://chrome.google.com/webstore/detail/ebnlmphodejhpeoplgojlbgcekfopfjo">Pinterest Right Click</a> - Not a search marketing tool at all I guess, but I have really enjoyed adding things to my Pinterest boards &#8211; particularly since I found this extension that allows you to right click on an image and pin it without any faff.</p>
<p><a href="https://chrome.google.com/webstore/detail/pneoplpmnpjoioldpodoljacigkahohc">PageRank</a> - Pretty simple extension &#8211; displays the PageRank of a page. Maybe I shouldn&#8217;t be looking at it with any credibility, but hey, I still like to know.</p>
<p><a href="https://chrome.google.com/webstore/detail/gbammbheopgpmaagmckhpjbfgdfkpadb">XML Tree</a> - I didn&#8217;t like how Google Chrome displayed XML sitemaps when I looked at them, and this makes them more usable and readable</p>
<p><a href="https://chrome.google.com/webstore/detail/mnnjndoiehcknbcbclpcbaageafndkff">Number Search Engine Results</a> - Does what it says on the tin, and numbers search results for you &#8211; simple!</p>
<p><a href="https://chrome.google.com/webstore/detail/ojgmigafbpedhdilmemphfklkbghlphi">Google Global</a> - an extension to let you see Google results in different regions. I often forget that I have this extension, but it is handy for some quick research on how your results might appear in other locations when I do remember to use it!</p>
<p><a href="https://chrome.google.com/webstore/detail/pioclpoplcdbaefihamjohnefbikjilc">Evernote Web Clipper</a> - in conjunction with using Evernote I&#8217;ve been using this to clip articles to Evernote for later reading.</p>
<p>&nbsp;</p>
<p><strong>Honourable Mention:</strong></p>
<div style="padding-bottom: 2px; line-height: 0px;"><a href="http://pinterest.com/pin/84161086756195838/" target="_blank"><img src="http://media-cdn.pinterest.com/upload/84161086756195838_0PvfovOw_c.jpg" alt="" width="200" height="135" border="0" /></a></div>
<p><a href="http://www.spotify.com/">Spotify</a>&#8230; ok, this isn&#8217;t a search marketing tool at all. But everyone needs some background noise to help the day on its path. I&#8217;ve also been enjoying starting to build some playlists for sharing, and will be tweeting about some more of these over the coming months. I am someone that isn&#8217;t a complete iTunes hater, and have previously run my music collection mostly through that, but similarly to some of the other things I&#8217;m using at the moment, the accessibility between multiple locations is growing in its importance for me these days.</p>
<p><strong>Finishing Up:</strong><br />
For things like Twitter &amp; Facebook, unlike many search marketers, I actually just use the web interfaces. I find that I can dip in and out of the activities on these platforms much more simply as a result of closing down the browser windows, rather than receiving a barrage of notifications when there have been new updates and getting distracted all the time. For the same reason, I have notifications switched off for most things, particularly email.</p>
<p>Hopefully not all of these were completely the usual suspects for this sort of post, although I appreciate that a lot of these are popular tools and bookmarks. I&#8217;m always on the look out to develop this toolset further though, so I&#8217;d love to hear if there are some obvious tools and bookmarks that I should be adding &#8211; please let me know in the comments.</p>
<p>The post <a href="http://www.themediaflow.com/2012/01/my-most-used-search-marketing-tools/">My Most Used Search Marketing Tools</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2012/01/my-most-used-search-marketing-tools/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Bing Ranking Algorithm Includes CTR</title>
		<link>http://www.themediaflow.com/2010/10/bing-ranking-algorithm-includes-ctr/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bing-ranking-algorithm-includes-ctr</link>
		<comments>http://www.themediaflow.com/2010/10/bing-ranking-algorithm-includes-ctr/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:41:54 +0000</pubDate>
		<dc:creator>Nichola Stott</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[CTR]]></category>
		<category><![CDATA[ranking]]></category>

		<guid isPermaLink="false">http://tmf.pxlpnk.com/?p=972</guid>
		<description><![CDATA[<p>I just read Bing have finally confirmed what some of us have suspected for some time. Bing definitely do use CTR as a ranking factor. Although Bing is currently very much the also-ran, in terms of search engine market share; their partnership with Yahoo! (which will be in effect in the UK before year end) <a href="http://www.themediaflow.com/2010/10/bing-ranking-algorithm-includes-ctr/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2010/10/bing-ranking-algorithm-includes-ctr/">Bing Ranking Algorithm Includes CTR</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I just read Bing have finally confirmed what some of us have  suspected for some time. Bing definitely do use CTR as a ranking factor.</p>
<p>Although Bing is currently very much the also-ran, in terms of search  engine market share; their partnership with Yahoo! (which will be in  effect in the UK before year end) plus their increasing innovations in  search technology, plus rather enormous marketing budget means that they  will be a serious contender in 2011.</p>
<p>I firmly believe that Bing will start to erode some of Google market  share and by the start of 2011 will have at least 10% share if not more.  <strong>Now is the time to start planning and acting on improving rank on Bing.</strong></p>
<p><strong>What’s the News?</strong></p>
<p><strong> </strong></p>
<p>Bing have confirmed that CTR is a factor in their ranking algorithm.  This information comes from Barry Schwartz, news editor of Search Engine  Land and Schwartz has carefully detailed and personally checked the  information with his source, Steve Tullis &#8211; Senior Program Manager Lead,  Bing. You can <a href="http://searchengineland.com/bing-uses-click-through-rate-in-ranking-algorithm-52386">read the full story here</a>.</p>
<p><strong>What is CTR?</strong></p>
<p><strong> </strong></p>
<p>CTR is the abbreviation for “click-thru rate”. It is a derivative  metric determined by dividing the number of times your listing is  clicked (clicks), by the total number of times your listing is shown  (search impressions), to determine your listing CTR, which is expressed  as a percentage.</p>
<p>Example: My site is in position 10 for the term “car insurance”, on  Bing, which is searched for 10,000 times a day. I receive 300 clicks a  day from Bing, on that listing.</p>
<p>300 /10,000 = 0.03 (expressed as percentage) 3% CTR</p>
<p><strong>What Factors Determine CTR?</strong></p>
<p>Setting aside comparative CTR to competing listings, and the  variation afforded by position on-page; in my first-hand experience of  working at a search engine, <strong>CTR increases or decreases according to assumed relevancy to query term.</strong> I.e. the more relevant the page (may be assumed to be by the user,) to  the query term, as signified by the title, description and URL of the  listing; then the more likely the user will click that listing. Bing  generally display the page&#8217; <a title="Meta Data Matters" href="http://www.themediaflow.com/2009/08/why-metadata-matters/" target="_self">meta title and meta description</a>, as the search result snippet.</p>
<p><strong>What Does this Mean for Rank?</strong></p>
<p>In the Search Engine Land piece, Steve Tullis of Bing is asked if  they  use CTR as a ranking factor, &#8220;yes, we do &#8211; but it is one of many   factors.&#8221; So assuming all other factors determining the ranking order  for the sites on a search results page are fairly equal, we might  imagine that a listing with compelling, relevant title, description and  URL gets a slightly better than average CTR (than might be considered  network average,) for the position then this may contribute to that  listing moving up the ranking somewhat.</p>
<p><strong>Do I Need to Do Anything?</strong></p>
<p>I&#8217;m not a great believer in deliberately optimising for any single  known componant of a single search engine&#8217; ranking- algorithm, however  in this case we&#8217;re talking about click-thru rate; which ranking factors  aside, should always be on the agenda for your search engine  optimisation team.</p>
<p>I&#8217;ve written a rather more detailed piece on <a title="Increase Organic CTR" href="http://econsultancy.com/uk/blog/5678-four-ways-to-increase-organic-search-click-thru" target="_blank">four ways to increase organic search CTR</a> for Econsultancy in the past, which is a good place to start.  Ultimately, you do need to consider the user journey &#8211; in that the  query-term, search snippet (normally meta data) and subsequent landing  page, all need to provide a relevant and consistent experience. After  all; you can optimise the shizzle out of your search result snippet, but  if your web page content doesn&#8217;t match, you&#8217;ve missed an opportunity to  convert a potential customer.</p>
<p>I intend to follow up this post with a look at the type of  behavioural data CTR as ranking factor provides, plus examine the merits  and demerits of CTR as ranking factor.</p>
<p><strong> </strong></p>
<p>The post <a href="http://www.themediaflow.com/2010/10/bing-ranking-algorithm-includes-ctr/">Bing Ranking Algorithm Includes CTR</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2010/10/bing-ranking-algorithm-includes-ctr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London Affiliate Conference &#8211; Keynote: Bing, The New Search Experience</title>
		<link>http://www.themediaflow.com/2010/01/london-affiliate-conference-bing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=london-affiliate-conference-bing</link>
		<comments>http://www.themediaflow.com/2010/01/london-affiliate-conference-bing/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 23:03:41 +0000</pubDate>
		<dc:creator>Nichola Stott</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Bing]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=770</guid>
		<description><![CDATA[<p>Speakers: Cedric Chambaz and Adam Goodman &#8211; Microsoft Advertising. Confession. I bleed purple. I have an emotional as well as professional motive for attending this session. I&#8217;m also becomming a big Bing fan of late and I&#8217;m pretty excited to see what they come up with this year. 2009 – Bing has established itself as <a href="http://www.themediaflow.com/2010/01/london-affiliate-conference-bing/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2010/01/london-affiliate-conference-bing/">London Affiliate Conference &#8211; Keynote: Bing, The New Search Experience</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Speakers: Cedric Chambaz and Adam Goodman &#8211; Microsoft Advertising.</p>
<p>Confession. I bleed purple. I have an emotional as well as professional motive for attending this session. I&#8217;m also becomming a big Bing fan of late and I&#8217;m pretty excited to see what they come up with this year.</p>
<p>2009 – Bing has established itself as the “best converting” search engine.</p>
<p>Cedric, 34MM UU in the UK across MSN Windows Live Messenger etc. IT’s not all about reach for you – it’s about performance. Today we’re looking at product capabilities focusing on Bing.</p>
<p>Launched June 2009 and is apparently the “best converting” search engine.</p>
<p>One question we always get. Why bother in search? A – because we are committed to succeed. 5 yrs ago Steve Ballmer said “we want to be number 2”, now they are so how to take it further.</p>
<p>Context – in ten years we have seen 100,000% growth in content. Everything has changed including consumer behaviour. It’s way more difficult to get around the web – hence the rise of search. More and more people are searching more and more.</p>
<p>Queries are becoming more complex in string length and composition. Many more variables to consider and consumers are voicing their frustrations with the search experience. Consumers have evolved faster than search.</p>
<p>Bing Promise: – A brand new search experience. Rich and engaging search content to help British consumers reach more content more quickly.</p>
<p>Intent – we switch on the internet because we want to switch on the internet. Just like TV. Don’t really have an objective in mind.</p>
<p>Bing – capturing  attention using the UI – the attractive imagery. Intended to be a source of information too, with some rollover features. Images are chosen locally by UK journo.</p>
<p><strong>To the search engine nitty gritty.</strong></p>
<p>Many, many queries are purely navigational – therefore why clutter the SERP with anything other than the desired object. E.g. “William Hill” , you would expect the brand result for William Hill.</p>
<p>Informational searches – delivering the answer in the SERP with the feature “instant answer”. E.g. if you type the ref for your flight &#8220;BA74&#8243; in the search box then details of the flight will appear in the SERP, giving an instant answer; such as &#8220;BA74 departed LAX at 17:45, on time and is due to land at&#8230;&#8221;.</p>
<p>In the next few weeks expect to see live sports results in the SERP (done in partnership with in-market content providers). Partners include Sky Sports and Toptable.</p>
<p>UX is at the core. Understanding or catering for intent is key. Hence the left navigation. Categorised search for related query term.</p>
<p>Twitter – Bing were 1<sup>st</sup> to market with this integration.</p>
<p>Innovation is a core philosophy. Example – using visual stimulus to search, such as searching premiership players by image. Refine by rollover information on the image or refine criteria in the left-hand links. E.g. “Top Scorers” (This looks awesome).</p>
<p>He quotes John Batelle. “Search engine: the database of intent” (I’ll leave it there.)</p>
<p>Over to Adam, who manages the entertainment and gaming channel. We’re gonna get some stats (whohoo).</p>
<p>Reach – 90% of UK internet base.</p>
<p>Unique functionality and tools. MSN targeting capabilities. Adcentre platform has some sophistocated targetting – including days of the week, age and gender.</p>
<p>3<sup>rd</sup> year running NNR reports Bing as best converting search engine in the UK.</p>
<p>Bing searchers 47.4% more engaged than Google searchers.</p>
<p>The remainder is an interesting sales pitch for their various AdCenter tools, with UI screenshots. I’ll leave it there. The tool is called “Mate” and has a lot of deep-dive data, demographics, trends, KW data etc. so look it up.</p>
<p>The post <a href="http://www.themediaflow.com/2010/01/london-affiliate-conference-bing/">London Affiliate Conference &#8211; Keynote: Bing, The New Search Experience</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2010/01/london-affiliate-conference-bing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google &#8211; Well we can&#8217;t all be perfect!</title>
		<link>http://www.themediaflow.com/2009/10/google-well-we-cant-all-be-perfect/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-well-we-cant-all-be-perfect</link>
		<comments>http://www.themediaflow.com/2009/10/google-well-we-cant-all-be-perfect/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:32:25 +0000</pubDate>
		<dc:creator>Nichola Stott</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SERP]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=617</guid>
		<description><![CDATA[<p>SEO is in some ways a science and at the same time a craft. Given that the search engine algorithms are kept possibly more secret than &#8216;The Colonels Secret Recipe&#8217;, none of us know for certain the definite answer to any SEO question. Our theories of what works and what does not work, must be <a href="http://www.themediaflow.com/2009/10/google-well-we-cant-all-be-perfect/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2009/10/google-well-we-cant-all-be-perfect/">Google &#8211; Well we can&#8217;t all be perfect!</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>SEO is in some ways a  science and at the same time a craft. Given that the search engine algorithms are kept possibly more secret than &#8216;The Colonels Secret Recipe&#8217;, none of us know for certain the definite answer to any SEO question. Our theories of what works and what does not work, must be informed by experimenation; however working with multiple variables in an uncontrolled environment means that we can never be 100% sure that <em>our</em> <em>action</em> is the sole driver of the <em>reaction</em>.</p>
<p>If Immanuel Kant was alive today, I think he&#8217;d be an SEO on the side. I think the combination of knowledge fuelled by common results of repeated experimentation, combined with the all- too- common Cartesian doubt (did we really drop a place &#8211; or did they gain a place) would seriously appeal to him.</p>
<p>So, it is with some sense of compassion that I wanted to reference this hilarious Google result for the search term &#8220;Google Ireland&#8221;. Have a look at the top ranking results&#8230;</p>
<div id="attachment_618" class="wp-caption aligncenter" style="width: 587px"><img class="size-thumbnail wp-image-618" title="Google_Ireland" src="http://www.themediaflow.com/wp-content/uploads/Google_Ireland-577x339.jpg" alt="Notes on a small Ireland" width="577" height="339" /><p class="wp-caption-text">Notes on a small Ireland</p></div>
<p>How good is that?</p>
<p>Maybe someone did a misspell in the meta keywords, cos &#8211; like New Zealand is an Ireland, right? Of course the search engines don&#8217;t use meta-keywords to inform the ranking algorithm though.</p>
<p>Regardless. My point is that SEO is an inexact science, though we can use learned inferences and experimentation to support our hypotheses, but when all is said and done &#8211; even Google can fall foul of their own algorithm.</p>
<p>Diddums.</p>
<p>The post <a href="http://www.themediaflow.com/2009/10/google-well-we-cant-all-be-perfect/">Google &#8211; Well we can&#8217;t all be perfect!</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2009/10/google-well-we-cant-all-be-perfect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 SEO Ranking Factors Explained</title>
		<link>http://www.themediaflow.com/2009/09/top-5-seo-ranking-factors-explained/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-5-seo-ranking-factors-explained</link>
		<comments>http://www.themediaflow.com/2009/09/top-5-seo-ranking-factors-explained/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:13:11 +0000</pubDate>
		<dc:creator>Nichola Stott</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[SERP]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=589</guid>
		<description><![CDATA[<p>SEO can be a confusing discipline for many, including those within the online industry. A lot of conflicting advice, secrecy, misdirection and outdated practise still exist. A good way to get a feel for how to cut the bullshit, (if you’re a small business or brand owner, seeking to hire an SEO) is to refer <a href="http://www.themediaflow.com/2009/09/top-5-seo-ranking-factors-explained/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2009/09/top-5-seo-ranking-factors-explained/">Top 5 SEO Ranking Factors Explained</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>SEO can be a confusing discipline for many, including those within the online industry. A lot of conflicting advice, secrecy, misdirection and outdated practise still exist. A good way to get a feel for how to cut the bullshit, (if you’re a small business or brand owner, seeking to hire an SEO) is to refer to expert blogs and independent research. A blog search engine such as <a title="Technorati Blog Search Engine" href="http://www.technorati.com" target="_blank">Technorati</a> can help you refine blogs by subject matter and will also rank blogs by authority. Additionally the consultancy SEOmoz publishes an extensive report every two years <a title="SEOmoz Search Engine Ranking Factors" href="http://www.seomoz.org/article/search-ranking-factors" target="_blank"><strong>Search Engine Ranking Factors</strong></a>, which uses a polling methodology which survey top SEO professionals by invitation only. Such methodology is useful as this means you get the aggregate opinion of a large number of industry leading professionals (72 respondents in 2009 edition.)</p>
<p>We can hopefully help you a little further as here we’ve taken the Top 5 Ranking Factors from the SEOmoz report, and explained what they refer to in layman terms.</p>
<p><strong>1. Keyword Focused Anchor Text from External Links</strong></p>
<p>Anchor text refers to the clickable text part of a hyperlink. Anchor text is thought to be weighted quite highly in search engine algorithms as the linked text is normally highly relevant to the landing page. Thus, the anchor text of a link is an indicator of what the linked page is about and can help search engine spiders understand the subject of the target webpage better.</p>
<p>It is best to try and use anchor text which is similar or identical to the keyword targets for your website. Whether the link is from from an internal or external source, even if you can’t use one of your keyword targets, never, ever use a generic phrase such as ‘click here’.</p>
<p><strong> 2. External Link Popularity</strong></p>
<p>External link popularity is a measure of the quality and quantity of external links that point to your website. External link popularity is an off-page factor that is supposedly impartial. The theory is that the more links that point to your website, the more popular it is therefore the more useful the pages should be. Content-rich sites should attract lots of links easily; content-poor websites should find it difficult to attract websites.</p>
<p>However it isn’t just about the quantity of links – it’s also about the quality. Not all incoming links are equal; a link from a well-repsected site from a well-respected page (such as the BBC’s homepage) will be worth far, far more than 10 links from an obscure link directory. Naturally, the more respected the website is, the harder it is to get a backlink therefore the more weight the link will carry.</p>
<p>One-way links are thought to be the best kind of link to have (where Site A =&gt; Site B only). Reciprocal linking (where Site A =&gt; Site B, and Site B =&gt; Site A) is useful, particularly if both websites are well respected, however the link is not thought to carry as much weight as a one-way link. Three way links (Site A =&gt; Site B =&gt; Site C =&gt; Site A) are at attempt by some webmasters to create more ‘natural’ looking links. Three way linking can sometimes be better than normal reciprocal links as each link looks like a one-way link.</p>
<p><strong> 3. Diversity of Link Sources</strong></p>
<p>Link diversity refers to the number of different root domains that link to your website. Although link quality and link quantity are important, the variety of links is also a critical factor in the search engine algorithms. Example www.themediaflow.com/about and www.themediaflow.com/contact are two different links but are not diverse as the root domain is the same ‘themediaflow’.</p>
<p>The more domains that link to you, the more trust and authority your site is likely to have. Links from a variety of sites are also likely to create new traffic opportunities as well as giving your site exposure to a larger audience. Linking repeatedly from the same domains also looks slightly artificial – a wider sphere of influence means your site will tend to look more authentic.</p>
<p>Having a wide source of links is also a good insurance policy – if you have links from just one or two websites, what if one of the sites loses all of it’s content? You’ve suddenly lost a whole bunch of links. Or what if the search engines adjust their search engine algorithm? You could be out in the cold.</p>
<p>As a final word on link building, when you are building links for your site, don’t just look for the followed links (when links are created, you can apply an HTML attribute called ‘nofollow’ to the link which tells the search engines that the hyperlink should not influence the link target’s ranking in the SERP. Many blogs, directories and bookmarking sites have ‘nofollow’ applied as standard to any link). OK, ‘nofollow’ links won’t pass your website pages any link juice however it is slightly suspicious to only have full-fat links pointing at your website &#8211; it will probably look more natural if you have diversity in your links. Also, link building is not just about the SERP – it’s about traffic. Some of the ‘nofollow’ links may actually drive good (free) traffic at your site – and having a diverse source of traffic is great insurance against search engine algorithm changes.</p>
<p><strong>4. Keyword Use Anywhere in the Title Tag</strong></p>
<p>There are two titles that are worthy of mention: the first is within the metadata and the second is within a link.</p>
<p>Metadata title tags should appear in every page on your website and every page on your site should have unique title tags created for it. Titles should always include the keyword targets for that particular page and it is also a useful place to put in alternate spellings in the hope of ranking well (e.g. customisation vs customization). Always front-load your titles with your keywords, but don’t put too many in as this will ‘water down’ the relevance.</p>
<p>Link titles serve two purposes: to help users predict what will happen if they follow a link and to give more relevance pointers to the search engine spiders. Link titles are usually seen by the user when their mouse pointer hovers over a link. The link title should be descriptive, however they should ideally be less than 60 characters and certainly no more than 80 characters long. The link title should be used for supplementary information and to backup the anchor text of a link.</p>
<p><strong>5. Trustworthiness of the Domain Based on Link Distance from Trusted Domains</strong></p>
<p>The link distance refers to how many hops you are away from a ‘Trusted Domain’. The closer you are to a ‘Trusted Domain’ the more trust/authority you inherit from that link.</p>
<p>So what exactly is a ‘Trusted Domain’? Trusted Domains are domains which search engines believe they can trust. Unfortunately, there is no known public list of trusted domains although places such as brands are likely to be on the list. Once a site is classed as a trusted domain, it is believed that any link published within the site will get a little bit of extra link juice. Even if you can’t get a link directly from a trusted domain, by having a link from another domain which does have a link from the trusted domain, you will probably still see a little extra link juice.</p>
<p>I&#8217;d say we&#8217;re pretty much in agreement with the SEOmoz Top 5 Ranking factors, though there are a number of other factors that can have both a positive and negative effect on your ranking in the SERPs that are also not to be ignored. Finally; one thing that is worth stressing time and again, is that you need to have a fair amount of good- quality, original content that grows and updates frequently. When it comes to SEO you really can not polish a turd.</p>
<p>The post <a href="http://www.themediaflow.com/2009/09/top-5-seo-ranking-factors-explained/">Top 5 SEO Ranking Factors Explained</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2009/09/top-5-seo-ranking-factors-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Metadata Matters</title>
		<link>http://www.themediaflow.com/2009/08/why-metadata-matters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-metadata-matters</link>
		<comments>http://www.themediaflow.com/2009/08/why-metadata-matters/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:47:17 +0000</pubDate>
		<dc:creator>Nichola Stott</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[CTR]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.themediaflow.com/?p=551</guid>
		<description><![CDATA[<p>We’re often asked by our clients ‘What is metadata?’ and ‘Why is metadata important?’ Metadata quite literally means &#8216;data about data&#8217;. In terms of web pages, metadata allows you to describe your website, mostly for the sake of search engines but it can also benefit your users too. The HTML format allows for the inclusion <a href="http://www.themediaflow.com/2009/08/why-metadata-matters/">(read more)</a></p><p>The post <a href="http://www.themediaflow.com/2009/08/why-metadata-matters/">Why Metadata Matters</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><strong>We’re often asked by our clients</strong> ‘What is metadata?’ and ‘Why is metadata important?’ Metadata quite literally means &#8216;data about data&#8217;. In terms of web pages, metadata allows you to describe your website, mostly for the sake of search engines but it can also benefit your users too. </p>
<p>The HTML format allows for the inclusion of a variety of types of metadata, most commonly keywords and description however it can be expanded to highly-granular information such as the Dublin Core and e-GMS standards. </p>
<p>Metadata is typically hidden from a user when they visit a webpage, however a search engine spider will be able to pick up the metadata. Metadata helps a search engine spider understand what a webpage is about, helps to categorise the webpage, and therefore helps to facilitate search and retrieval (NISO, 2001). </p>
<p><strong>Four Key Reasons Why Metadata Matters</strong></p>
<p><strong>1.	Meta data works on image-lead pages</strong><br />
It’s a bit of a cliché but there is some truth in the statement oft-used by search engine optimisation (SEO) experts, that “content is King”. Certainly having a lot of content, that changes and updates regularly is a key criteria in optimising for search engines; however there are many valid situations, web pages and entire websites that are very image-lead. As an example many web designer and artist’ websites would naturally contain a gallery of graphical and image lead work. Ensuring you have detailed meta-data describing the site and page content and the nature of your business ensures that search engines have something to get hold of other than just the image content.</p>
<p><strong>2.	Meta data expands on existing content </strong><br />
There is often more than one way to describe something – perhaps there is an incorrect way of describing something or there is a commonly used slang expression. If you want to keep your pages corporate and don’t want to include this alternate content however you’d like to rank in the search engine results page (SERP) for the slang, adding them to your metadata may help you rank well for text which doesn’t actually appear on your on-page content.</p>
<p><strong>3.	There’s more than one way to spell </strong><br />
There is sometimes more than one way to spell a particular word, for example English spellings tend to prefer the ‘s’ whereas American spellings prefer ‘z’ (e.g. specialisation vs specialization). </p>
<p>If you want to keep your website consistent, you will want to ensure that you keep your descriptions and spelling conventions consistent throughout all your webpages. However what if you run an international website and you want to rank for the alternative spelling? </p>
<p>Metadata can help by allowing you to add these alternate spellings into your metadata. Effectively this data is hidden from your user when they visit the webpage so there are no consistency issues; however it allows search engine spiders to potentially rank your webpage for a variety of other terms.</p>
<p><strong>4.   Good metadata increases click-through rates</strong><br />
Search engines will often use the title and meta descriptions of each webpage when they list the result in the SERP. Pages with good metadata are much more likely to be clicked on than ones with poor metadata for example:</p>
<p><img src="http://www.themediaflow.com/wp-content/uploads/metadata-example-1.JPG" alt="metadata example 1" title="metadata example 1" width="331" height="74" class="aligncenter size-full wp-image-566" />Poor metadata – the title of the page is unhelpful, the description doesn’t say anything about the company. </p>
<p><img src="http://www.themediaflow.com/wp-content/uploads/metadata-example-2.JPG" alt="metadata example 2" title="metadata example 2" width="472" height="68" class="aligncenter size-full wp-image-568" />Better metadata – the title of the page explains what the company does and includes keyword targets, the meta description gives more detail about the company’s services and what’s on the page.</p>
<p>If any of the contents of your metadata match up with the phrase the user has searched for, the keyword terms will be bolded up in the SERP. Research has shown that users are more likely to click on a result the more bolded keywords there are in the listing, thus it is important to plan your metadata carefully and ensure that every page on your website has unique, hand-crafted metadata. </p>
<p><strong>However</strong> if you leave your metadata out, it’s not the end of the world – search engines will often try and use some of the on-page content in the SERP if you don’t have a meta description and there are “over 200” factors which influence a web page’s position in the SERP for a given keyphrase (that’s the Google secret sauce) therefore you may still rank well even if you leave this key information out. It does tend to be harder and take a lot longer!</p>
<p><strong>References</strong></p>
<p>Google (nd); Google Basics – Serving results<br />
Available from: http://www.google.com/support/webmasters/bin/answer.py?answer=70897&#038;ctx=sibling<br />
[cited: 25 August 2009]</p>
<p>NISO (2001); Understanding Metadata<br />
Available from: http://www.niso.org/publications/press/UnderstandingMetadata.pdf<br />
[cited: 25 August 2009]</p>
<p>The post <a href="http://www.themediaflow.com/2009/08/why-metadata-matters/">Why Metadata Matters</a> appeared first on <a href="http://www.themediaflow.com">theMediaFlow</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.themediaflow.com/2009/08/why-metadata-matters/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
