<?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>Yorkshire Web Design</title>
	<atom:link href="http://yorkshire-web-design.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://yorkshire-web-design.co.uk</link>
	<description>Web Design, Email Marketing and Training</description>
	<lastBuildDate>Wed, 21 Sep 2011 13:05:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Things You Should Do Immediately After Launching a Website</title>
		<link>http://yorkshire-web-design.co.uk/things-you-should-do-immediately-after-launching-a-website/</link>
		<comments>http://yorkshire-web-design.co.uk/things-you-should-do-immediately-after-launching-a-website/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:32:11 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=218</guid>
		<description><![CDATA[So you’ve just launched your website. The only thing left now is to start creating content and arranging for some promotion, right? Well, not so fast. You first have to do several things to ensure that your site is set up properly and ready for the public....]]></description>
			<content:encoded><![CDATA[<p class="meta">
  <span class="authorInfo"> by <em><br />
    Karol K.</em>
</p>
<p><a target="_blank" href="http://sixrevisions.com/website-management/things-you-should-do-immediately-after-launching-a-website/" rel="nofollow" ><img src="http://images.sixrevisions.com/2010/11/04-01_launch_website_ld_img.jpg" width="550" height="200" alt="04 01 launch website ld img Things You Should Do Immediately After Launching a Website"  title="04 01 launch website ld img image from Yorkshire Web Design" /></a></p>
<p>So you&#8217;ve just <a target="_blank" href="http://sixrevisions.com/web-development/10-simple-tips-for-launching-a-website/" rel="nofollow"  title="10 Simple Tips for Launching a Website - sixrevisions.com">launched your website</a>. The only thing left now is to start creating content and arranging for some promotion, right? Well, not so fast. You first have to do several things to ensure that your site is set up properly and ready for the public.</p>
<p>Here are a few things you should do right after launching a website (and if you can, do them prior to launching your website publicly).</p>
<h3>Create a Sitemap.xml File and a Robots.txt File</h3>
<p>What are these files? These files are essential for search engines and other web services. They are two out of the <a target="_blank" href="http://sixrevisions.com/web-standards/5-web-files-that-will-improve-your-website/" rel="nofollow"  title="5 Web Files That Will Improve Your Website - sixrevisions.com">five web files that will improve your site</a>.</p>
<p>The <a target="_blank" href="http://sitemaps.org/protocol.php" rel="nofollow"  title="sitemaps.org - Protocol - sitemaps.org">Sitemap.xml</a> file is a standard protocol for listing all the URLs that are contained within your website. It gives web spiders like <a target="_blank" href="http://en.wikipedia.org/wiki/Googlebot" rel="nofollow"  title="Googlebot - en.wikipedia.org">Googlebot</a> a better understanding of your website&#8217;s structure.</p>
<p>If you&#8217;re using <a target="_blank" href="http://sixrevisions.com/category/wordpress/" rel="nofollow"  title="WordPress category on Six Revisions - sixrevisions.com">WordPress</a>, you&#8217;re in luck: The only thing you need to do is to install a plugin called <a target="_blank" href="http://wordpress.org/extend/plugins/google-sitemap-generator/" rel="nofollow" >Google XML Sitemaps</a>, and it will do all the work for you. This is a valuable WordPress plugin, and is one of <a target="_blank" href="http://sixrevisions.com/wordpress/6-critical-wordpress-plugins-you-should-have-installed/" rel="nofollow"  title="6 Critical WordPress Plugins You Should Have Installed - sixrevisions.com">six plugins that Six Revisions</a> uses on the site.</p>
<p>If you&#8217;re not using WordPress, you can have a look at <a target="_blank" href="http://www.xml-sitemaps.com/" rel="nofollow" >XML-Sitemaps.com</a>, a simple tool for generating a Sitemap.xml file just by providing your website&#8217;s URL.</p>
<p><img src="http://images.sixrevisions.com/2010/11/04-02_sitemapxmldotcom.png" width="479" height="260" alt="04 02 sitemapxmldotcom Things You Should Do Immediately After Launching a Website"  title="04 02 sitemapxmldotcom image from Yorkshire Web Design" /></p>
<p><a target="_blank" href="http://www.robotstxt.org/" rel="nofollow" >Robots.txt</a> is yet another file that search engines love. It&#8217;s a simple text file containing information about which parts of your website search engines <em>should</em> and <em>shouldn&#8217;t</em> visit.</p>
<p>To create such a file, you can just use a template and modify it to you own needs.</p>
<p>Here&#8217;s my template (designed for WordPress sites):</p>
<pre>User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/plugins/
Disallow: /wp-content/cache/
Disallow: /wp-content/themes/
Disallow: /trackback/
Disallow: /feed/
Disallow: /author/
Disallow: /archives/
Disallow: /2009/
Disallow: /2010/
Disallow: /2011/
Disallow: /print/
Disallow: /index.php
Disallow: /*?
Disallow: /*.php$
Disallow: /*.js$
Disallow: /*.inc$
Disallow: /*.css$
Disallow: */feed/
Disallow: */trackback/
Disallow: */print/
Allow: /wp-content/uploads/</pre>
<p>You should remember two things regarding robots.txt:</p>
<ol>
<li>You don&#8217;t want search engines to encounter any duplicate content on your website</li>
<li>You don&#8217;t want search engines to index your private pages and scripts (e.g. the wp-admin files in WordPress)</li>
</ol>
<p>If you use WordPress, check out this guide called <a target="_blank" href="http://sixrevisions.com/wordpress/optimizing-wordpress-for-search-engines/" rel="nofollow"  title="Optimizing WordPress for Search Engines - sixrevisions.com">Optimizing WordPress for Search Engines</a> to learn more about Sitemap.xml and robots.xml in the context of SEO and WordPress.</p>
<h3>Set Up Web Analytics</h3>
<p>Having stats about the traffic to your website is simply priceless. Without traffic statistics, you won&#8217;t know how many people are visiting your site and you will have a hard time figuring out how to improve your site to draw in more traffic.</p>
<p>If you want a top-notch and free application that will report data about your website users, then look no further than <a target="_blank" href="http://www.google.com/analytics/" rel="nofollow" >Google Analytics</a>.</p>
<p><img src="http://images.sixrevisions.com/2010/11/04-03_googleanalytics.png" width="550" height="291" alt="04 03 googleanalytics Things You Should Do Immediately After Launching a Website"  title="04 03 googleanalytics image from Yorkshire Web Design" /></p>
<p>Of course, there are <a target="_blank" href="http://sixrevisions.com/usabilityaccessibility/10-promising-free-web-analytics-tools/" rel="nofollow"  title="10 Promising Free Web Analytics Tools - sixrevisions.com">alternative web analytics</a> software out there, but Google Analytics is the undisputed leader, and not simply because it was created by Google, but because the tool is extremely powerful and easy to use.</p>
<p>Here are a few guides and tutorials to read for getting up to speed with Google Analytics:</p>
<ul>
<li><a target="_blank" href="http://sixrevisions.com/usabilityaccessibility/unleashing-the-power-of-website-analytics/" rel="nofollow" >Unleashing the Power of Website Analytics</a></li>
<li><a target="_blank" href="http://sixrevisions.com/tools/google-analytics-in-depth-goals-and-funnels/" rel="nofollow" >Google Analytics in Depth: Goals and Funnels</a></li>
<li><a target="_blank" href="http://sixrevisions.com/website-management/search-analysis-with-google-analytics/" rel="nofollow" >Search Analysis with Google Analytics</a></li>
</ul>
<h3>Set Up Google Webmaster Tools</h3>
<p>Not many people use this tool &#8212; it&#8217;s not as popular as Google Analytics, for example &#8212; however, it still is one of the best tools to have as a website owner.</p>
<p><img src="http://images.sixrevisions.com/2010/11/04-04_googlewebmastertools.png" width="550" height="291" alt="04 04 googlewebmastertools Things You Should Do Immediately After Launching a Website"  title="04 04 googlewebmastertools image from Yorkshire Web Design" /></p>
<p>Here are just a few things <a target="_blank" href="https://www.google.com/webmasters/tools/" rel="nofollow" >Google Webmaster Tools</a> will tell you about your website:</p>
<ul>
<li>What errors Googlebot encountered while indexing your website</li>
<li>The number of links pointing to specific web pages (both inbound and outbound links)</li>
<li>Keywords that Google sees as being used frequently on your website</li>
<li>Keywords that have been used by people using Google Search to land on your website</li>
<li>Info about possible security compromises and malware that might have been installed on your website</li>
</ul>
<p>Want to learn more about Google Webmaster Tools? It&#8217;s not surprising that the best place to start is the official <a target="_blank" href="http://www.google.com/support/webmasters/bin/topic.py?topic=8464" rel="nofollow" >Webmaster Tools Help articles</a>.</p>
<p>Also, make sure to check out the following guide: <a target="_blank" href="http://sixrevisions.com/website-management/find-remove-broken-links/" rel="nofollow" >How to Find and Remove Broken Links in Your Website</a>. This guide will allow you to make sure your <a target="_blank" href="http://sixrevisions.com/web_design/designing-hyperlinks-tips-and-best-practices/" rel="nofollow" >hyperlinks</a> work.</p>
<h3>Monitor Your Search Engine Rankings</h3>
<p>A good ranking in search engines is important to any site. Good ranking equals more traffic and <a target="_blank" href="http://sixrevisions.com/tools/tools_monitoring_website_popularity/" rel="nofollow" >increased levels of popularity</a>. More traffic equals more money. That&#8217;s why it&#8217;s crucial to monitor whether or not your <a target="_blank" href="http://sixrevisions.com/web_design/improve-seo-website-design/" rel="nofollow"  title="9 Ways To Improve the SEO of Every Website You Design - sixrevisions.com">SEO efforts</a> are bringing good results.</p>
<p>If you don&#8217;t want to buy software (i.e. spend money) there are two main ways of monitoring your keywords:</p>
<p><strong>Manually:</strong> Just input a keyword in Google Search and take note of the position of your website. Important: Do not click on your listing because if you do, Google will remember it and next time you will see your website on a higher position. However, you will be the only person to witness that change; everybody else will see it on the actual position. This is because Google Search tries to predict what you will likely click on and, thus, previously visited sites bubble up to the top.</p>
<p><strong>Use a Firefox plugin:</strong> There are a few Firefox browser add-ons for checking your keywords. I like the one called <a target="_blank" href="http://tools.seobook.com/firefox/rank-checker/" rel="nofollow" >Rank Checker</a>. Check out this video of Rank Checker:</p>
<p><object width="550" height="437"><param name="movie" value="http://www.youtube.com/v/X__ngJcrOYU?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/X__ngJcrOYU?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="437"></embed></object></p>
<p>Rank Checker is easy to use and has all the important features for search engine ranking analysis and monitoring.</p>
<h3>Submit Your Website to Dmoz</h3>
<p>I don&#8217;t really know why, but for some reason Google checks whether your website appears in <a target="_blank" href="http://www.dmoz.org/" rel="nofollow"  title="ODP - Open Directory Project - dmoz.org">Dmoz</a>, and if it does, it gets some extra points when it comes to its search rankings.</p>
<p>Submitting your website is very easy. Just go to Dmoz, browse to a category that best describes your website, and then click the <em>suggest URL</em> link in the top menu.</p>
<p><img src="http://images.sixrevisions.com/2010/11/04-05_dmoz_suggest.png" width="550" height="117" alt="04 05 dmoz suggest Things You Should Do Immediately After Launching a Website"  title="04 05 dmoz suggest image from Yorkshire Web Design" /></p>
<p>Unfortunately, it takes some time for your submission to be reviewed. Sometimes even a couple of months. Here&#8217;s something important: Even if you don&#8217;t see your website listing yet, don&#8217;t resubmit it. Such a practice may result in your website dropping to the end of the line. I would suggest not resubmitting your site more than once in a 6-month period.</p>
<h3>Set Up Google Alerts to Monitor Mentions</h3>
<p>Google Alerts is brilliant. Let&#8217;s say that you&#8217;re interested in all things that have to do with the term, <em>guitar</em>. If that&#8217;s the case, then you probably want to know about every new website that appears on Google that covers this topic.</p>
<p>However, you can&#8217;t possibly monitor the whole internet (it&#8217;s a pretty huge place). Here&#8217;s where <a target="_blank" href="http://www.google.com/support/alerts/bin/static.py?page=guide.cs&amp;guide=28413" rel="nofollow" >Google Alerts</a> comes to the rescue. Google Alerts will notify you about every new web page that contains keywords you&#8217;re interested in. If you don&#8217;t see the power behind this nifty app, then let me rephrase my value proposition for Google Alerts: Google will let you know of any web page that contains <em>your</em> keywords. This lets you stay on top of competition, as well as monitor what people are saying about your website.</p>
<p><img src="http://images.sixrevisions.com/2010/11/04-07_google_alerts_first.png" width="550" height="232" alt="04 07 google alerts first Things You Should Do Immediately After Launching a Website"  title="04 07 google alerts first image from Yorkshire Web Design" /></p>
<p>A good idea is to monitor your website&#8217;s name, your company&#8217;s name, your own name, and other things that are pertinent to your website. For example, Six Revisions might want to monitor:</p>
<ul>
<li>sixrevisions.com</li>
<li>designinstruct.com (the other site of Six Revisions)</li>
<li>Jacob Gube (the founder&#8217;s name)</li>
</ul>
<p><img src="http://images.sixrevisions.com/2010/11/04-05_google_alerts.png" width="550" height="217" alt="04 05 google alerts Things You Should Do Immediately After Launching a Website"  title="04 05 google alerts image from Yorkshire Web Design" /></p>
<p>Talk about having your finger on the pulse &#8212; it doesn&#8217;t get much better than that. There are many more tools for monitoring your website&#8217;s mentions. For example, you can use the RSS feeds of places like <a target="_blank" href="http://pipes.yahoo.com/" rel="nofollow" >Yahoo! Pipes</a>, <a target="_blank" href="http://search.twitter.com/" rel="nofollow" >Twitter search</a> and <a target="_blank" href="http://blogsearch.google.com/" rel="nofollow" >Google Blog Search</a>.</p>
<h3>Monitor Your Website&#8217;s Uptime</h3>
<p>Without a doubt, the most important piece of information you can have about your website is if it&#8217;s online or not. The problem is that you can&#8217;t really visit each of your websites every minute of the day. Luckily, there&#8217;s an app for that. It&#8217;s called <a target="_blank" href="http://www.uptimerobot.com/" rel="nofollow" >UptimeRobot</a>. You can use UptimeRobot to track as many as 50 websites at the same time, and if one of them goes offline even for a minute, it will send you an email notification. The best part? The tool is free.</p>
<p><img src="http://images.sixrevisions.com/2010/11/04-06_uptimerobot.png" width="550" height="395" alt="04 06 uptimerobot Things You Should Do Immediately After Launching a Website"  title="04 06 uptimerobot image from Yorkshire Web Design" /></p>
<p>There are plenty of tools for monitoring your web properties&#8217; uptimes. Be sure to check out this list of <a target="_blank" href="http://sixrevisions.com/tools/12-excellent-free-tools-for-monitoring-your-sites-uptime/" rel="nofollow" >12 free tools for monitoring your site&#8217;s uptime</a>.</p>
<h3>Check Your Site&#8217;s Speed</h3>
<p>It was not so long ago when Google announced that <a target="_blank" href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow"  title="Using site speed in web search ranking - googlewebmastercentral.blogspot.com">one of the new factors</a> for ranking websites in search engine results is <a target="_blank" href="http://sixrevisions.com/web-development/five-ways-to-speed-up-page-response-times/" rel="nofollow"  title="Five Ways to Speed Up Page Response Times - sixrevisions.com">site speed</a>. Of course pleasing Google is not the only reason why you need to make your website lightning quick. User&#8217;s hate waiting, and they will less likely visit your website again if they remember it as being slow.</p>
<p>There are many tools for allowing you to make fast web pages. One such tool is YSlow: it checks your web pages to see issues and suggests things you can do to make your site faster.</p>
<p><img src="http://images.sixrevisions.com/2010/11/04-08_yslow.png" width="550" height="200" alt="04 08 yslow Things You Should Do Immediately After Launching a Website"  title="04 08 yslow image from Yorkshire Web Design" /></p>
<p>There are many other tools you can use to check and evaluate your website&#8217;s speed; be sure to take a look at this list of <a target="_blank" href="http://sixrevisions.com/tools/faster_web_page/" rel="nofollow" >15 tools to help you develop faster web pages</a>.</p>
<h3>Conclusion</h3>
<p>Dealing with all the things mentioned above will take you less than one hour (maybe a little more if you don&#8217;t have a web development background and if this is your first site). This hour might very well be one of the most fruitful hours you spend towards the well-being of your new website.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/things-you-should-do-immediately-after-launching-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Place Search Changes How Local Searches are Displayed</title>
		<link>http://yorkshire-web-design.co.uk/google-place-search-changes-how-local-searches-are-displayed/</link>
		<comments>http://yorkshire-web-design.co.uk/google-place-search-changes-how-local-searches-are-displayed/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:26:29 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=216</guid>
		<description><![CDATA[Google Boost is a Google AdWords product that allows local businesses to feature more prominently in local searches. It allows small to medium size businesses the ability to feature more highly in searches, and concentrates much more on the relevance and location of that business than ever before.]]></description>
			<content:encoded><![CDATA[<p>by Peter Bowen</p>
<p>Google Local and Map have become a big influence on how people search and get results. We can demonstrate this by searching for ‘accountant’ and the search result returns a broad list of ‘accountants’, but perhaps too broad so we tend to search again by narrowing the result – adding a location to the search – ‘accountant in city’ and the results we see are now closer to home.</p>
<p>So it’s no surprise that Google should be taking a closer look at how we search and attempt to refine the process and provide a more meaningful search result by changing the Google Local search algorithm to make it easier for us to find what or who we are searching for locally.</p>
<p>Now we see searches that reference local business and all the relevant places in that location in a new clustered visual display located in the upper right corner of a search result page. The now familiar map displays each business with red lettered pins, and links to each business. And as you scroll down the page the Google Places Map will scroll with the page so that it is always visible.</p>
<p>In addition to the way we see businesses displayed on Google Places, a new product is being launched – Google Boost.</p>
<p>Google Boost is a Google AdWords product that allows local businesses to feature more prominently in local searches. It allows small to medium size businesses the ability to feature more highly in searches, and concentrates much more on the relevance and location of that business than ever before. </p>
<p>Now searchers will see sponsored location searches appear on the Google Places map as blue lettered pins and in search results with the blue marker pin next to the content description.</p>
<p>Search results for the ‘accountant in city’ will now appear first below sponsored listings and above organic listings. What this means is that results for a business in a location will now appear grouped with the other search results, making it much easier for searchers to find what they are looking for in a local area.</p>
<p>Google reports that Place Search results will begin appearing automatically when Google determines that you are looking for a ‘business in location’ search result.</p>
<p>Google also says “We’ve made results like this possible by developing technology to better understand places. With Google Place Search, we’re dynamically connecting hundreds of millions of websites with more than 50 million real-world locations. We automatically identify when sites are talking about physical places and cluster links even when they don’t provide addresses and use different names.”</p>
<p>Google Places is being rolled out across the world and will be available everywhere, in 40 languages once complete. Google is hoping to provide a better, local search to users, while exploiting a different revenue stream. It’s also competing with Facebook Places which was launched a while ago. Facebook was able to use very targeted advertising to provide a similar service to its users.</p>
<p>Google should have the advantage here though, as most Facebook advertising is passive, appearing alongside the primary content. Google’s Place Search is active and should have the advantage when it comes to conversion.</p>
<p>Location-based services are seen as a growing market, with Facebook Places and location aware services like Foursquare enjoying significant growth since their inception. Placing Google Place Search alongside search results, Google can hedge its bets while not detracting from its standard offering.</p>
<p>From an SEO perspective Peter Bowen at First One On says, “One of the downsides to this new display of results is how it will affect businesses that previously enjoyed number one placements for ‘business in location’ or featured well alongside the old Google Map.”</p>
<p>“Now with the introduction of Google Place Search in results it is quite possible that businesses that had worked hard to get top placements on page one now find themselves listed on page two! Other businesses that did not even have a listing on the old Google Map are now being brought to the top of the search results based on the location of their business and business listing in Google Places.”</p>
<p>What this means is that in the long run it will be more difficult for businesses to rank at the top of a local search unless they realize that they will have to spend much more time and effort on local search engine optimization. Businesses that had previously enjoyed a prominent position on the old Google Map without a website, which was possible before, will now find it almost impossible to maintain a listing without a well developed and locally optimized website.</p>
<p>Businesses will now have to have a visible and physical location if they want to be listed in a local search. In the past, businesses could hide their physical location and yet still be found locally through their websites, but now consumers searching for a business in a location will be able to determine if they contact that business or not based on their location. </p>
<p>So as Google exposes competitors in searches, it is now revealing where those businesses are located – hopefully providing the consumer with more information before making a purchase decision.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/google-place-search-changes-how-local-searches-are-displayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two good reasons to add an opt-in link to your email message</title>
		<link>http://yorkshire-web-design.co.uk/two-good-reasons-to-add-an-opt-in-link-to-your-email-message/</link>
		<comments>http://yorkshire-web-design.co.uk/two-good-reasons-to-add-an-opt-in-link-to-your-email-message/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:23:10 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=214</guid>
		<description><![CDATA[Is there any reason why I should add an opt-in link my emails when I’m already using a opt-in database?]]></description>
			<content:encoded><![CDATA[<p>by <em>Email Garage</em></p>
<p> You may ask yourself: “Is there any reason why I should add an opt-in link my emails when I’m already using a opt-in database?” This may seem like a rhetorical question, but in fact it’s not. If you want to seize every opportunity to continue building your customer database, there are two very good reasons why you should…</p>
<p>Reason one: your emails may get forwarded <br />
  When your readers forward your email messages  — by using a “forward to a friend” link or by clicking the forward button in their email client — your message may end up in the inbox of a new potential customer. You can easily capture these potential new customers by making it easy for them to subscribe to your email campaigns.  Is there a simpler way to build your customer database?</p>
<p>Reason two: your emails could be spread through social media <br />
  A combination of links to social media and an opt-in link in your email campaigns create the opportunity for your email messages to spread even further. If the online versions of your email messages get picked up by social media feeds like Twitter, Facebook and LinkedIn, readers on those social networks can easily sign up to your email campaigns. And who knows: they may even become your new best customers.</p>
<p>Conclusion : make a habit of adding a simple opt-in link to every email you send. With today’s busy email traffic and social media activity, you’d be surprised how many new customers it could bring you.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/two-good-reasons-to-add-an-opt-in-link-to-your-email-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Affordable Website Does Not Mean a Cheap Site</title>
		<link>http://yorkshire-web-design.co.uk/an-affordable-website-does-not-mean-a-cheap-site/</link>
		<comments>http://yorkshire-web-design.co.uk/an-affordable-website-does-not-mean-a-cheap-site/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:19:56 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=212</guid>
		<description><![CDATA[Companies based on the web have the idea that paying less for website design means that you’re getting bad service. This way of thinking could not be further from the truth. Many service providers employ professional and affordable website designers.]]></description>
			<content:encoded><![CDATA[<p>Businesses that are based on the internet will always have the need for good web design. For some ventures, especially ones that are just starting out in the UK, it’s not that easy to find affordable web design. </p>
<p>Kirklees, for example, is an area that is home to a lot of online businesses that need this kind of service. The design of a web site is crucial in presenting your company’s brand to the internet public. Similar to a regular office, a company’s web site should be well-designed to coincide with your company identity, but at the same time keep you within your budget.</p>
<p>Companies based on the web have the idea that paying less for website design means that you’re getting bad service. This way of thinking could not be further from the truth. Many service providers employ professional and affordable website designers. </p>
<p>Kirklees is in one of the most populated ares in the UK, so finding good quality web designers should not be difficult at all. The question is, are you willing to entrust your business’s success with the thought in your head that cheap web design means bad output? You’ve got to let go of this idea before you can even begin to realize the many advantages of choosing a more affordable web design provider.</p>
<p>There are a number of advantages in finding a cheaper web design alternative. The most obvious one is the amount of money you will be saving. With the current global financial crisis still affecting businesses everywhere, any amount saved can certainly go a long way. There are many parts in the UK where you can find affordable website designers. </p>
<p>Kirklees can provide you with plenty of talented designers that are quite exceptional at what they do and won’t charge you too much for their services.</p>
<p>Affordable web design also generally means that you’re getting service from smaller operations or firms. This should be considered a good thing, as smaller web design groups are capable of providing services that are a lot more personal or dedicated. </p>
<p>There is more interaction between you and the designers, and you can more easily communicate exactly what you want done every step of the way. It is a lot more possible for clients to go one on one with smaller and more affordable website designers. Kirklees has a handful of smaller web design providers that offer their services at lower costs but provide good results.</p>
<p>Smaller and more affordable website design groups also offer more flexibility in different areas. You can customize the type of service you’re actually getting from smaller web design groups a lot more easily than with larger and more expensive firms. </p>
<p>Some large web design businesses will even require you to sign up for their hosting services before you can sign up just to have a web page designed. Some online businesses only need web designers or some other basic service for their brand. Smaller web design operations are flexible in such matters, and most will accommodate any project being offered, no matter how simple.</p>
<p>The bottom line is that you can also expect great service and output when choosing to get a package for affordable web design. Kirklees is one place many online businesses should start looking into when trying to find the best service they can get at the most affordable price range.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/an-affordable-website-does-not-mean-a-cheap-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Marketing Concepts for Small Business</title>
		<link>http://yorkshire-web-design.co.uk/top-10-marketing-concepts-for-small-business/</link>
		<comments>http://yorkshire-web-design.co.uk/top-10-marketing-concepts-for-small-business/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:15:44 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=210</guid>
		<description><![CDATA[There are many marketing concepts for small business marketing to consider and plan for - here is our list of Top 10 Marketing Concepts For Small Business Marketing.]]></description>
			<content:encoded><![CDATA[<p>Over the past decade more and more people are getting fired, getting downsized, or getting fed up with their corporate jobs and embark on the journey as a small business owner. Unfortunately, most of the new small business owners fail to consider their marketing plans or strategy. </p>
<p>There are many marketing concepts for small business marketing to consider and plan for, but here is our list of Top 10 Marketing Concepts For Small Business Marketing.</p>
<p>1: Consistency</p>
<p>Consistency is the number one marketing concept for small business marketing only because it is left out of marketing concepts for so many businesses. We have worked with a long list of clients, big and small, that are extremely inconsistent in all areas of their marketing. Consistency helps lower the cost of marketing and increase the effectiveness of branding.</p>
<p>
  2: Planning</p>
<p>Once small business owners decide to be consistent with their marketing, planning is the next major concept to engage. Planning is the most vital part of small business marketing or any level of marketing, for that matter, and so many owners and even marketing managers plan poorly. Put the time into planning your marketing strategy, budget, and other concepts presented here to ensure success.</p>
<p>3: Strategy</p>
<p>Strategy immediately follows planning because your strategy is the foundation for the rest of your marketing activities. In the process of planning, you must develop your strategy: who you will target, how you will target them, and how will you keep them as a customer.</p>
<p>
  4: Target Market</p>
<p>Target market is also another key concept for small business marketing. Defining exactly who you are targeting allows small business owners to focus on specific customers and reduce marketing waste. A well-defined target market will make every other marketing concept so much easier to implement successfully.</p>
<p>5: Budget</p>
<p>Although it is listed at number 5, budgeting is important throughout the entire process. Creating a marketing budget is usually the hardest and most inaccurate part of small business marketing. Most small businesses owners lack a great deal of experience in marketing, so their budgets usually end up skewed. The most important part of this marketing concept is to actually establish a marketing budget. From there, you can worry about how to distribute your available funds.</p>
<p>6: Marketing Mix</p>
<p>The marketing mix is usually defined as product, pricing, place, and promotion. As a small business owner, you must specifically decide on your products (or services), the appropriate pricing, where and how you will distribute your products, and how will you let everyone know about you and your products.</p>
<p>7: Website</p>
<p>In today’s market, a business of any size must have a website. We all hate to see businesses that have a one page website with out-dated information. Customers, be it businesses or consumers, will search the web over 60% of the time before making any purchasing decisions. This marketing concept contains a slew of additional components, but you must at least develop a small web presence of some kind and keep it updated.</p>
<p>8: Branding</p>
<p>Many small businesses owners also neglect this concept. Small business marketing must focus on this marketing concept just as much as large corporations do. Branding consists of the pictures, logo, design scheme, layout, make up, and image of your products and even your company. Branding is how your customers perceive (please place a lot of emphasis on that word!) your products and company. Make sure to pay special attention to what kind of brand you are building through each step of your planning and implementation.</p>
<p>9: Promotion and Advertising</p>
<p>
  Promotion and advertising is a very complex marketing concept, but must be considered for any type of business and its products and services. Once you engage the previous 8 marketing concepts, you must finally let your target market know about you and your products. Proper promotion and advertising will result in effective brand recognition, and, ultimately, increased sales.</p>
<p>
  10: Customer Relationship Management (CRM)</p>
<p>The concept of customer relationship management has become a huge industry in the marketing world. There are many types of software and services offered to help businesses of any size handle their customer relationship management. Since there is so much available, usually for a large sum of money, small business owners usually look at this concept as something they are not big enough for or have enough money to implement. Don’t be fooled by the massive industry that has evolved from this concept. Maintaining proper customer relationship management is essential to creating loyal and consistent customers.</p>
<p>
  This list of marketing concepts should be examined, researched, planned, and implemented, especially by small businesses, in order to be successful. Also, your marketing doesn’t stop here. Each business is unique and will have additional components that must be considered, but this list will jump-start any marketing plan.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/top-10-marketing-concepts-for-small-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Generate Traffic Using Twitter</title>
		<link>http://yorkshire-web-design.co.uk/how-to-generate-traffic-using-twitter/</link>
		<comments>http://yorkshire-web-design.co.uk/how-to-generate-traffic-using-twitter/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:13:04 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social marketing]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=208</guid>
		<description><![CDATA[How to generate traffic using Twitter is something people have been trying to figure out since Twitter was first introduced. Most site owners wonder how much you can expect to do in 140 characters or less.]]></description>
			<content:encoded><![CDATA[<p>by _Dan Quigley_</p>
<p>How to generate traffic using Twitter is something people have been trying to figure out since Twitter was first introduced. Most site owners wonder how much you can expect to do in 140 characters or less.</p>
<p>They were not wondering how to generate traffic using Twitter they were wondering if Twitter can really generate any traffic it at all.</p>
<p>The short answer is you can generate traffic using Twitter. In fact you may be surprised at how an effective Twitter marketing campaign can draw traffic and sales to your website.</p>
<p>What to Tweet</p>
<p>The first step in how to generate traffic using twitter is to first determine what you are going to tweet. What pearls of wisdom will you share with your Twitter followers? First and foremost, a word of warning – do not tweet endlessly about your products and services. If you do you will not have followers and you will gain very minimal traffic from Twitter.</p>
<p>Twitter marketing experts use the 80-20 rule when teaching clients how to generate traffic using Twitter. 80% of your postings should be useful information or entertaining to your followers. 20% at most should be direct attempts to sell or promote your products or services.</p>
<p>You can find virtually unlimited information to post on Twitter to help you fill the 80% of your posts that are not directly about your products and services. You can post links to amusing videos or blog postings that may interest your followers. </p>
<p>Your Promotional Tweets</p>
<p>The 20% of your tweets that will be direct promotions need to capture your followers&#8217; interest in fewer than 140 characters. This may not be so easy but it is how to generate traffic using Twitter. If done properly you can make money on Twitter. </p>
<p>When you are creating the promotional tweets you want to entice your followers to read more. You do not have to say it all in one tweet. Do not try to close a sale in under 140 characters. Just give them enough information to want to click on the accompanying URL. </p>
<p>The key is you want your Twitter marketing to be catchy. You have 140 characters to get them to click on a link and go to your site. Your website is where you want to do your heavy sales pitch.</p>
<p>How Often do I Tweet?</p>
<p>You want to tweet at least several times per day. Staying active on Twitter is how you make money on Twitter. Establishing followers and giving them information, entertainment and promotions will help transform Twitter into a business source.</p>
<p>A good rule of thumb is to tweet at least five times per day. One tweet per hour would be great for a business. When you have more time you can put more tweets up. Try to remember the 80/20 rule so you are engaging in effective Twitter marketing so you can make money on Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/how-to-generate-traffic-using-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How much does your email newsletter tell readers at a glance?</title>
		<link>http://yorkshire-web-design.co.uk/how-much-does-your-email-newsletter-tell-readers-at-a-glance/</link>
		<comments>http://yorkshire-web-design.co.uk/how-much-does-your-email-newsletter-tell-readers-at-a-glance/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:09:43 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=206</guid>
		<description><![CDATA[Folks are far more fickle when reading their email than they are when purposefully browsing the web....]]></description>
			<content:encoded><![CDATA[<p>by <em>Ros Hodgekiss</em></p>
<p>A recent Think Vitamin blog post on &#8216;<a target="_blank" href="http://thinkvitamin.com/design/the-importance-of-imagery-in-web-design/" rel="nofollow" >The Importance of Imagery in Web Design</a>&#8216; got me thinking. While I agree with the author&#8217;s sentiment that may well remain &#8216;king&#8217;, it must be remembered that folks are far more fickle when reading their email than they are when purposefully browsing the web. According to a <a target="_blank" href="http://www.useit.com/alertbox/newsletters.html" rel="nofollow" >study that tracked users&#8217; reading behavior</a>, the average time allocated to an email after opening it was <strong>51 seconds</strong>. Is that even enough time to read even a few paragraphs properly?</p>
<p>What I wanted to think about today is how much an HTML email newsletter conveys at a glance. If a picture is indeed a thousand words, are we using images to reinforce our message visually, or are we simply using them for decoration (or distraction)?</p>
<p>To counter the author&#8217;s example of a <a target="_blank" href="http://thinkvitamin.com/wp-content/uploads/2010/10/qq.jpg" rel="nofollow" >web site that lacks visual expression</a> is this email design from &#8216;<a target="_blank" href="http://www.seipp.com/" rel="nofollow" >Seipp Wohnen</a>&#8216;. Notice how it instantly gives the reader a sense of context, regardless of what language it&#8217;s written in:</p>
<p><a target="_blank" href="http://gallery.campaignmonitor.com/ViewEmail/r/4867E065BAF8B348/" rel="nofollow" ><img src="http://i3.campaignmonitor.com/uploads/images/seipp.jpg" alt="seipp How much does your email newsletter tell readers at a glance?" width="530" height="520" title="seipp image from Yorkshire Web Design" /></a></p>
<p>Now, I can&#8217;t read a word of German, but I can tell you in a moment that the above email would be relevant to me if I took an interest in furniture design. So, how about this newsletter for &#8216;<a target="_blank" href="http://www.openluchttheater.be/" rel="nofollow" >Openluchttheater</a>&#8216;?</p>
<p><a target="_blank" href="http://gallery.campaignmonitor.com/ViewEmail/r/79CDA5EE0E3DBD7C/" rel="nofollow" ><img src="http://i3.campaignmonitor.com/uploads/images/openluchttheater_530.jpg" alt="openluchttheater 530 How much does your email newsletter tell readers at a glance?" width="530" height="643" title="openluchttheater 530 image from Yorkshire Web Design" /></a></p>
<p>Again, this is an engaging email in which all imagery ties back to the artists, or the performing arts (a Dutch speaker kindly let me know that &#8216;Openluchttheater&#8217; means &#8216;Open Air Theatre&#8217;&#8230;).</p>
<p>Both examples strike a healthy balance between content and imagery. But what makes these email newsletters particularly engaging is how <i>visually accessible</i> they are. Neither make any assumptions about what the reader knows about their brand and thankfully, both are easy on the eyes, too. <a target="_blank" href="http://www.slideshare.net/DomHind/apple-email-marketing-review" rel="nofollow" >Apple&#8217;s marketing emails</a> also spring to mind.</p>
<p>So now, it&#8217;s over to you. Are the images in your email collaborating with your message, or just there to pretty things up? In a world of gaudy stock photos, how do you sell to your clients the importance of tactfully using imagery in your designs?</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/how-much-does-your-email-newsletter-tell-readers-at-a-glance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Key Strategies To Build Long Term Customer Relationships</title>
		<link>http://yorkshire-web-design.co.uk/key-strategies-to-build-long-term-customer-relationships/</link>
		<comments>http://yorkshire-web-design.co.uk/key-strategies-to-build-long-term-customer-relationships/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:08:04 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=204</guid>
		<description><![CDATA[Customers are the core of every business. They are who brings in sales and profit to your business. You bring in more customers, you get more sales. In most cases, it’s better to keep old customers than acquire new ones. This is because it often costs more to gain a new customer than to keep a current one....]]></description>
			<content:encoded><![CDATA[<p>Customers are the core of every business. They are who brings in sales and profit to your business. You bring in more customers, you get more sales. In most cases, it’s better to keep old customers than acquire new ones. This is because it often costs more to gain a new customer than to keep a current one.</p>
<p>
Customer relationship is actually about taking good care of customers and treating them with due respect. It is about providing them with products and services that would encourage them to make repeated transactions. It is also about giving them what they need based on their personal preference.</p>
<p>
Essentially, good human relation skills are a requirement for excellent and long term customer relationships. If you want to maintain good relations today, here are strategies you need to bank on:</p>
<p>
Pay attention to your customers. If you want to succeed in today’s business, you need to give more attention to your customers and less on profit. Of course, profit is important, but customers are more important because without them how can you expect to get profit. A good practice to follow is to ask for feedback and suggestions from your customers to make them feel they are valued in your business.</p>
<p>
Fulfill your promises. Anything you claim in your business brochures or posters must be realized. If you cannot deliver on your promises, all your efforts are useless. Keep in mind that focus has to be on the customers and not on the products. If you neglect on customers and don’t keep your promises, you are likely to lose customers. To keep your customers happy and loyal, you need to satisfy their needs and deliver on what you promised.</p>
<p>
Offer rewards to customers. Offering rewards to loyal customers keep them interested in your business. This in turn increases your sales and boost customer loyalty. Giving customers a gift to show your appreciation for their continued patronage encourages them to come back. This then creates a more personal relationship between you and your customer as they feel important and well appreciated.</p>
<p>
Provide attractive offers. One of the best ways to ensure customers come back to you is to offers them discounts, freebies, or rebates. Consider attaching discount coupons in your post cards or business brochure printing which they can tear off when availing of your products or services. This will greatly encourage them to keep coming back for better discounts on repeat purchases. Eventually, this process will create loyal customers to your business.</p>
<p>
Don’t forget to thank your customers. A simple thank you card can go a long way. Sending them post cards or greeting cards after a successful sale will show them that you appreciate their patronage. These cards can also help you keep in touch with your customers to further boost loyalty and develop long term relationships.</p>
<p>
Go beyond expectations. Customer loyalty is enhanced when you deliver services that are always above the norm. To do this, you need to set criteria that will serve as the base in finding ways to improve your offerings. Keep in mind that customers are drawn to businesses that offer exceptional product or service and treat them with respect and diligence. So don’t be afraid to go out of your way just to provide great products to your customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/key-strategies-to-build-long-term-customer-relationships/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Tips for Social Media &amp; Content Marketing</title>
		<link>http://yorkshire-web-design.co.uk/essential-tips-for-social-media-content-marketing/</link>
		<comments>http://yorkshire-web-design.co.uk/essential-tips-for-social-media-content-marketing/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:04:47 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social marketing]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=202</guid>
		<description><![CDATA[Content marketing is essential for B2B businesses providing both qualitative and quantitative returns. And while 6 in 10 marketers are planning to increase content marketing spends this year, success-rates still vary greatly as it’s a new concept for most. Maria Pergolino, director of marketing for Marketo (a TopRank Online Marketing client) shared a presentation at ...]]></description>
			<content:encoded><![CDATA[<p>Content marketing is essential for B2B businesses providing both qualitative and quantitative returns.  And while 6 in 10 marketers are planning to increase content marketing spends this year, success-rates still vary greatly as it’s a new concept for most. Maria Pergolino, director of marketing for Marketo (a TopRank Online Marketing client) shared a presentation at the Marketo User Summit on getting the message out, focused on social media and content marketing tips/tricks. How do you succeed in content marketing?</p>
<ul>
<li>Create content that sells</li>
<li>Create a content map</li>
<li>Optimize content for search</li>
<li>Repurpose content</li>
<li>Learn to succeed even in situations with little or no content</li>
</ul>
<p>We need content for nurturing, as a lead solution, for lead scoring and risk mitigation.  A lot of people don’t even consider the risk mitigation aspect – by publishing content and making people feel like your company is providing great information and is a leader, they’ll choose you.  Without content, you’ll never even have the chance to be found.</p>
<h3>What is content?</h3>
<p>Content is not just white papers – it’s videos, it’s blog posts, it’s real-time updates, it’s FAQs.  B2B businesses need to think beyond just white papers.  Early when people are just learning about your product they are looking for different types of content.  For example, early in the buying cycle they may find you through blog posts.  Later on, they want demo videos or perhaps reinforcement about their decision from an analyst or third party. The bottom line:  you need to carefully consider all the pieces of content you’ll need to create throughout the buying cycle. 6 rules of great content:</p>
<ul>
<li>Non-promotional</li>
<li>Relevant to reader</li>
<li>Closes a gap</li>
<li>Well-written</li>
<li>Relevant to your company</li>
<li>Gives proof</li>
</ul>
<p>And – equally important – don’t forget to promote.  Good content is not enough – you should be using a mix of channels from email and social media to PR and search engine marketing to promote your content.  You have to help it spread, good content isn’t going to get anywhere on its own.  You have to do everything you can to put the right material in front of the right people at the right time.</p>
<h3>Free your content</h3>
<p>Many B2B marketers will only put content up behind a login form.  But, you should actually use forms only when you really need them.  Consider removing forms from early stage content in order to make it accessible and get others to share it.  It’s so much more important early-stage content gets in the hands of everyone because even if it’s not directly applicable to them, they may share it with the right people at an organization.  </p>
<p>Further, with forms use only what you really need on them – asking less is key to getting more form completes. Secret to testing with content: even though testing on the web is pretty easy, you still need to know exactly what you’re testing for.</p>
<h3>Content mapping</h3>
<p>Content mapping is a vital part of the process – consider segmenting content for different buying stages – early through late.  Further, you also need to consider buying profiles when developing content, including industry, role, company size and geography. When you do map, keep the following in mind:</p>
<ul>
<li>Map your existing content</li>
<li>Blank cells determine your content roadmap</li>
<li>Short content is good and can be very effective, don’t always create long format content</li>
<li>Test and optimize</li>
<li>Start small, think big and adapt quickly</li>
<li>Optimize for search</li>
<li>Optimize your whole site categorically it for search.</li>
<li>Instead of grouping by “video, article and white paper” group by specific keyword concept</li>
<li>Optimize keywords in content, meta descriptions and title tag</li>
<li>Ensure meta descriptions aren’t just for search engines, make them compelling so users actually click through</li>
</ul>
<p>If you’re going to create content, it is imperative you optimize it so people actually see it.  There’s no reason if you’re creating content online you shouldn’t consider search – it’s too important a channel to ignore.</p>
<h3>Making content social</h3>
<p>Add ratings, comments and ability to sort in order to let users decide the most popular content on your site.  Further, ensure you have share and bookmarking options on all content (and to networks that matter to your users). Consider that social media is also more than just Twitter and Facebook.  Find the areas that are most important to your brand in social channels and spend your time there.  In many cases it may not be the most popular networks, especially if you are in more obscure categories. </p>
<p>Social sharing – customize your emails and landing pages so they have social options.  If you’re driving a lot of push traffic to pages, do everything you can to increase organic traffic as well. Social validation – adds transparency and credibility for your brand.  If people are saying good things, leverage them as social proof by re-using them in other marketing materials and making sure they are visibility to prospects.  This can include quotes, endorsements, subscriber numbers, etc. </p>
<p>Social monitoring – start by monitoring the most popular social media sites, but figure out a way to monitor across platforms.  Make the best use of alerts and be sure you keep queries running on the terms that matter.</p>
<p>Final takeaway – learn the three 3’s R’s of content optimization:</p>
<p>Reorganize – take old content and be sure it’s organized and categorized.  If you remove a landing page, for example, be sure to redirect it (and use 301 redirects). </p>
<p>Rewrite – Rewrite content into different formats so you have maximum impact across channels.  For example, a webinar becomes a SlideShare becomes a blog post.  Optimize each for slight variations on the same topic. </p>
<p>Retire – when content is dated, be sure to archive but it does not need to be actively promoted any longer.  Move on to creating additional fresh, relevant content.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/essential-tips-for-social-media-content-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Ways to Dive Into Analytics &amp; User Experience</title>
		<link>http://yorkshire-web-design.co.uk/6-ways-to-dive-into-analytics-user-experience/</link>
		<comments>http://yorkshire-web-design.co.uk/6-ways-to-dive-into-analytics-user-experience/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:02:00 +0000</pubDate>
		<dc:creator>simonlegeyt</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://yorkshire-web-design.co.uk/?p=200</guid>
		<description><![CDATA[Web Analytics is an excellent way to ensure your marketing efforts are not in vain. However, looking at Analytics without understanding user behavior may leave you treading water instead of creating a wake your competitors will fear....]]></description>
			<content:encoded><![CDATA[<p><em>from Fred Beecher and Andrew Janis of Evantage Consulting</em></p>
<p>Web Analytics is an excellent way to ensure your marketing efforts are not in vain. However, looking at Analytics without understanding user behavior may leave you treading water instead of creating a wake your competitors will fear.</p>
<p>One way to take your methods of measurement to the next level is to combine Analytics with User Experience (UX) information. What you stand to gain can be great whether you dip a toe or cannon ball into blended analytic waters.</p>
<p>To make sure you don’t sink, first understand that Analytics will tell you what’s happening on the site. User Experience Research then helps you understand why it’s happening by gaining insight into the behaviors and motivation of visitors.</p>
<p>When you combine both, you can start to understand the What and the Why of what’s happening on your website. This also allows any potential problems to float to the top more quickly, allowing you to see the problem you need to solve and what changes might do just that.</p>
<p>The following case study illustrates what you can find when you combine the power of Analytics and user behavior:</p>
<p>An insurance quoting website, which had a 14 page quote and purchase process was going through a website redesign and decided it was the perfect time to double check their form process.</p>
<p>The goal was to identify where in the funnel visitors were getting stuck and abandoning the process.</p>
<p>After understanding user experience and their reactions to what you are testing, the data should be compared to Analytics. Does Analytics show visitor ‘drop-off’ points in similar places as what was identified as confusing/irritating by the users?</p>
<p>To understand drop-off points and not spend time in lower-priority places, be sure to identify logical places for drop-off. In this example a make-sense drop off would be after the quote is delivered because you can expect that some visitors won’t like the quote they received and abandon to either get a different quote or purchase elsewhere.</p>
<p>Where you want to spend time is identifying the unexpected drop-offs. One such drop-off point for the health insurance quote form was the request for a social security number. Almost all users are cautious when giving such information online, but the problem in this particular case was that the information was asked for too early in the process before the person is invested.</p>
<p>As such, they identified an item to test. After placing the request for the social security number further into the funnel where the user was more invested and felt like it was OK to give their personal information, the abandonment rate decreased.</p>
<p>The next drop-off point was the question of where they attended college, which some – via the user experience testing – found offensive and/or didn’t understand how it was relevant to an insurance quote.</p>
<p>The Analytics confirmed this and showed a higher than normal drop-off rate at the point that question was asked in the funnel.  </p>
<p>Ask yourself, why is this question part of the form? Is it necessary? If not, remove it and improve the percent of visitors who get further in the funnel and closer to a sale.</p>
<p>Start getting more out of your website by diving deeper into the following 6 areas using both Analytics and User Experience Data:</p>
<h3>1. Landing Page Optimization</h3>
<p><strong>Analytics: </strong>Bounce Rate, Conversion Rate<br />
  <strong>UX: </strong>Why people convert.</p>
<h3>2. Site Navigation</h3>
<p><strong>Analytics: </strong>Top Content<br />
  <strong>UX:</strong> How they get there</p>
<h3>3. Form Completion</h3>
<p><strong>Analytics:</strong> Abandonment, Page reloads<br />
  <strong>UX: </strong>Specific Objections</p>
<h3>4. Content</h3>
<p><strong>Analytics: </strong>Time Spent on page<br />
  <strong>UX: </strong>Is it engaging?</p>
<h3>5. Testing</h3>
<p><strong>Analytics:</strong> A/B Testing<br />
  <strong>UX:</strong> What to Test</p>
<h3>6. Terminology</h3>
<p><strong>Analytics:</strong> Search Logs<br />
  <strong>UX: </strong>How people use language – what is your target marking using to search for you</p>
<p>In the case that you need to dip your toes, go old-school and simply sit behind someone and watch them navigate your website. Where do they go first, second, third, what do they avoid? Ask them why. Some data is better than no data.</p>
]]></content:encoded>
			<wfw:commentRss>http://yorkshire-web-design.co.uk/6-ways-to-dive-into-analytics-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
