<?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"
	>

<channel>
	<title>Searchideas.co.uk</title>
	<atom:link href="http://www.searchideas.co.uk/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.searchideas.co.uk/blog</link>
	<description>Search Ideas is a blog all about SEO, PPC and Online happenings by Rob Fisher...</description>
	<pubDate>Wed, 13 Jan 2010 12:49:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>LOVEFiLM Promotion Codes</title>
		<link>http://www.searchideas.co.uk/blog/2009/lovefilm-promotion-codes</link>
		<comments>http://www.searchideas.co.uk/blog/2009/lovefilm-promotion-codes#comments</comments>
		<pubDate>Sat, 19 Dec 2009 19:58:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Promotion Codes]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/?p=139</guid>
		<description><![CDATA[Now that I work for LOVEFiLM and have been enjoying watching their numerous films and games for past few months I thought that its now high time that I share with you a little secret.
Do you fancy a FREE 1 month LOVEFiLM trial plus a FREE £10 Next, M&#38;S or Amazon Voucher? If so try:
LOVEFiLM [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I work for LOVEFiLM and have been enjoying watching their numerous films and games for past few months I thought that its now high time that I share with you a little secret.</p>
<p>Do you fancy a FREE 1 month LOVEFiLM trial plus a FREE £10 Next, M&amp;S or Amazon Voucher? If so try:</p>
<p><a onclick="pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=');pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=http://www.searchideas.co.uk/blog/wp-admin/post.php?action=edit&amp;post=139');pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=http://www.searchideas.co.uk/blog/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=http://www.searchideas.co.uk/blog/');pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=http://www.searchideas.co.uk/blog/wp-admin/post-new.php');" href="http://www.lovefilm.com/partnership/lovefilm-promotion-codes">LOVEFiLM Promotion Codes</a></p>
<p>Comment back and let me know what you think if you sign up!</p>
<p style="text-align: center;"><a title="LOVEFiLM Promotion Code" onclick="pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=');pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=http://www.searchideas.co.uk/blog/wp-admin/post.php?action=edit&amp;post=139');pageTracker._trackPageview('/outgoing/www.lovefilm.com/partnership/lovefilm-promotion-codes?referer=http://www.searchideas.co.uk/blog/wp-admin/edit.php');" href="http://www.lovefilm.com/partnership/lovefilm-promotion-codes"><img src="http://www.lovefilm.com/lovefilm/images/global/header/lovefilm-logo-v2.gif" alt="LOVEFiLM" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/lovefilm-promotion-codes/feed</wfw:commentRss>
		</item>
		<item>
		<title>Is ASP.NET ViewState bad for SEO?</title>
		<link>http://www.searchideas.co.uk/blog/2009/is-aspnet-viewstate-bad-for-seo</link>
		<comments>http://www.searchideas.co.uk/blog/2009/is-aspnet-viewstate-bad-for-seo#comments</comments>
		<pubDate>Tue, 24 Mar 2009 22:47:05 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[SEO strategies]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/is-aspnet-viewstate-bad-for-seo</guid>
		<description><![CDATA[Good question. Lets look at the facts:
Background
ViewState is a hidden form field used by Microsoft’s ASP.Net to maintain the state of web controls used to build a page. 
In simple terms ViewState remembers if a web control has been modified by a user. This information can then be passed back to the web server when [...]]]></description>
			<content:encoded><![CDATA[<p>Good question. Lets look at the facts:</p>
<p><strong>Background</strong></p>
<p>ViewState is a hidden form field used by Microsoft’s ASP.Net to maintain the state of web controls used to build a page. </p>
<p>In simple terms ViewState remembers if a web control has been modified by a user. This information can then be passed back to the web server when their browser requests another webpage or during a post back request. </p>
<blockquote><p>So for example ViewState might be used to remember a user’s vote on a Poll web control.</p>
</blockquote>
<p><strong>Problem</strong></p>
<p>By default ASP.NET records ViewState data for <strong>every</strong> web control on a page. Even content that cant be modified and which is essentially “stateless”. </p>
<p>An RSS web control used to display a list of RSS powered links would be one such example.</p>
<blockquote><p>A page built using multiple controls can often cause the ViewState field to become very large in size. </p>
</blockquote>
<p><strong>Issues for SEO</strong></p>
<p>It is the size (in Kb’s) that is the only concern for SEO. </p>
<p>A page which is recording ViewState data for each web control can easily result in a ViewState field of 50-100k. This will greatly increase the size of the overall HTML document file.</p>
<p>Although I believe the concerns raised by some to be unfounded:</p>
<ol>
<li><a href="http://www.allthingssem.com/microsoft-net-viewstate-and-seo/" onclick="pageTracker._trackPageview('/outgoing/www.allthingssem.com/microsoft-net-viewstate-and-seo/?referer=');">Search Engine crawlers only read the first 100k of a webpage</a></li>
<li><a href="http://www.allthingssem.com/microsoft-net-viewstate-and-seo/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.allthingssem.com/microsoft-net-viewstate-and-seo/?referer=');">Content to code ratio is diluted by a large ViewState field</a></li>
</ol>
<p>My experience has shown that Search Engines (especially Google) are increasingly look at site performance and page load times as a significant factor in website rankings.</p>
<blockquote><p>If all links and content are equal what is better for a user; a fast loading site or a poorly performing one?</p>
</blockquote>
<p><strong>Solutions</strong></p>
<p>Although it possible to move the <a href="http://www.hanselman.com/blog/MovingViewStateToTheBottomOfThePage.aspx" onclick="pageTracker._trackPageview('/outgoing/www.hanselman.com/blog/MovingViewStateToTheBottomOfThePage.aspx?referer=');">ViewState to the bottom of page</a> this doesn’t reduce the page size.</p>
<p>For that prevention is better than cure and disabling ViewState for unnecessarily Web controls is one of the ways to put your pages on a diet and thus reduce the page download time.</p>
<p><strong>Finding ViewState</strong></p>
<p>The ViewState can easily be seen by clicking “view source” on any webpage that is built using ASP.Net.</p>
<p><a href="http://www.fwi.co.uk/Home" onclick="pageTracker._trackPageview('/outgoing/www.fwi.co.uk/Home?referer=');">Farmers Weekly</a> is one such example.</p>
<p><strong>ViewState plug-in for Firefox</strong></p>
<p>There are a number of plug ins available for Firefox. 2 of the best include:</p>
<ol>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5956" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/5956?referer=');">ViewState Size</a> which displays the size in kB of webpage using ASP.Net’s ViewState in the status bar of Firefox</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/7167" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/7167?referer=');">ViewState peeker</a> which can decode and display what is being recorded within the ViewState.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/is-aspnet-viewstate-bad-for-seo/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google&#8217;s Anti Virus Warning: This site may harm your computer</title>
		<link>http://www.searchideas.co.uk/blog/2009/googles-anti-virus-warning-this-site-may-harm-your-computer</link>
		<comments>http://www.searchideas.co.uk/blog/2009/googles-anti-virus-warning-this-site-may-harm-your-computer#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:24:01 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/googles-anti-virus-warning-this-site-may-harm-your-computer</guid>
		<description><![CDATA[&#160;
Who else saw Google’s “This site may harm your computer” warning on Saturday 31st Jan 2009 at around 2pm GMT time???
I sure did, it appeared for every search I completed using Google UK (with World Wide results); the default search engine for nearly 85% of the UK population (Hitwise data Dec 08).
View the screen grab [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Who else saw Google’s “<strong>This site may harm your computer</strong>” warning on Saturday 31st Jan 2009 at around 2pm GMT time???</p>
<p>I sure did, it appeared for every search I completed using Google UK (with World Wide results); the default search engine for nearly 85% of the UK population (Hitwise data Dec 08).</p>
<p>View the screen grab of <a href="http://www.searchideas.co.uk/blog/2009/definition-serps-search-engine-result-pages">SERP</a>s and the Malware Warning displayed to all users who clicked on a link:</p>
<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/02/egplwarning.png" rel="lightbox[133]" rel="lightbox"><img title="egpl warning" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="191" alt="egpl warning" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/02/egplwarning-thumb.png" width="449" border="0" /></a> </p>
<p>It appeared that Google had updated their Security warning and raised the settings <strong><em>a little</em></strong> too high! This release was quickly rolled back and normal Google service quickly resumed with the whole episode lasting no more than a couple of hours.</p>
<p>But take a look at the screen grabs below. The impact of Google’s heightened security warning has had a clear impact on both <a href="http://www.egpropertylink.com/Home/Default.aspx" onclick="pageTracker._trackPageview('/outgoing/www.egpropertylink.com/Home/Default.aspx?referer=');">EGpropertylink.com</a> and <a href="http://www.flightglobal.com/home/default.aspx" onclick="pageTracker._trackPageview('/outgoing/www.flightglobal.com/home/default.aspx?referer=');">Flightglobal.com</a>’s Organic search visits.</p>
<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/02/egpropertylinkhitbox.png" rel="lightbox[133]" rel="lightbox"><img title="egpropertylink hitbox" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="152" alt="egpropertylink hitbox" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/02/egpropertylinkhitbox-thumb.png" width="449" border="0" /></a> </p>
<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/02/flightglobalhitbox.png" rel="lightbox[133]" rel="lightbox"><img title="flightglobal hitbox" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="157" alt="flightglobal hitbox" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/02/flightglobalhitbox-thumb.png" width="449" border="0" /></a> </p>
<p>This comes as a stark warning to those sites which rely on Google as their major source of traffic acquisition. If Google “stops liking you” or Google has a prolonged incident as described above then that could prove very costly indeed.</p>
<p>All your eggs in one basket anyone?!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/googles-anti-virus-warning-this-site-may-harm-your-computer/feed</wfw:commentRss>
		</item>
		<item>
		<title>Block RSS and Ban XML feeds from Yahoo Pipes</title>
		<link>http://www.searchideas.co.uk/blog/2009/block-rss-and-ban-xml-feeds-from-yahoo-pipes</link>
		<comments>http://www.searchideas.co.uk/blog/2009/block-rss-and-ban-xml-feeds-from-yahoo-pipes#comments</comments>
		<pubDate>Mon, 02 Feb 2009 13:25:00 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[RSS &amp; XML]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/block-rss-and-ban-xml-feeds-from-yahoo-pipes</guid>
		<description><![CDATA[Blocking RSS or XML feeds from use in Yahoo Pipes can be done by inserting a simple “noprocess” meta tag usually located before the first &#60;item&#62; tag. The directive can be seen below:

&#60;meta xmlns=&#34;http://pipes.yahoo.com&#34; name=&#34;pipes&#34; content=&#34;noprocess&#34; /&#62;

Yahoo Pipes is a service with which a user can process any freely available RSS or XML feed. They [...]]]></description>
			<content:encoded><![CDATA[<p>Blocking RSS or XML feeds from use in <a href="http://pipes.yahoo.com/pipes/" onclick="pageTracker._trackPageview('/outgoing/pipes.yahoo.com/pipes/?referer=');">Yahoo Pipes</a> can be done by inserting a simple “noprocess” meta tag usually located before the first <em>&lt;item&gt;</em> tag<em>. </em>The directive can be seen below:</p>
<div class="scroll">
<pre>&lt;meta xmlns=&quot;http://pipes.yahoo.com&quot; name=&quot;pipes&quot; content=&quot;noprocess&quot; /&gt;</pre>
</div>
<p>Yahoo Pipes is a service with which a user can process any freely available RSS or XML feed. They may blend, mash up or splice multiple RSS feeds together as well as filter and process them.</p>
<p>Coupled up with auto blogging tool <a href="http://offensive-wiki.literatory.com/" onclick="pageTracker._trackPageview('/outgoing/offensive-wiki.literatory.com/?referer=');">Literatory.com</a> makes clever use of the custom filter provide by Yahoo Pipes. Taking an RSS feed of Wikipedia edit comments it filters them for 4 letter obsanities. Its worth a look to see how irate some “community” users can get!</p>
<p>To avoid your content being used by Yahoo pipes you may wish to add the above “noprocess” meta statement to your XML feed.</p>
<blockquote>
<p><strong>*Note</strong> This is not a full prove solution. As with all freely available content, an RSS feed will always be open to misuse. </p>
</blockquote>
<p><strong>Notice</strong> the Meta no Yahoo Pipes statement in situ below. Just before the <em>&lt;item&gt; </em>tag.</p>
<div class="scroll2">
<pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;rss version=&quot;2.0&quot;
	xmlns:content=&quot;http://purl.org/rss/1.0/modules/content/&quot;
	xmlns:wfw=&quot;http://wellformedweb.org/CommentAPI/&quot;
	xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
	xmlns:atom=&quot;http://www.w3.org/2005/Atom&quot;
	&gt;

&lt;channel&gt;
	&lt;title&gt;searchideas.co.uk&lt;/title&gt;
	&lt;atom:link href=&quot;http://www.searchideas.co.uk/blog/feed&quot; rel=&quot;self&quot; type=&quot;application/rss+xml&quot; /&gt;
	&lt;link&gt;http://www.searchideas.co.uk/blog&lt;/link&gt;
	&lt;description&gt;Search Ideas is a blog all about SEO, PPC and Online happenings...&lt;/description&gt;
	&lt;pubDate&gt;Tue, 02 Dec 2008 22:00:30 +0000&lt;/pubDate&gt;

	&lt;generator&gt;http://wordpress.org/?v=2.5&lt;/generator&gt;
	&lt;language&gt;en&lt;/language&gt;      </pre>
<pre><font color="#ff0000">         &lt;meta xmlns=&quot;http://pipes.yahoo.com&quot; name=&quot;pipes&quot; content=&quot;noprocess&quot; /&gt;</font></pre>
<pre>         &lt;item&gt;
	...
	&lt;/item&gt;

&lt;/channel&gt;
&lt;/rss&gt;</pre>
</div>
<style type="text/css">
<p>div.scroll { height: 60px; width: 400px; overflow: auto; border: 1px solid #666;padding: 8px; }
div.scroll2 { height: 480px; width: 400px; overflow: auto; border: 1px solid #666;padding: 8px; }</style>
<p>Alternatively you may wish to <a href="http://www.searchideas.co.uk/blog/2008/block-or-noindex-rss-and-xml-feeds">block or noindex your RSS/XML</a> feed from appearing within the SERP’s</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/block-rss-and-ban-xml-feeds-from-yahoo-pipes/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to do Keyword Research - Part 1: Conversion</title>
		<link>http://www.searchideas.co.uk/blog/2009/how-to-do-keyword-research-part-1-conversion</link>
		<comments>http://www.searchideas.co.uk/blog/2009/how-to-do-keyword-research-part-1-conversion#comments</comments>
		<pubDate>Sun, 01 Feb 2009 12:11:00 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[SEO strategies]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/?p=124</guid>
		<description><![CDATA[
Everyone&#160; has their own to approach Keyword Research and i thought i would offer my own. 
Keyword Research is arguably the most basic skill a Search Marketer must posses. Clear, well thought out Keyword research is usually conducted as part of building and maintaining a website’s Keyword Footprint by highlighting the keywords and phrases that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/keywordresearch.png" rel="lightbox[124]" rel="lightbox"><img title="keyword-research" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 20px 10px 0px; border-right-width: 0px" height="150" alt="keyword-research" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/keywordresearch-thumb.png" width="166" align="left" border="0" /></a>
<p>Everyone&#160; has their own to approach <strong>Keyword Research </strong>and i thought i would offer my own. </p>
<p>Keyword Research is arguably the most basic skill a Search Marketer must posses. Clear, well thought out Keyword research is usually conducted as part of building and maintaining a website’s <a href="http://www.searchideas.co.uk/blog/2008/definition-keyword-footprint">Keyword Footprint</a> by highlighting the keywords and phrases that could be used as the basis of a content creation plan.</p>
<p>Firstly its a good idea to be clear as to your over all objectives. Why are you conducting the keyword research? Is your website generating the bulk of its revenue through Ad placements and therefore are you interested in building absolute traffic numbers? Or does your website provide a premium service, goods, or leads to a ecommerce site? If so you’ll likely be more interested in finding those keywords that convert…</p>
<p><strong>PART 1: Keyword Research for Conversion</strong></p>
<p>Keyword Research for conversion is all about finding the keywords that your <strong>potential customers</strong> are typing into their search engines. Finding the keywords or phrases that convert at the highest rates can be tricky as many factors can persuade or put off a potential customer. It is therefore important to appreciate how those on-page variables will affect how your users will interact with your website. Clear “Calls to action”, page design and usability especially on entry (landing) pages all play their part.</p>
<p>Finding keywords that convert</p>
<p><strong>1. Consult your Website analytics</strong></p>
<p>Make sure your conversion points have been set up. Conversion points are those business goals you intended a user to complete. Usually:</p>
<blockquote><p><strong><em>Purchase or sign up</em></strong> </p>
<p><strong><em>Lead - </em></strong>trail request/Request for information </p>
</blockquote>
<p>Then create a segment of “converting users” (Visits to your site that went on to complete a conversion). Users of Google Analytics will find a “Visits with conversions” segment already set up!</p>
<p>All of those acquisition keywords listed within the the “Visits with Conversions” segment were used to find your site and then convert.</p>
<p>These keywords should be your starting point for <strong>optimising the content </strong>that<strong><em> already</em></strong> ranks for that particular keyword term.</p>
<p>Optimising the content may mean improvements to where the page ranks within the <a href="http://www.searchideas.co.uk/blog/2009/definition-serps-search-engine-result-pages">SERP’s (Search Engine Result Pages)</a> or improvements to on-page variables (<a href="http://www.searchideas.co.uk/blog/2009/seo-in-a-recession-optimising-for-value">conversion optimisation</a>) as discussed above.</p>
<p>To broaden the depth of converting keywords</p>
<p><strong>2. Conduct PPC</strong></p>
<p>Obviously your Analytics package will only display the converting keywords used to find your site <u><strong>if</strong></u> your site already ranks for that term.</p>
<p>Using PPC you can widen your over all keyword footprint in a relatively short time period.</p>
<p>Starting with the converting terms in your analytics package will allow you to build out search phrases and keywords using a keyword research tool such as <a href="http://www.wordtracker.com/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.wordtracker.com/?referer=');">Wordtracker</a>, <a href="http://www.keyworddiscovery.com/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.keyworddiscovery.com/?referer=');">Keyword Discovery</a> or <a href="https://adwords.google.com/select/KeywordToolExternal" onclick="pageTracker._trackPageview('/outgoing/adwords.google.com/select/KeywordToolExternal?referer=');">Google Adwords keyword tool</a>. Google Adwords is a completely free service and one that i find provides the most useful results.</p>
<p>Once your built up your themed ad groups be sure to write a concise, descriptive and persuasive ad that links to a highly relevant page on the site, in most cases this <strong><em>will not</em></strong> be the homepage.</p>
<p>Run the campaign for a minimum of 3 months, a longer time period will help to suppress biases found around holiday periods and other date specific events (Halloween, Valentines day, Mothers day etc).</p>
<p>A keyword to be used in future SEO content creation plans are those <strong><em>not*</em></strong> with the greatest CTR (Click through rate), Impressions or the lowest CPC (cost per click) but those that actually convert at the highest levels.</p>
<p>Conversion rates for PPC keywords can be found by again looking at the “Visits with conversion” segment and then filtering those keywords to those that came from “Paid Search”.</p>
<blockquote><p><strong>*Again be aware</strong> If you PPC campaigns drives a lot of non converting traffic to your site, it would be advisable to investigate how best these pages can be optimised to encourage a user to complete the desired goal before embarking upon content creation.</p>
</blockquote>
<p><strong>Build and Optimising your content</strong></p>
<p>Once you have found the desired converting keywords you must then use them to begin to build a <a href="http://www.searchideas.co.uk/blog/category/seo-strategies">content creation and optimisation strategy</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/how-to-do-keyword-research-part-1-conversion/feed</wfw:commentRss>
		</item>
		<item>
		<title>Definition SERPs = Search Engine Result Pages</title>
		<link>http://www.searchideas.co.uk/blog/2009/definition-serps-search-engine-result-pages</link>
		<comments>http://www.searchideas.co.uk/blog/2009/definition-serps-search-engine-result-pages#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:41:40 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[SEO Definitions]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/definition-serps-search-engine-result-pages</guid>
		<description><![CDATA[SERP is an acronym for Search Engine Result Pages which can be defined as a list of results provided by a search engine that fit a users search query. 
SERPs are often referred to simply as Search Results.
SERPs generally contain either Organic (Non paid) links,&#160; Paid (Sponsored) links or both. 
Most modern search engines such [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SERP</strong> is an acronym for <strong>Search Engine Result Pages</strong> which can be defined as a list of results provided by a search engine that fit a users search query. </p>
<p>SERPs are often referred to simply as Search Results.</p>
<p>SERPs generally contain either Organic (Non paid) links,&#160; Paid (Sponsored) links or both. </p>
<p>Most modern search engines such as Google, Yahoo, ASK and Microsoft Live have Search Engine Result Pages that contain both Organic and Sponsored links.</p>
<p>AltaVista used to contain just Organic listings while Goto.com (now Overture) contained only paid listings or Search results.</p>
<p><strong>Example of a Search Engine Result Page</strong></p>
<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/serps.png" rel="lightbox[123]" rel="lightbox"><img title="serps" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="237" alt="serps" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/serps-thumb.png" width="450" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/definition-serps-search-engine-result-pages/feed</wfw:commentRss>
		</item>
		<item>
		<title>Incorrect Publication or site Name in Google News? Or Wrong Location?</title>
		<link>http://www.searchideas.co.uk/blog/2009/incorrect-publication-or-site-name-in-google-news-or-wrong-location</link>
		<comments>http://www.searchideas.co.uk/blog/2009/incorrect-publication-or-site-name-in-google-news-or-wrong-location#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:42:26 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Google News]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/incorrect-publication-or-site-name-in-google-news-or-wrong-location</guid>
		<description><![CDATA[Has Google News listed your publication with an incorrect or out dated name? Has your site recently moved to a new domain and the old site name is still listed in Google News?
Has Google News listed you publication with the wrong location?
The red box in the screen grab below show’s “Flight International” listed as the [...]]]></description>
			<content:encoded><![CDATA[<p>Has Google News listed your publication with an incorrect or out dated name? Has your site recently moved to a new domain and the old site name is still listed in Google News?</p>
<p>Has Google News listed you publication with the wrong location?</p>
<p>The <font color="#ff0000">red box</font> in the screen grab below show’s “Flight International” listed as the publication name to the top News story.&#160; Flight International was renamed to Flightglobal in 2007 with the Flightinternational.com domain permanently (301) redirected to&#160; Flightglobal.com. However Google News still lists the out dated name:</p>
<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/googlenews.png" rel="lightbox[120]" rel="lightbox"><img title="google news" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="288" alt="google news" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/googlenews-thumb.png" width="446" border="0" /></a> </p>
<p><strong>How to Update:</strong></p>
<p>To update Google News with a new publication name simply fill in the “<a href="http://www.google.com/support/news_pub/bin/request.py?page=&amp;extra.CustomerType=publisher&amp;contact_type=site_location&amp;extra.Language=+%3Ecs+var%3ACGI.convertedLang+%3F%3E+&amp;master=site_location&amp;Action.Search=Continue" onclick="pageTracker._trackPageview('/outgoing/www.google.com/support/news_pub/bin/request.py?page=_amp_extra.CustomerType=publisher_amp_contact_type=site_location_amp_extra.Language=+_3Ecs+var_3ACGI.convertedLang+_3F_3E+_amp_master=site_location_amp_Action.Search=Continue&referer=');">update the name of my site</a>” on Google’s Help page.</p>
<p>Use this page to <a href="http://http://www.google.com/support/news_pub/bin/request.py?page=&amp;extra.CustomerType=publisher&amp;contact_type=site_location&amp;extra.Language=+%3Ecs+var%3ACGI.convertedLang+%3F%3E+&amp;master=site_location&amp;Action.Search=Continue" onclick="pageTracker._trackPageview('/outgoing/http_//www.google.com/support/news_pub/bin/request.py?page=_amp_extra.CustomerType=publisher_amp_contact_type=site_location_amp_extra.Language=+_3Ecs+var_3ACGI.convertedLang+_3F_3E+_amp_master=site_location_amp_Action.Search=Continue&referer=');">update or modify the location of your site</a> or publication. An example location is highlighted by the <font color="#008040">green box</font> in the screen grab.</p>
<p><strong>What Information does Google News require?</strong></p>
<p>Just your name, the name of your site/publication, the new name or location and your email address. </p>
<p>Although not necessary i would advise using the same email address used to sign in to your sites verified Google Webmaster tools.</p>
<p><strong>How long does it take?</strong></p>
<p>The changes you specify will take a couple of weeks to filter through and take affect. Google may follow up with requests for additional information if they deem necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/incorrect-publication-or-site-name-in-google-news-or-wrong-location/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google: Did you mean? Optimising for misspellings just got harder!</title>
		<link>http://www.searchideas.co.uk/blog/2009/googles-did-you-mean</link>
		<comments>http://www.searchideas.co.uk/blog/2009/googles-did-you-mean#comments</comments>
		<pubDate>Sun, 18 Jan 2009 15:49:37 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[SEO strategies]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/googles-did-you-mean</guid>
		<description><![CDATA[Google has recently updated its “Did you mean ?” feature seen when a user enters and search’s a commonly misspelt word. 
In the past it has been up to the user to click on the “did you mean” link if they decide that they had entered a typo or misspelling. Now Google has begun to [...]]]></description>
			<content:encoded><![CDATA[<p>Google has recently updated its “<a href="http://www.google.co.uk/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-GB%3Aofficial&amp;q=autisn&amp;btnG=Search&amp;meta=" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.google.co.uk/search?hl=en_amp_client=firefox-a_amp_rls=org.mozilla_3Aen-GB_3Aofficial_amp_q=autisn_amp_btnG=Search_amp_meta=&referer=');">Did you mean</a> ?” feature seen when a user enters and search’s a commonly misspelt word. </p>
<p>In the past it has been up to the user to click on the “did you mean” link if they decide that they had entered a typo or misspelling. Now Google has begun to introduce the top 2 results for their suggested “correct” spelling as the top 2 results for the original “misspelt” search. In essence pushing a number 1 ranked result back into 3rd.</p>
<p>For example compare the <a href="http://www.searchideas.co.uk/blog/2009/definition-serps-search-engine-result-pages">SERP’s</a> for “<a href="http://www.google.co.uk/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-GB%3Aofficial&amp;q=autisn&amp;btnG=Search&amp;meta=" onclick="pageTracker._trackPageview('/outgoing/www.google.co.uk/search?hl=en_amp_client=firefox-a_amp_rls=org.mozilla_3Aen-GB_3Aofficial_amp_q=autisn_amp_btnG=Search_amp_meta=&referer=');">Autisn</a>” (a common misspelling) with the correct “<a href="http://www.google.co.uk/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla:en-GB:official&amp;sa=X&amp;oi=spell&amp;resnum=1&amp;ct=result&amp;cd=1&amp;q=austim&amp;spell=1" onclick="pageTracker._trackPageview('/outgoing/www.google.co.uk/search?hl=en_amp_client=firefox-a_amp_rls=org.mozilla_en-GB_official_amp_sa=X_amp_oi=spell_amp_resnum=1_amp_ct=result_amp_cd=1_amp_q=austim_amp_spell=1&referer=');">Autism</a>”. </p>
<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/googledidyoumean3.png" rel="lightbox[111]" rel="lightbox"><img title="google-did-you-mean" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="225" alt="google-did-you-mean" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/googledidyoumean-thumb3.png" width="447" border="0" /></a> </p>
<p><strong>THE GOOD</strong></p>
<p>This new functionality will of course improve usability for the thousands of users (myself included) that don’t quite enter the search they intended. It will cut down on the number clicks and the time a user spends trying to find a useful site. It may also help Google make efficiency savings as searches may not need to be repeated possibly at the expense of ad inventory.</p>
<p><strong>THE BAD</strong></p>
<p>But this will also help Google cut down on the potentially lucrative strategy for SEO and search specialists of optimising for misspellings. Most strategies involve the creation of hundreds of arguably spam pages optimised for their specific misspelling. As the keyword space and the amount of content optimised for those phrases is comparatively low (generally forums are the only source of misspelt content) many hang around the search index. Google’s new “did you mean” feature may make this practice less appealing in future.</p>
<p><strong>AND THE UGLY</strong></p>
<p>As with most things Google what it considers a common misspelling is determined algorithmically which may not be 100% accurate. </p>
<p>This will particularly hurt businesses which products or services that appear to Google as misspellings. One particular example is of a 15 year old company called “Mailware”. When searching “Mailware” Google offers a “Did you mean: Malware ?” along with the further 2 results that appear top for a search on “Malware”. In essence the company’s homepage is pushed from 1st to 3rd and this will inevitable be bad for business.&#160; </p>
<p>Let see if other user’s make further comments on <a href="http://www.google.com/support/forum/p/Web+Search/thread?tid=651c27114d401757&amp;fid=651c27114d40175700045fe8a541d39a&amp;hl=en" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.google.com/support/forum/p/Web+Search/thread?tid=651c27114d401757_amp_fid=651c27114d40175700045fe8a541d39a_amp_hl=en&referer=');">Google’s Support forum thread</a> initially set up when “Did you mean ?” was still just a link at the top of the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/googles-did-you-mean/feed</wfw:commentRss>
		</item>
		<item>
		<title>SEO in a Recession: Optimising for Value</title>
		<link>http://www.searchideas.co.uk/blog/2009/seo-in-a-recession-optimising-for-value</link>
		<comments>http://www.searchideas.co.uk/blog/2009/seo-in-a-recession-optimising-for-value#comments</comments>
		<pubDate>Sat, 10 Jan 2009 15:12:51 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[PPC]]></category>

		<category><![CDATA[SEO strategies]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/seo-in-a-recession-optimising-for-value</guid>
		<description><![CDATA[Perhaps its never been more potent than in today&#8217;s economy for SEO&#8217;s and search specialist&#8217;s to Optimise for value and provide direct value back to the business.
Optimising for value can be defined as the practice of optimising for conversion. Traditionally SEO and SEM as a whole have largely been concerned with absolute traffics numbers. Whilst [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps its never been more potent than in today&#8217;s economy for SEO&#8217;s and search specialist&#8217;s to <a href="http://www.searchideas.co.uk/blog/2009/seo-in-a-recession-optimising-for-value">Optimise for value</a> and provide direct value back to the business.<a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/recession.png" rel="lightbox[106]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px; border-right-width: 0px" height="135" alt="seo in a recession" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/recession-thumb.png" width="113" align="left" border="0" /></a></p>
<p>Optimising for value can be defined as the practice of optimising for conversion. Traditionally SEO and SEM as a whole have largely been concerned with absolute traffics numbers. Whilst it is still incredibly important for a site and its content to be exposed and perform well in search, traditional SEO metrics reporting Visits, Entries, Impressions, Page Consumption and Bounce Rates, (Of those arguably only visits and entries are truely &quot;search&quot; metrics) may increasingly come under scrutiny. </p>
<p>Traffic on its own needs to be monetised before it&#8217;ll provide revenue and therefore value to the business. Whilst its true more people on to a site that&#8217;s Ad inventory is fully sold will directly provide more revenue to the business, its not true that more people onto a premium site, shop or paid service will necessarily equal more customers.</p>
<p>A shift toward &quot;<a href="http://www.searchideas.co.uk/blog/2009/seo-in-a-recession-optimising-for-value">Optimising for Conversions</a>&quot; may well come under a search specialist&#8217;s remit over the course of the next few months. New digital marketing skills such as persuasive architecture, lead generation from other website areas, split testing, SEO optimising valuable content areas and tightening up PPC campaigns by shifting keyword terms to more niche and focused users will increase CTR and the quality of the lead at the expense of high visit numbers.</p>
<p>Have you noticed a shift towards &quot;<strong>optimising for value</strong>&quot; and &quot;<strong>optimising for conversions</strong>&quot;?&#160; How have your strategies changed?</p>
<h2><font color="#e80000">Update:</font></h2>
<p>It look’s as though Google Analytics has started to use the “<strong>Optimise for Value</strong>” line in their marketing material. Have a look at their strap line “<a href="http://www.google.com/analytics/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.google.com/analytics/?referer=');">Win Customers, not just Visitors</a>” below:</p>
<p><a href="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/optimiseforvalue.png" rel="lightbox[106]" rel="lightbox"><img title="optimise-for-value" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="123" alt="optimise-for-value" src="http://www.searchideas.co.uk/blog/wp-content/uploads/2009/01/optimiseforvalue-thumb.png" width="409" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/seo-in-a-recession-optimising-for-value/feed</wfw:commentRss>
		</item>
		<item>
		<title>Estates Gazette Retail</title>
		<link>http://www.searchideas.co.uk/blog/2009/estates-gazette-retail</link>
		<comments>http://www.searchideas.co.uk/blog/2009/estates-gazette-retail#comments</comments>
		<pubDate>Thu, 08 Jan 2009 13:34:40 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.searchideas.co.uk/blog/2009/estates-gazette-retail</guid>
		<description><![CDATA[Shops for let and lease
]]></description>
			<content:encoded><![CDATA[<p><a onclick="pageTracker._trackPageview('/outgoing/www.estatesgazette.com/retail/?referer=');pageTracker._trackPageview('/outgoing/www.estatesgazette.com/retail/?referer=http://www.searchideas.co.uk/blog/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.estatesgazette.com/retail/?referer=http://www.searchideas.co.uk/blog/wp-admin/edit.php');" href="http://www.estatesgazette.com/retail/">Shops for let and lease</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchideas.co.uk/blog/2009/estates-gazette-retail/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
