<?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>Sam Rutley</title>
	<atom:link href="http://www.rutley.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rutley.co.uk</link>
	<description>A web developer and SEO consultant based in Manchester</description>
	<lastBuildDate>Sat, 07 Jan 2012 18:27:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Don&#8217;t forget your XML sitemap!</title>
		<link>http://www.rutley.co.uk/blog/seo/dont-forget-your-xml-sitemap</link>
		<comments>http://www.rutley.co.uk/blog/seo/dont-forget-your-xml-sitemap#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:30:08 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=256</guid>
		<description><![CDATA[<p>As a technical SEO I get to audit a lot of websites, some good, some bad. By far one of the most common mistakes made by developers is not providing an XML sitemap for Google (and other search engines) to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>As a technical SEO I get to audit a lot of websites, some good, some bad. By far one of the most common mistakes made by developers is not providing an XML sitemap for Google (and other search engines) to utilise.<br />
<span id="more-256"></span></p>
<h2>What is an XML Sitemap?</h2>
<p>An XML sitemap is an <abbr title="Extensible Markup Language">XML</abbr> document which contains a list of all of the pages (or at least the one&#8217;s you would like to be indexed!) on a website.</p>
<p>Your XML sitemap should look something like:<br />
<code><br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;urlset xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&quot; xmlns=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&gt;	&lt;url&gt;<br />
		&lt;loc&gt;http://www.rutley.co.uk/&lt;/loc&gt;<br />
		&lt;lastmod&gt;2010-12-07T13:39:54+00:00&lt;/lastmod&gt;<br />
		&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />
		&lt;priority&gt;1.0&lt;/priority&gt;<br />
	&lt;/url&gt;<br />
	&lt;url&gt;<br />
		&lt;loc&gt;http://www.rutley.co.uk/blog/misc/footfeed-send-an-email-ccing-all-footfeed-beta-testers&lt;/loc&gt;<br />
		&lt;lastmod&gt;2010-12-07T13:39:54+00:00&lt;/lastmod&gt;<br />
		&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
		&lt;priority&gt;0.2&lt;/priority&gt;<br />
	&lt;/url&gt;<br />
	...<br />
&lt;/urlset&gt;<br />
</code></p>
<h2>What is the purpose of an XML sitemap?</h2>
<p>Providing an XML sitemap allows you to inform search engines of the location of content on your website. Search engines usually spider your website in order to find new content/pages and can easily miss new content.</p>
<h2>How do I get an XML sitemap?</h2>
<p>If your site has been built on a <abbr title="Content Management System">CMS</abbr> you may be able to install a plugin/extension/module which will automatically generate an XML sitemap for your website when you add new content. For WordPress Yoast&#8217;s <a href="http://yoast.com/wordpress/seo/" target="_blank">WordPress SEO plugin</a> will allow you to generate an XML sitemap for your website (amongst other things).</p>
<p>If your website has not been built on a CMS or the process of installing a plugin is too costly/time consuming (or a plugin doesn&#8217;t exist) then you can generate an XML sitemap using a tool such as <a href="http://home.snafu.de/tilman/xenulink.html" title="Xenu Link Sleuth" target="_blank">Xenu Link Sleuth</a>.</p>
<h2>Ok, now I have an XML sitemap, what next?</h2>
<p>Now you have an XML sitemap you need to upload it to your website, the most common place to place it is on /sitemap.xml (e.g. http://www.rutley.co.uk/sitemap.xml). Once you&#8217;ve done this you&#8217;ll want to tell Google (and the other search engines) about your new XML sitemap &#8211; to do this <a href="http://www.rutley.co.uk/blog/how-to-use-a-robots-txt-file" title="add the sitemap protocol to your robots.txt file">add the sitemap protocol to your robots.txt file</a> (click the link for instructions).</p>
<p><code>Sitemap: http://www.rutley.co.uk/sitemap.xml</code></p>
<p>And submit the sitemap to <a href="www.google.com/webmasters/tools" target="_blank">Google Webmaster Tools</a> and <a href="www.bing.com/toolbox/webmasters" target="_blank">Bing Webmaster Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/seo/dont-forget-your-xml-sitemap/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Footfeed send an email CCing all Footfeed beta testers</title>
		<link>http://www.rutley.co.uk/blog/misc/footfeed-send-an-email-ccing-all-footfeed-beta-testers</link>
		<comments>http://www.rutley.co.uk/blog/misc/footfeed-send-an-email-ccing-all-footfeed-beta-testers#comments</comments>
		<pubDate>Mon, 06 Dec 2010 20:17:38 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=243</guid>
		<description><![CDATA[<p>In a move reminicent of the <a href="http://www.mrdaz.com/bd-recruitment-send-email-ccing-every-seo-in-the-north-west/" title="BD recruitment blunder">BD recruitment email blunder</a> just over two years ago, location-based social network aggregator Footfeed have inadvertently sent an email to around 100 of their beta testers (including myself) <strong>*please see update below</strong>. The &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>In a move reminicent of the <a href="http://www.mrdaz.com/bd-recruitment-send-email-ccing-every-seo-in-the-north-west/" title="BD recruitment blunder">BD recruitment email blunder</a> just over two years ago, location-based social network aggregator Footfeed have inadvertently sent an email to around 100 of their beta testers (including myself) <strong>*please see update below</strong>. The email (below) was asking the Footfeed beta testers to answer a survey regarding their service. My first thought would be to learn how to use the BCC field.<br />
<span id="more-243"></span></p>
<blockquote>
<p>Hi. We are making a number of improvements and upgrades to Footfeed over the next several months and as a registered member of our community, we would appreciate getting your thoughts on how we can make it better by completing our short survey. We don&#8217;t have money or gift cards to bribe you with. Just our appreciation and gratitude, which is way more valuable!</p>
<p>Here is a link to the survey:</p>
<p>http://bit.ly/g5ZaB6</p>
<p>Thanks for your help!</p>
</blockquote>
<p>The email sparked a number of complaints from fellow Footfeed beta testers, one of them pointing out the breach in the Footfeed privacy policy:</p>
<blockquote>
<p>Information sharing</p>
<p>In addition to the uses noted above, Footfeed only shares personal information with other companies or individuals outside of Footfeed in the following limited circumstances:</p>
<p style="background: #FFE600;">We have your consent. We require opt-in consent for the sharing of any sensitive personal information.</p>
<p>We have a good faith belief that access, use, preservation or disclosure of such information is reasonably necessary to (a) satisfy any applicable law, regulation, legal process or enforceable governmental request, (b) enforce applicable Terms of Service, including investigation of potential violations thereof, (c) detect, prevent, or otherwise address fraud, security or technical issues, or (d) protect against imminent harm to the rights, property or safety of Footfeed, its users or the public as required or permitted by law.</p>
<p>If Footfeed becomes involved in a merger, acquisition, or any form of sale of some or all of its assets, we will provide notice before personal information is transferred and becomes subject to a different privacy policy.</p>
<p>Please contact us at the address below for any additional questions about the management or use of personal data.</p>
</blockquote>
<p>To date we have not received an apology from Footfeed regarding this break in their privacy policy.</p>
<p><strong>Update [07/12/2010 @ 00:28]:</strong> Just had a <a href="http://twitter.com/footfeedapp/statuses/11915728940695552">message from Footfeed on Twitter</a> informing me that &#8220;Footfeed did not cc: all beta testers. The issue occurred with exactly 100 users, not the other 9,200 users&#8221;, sorry for that. Still no response on the email thread/apology.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/misc/footfeed-send-an-email-ccing-all-footfeed-beta-testers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Testing Search Result Previews</title>
		<link>http://www.rutley.co.uk/blog/google-testing-search-result-previews</link>
		<comments>http://www.rutley.co.uk/blog/google-testing-search-result-previews#comments</comments>
		<pubDate>Tue, 26 Oct 2010 19:31:57 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=235</guid>
		<description><![CDATA[<p>Whilst searching this evening I noticed that Google appears to be testing search result previews.</p>
<p><br />
<span id="more-235"></span><br />
When you mouse over a search result with a magnifying glass icon next to it a preview appears to the right of the result.</p>
<p>What &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Whilst searching this evening I noticed that Google appears to be testing search result previews.</p>
<p><img src="http://www.rutley.co.uk/wp-content/uploads/2010/10/google-search-result-preview-pushon.jpg" alt="Google Search Result Previews - PushON" title="Google Search Result Previews - PushON" width="500" height="275" class="aligncenter size-full wp-image-237" /><br />
<span id="more-235"></span><br />
When you mouse over a search result with a magnifying glass icon next to it a preview appears to the right of the result.</p>
<p>What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/google-testing-search-result-previews/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PushON Wins Best Use of Search 2010 at the Big Chip Awards</title>
		<link>http://www.rutley.co.uk/blog/pushon-wins-best-use-of-search-2010-at-the-big-chip-awards</link>
		<comments>http://www.rutley.co.uk/blog/pushon-wins-best-use-of-search-2010-at-the-big-chip-awards#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:01:35 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[best use of search]]></category>
		<category><![CDATA[big chip awards]]></category>
		<category><![CDATA[pushon]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=216</guid>
		<description><![CDATA[PushON win Best Use of Search at the Big Chip Awards for the second year in a row!]]></description>
			<content:encoded><![CDATA[<p>Ok so this post has been put off for about a month but last month the company I work for, <a title="PushON" href="http://www.pushon.co.uk/">PushON</a>, won <a href="http://www.bigchipawards.com/page.asp?id=3310">Best Use of Search</a> at the <a href="http://www.bigchipawards.com/">Big Chip Awards</a> for a project I ran &#8211; <a title="Love Those Shoes" href="http://www.lovethoseshoes.com/">Love Those Shoes</a> a shoe retailer based in Stockport.<br />
<span id="more-216"></span><br />
The judges said:</p>
<blockquote><p>&#8220;Successful search marketing today is all about collaboration: with clients to make sure that their websites are written and organized in a way that search engines understand; with clients’ customers to make sure engagement is happening at all levels; and with other marketing channels to get the best out of every penny spent. The winning campaign here used solid SEO techniques, social media and tactical PPC to achieve that collaboration with great success.&#8221;</p></blockquote>
<p style="text-align: center;"><img class="aligncenter" src="http://www.bigchipawards.com/pictures/_KWP1348.jpg" alt="PushON win Best Use of Search 2010 at the Big Chip Awards 2010 for Love Those Shoes" /></p>
<p>Read more on the <a href="http://blog.pushon.co.uk/pushon-work/pushon-win-best-use-of-search-again/">PushON blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/pushon-wins-best-use-of-search-2010-at-the-big-chip-awards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Reasons Why YOU Should Be On Foursquare</title>
		<link>http://www.rutley.co.uk/blog/3-reasons-why-you-should-be-on-foursquare</link>
		<comments>http://www.rutley.co.uk/blog/3-reasons-why-you-should-be-on-foursquare#comments</comments>
		<pubDate>Thu, 15 Apr 2010 10:15:58 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[SMO]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=205</guid>
		<description><![CDATA[Sam Rutley lists 3 reasons why YOU should be on Foursquare. Love it or hate it you can't ignore Foursquare.]]></description>
			<content:encoded><![CDATA[<p>If you don’t know what <a href="http://www.foursquare.com/">Foursquare</a> is please read my previous post on <a href="http://www.rutley.co.uk/blog/view-your-foursquare-history-in-google-earth/" title="How to view your Foursquare history in Google Earth">how to view your Foursquare history in Google Earth</a>.</p>
<ol>
<li><strong>Citations</strong> – Google uses citations for Local Business Listings in the same way it uses Inbound Links for its local ranking algorithms. The more citations you have the higher probability you have to rank well in Google Local Business. Foursquare allows you to add your address and phone number to your listing which is enough to qualify as a citation for this purpose. Tom Critchlow has some awesome information about Google Local <a href="http://www.distilled.co.uk/blog/seo/google-local-research-data-released-for-free/">here</a>.</li>
<li><strong>Link Building</strong> – You can leave tips on venue pages. Not many people have noticed that when you leave a tip you have the option to specify a link. These links are followed. For an example of these links take a look at my comment on the <a href="http://foursquare.com/venue/969095/" title="PushON Foursquare listing">PushON Foursquare listing</a>.</li>
<li><strong>Bing Maps</strong> – Bing <a href="http://www.bing.com/community/blogs/search/archive/2010/03/25/new-stuff-coming-from-bing-this-spring.aspx">recently announced</a> that they&#8217;re going to be including Foursquare data in their maps. There is no reason why Google and other mapping website won&#8217;t start doing it.</li>
</ol>
<p>Got another reason? Let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/3-reasons-why-you-should-be-on-foursquare/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>View Your Foursquare History in Google Earth</title>
		<link>http://www.rutley.co.uk/blog/view-your-foursquare-history-in-google-earth</link>
		<comments>http://www.rutley.co.uk/blog/view-your-foursquare-history-in-google-earth#comments</comments>
		<pubDate>Wed, 14 Apr 2010 18:11:31 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[SMO]]></category>
		<category><![CDATA[foursquare]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=197</guid>
		<description><![CDATA[Instructions for how to view your Foursquare history in Google Earth.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.foursquare.com/">Foursquare</a> for a few months now and unlike most people find it really addictive rather than pointless. For those who don’t know Foursquare is a location based social network which allows you to &#8220;check in&#8221; to venues throughout the world. The locations automatically get posted to your Foursquare page and you can add and view tips for each venue. If you check into a venue more times than anyone else you become mayor, and there are &#8220;badges&#8221; awarded for completing a number of different objectives.</p>
<p>The main reason I find Foursquare so interesting is that you can view all of your check in history on Google Earth. This feature is not promoted as well as it should be by Foursquare, so this is how you do it.</p>
<ol>
<li>Log into your Foursquare account</li>
<li>Select the &#8220;History&#8221; tab from the horizontal navigation menu</li>
<li>Select the RSS icon on the right-hand side of the page</li>
<li>Select the KML feed link from the list of feed formats</li>
</ol>
<p>The KML file should download and allow you to view your history in Google Earth.</p>
<p>You can download <a href="http://earth.google.com/download-earth.html">Google Earth</a> from here.</p>
<p><a href="http://foursquare.com/user/samru" title="Sam Rutley on Foursquare">Sam Rutley on Foursquare</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/view-your-foursquare-history-in-google-earth/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goodbye Internet Explorer 6!</title>
		<link>http://www.rutley.co.uk/blog/misc/goodbye-internet-explorer-6</link>
		<comments>http://www.rutley.co.uk/blog/misc/goodbye-internet-explorer-6#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:37:44 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=185</guid>
		<description><![CDATA[<p>Talk about web browsers have been taking up valuable column inches in many newspapers and online publications. Internet Explorer 6 (IE6) is finally dying off after causing years of torture to website developers everywhere. Recently <a href="http://news.bbc.co.uk/1/hi/8460819.stm">security flaws in Internet Explorer</a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Talk about web browsers have been taking up valuable column inches in many newspapers and online publications. Internet Explorer 6 (IE6) is finally dying off after causing years of torture to website developers everywhere. Recently <a href="http://news.bbc.co.uk/1/hi/8460819.stm">security flaws in Internet Explorer</a> were used to hack into the email accounts of several high-profile human rights campaigners in China, this prompted the French and German governments to call for their citizens to <a href="http://news.bbc.co.uk/1/hi/8465038.stm">stop using Internet Explorer</a>. Yesterday Downing Street through its weight behind the campaign to <a href="http://news.bbc.co.uk/1/hi/technology/8492862.stm">phase out IE6</a>.</p>
<h2>So what are the options?</h2>
<h3>Google Chrome</h3>
<p>Google Chrome was released by Google in September, 2008. Chrome was built from the ground-up making it one of the fastest and most reliable web browsers out there. Recently Google added extensions which makes Google Chrome a viable alternative to Firefox.<br />
<a href="http://www.google.co.uk/chrome/">Download Google Chrome</a></p>
<h3>Mozilla Firefox</h3>
<p>Firefox was released by the Mozilla Foundation in November, 2004. Firefox has evolved tremendously since its launch in 2004 and has by far the largest number of extensions of any modern web browser.<br />
<a href="http://www.getfirefox.net/">Download Mozilla Firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/misc/goodbye-internet-explorer-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to choose an SEO company</title>
		<link>http://www.rutley.co.uk/blog/seo/how-to-choose-an-seo-company</link>
		<comments>http://www.rutley.co.uk/blog/seo/how-to-choose-an-seo-company#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:14:29 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[seo companies]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=180</guid>
		<description><![CDATA[<p>Lots of businesses both small and large are turning to search engine optimisation (SEO) as a way to increase traffic to their website and ultimately conversions (sales/enquiries/etc…). Recently online marking (of which SEO is one aspect) <a href="http://news.bbc.co.uk/1/hi/business/8280557.stm">overtook TV advertising in </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Lots of businesses both small and large are turning to search engine optimisation (SEO) as a way to increase traffic to their website and ultimately conversions (sales/enquiries/etc…). Recently online marking (of which SEO is one aspect) <a href="http://news.bbc.co.uk/1/hi/business/8280557.stm">overtook TV advertising in terms of spend</a>. With so many organisations looking and so many online marketing companies out there I thought it would be useful to write a few tips on how to choose an SEO company.</p>
<h2>How to find an SEO company</h2>
<ul>
<li>Search for &#8220;SEO + Your Town/City&#8221; (for example &#8220;<a href="http://www.google.co.uk/search?q=seo+manchester">SEO Manchester</a>&#8220;) and look at the highest ranking SEO companies. Ignore the paid advertising along the top and right-hand side of the page and also ignore any Google Local Listing/Google News items that appear.</li>
<li>Get a recommendation from other business owners. If you know someone who has worked with a search marketing company ask them about their experience using that particular agency.</li>
</ul>
<h2>Questions to ask a potential SEO company</h2>
<ul>
<li>&#8220;Can I be number one on the Google for some competitive term? By some unrealistic period of time&#8221; – if the answer is yes steer clear of them. Many cowboy agencies claim they can get you to number one for X terms but they will actually mean through pay-per-click advertising.</li>
<li>&#8220;How much will you charge?&#8221; – if the answer is less than a few hundred pounds per month avoid them.</li>
<li>&#8220;How do you go about building links to my website?&#8221; – if the answer mentions any of the following avoid them; buying links, link farms, content networks, bulk directory submissions, link exchanges.</li>
</ul>
<p>Choosing an SEO company is hard and you may not get it right the first time so make sure you ask the above questions, keep asking what you&#8217;re getting for your money each month and monitor the results closely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/seo/how-to-choose-an-seo-company/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Idea For A WordPress Plugin</title>
		<link>http://www.rutley.co.uk/blog/wordpress/an-idea-for-a-wordpress-plugin</link>
		<comments>http://www.rutley.co.uk/blog/wordpress/an-idea-for-a-wordpress-plugin#comments</comments>
		<pubDate>Sat, 28 Nov 2009 10:01:33 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=147</guid>
		<description><![CDATA[<p>I had this idea for a WordPress plugin about 6 months ago when building a website using WordPress, but still haven&#8217;t got round to building it &#8211; if anyone wants to do it, I&#8217;m sure loads of WordPress developers will &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I had this idea for a WordPress plugin about 6 months ago when building a website using WordPress, but still haven&#8217;t got round to building it &#8211; if anyone wants to do it, I&#8217;m sure loads of WordPress developers will use it, if it has already been done &#8211; please let me know!</p>
<p><strong>Objective: </strong>Force users to define specific custom fields on pages using custom templates and display them as separate required fields in the page editor.</p>
<p><strong>How it would work: </strong>As the developer you simply put add the required variables to the custom template file when you declare the template&#8217;s name. Something like:-</p>
<p><code>&lt;?php<br />
/*<br />
Template Name: Snarfer<br />
Requires: page-subheading | Page Subheading<br />
Requires: some-image-for-popup | Popup Image<br />
*/<br />
?&gt;</code></p>
<p>These fields would then be displayed in the page editor and the user would be unable to publish the page unless the custom field has been entered.</p>
<p>Anyone know if this has already been done? If not, what do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/wordpress/an-idea-for-a-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimised Twitter Pages?</title>
		<link>http://www.rutley.co.uk/blog/optimised-twitter-pages</link>
		<comments>http://www.rutley.co.uk/blog/optimised-twitter-pages#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:47:15 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[SMO]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=68</guid>
		<description><![CDATA[TechCrunch has reported that Twitter has updated its page titles into a more search engine friendly format. Previously Twitter user page titles looked like:]]></description>
			<content:encoded><![CDATA[<p>TechCrunch has reported that Twitter has updated its page titles into a more search engine friendly format. Previously Twitter user page titles looked like:</p>
<p><img class="alignnone" title="Unoptimised Twitter Title Tag" src="/img/twitter-serp.png" alt="Unoptimised Twitter Title Tag" width="375" height="71" /><br />
<span id="more-68"></span><br />
However now they include the users real name as well as their username.</p>
<p><img class="alignnone" title="An Optimised Twitter Title Tag" src="/img/an-optimised-twitter-title-tag.png" alt="An Optimised Twitter Title Tag" width="277" height="15" /></p>
<p>This is another opportunity great for both brands and people to own more of the SERPs for their names.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/optimised-twitter-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
