<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SEO Sheffield</title>
	
	<link>http://www.seosheffield.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 16 Dec 2012 15:50:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/seosheffield/rRcB" /><feedburner:info uri="seosheffield/rrcb" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>seosheffield/rRcB</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>When You Grow – DO NOT Forget Your Visitors</title>
		<link>http://www.seosheffield.org/blogging/when-you-grow-do-not-forget-your-visitors/</link>
		<comments>http://www.seosheffield.org/blogging/when-you-grow-do-not-forget-your-visitors/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 18:33:16 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=204</guid>
		<description><![CDATA[Over the last few years I&#8217;ve noticed a trend with emerging websites that has really disturbed me, it seems many sites that have built a solid readership through awesome content have slowly withered and died. The quality of content they produce has nosed dived, so much so that all new posts are dull, unhelpful and [...]]]></description>
				<content:encoded><![CDATA[<p>Over the last few years I&#8217;ve noticed a trend with emerging websites that has really disturbed me, it seems many sites that have built a solid readership through awesome content have slowly withered and died.</p>
<p>The quality of content they produce has nosed dived, so much so that all new posts are dull, unhelpful and not worth sharing. Even when you grow to 100 thousand readers, you can&#8217;t let the quality slide&#8230;<span id="more-204"></span></p>
<p>I believe that several issues are at play:</p>
<h2>1) The focus stops being the reader</h2>
<p>For the bigger websites I suspect that the focus from the top comes down to unique visitors, ad revenue and so on. We all know the bottom line is why we&#8217;re all here but there has to be a balance, you can&#8217;t keep churning out the same crap content.</p>
<h2>2) Overreaching</h2>
<p>Big sites usually expand into a network of other websites which makes sense. However with this expansion, it feels like editors are pushed too far and can&#8217;t focus on the reader. Once again, the metrics take precedence.</p>
<h2>3) Unable to get the talent</h2>
<p>Another issue which is very understandable is getting reliable quality content writers. To get the best, you have to pay good money. When large sites are under pressure to post once or several times a day then this becomes a huge issue however the focus should always be on good quality over quantity.</p>
<h2>Round Up</h2>
<p>My feeling is that too many sites are forgetting what made their site great. No matter what Google is doing to its algorithm or whatever the latest trend is, it will always be about content. If you invest the time and money into creating it then you&#8217;ll build a great user base, if you don&#8217;t then you will suffer.</p>
<p>It&#8217;s my sincere hope that some of the big blogs/websites realise this, for a few years now I&#8217;ve watched them slowly descend. I hope they will change however I won&#8217;t hold my breath&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/blogging/when-you-grow-do-not-forget-your-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Google Analytics Tracking Code On Magento</title>
		<link>http://www.seosheffield.org/magento/fix-google-analytics-tracking-code-on-magento/</link>
		<comments>http://www.seosheffield.org/magento/fix-google-analytics-tracking-code-on-magento/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 19:30:10 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=164</guid>
		<description><![CDATA[I recently came across a problem while creating a custom theme the other month; I was trying to set up Google Analytics tracking but noticed that the tracking script just wouldn’t appear in the code. For some strange reason it just wouldn’t load and thus the theme couldn’t track traffic, and more importantly, couldn’t track [...]]]></description>
				<content:encoded><![CDATA[<p>I recently came across a problem while creating a custom theme the other month; I was trying to set up Google Analytics tracking but noticed that the tracking script just wouldn’t appear in the code.</p>
<p>For some strange reason it just wouldn’t load and thus the theme couldn’t track traffic, and more importantly, couldn’t track eCommerce data. After lots of searches in Google to no avail I finally found the solution…<span id="more-164"></span></p>
<p><strong>What Was The Problem?</strong></p>
<p>After turning on Google Analytics in the Configuration (System -&gt; Configuration -&gt; Google API) and flushing the cache, the Google Analytics tracking script wasn’t appearing in the websites code.</p>
<p><strong>What Was The Solution?</strong></p>
<p>The short answer is that I missed an important include in the template files. Fortunately, something that is very easy to fix.</p>
<p>Navigate to:</p>
<p class="ssh-snippit">app/design/frontend/default/YOUR_THEME/template/page/</p>
<p>Check 1column.phtml, 2columns-left.phtml, 2columns-right.phtml, 3columns.phtml and any other template files you have for the following line under your opening body tag:</p>
<p class="ssh-snippit">&lt;?php echo $this-&gt;getChildHtml(&#8216;after_body_start&#8217;) ?&gt;</p>
<p><img class="alignnone size-full wp-image-165" title="magento-google-analytics" src="http://www.seosheffield.org/wp-content/uploads/2011/09/magento-google-analytics.jpg" alt="Google Analytics Code Showing In Magento" width="420" height="400" /></p>
<p>It’s always a good idea to reference the base template files if you ever come across an issue like this. If you have any bugs you have solved or questions then feel free to leave a comment below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/magento/fix-google-analytics-tracking-code-on-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does your website work? No really, does it work?</title>
		<link>http://www.seosheffield.org/seo-advice/does-your-website-work/</link>
		<comments>http://www.seosheffield.org/seo-advice/does-your-website-work/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 20:48:25 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[SEO Advice]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=159</guid>
		<description><![CDATA[Over the last few weeks I have done a number of website reviews for clients and each time I have been shocked at the mistakes made by web designers or the things overlooked by developers. Things that you would think would be part of a pre launch checklist but are seemingly not. The types of [...]]]></description>
				<content:encoded><![CDATA[<p>Over the last few weeks I have done a number of website reviews for clients and each time I have been shocked at the mistakes made by web designers or the things overlooked by developers. Things that you would think would be part of a pre launch checklist but are seemingly not.</p>
<p>The types of mistakes I am talking about are the types of mistakes that cost you and your website money or leads or conversions. So the point of this article is to ask the simple question, does your website work? Below are a few of the things you should check if you currently run a website or are having one built.<span id="more-159"></span></p>
<p><strong>Title/Meta Tags</strong></p>
<p>Title tags and Meta Description tags are things I love to write about, I could have a generic piece that I just copy and paste into each of my articles. The reason I go on so much about them is because they are so important.</p>
<p>These two tags display in the Search Engine Results Page and are two of the most important on page factors that help you rank for your keywords. But not just that, the title tag is visible to the user when they browse your website!</p>
<p>That’s why each page should have unique tags that describe what the page is about. I’ve talked about these <a href="http://www.seosheffield.org/search-engine-optimisation/seo-basics-meta-tags/">tags before in other posts</a> so feel free to read in more detail.</p>
<p><strong>Cross Browser Compatibility</strong></p>
<p>This is one of the biggest things that usually gets missed when a site goes live. Each browser has its own way to display the code of your website. The developer’s job is to make sure each browser displays the website in the same way (or very closely) however this is quite often over looked.</p>
<p>Internet Explorer is by far the most unpredictable browser. Nine times out ten there will be a compatibility issue with IE. Over the years several versions of IE have been released and each one has its own way of displaying websites. The discrepancies between versions means that the changes can be as small as a column being a little too long or as large as buttons missing, huge layout errors and so on.</p>
<p>The list of potential problems is huge. Each one could cost your website valuable conversions that you have worked so hard to achieve or potentially paid for if you&#8217;re using PPC.</p>
<p>However, with the right tools it&#8217;s very easy to check your website in the browsers. My personal favourite tool for testing IE, which is where the problems usually lie, is <a href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a>. It&#8217;s a completely free program and allows you to test all the versions of Internet Explorer in one place. I highly recommend downloading it straight away and go through your website. Click through your pages, fill in the contact form, try and purchase a product and so on. Spend some time navigating your website with all the different versions and see what looks out of place or doesn&#8217;t work.</p>
<p>With a little time and patience you can spot errors in your site that previously went unnoticed.</p>
<p>and each one displays a website in a slightly different way thus causing major headaches for developers and potentially you if these issues haven’t been corrected.</p>
<p>These issues in the older versions of Internet Explorer (and in fairness, some other browsers) can leave your website with a slight alignment issue or a fundamental problem where the website is unusable.</p>
<p><strong>How Easy Is The Website To Use</strong></p>
<p>A website shouldn&#8217;t make you think, if your site leaves you wondering how to do something then there is an issue somewhere. No where is this more true than eCommerce websites.</p>
<p>Get a friend who isn&#8217;t technically minded to try and perform some actions on your website.</p>
<p>Can they find your contact details? Can they make a test order? Can they find a product? All are common tasks that visitors do every time they visit your website, but have you ever taken the time to see how easy they are to do?</p>
<p>If you find any of these tasks hard then you should look at correcting them. Analytics will be able to show you information on how long visitors are staying on your site, how many pages they visit and so on. With a bit of ingenuity you&#8217;ll be able to see how visitors are finding your website to use.</p>
<p><strong>Closing Words</strong></p>
<p>It still shocks me that these things aren&#8217;t considered and checked during the planning and building stages of websites but spotting and correcting them can make the world of difference to your website.</p>
<p>If you would like a professional to look at your website for not just these but all the potential search engine, usability and compatibility issues then <a href="http://www.seosheffield.org/contact">get in touch!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/seo-advice/does-your-website-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hit A Dead End With Your SEO Strategy? Here’s What You Can Do</title>
		<link>http://www.seosheffield.org/seo/hit-a-dead-end-with-your-seo-strategy-heres-what-you-can-do/</link>
		<comments>http://www.seosheffield.org/seo/hit-a-dead-end-with-your-seo-strategy-heres-what-you-can-do/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 10:13:41 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=147</guid>
		<description><![CDATA[After a while it can seem like you have hit a dead end in your SEO efforts and no matter what you do, you cannot seem to move positions, get more traffic or get more sales/conversions. This is a scenario that affects every search engine optimiser at some point in their career. But not to [...]]]></description>
				<content:encoded><![CDATA[<p>After a while it can seem like you have hit a dead end in your <a title="SEO" href="http://www.seosheffield.org/">SEO</a> efforts and no matter what you do, you cannot seem to move positions, get more traffic or get more sales/conversions. This is a scenario that affects every search engine optimiser at some point in their career. But not to worry. There are steps you can take to get your campaign back on track. I&#8217;ll cover some of my favourites in this article.<span id="more-147"></span></p>
<p><strong>Get more content</strong></p>
<p>This one should be obvious but many many people forget to keep adding content to their websites. The search engines are always after fresh content that is interesting or helpful or funny, and if you&#8217;re lucky then all three.</p>
<p>A blog is a fantastic way to get new content onto your website, especially if the latests posts appear on your websites homepage.</p>
<p>Force yourself to keep writing new content, make it part of your schedule, do it when you have 20 minutes free. But don&#8217;t just write the piece and put it onto your website, get it shared amongst the community and get valuable links back to your website.</p>
<p>If you create a very good piece then get in touch with some big websites in your market, get them to publish your piece in exchange for a link. Not only do you get your name out there and links back to your website but you&#8217;re building relationships with much bigger websites that can help you later on.</p>
<p><strong>Create Link Bait</strong></p>
<p>Creating content that naturally attracts links is very hard work, you can (and most likely) will fail several times before creating something that will get spread amongst your market/niche and attract natural links that the search engines love.</p>
<p>Try and come up with an idea that will either help someone, be interesting or funny and create it for your website. For example, a quiz for an upcoming sporting event if you&#8217;re in the football shirts market.</p>
<p>But again, once you have made it, don&#8217;t just let it sit on your website hoping that people will find it. Go out and add it to the social bookmarking sites, get in touch with other larger websites drawing their attention to it. Perhaps take out some PPC to attract people to it. The list is endless but never hope that people will just stumble upon it, always go out and spread the word.</p>
<p><strong>Link Build</strong></p>
<p>Link building is just as much hard work as link bait and could land you in trouble with the engines but it&#8217;s a strategy that certainly has the ability to get you those positions in the SERPs. Participating in forums where you can have signatures,  blog commenting, etc can help you to build a wide array of links; both follow and no follow that gives the appearance of a natural link profile.</p>
<p>You can also go out and buy links from large websites in your market. Be warned though, this is a risky strategy and could get you a black mark from the engines but it also has the ability to send you to the very top if you play your cards right.</p>
<p>So if you&#8217;re stuck, these strategies if applied consistently and correctly will help you get out of your pit and back into the world of SEO. Each is hard work but there are no easy wins in SEO. It&#8217;s all about your commitment to creating great content, perfecting your strategy for whichever niche you&#8217;re in and ultimately getting your website to the top.</p>
<p><strong>What do you think?</strong></p>
<p>If you have any comments or input i&#8217;d love to hear it below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/seo/hit-a-dead-end-with-your-seo-strategy-heres-what-you-can-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing 404 Errors In Magento/Ubuntu</title>
		<link>http://www.seosheffield.org/magento/fixing-404-errors-in-magento-ubuntu/</link>
		<comments>http://www.seosheffield.org/magento/fixing-404-errors-in-magento-ubuntu/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 19:32:03 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=137</guid>
		<description><![CDATA[Recently I got a new Ubuntu server and decided that I&#8217;d use it as a development server for projects. So after installing the required software to run it as a web server I decided to install Magento (ver 1.5.1.0) for some testing. After following the SSH instructions on Magento&#8217;s site and successfully installing it&#8230;I ran [...]]]></description>
				<content:encoded><![CDATA[<p>Recently I got a new Ubuntu server and decided that I&#8217;d use it as a development server for projects. So after installing the required software to run it as a web server I decided to install Magento (ver 1.5.1.0) for some testing. After following the SSH instructions on Magento&#8217;s site and successfully installing it&#8230;I ran in to a problem.</p>
<p>Every page except the homepage would produce a 404 error. Which as you can imagine wasn&#8217;t ideal. So how did I fix it?<span id="more-137"></span></p>
<p>Well the fix was extremely easy&#8230;if you know where to look. You need to edit a file called 000-default. Run this command to edit the file:</p>
<p class="ssh-snippit">sudo nano /etc/apache2/sites-enabled/000-default</p>
<p>Then changed AllowOverride None to AllowOverride All.</p>
<p><img class="alignnone size-full wp-image-140" title="000-default-magento" src="http://www.seosheffield.org/wp-content/uploads/2011/06/000-default-magento.jpg" alt="Magento 404 - Allow Override Fix" width="420" height="400" /></p>
<p>Do a quick restart of your server using the following command</p>
<p class="ssh-snippit">sudo service apache2 restart</p>
<p><img class="alignnone size-full wp-image-141" title="apache-restart" src="http://www.seosheffield.org/wp-content/uploads/2011/06/apache-restart.jpg" alt="Apache2 Magento Restart" width="410" height="63" /></p>
<p>And your problems should be solved. If you ran into this problem or if you have another problem I&#8217;d love to hear about it in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/magento/fixing-404-errors-in-magento-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google’s Getting In On The Social Act Again</title>
		<link>http://www.seosheffield.org/seo/googles-getting-in-on-the-social-act-again/</link>
		<comments>http://www.seosheffield.org/seo/googles-getting-in-on-the-social-act-again/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 09:19:27 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=128</guid>
		<description><![CDATA[I knew it wouldn&#8217;t be long before the failure of Google Wave, Googles attempt at an integrated social experience, became a distant memory and the search giant decided they had to enter the social market again. But seemingly they have done it in a much smaller way this time. Introducing the Google +1 button. But [...]]]></description>
				<content:encoded><![CDATA[<p>I knew it wouldn&#8217;t be long before the failure of Google Wave, Googles attempt at an integrated social experience, became a distant memory and the search giant decided they had to enter the social market again. But seemingly they have done it in a much smaller way this time. Introducing the Google +1 button. But what is it and why should we care?<span id="more-128"></span></p>
<p><strong>+1 Is Googles Version Of Facebooks Like And Twitters Tweet</strong></p>
<p>By now I&#8217;m sure that you will have seen the famous Facebook Like and Twitter Tweet buttons all over the web. They easily allow you to approve and share content that you find interesting or cool and it&#8217;s pretty much the same deal with Googles +1 button.</p>
<p><img class="alignnone size-full wp-image-130" title="twitter-fb-buttons" src="http://www.seosheffield.org/wp-content/uploads/2011/06/twitter-fb-buttons.jpg" alt="Twitter And Facebook Share Buttons" width="420" height="100" /></p>
<p><strong>+1 Is A Way To Recommend Sites You Like</strong></p>
<p>The system is tied into your Google profile and when you +1 a website your &#8220;recommendation&#8221; will show for people you have connected with in the SERPs.</p>
<p><a href="http://www.seosheffield.org/wp-content/uploads/2011/06/plus-one-in-serp.jpg"><img class="alignnone size-full wp-image-131" title="plus-one-in-serp" src="http://www.seosheffield.org/wp-content/uploads/2011/06/plus-one-in-serp.jpg" alt="+1 Google Button In SERPs" width="420" height="120" /></a></p>
<p><strong>Will It Affect Rankings?</strong></p>
<p>So we can see that they are following the tried and trusted way of sharing these days. But what will it mean for rankings? Will Google value the +1 as a ranking factor?</p>
<p><strong>Likely That It Will Affect Rankings But As Part Of All The Factors</strong></p>
<p>I&#8217;d guess at yes, but not as much as you might think. Google has been battling with web spam and link manipulation since they started and will surly know that black hat SEOs and spammers will be able to create thousands of Google profiles and just +1 their sites to gain an advantage. I&#8217;d imagine Google will make it part of the ranking factors but they will use all the signals to gauge if the site they are looking at is legit. For example:</p>
<p>A site with 50,000 +1s but with no links, no Twitter or Facebook shares and pages of duplicate spammy content is going to be easy to spot. Well&#8230;you would hope.</p>
<p><strong>The +1 Only Available In America At The Moment. Still Bugs To Iron Out.</strong></p>
<p>Currently the +1 button is only available to America, it will be a while before the rest of the world gets it. From articles around the blogosphere it would appear that the button is having a few performance based issues that they&#8217;ll need to iron out before it gets passed to the rest of us.</p>
<p><strong>Is It Worth Having?</strong></p>
<p>But do I think the button is worth having? The simple answer to this is, it depends on your website. If it&#8217;s easy to integrate and doesn&#8217;t detract from your website and you&#8217;re already active in the social area then sure.</p>
<p>The +1 button has the potential to either be a massive flop or quite popular amongst users as a way to &#8220;like&#8221; content. It&#8217;s certainly one I&#8217;ll be looking out for and watching with interest to see how it affects rankings and how much the black hat community can use it to their advantage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/seo/googles-getting-in-on-the-social-act-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing Page Speed – Actionable Tips For SEOs and Web Developers</title>
		<link>http://www.seosheffield.org/blogging/optimizing-page-speed-actionable-tips-for-seos-and-web-developers/</link>
		<comments>http://www.seosheffield.org/blogging/optimizing-page-speed-actionable-tips-for-seos-and-web-developers/#comments</comments>
		<pubDate>Wed, 04 May 2011 22:58:23 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=122</guid>
		<description><![CDATA[&#8220;As I&#8217;m sure many of you well know, page speed has become a factor for ranking in the search engines. Although, for the engines it&#8217;s not a make or break factor but I&#8217;ve always felt that it is for visitors.&#8221; Check out my recent post on SEOmoz for some great actionable information into increasing the [...]]]></description>
				<content:encoded><![CDATA[<p>&#8220;As I&#8217;m sure many of you well know, page speed has become a factor for ranking in the search engines. Although, for the engines it&#8217;s not a make or break factor but I&#8217;ve always felt that it is for visitors.&#8221;</p>
<p>Check out my <a href="http://www.seomoz.org/ugc/optimizing-page-speed-actionable-tips-for-seos-and-web-developers">recent post on SEOmoz</a> for some great actionable information into increasing the speed of your website!</p>
<p>Comments and thoughts are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/blogging/optimizing-page-speed-actionable-tips-for-seos-and-web-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don’t Be Left Behind With Mobile Devices</title>
		<link>http://www.seosheffield.org/web-development/dont-be-left-behind-with-mobile-devices/</link>
		<comments>http://www.seosheffield.org/web-development/dont-be-left-behind-with-mobile-devices/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 22:42:40 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=115</guid>
		<description><![CDATA[If you have been anywhere on the internet in the last week then you will have surly have seen that Apple has just launched the iPad 2. And not wanting to be left out, I decided that every web developer and search engine optimiser needs to think about the iPad 2 and most importantly what [...]]]></description>
				<content:encoded><![CDATA[<p>If you have been anywhere on the internet in the last week then you will have surly have seen that Apple has just launched the iPad 2. And not wanting to be left out, I decided that every web developer and search engine optimiser needs to think about the iPad 2 and most importantly what it means for the future of the web. The user base of the internet is increasingly shifting towards the mobile medium.<span id="more-115"></span></p>
<p><strong>Apple have sold 15 million iPads since launch</strong></p>
<p>I&#8217;m not saying it&#8217;s going to replace people who use desktop PCs or laptops but it certainly change how things work right now. Since the iPad launched, Apple has sold 15 million devices. It&#8217;s a safe bet that most of those are being used to surf the web and the same applies for iPhones and Android devices. So what does this mean for us?</p>
<p><strong>You risk losing sales if your website isn&#8217;t mobile friendly</strong></p>
<p>It means that the days of having a website that isn&#8217;t mobile friendly are coming to the end. It&#8217;s a simple case of step up or die (not literally). Already, since the iPhone launched we have seen people slowly moving to ordering online and viewing content on their phones. No longer can you miss out on these sales if you are a small or medium sized website. Especially if your competition sees the value in making their website mobile friendly.</p>
<p><strong>Making your website mobile friendly isn&#8217;t as hard as you might think</strong></p>
<p>And making sites mobile friendly is so easy with the amount of resources online. Any developer worth his salt will be able to write a CSS Stylesheet or use a library like jQuery Mobile to make your website friendly and it won&#8217;t cost you the world either!</p>
<p><strong>Check your analytics to see how many are browsing your website using a mobile device. You may be surprised</strong></p>
<p>For anyone even remotely interested in increasing their conversions please go and check this out! Go check your analytics, go see how many people are browsing using mobile devices, go compare it to last year or the year before if you have that data. You may realise that you are killing any chance of converting these people because your website is simply unusable in smart phones or tablets.</p>
<p><strong>Don&#8217;t be left behind by technology</strong></p>
<p>So don&#8217;t be left behind by the innovation in technology. For web developers, making a website friendly for smart phones or tablets shouldn&#8217;t be more painful than making it work for the various versions of IE (ok&#8230;maybe a bad example. I&#8217;m sure it&#8217;s much nicer than fixing IE6).</p>
<p>What do you think? Is the mobile browsing era going to be short lived. Will everyone keep using their PCs and laptops or is this something we should all embrace? What are your experiences with mobile visitors. Let me know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/web-development/dont-be-left-behind-with-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Media – Is It Worth The Effort?</title>
		<link>http://www.seosheffield.org/social-media/social-media-is-it-worth-the-effort/</link>
		<comments>http://www.seosheffield.org/social-media/social-media-is-it-worth-the-effort/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 11:46:50 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=110</guid>
		<description><![CDATA[If you have been active in the internet marketing world over the last few years then I&#8217;m sure you will have heard all the hype about &#8216;social media&#8217; and how amazing it is. Without a doubt for some it has been an amazing medium to increase their sales and draw people onto their website but [...]]]></description>
				<content:encoded><![CDATA[<p>If you have been active in the internet marketing world over the last few years then I&#8217;m sure you will have heard all the hype about &#8216;social media&#8217; and how amazing it is. Without a doubt for some it has been an amazing medium to increase their sales and draw people onto their website but what is it and can it work for you.<span id="more-110"></span></p>
<p><strong>But What Is Social Media?</strong></p>
<p>Social media is the term that describes a group of websites/mediums where users share content and interactive with each other, a few example are Facebook, Twitter, Linkedin, YouTube, etc.</p>
<p><strong>The Success It&#8217;s Had</strong></p>
<p>For some social media can revolutionise their businesses. The popular tech website Mashable did a post not so long ago on the success that five small businesses had with social media that you should <a href="http://mashable.com/2010/06/02/small-business-social-media-success-stories/">check out here</a>.</p>
<p>BlendTec, a company that produces blenders saw an unbelievable jump in their sales after running a YouYube video series putting their blender to the test against glow sticks, magnets, an iPhone and more*.</p>
<p>And let&#8217;s not forget the last US election where social media helped to raise $500 million for President Obama&#8217;s campaign trail*.</p>
<p>* Source &#8211; Search Engine Watch. You can read more stories on <a href="http://searchenginewatch.com/3635665">social media success here</a>.</p>
<p><strong>Can It Work For Me?</strong></p>
<p>It can, but it&#8217;s not the get out of free jail card that people believe it is. Like any internet marketing tactic, it takes time, dedication and of course, the knowledge to make it successful.</p>
<p>I feel that it also depends on your customers. For example a cup cake business may post hundreds of videos/photos online of their products which shows how great they look which makes people go and buy them. However how would you do the same trying to sell plumbing services? I&#8217;m sure there is a way to do such a thing however it comes back to having the knowledge and insight to successfully use social media for your own circumstances.</p>
<p><strong>Why You Shouldn&#8217;t Just Jump On The Bandwagon </strong></p>
<p>Personally I find social media to be very hyped at the moment and although it works fantastic for some this doesn&#8217;t guarantee that it will for you even if you put a huge amount of cash, time and effort into it.</p>
<p>By all means go and experiment to find out what works for you but don&#8217;t forget the other mediums that have served us so well for so long &#8211; pay per click, SEO and Affiliate programmes and so on.</p>
<p>To think social media is the solution to all your problems is naive, it is just another tactic in your arsenal to use to increase conversions (whether that be sign ups, sales, etc).</p>
<p>Have you seen success with social media or has it let you down? Let me know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/social-media/social-media-is-it-worth-the-effort/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why spend thousands on a website if you’re willing to spend nothing to promote it.</title>
		<link>http://www.seosheffield.org/ecommerce/why-spend-thousands-on-a-website-if-youre-willing-to-spend-nothing-to-promote-it/</link>
		<comments>http://www.seosheffield.org/ecommerce/why-spend-thousands-on-a-website-if-youre-willing-to-spend-nothing-to-promote-it/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 17:39:29 +0000</pubDate>
		<dc:creator>Ed Baxter</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[ppc]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seosheffield.org/?p=105</guid>
		<description><![CDATA[One question that gets me confused more than any other is why do people spend thousands, if not tens of thousands, of pounds to have a website designed and built only to let it sit there with no effort or money put into promoting it. To put it simply, why would you build a shopping [...]]]></description>
				<content:encoded><![CDATA[<p>One question that gets me confused more than any other is why do people spend thousands, if not tens of thousands, of pounds to have a website designed and built only to let it sit there with no effort or money put into promoting it<strong>. To put it simply, why would you build a shopping complex in the middle of the desert where nobody is ever going to find it.</strong></p>
<p>And I guess the same is true if you switch the question.  Why would you put thousands into internet marketing if you have a terrible unfriendly, unusable website.<span id="more-105"></span></p>
<p>I think becoming successful online takes a good website &#8211; not necessarily the best looking, but certainly usable, and consistent marketing. Whether that be through search engine optimisation, pay per clicks ads, an affiliate program and so on.</p>
<p>Once you have both and you have consistency put effort into the latter then you&#8217;ll start to see results. However in most cases if you just have a fantastic website with no marketing then you&#8217;re not going to get anywhere.</p>
<p><strong>What do you do if you have no marketing planned?</strong></p>
<p>So what should you do if you do fall into the situation above, you have a great website but do no marketing or you have a terrible website and do a load. Well the simple answer is take a step back and make a plan. I&#8217;ll say that again&#8230;step back and make a plan.</p>
<p><strong>If you have a great website then invest into making it grow</strong></p>
<p>Decide what you should do, if you have an amazing website but no traffic and no conversions then investigate into search engine optimisation, invest into pay per click, decide if you should join an affiliate program, etc.</p>
<p>If you have the cash but not the time then hire someone who knows what they are doing. If you have the time then there are many great resources online to help/guide you.</p>
<p><strong>If you market well but have a lousy conversion rate then investigate</strong></p>
<p>If you already have your marketing sorted then check your data, what are your conversion rates like. If they are 1-3% then you&#8217;re most likely doing ok. If they are below 1% then you may need to look at your website, what obstacles could stop your user, what information are you giving them, what aren&#8217;t you giving them. Do usability testing to make sure you aren&#8217;t missing the obvious.</p>
<p>The list of things you can do is endless but the main thing is you begin to tackle the problem of why your conversion rate isn&#8217;t as high as it could be and proceed from there.</p>
<p>This article was just a little overview of some of my recent thoughts but with a website there is ALWAYS something you can be doing to increase traffic or increase conversions and if you&#8217;re not doing it then you&#8217;re missing out and you are at the risk of others who will do these sort of things to grow their own business.</p>
<p>What do you guys think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seosheffield.org/ecommerce/why-spend-thousands-on-a-website-if-youre-willing-to-spend-nothing-to-promote-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
