<?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>Four Lakes Internet Services</title>
	<atom:link href="http://www.fourlakes.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fourlakes.co.uk</link>
	<description>Getting you online</description>
	<lastBuildDate>Mon, 03 Aug 2015 15:44:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.4</generator>
	<item>
		<title>WordPress Child Themes &#8211; why they are so important</title>
		<link>http://www.fourlakes.co.uk/2015/news/wordpress-child-themes-important/</link>
		<comments>http://www.fourlakes.co.uk/2015/news/wordpress-child-themes-important/#comments</comments>
		<pubDate>Mon, 03 Aug 2015 15:44:03 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Child Theme]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=6320</guid>
		<description><![CDATA[<p>If you create a website using WordPress, then sooner or later you&#8217;ll come across a useful nugget of advice &#8211; &#8220;Make sure you use a Child Theme&#8221;. If, like me, the first mention of a child theme elicited a &#8220;Huh?&#8221; then this blog is for you. What is a child theme? Let&#8217;s cover the basics first. [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2015/news/wordpress-child-themes-important/">WordPress Child Themes &#8211; why they are so important</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you create a website using WordPress, then sooner or later you&#8217;ll come across a useful nugget of advice &#8211; &#8220;Make sure you use a Child Theme&#8221;. If, like me, the first mention of a child theme elicited a &#8220;Huh?&#8221; then this blog is for you.</p>
<h2>What is a child theme?</h2>
<p>Let&#8217;s cover the basics first. What&#8217;s a child theme, and why should I consider using one.</p>
<p>Firstly, I&#8217;m assuming that you know what a WordPress theme is. If not, then playing around with child themes is a step too far. You need to go back in the paddling pool with your water wings before you jump into this deep pool!</p>
<p>OK, enough of the metaphors. As you know, themes are ways of implementing a website design in WordPress, often with the addition of extra functionality over and above &#8216;vanilla&#8217; WordPress. Most modern themes allow a degree of flexibility over that design implementation. For instance, they will provide a means of uploading your logo. Often allowing you to easily change the colour scheme too. In short, they let you tweak the theme to make it unique to you and your business.</p>
<h2>Great, so that&#8217;s all I need, right?</h2>
<p>Well, possibly. But if you have worked with WordPress for a while, you&#8217;ll know that often there is a need to go beyond a theme&#8217;s built-in customisation. Let&#8217;s look at a typical example that we come across on a regular basis.</p>
<p>For many business websites, adding <em>breadcrumbs</em> to a site design is desirable. From an SEO point of view, they make it pretty obvious to Google (and other search engines) how your site is structured. From a usability viewpoint, they make it easy for a site visitor to work their way back up a hierarchy. This might be needed if, for instance, they follow an external link to a product page, and want to explore other, similar products.</p>
<p>Some themes include breadcrumbs as additional functionality, many others don&#8217;t. If we are building a site for a customer and the chosen theme doesn&#8217;t have breadcrumb functionality, then it&#8217;s fairly easy to add it.</p>
<p>Our usual method of adding breadcrumbs to a website is to utilise that aspect of the <a href="https://wordpress.org/plugins/wordpress-seo/" target="_blank">Yoast SEO plugin</a>. This excellent plugin adds all the essential SEO functionality that most websites will need, and gives you a couple of nifty extras too, one of which is the ability to construct meaningful breadcrumbs. All you need to do is add a couple of lines of code to the relevant php files.</p>
<h2>Add code? That makes me nervous.</h2>
<p>Quite rightly so, adding code to a website shouldn&#8217;t be undertaken lightly. But lets just assume you, or your web developer, have taken all the necessary precautions and managed to add the code successfully. You now have breadcrumbs on all the relevant pages of your website and Google is happy!</p>
<p>In time, being a security-conscious site owner, you see that there are updates required on your site. You know keeping everything up-to-date is an effective way to plug security holes, so you take a backup, and start updating. The core WordPress update goes through, and your site is fine. Great, so you then update your plugins, including Yoast SEO. Again, no adverse effect on your website.</p>
<p>Finally, you see that there&#8217;s a new version of your theme available. So you go through the update process (sometimes this is a bit more involved than plugin updates), and your breadcrumbs disappear! How did that happen?</p>
<h2>How do WordPress updates really work?</h2>
<p>Whether you are updating WordPress itself, plugins or themes, the update process effectively downloads the new version of the plugin/theme, and overwrites the relevant files in your hosting account with the new ones. Any configuration that you may have done for the theme or plugin is retained, as all that information is stored in the database, and that is not touched by the update process.</p>
<p>If you remember, though, we implemented the Yoast SEO plugin&#8217;s Breadcrumbs by adding some code to certain theme files. So when the theme is updated, those updated files get overwritten by the standard files in the new version of the theme, which don&#8217;t contain the breadcrumb code. The end result: your breadcrumbs disappear!</p>
<h2>A Child Theme will avoid that?</h2>
<p>Yes indeed! Let&#8217;s have a quick look at the basic principle behind a child theme.</p>
<p>A child theme is similar, in principle, to looking at a picture through a filter. If the filter is clear, then you see the exact same picture as you would without a filter. If the filter, however, is tinted, then you see an altered version of the original picture, <strong>even though nothing has actually changed in the original</strong>.</p>
<p>A child theme is a filter for your active theme. It allows you to selectively alter aspects of that theme without having to change the theme&#8217;s files.</p>
<p>In slightly more detail, if a particular php file exists within a child theme&#8217;s file structure, then that file will be used in preference to the original file. So, with our breadcrumb example, we typically copy the relevant php files (e.g. single.php) to the child theme&#8217;s file structure and make the necessary alterations there. Then, when there is an update to the original theme, the original file can be replaced without the alteration made to the child theme&#8217;s version being lost.</p>
<h2>So I only need a child them when I want to change something?</h2>
<p>Technically, that is correct. However, it is much better to implement a child theme early on than wait until you know you will need to change a theme&#8217;s files. That&#8217;s why we&#8217;ve made it standard practice here at Four Lakes.</p>
<p>If you want to get your hands dirty and try implementing a child theme yourself, then there&#8217;s a great guide over at the <a href="https://managewp.com/how-to-create-a-child-theme" target="_blank">ManageWP blog</a>. However, the good news it that there are a number of plugins that will do the work for you, and utilise some of the lesser-know features of child themes to boot.</p>
<p>For our favourite theme, <a href="http://www.elegantthemes.com/gallery/divi/" target="_blank">Divi</a>, there is the excellent <a href="http://divi4u.com/divi-children-plugin/" target="_blank">Divi Children plugin</a>.</p>
<p>For other themes, the <a href="https://wordpress.org/plugins/child-theme-configurator/" target="_blank">Child Theme Configurator</a> plugin is pretty straightforward and effective.</p>
<p>Of course, if you&#8217;d like us to help you with this, or any other aspect of setting up or maintaining your WordPress website then all you need to do is <a href="http://www.fourlakes.co.uk/contact-us/">get in touch</a>.</p>
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2015/news/wordpress-child-themes-important/">WordPress Child Themes &#8211; why they are so important</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2015/news/wordpress-child-themes-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something old, something new&#8230;</title>
		<link>http://www.fourlakes.co.uk/2015/news/something-old-something-new/</link>
		<comments>http://www.fourlakes.co.uk/2015/news/something-old-something-new/#comments</comments>
		<pubDate>Mon, 20 Jul 2015 16:04:25 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[mobile friendly]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=6284</guid>
		<description><![CDATA[<p>If you&#8217;re a regular visitor to our website, you might have had a bit of a shock today. With no great fanfare, we have re-vamped our website. To be honest, we have been intending to do this for some time. It was slightly embarrassing to build great-looking, responsive websites for our clients whilst not having [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2015/news/something-old-something-new/">Something old, something new&#8230;</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re a regular visitor to our website, you might have had a bit of a shock today. With no great fanfare, we have re-vamped our website.</p>
<p>To be honest, we have been intending to do this for some time. It was slightly embarrassing to build <a href="http://www.fourlakes.co.uk/customers/">great-looking, responsive websites for our clients</a> whilst not having precisely that for our own online presence.</p>
<p>I guess the old adage about tradesmen tending to their own houses last has an element of truth to it!</p>
<p>With our new site we have remained true to the Four Lakes brand whilst evolving the website in line with more recent online design developments. In doing we, we have taken the opportunity to highlight some of the great features that we offer clients. Look around the website to see such items as&#8230;</p>
<ul>
<li>a truly responsive design, accessible across all devices</li>
<li>great use of striking imagery and bold design elements, within a clean and simple layout</li>
<li>strong integration with multiple social media platforms</li>
</ul>
<p>Behind the scenes we have features that aren&#8217;t readily apparent to visitors, but are very important to website owners&#8230;</p>
<ul>
<li>powerful SEO capabilities</li>
<li>strong security to protect from hackers and malware</li>
<li>easy-to-use content management facilities</li>
<li>detailed website analytics</li>
<li>and much more</li>
</ul>
<p>We hope you like the new design. As always, we are open to constructive criticism, so if you happen across something that doesn&#8217;t look right to you, or behaves differently to your expectations, then please do <a href="http://www.fourlakes.co.uk/contact-us/">get in touch</a>, or leave a comment below. If you really like the new look, then we&#8217;d love to hear from you too.</p>
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2015/news/something-old-something-new/">Something old, something new&#8230;</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2015/news/something-old-something-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fe3</title>
		<link>http://www.fourlakes.co.uk/2014/customer-showcase/fe3/</link>
		<comments>http://www.fourlakes.co.uk/2014/customer-showcase/fe3/#comments</comments>
		<pubDate>Fri, 17 Oct 2014 15:19:18 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[Customer Showcase]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[responsive]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=5498</guid>
		<description><![CDATA[<p>fe3 is a change and leadership communication consultancy based in London. They work closely with organisations to help make them attractive to potential customers; in other words increasing their corporate magnetism! Karen Drury, the founder and driving force behind fe3, contacted Four Lakes when she realised that her existing website not only contained out of date [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2014/customer-showcase/fe3/">fe3</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.fe3.co.uk/"><img class="alignleft wp-image-5501 size-full" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/FE3.logo-220.png" alt="FE3.logo-220" width="94" height="221" /></a></p>
<p><a href="http://www.fe3.co.uk/" target="_blank">fe3</a> is a change and leadership communication consultancy based in London. They work closely with organisations to help make them attractive to potential customers; in other words increasing their corporate magnetism!</p>
<p>Karen Drury, the founder and driving force behind fe3, contacted Four Lakes when she realised that her existing website not only contained out of date information, but was also in dire need of a design revamp.</p>
<p>We worked closely with Karen, following a highly iterative process, to ensure that the new website&#8217;s design, structure and content were an accurate reflection of the standard of work fe3 offers to their own clients.</p>
<h2>Features</h2>
<ul>
<li>Blog</li>
<li>Content Management</li>
<li>Mobile/Tablet oriented responsive design</li>
<li>Enhanced SEO functionality</li>
<li>Use of strong imagery to convey the organisation&#8217;s ethos</li>
</ul>
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2014/customer-showcase/fe3/">fe3</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2014/customer-showcase/fe3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GAP Systems</title>
		<link>http://www.fourlakes.co.uk/2014/customer-showcase/gap-systems/</link>
		<comments>http://www.fourlakes.co.uk/2014/customer-showcase/gap-systems/#comments</comments>
		<pubDate>Wed, 08 Oct 2014 09:53:01 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[Customer Showcase]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=5464</guid>
		<description><![CDATA[<p>GAP Systems are the developers of Smartflow &#8211; the market leading software solution for new product development, marketing and artwork approval. Smartflow consistently streamlines and enhances the processes associated with bringing new products to market, and is applicable to pretty much any vertical market, including those with stringent regulations such as food and pharmaceutical packaging. [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2014/customer-showcase/gap-systems/">GAP Systems</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.gapsystems.net" target="_blank"><img class="alignnone wp-image-5465 size-medium" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/gap-systems-logo-Converted-300x163.png" alt="Gap Systems Logo" width="300" height="163" /></a></p>
<p><a href="http://www.gapsystems.net" target="_blank">GAP Systems</a> are the developers of Smartflow &#8211; the market leading software solution for new product development, marketing and artwork approval. Smartflow consistently streamlines and enhances the processes associated with bringing new products to market, and is applicable to pretty much any vertical market, including those with stringent regulations such as food and pharmaceutical packaging. GAP Systems have an impressive portfolio of clients, including such household names as Kingfisher, 3663, Next, Habitat and Castorama.</p>
<p>GAP Systems initially contacted <a href="http://www.a1webstats.com" target="_blank">A1WebStats</a> with a view to enhancing the online profile of their existing website, and improving conversion of visitors to enquiries and, ultimately, customers. It quickly became apparent that their existing website needed a major overhaul in order to allow those ambitious targets to be met. As we have worked successfully with A1WebStats on a number of projects, they had no hesitation in recommending Four Lakes as the right company for the project.</p>
<p>Whilst GAP were keen to retain their existing website design cues, Four Lakes quickly identified that there was an opportunity to rebuild the website from the ground up so that that all the features needed to attract and convert visitors could be added, whilst also implementing a modern, responsive design. This would ensure that mobile users in particular were not disenfranchised, an increasingly common issue. We even took the opportunity to utilise Smartflow to manage the creation and layout of page content across the site. The resulting website looks superficially similar to GAP&#8217;s existing site, but under the skin offers them a much more powerful marketing tool.</p>
<h2>Features</h2>

		<div class='et-custom-list etlist-dot'>
			<ul>
<li>Content management</li>
<li>Mobile-friendly responsive design</li>
<li>Enhanced SEO functionality</li>
<li>Strong design ethos and use of bespoke videos</li>
<li>Blog</li>
</ul>
		</div> <!-- .et-custom-list -->
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2014/customer-showcase/gap-systems/">GAP Systems</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2014/customer-showcase/gap-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malcolm Tysoe</title>
		<link>http://www.fourlakes.co.uk/2014/customer-showcase/malcolm-tysoe/</link>
		<comments>http://www.fourlakes.co.uk/2014/customer-showcase/malcolm-tysoe/#comments</comments>
		<pubDate>Thu, 03 Jul 2014 10:36:23 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[Customer Showcase]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=1958</guid>
		<description><![CDATA[<p>Malcolm Tysoe Ltd. &#160; &#160; As one of the leading, and long-standing, violin experts in the South East of England, Malcolm Tysoe Ltd. needed a web presence to match. Four Lakes was engaged to create such a compelling website, one that would showcase the incredible instruments that Malcolm Tysoe offer and demonstrate their knowledge and [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2014/customer-showcase/malcolm-tysoe/">Malcolm Tysoe</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2><a href="http://tysoe-music.com" target="_blank">Malcolm Tysoe Ltd.</a></h2>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1967" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/Macolm-Tysoe-logo-260.png" alt="Macolm Tysoe logo-260" width="260" height="150" /></p>
<p>&nbsp;</p>
<p>As one of the leading, and long-standing, violin experts in the South East of England, Malcolm Tysoe Ltd. needed a web presence to match. Four Lakes was engaged to create such a compelling website, one that would showcase the incredible instruments that Malcolm Tysoe offer and demonstrate their knowledge and expertise. Malcolm Tysoe were also keen for the website to allow them to sell instruments and accessories online for the first time.</p>
<p>We helped Malcolm Tysoe choose an appropriate WordPress theme, and extended the functionality to ensure that a great browsing and shopping experience is offered to website visitors. We were even able to implement automated processes that take into account the unusually complex worldwide shipping options, such as sending a cello case to Japan!</p>
<h2>Features</h2>

		<div class='et-custom-list etlist-dot'>
			<ul>
<li>Content management</li>
<li>Mobile-friendly responsive design</li>
<li>E-commerce facilities</li>
<li>Complex worldwide shipping calculations</li>
<li>Strong imagery</li>
<li>Blog</li>
</ul>
		</div> <!-- .et-custom-list -->
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2014/customer-showcase/malcolm-tysoe/">Malcolm Tysoe</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2014/customer-showcase/malcolm-tysoe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comté Cheese USA</title>
		<link>http://www.fourlakes.co.uk/2013/customer-showcase/comt-cheese-usa/</link>
		<comments>http://www.fourlakes.co.uk/2013/customer-showcase/comt-cheese-usa/#comments</comments>
		<pubDate>Wed, 20 Nov 2013 10:25:04 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[Customer Showcase]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=1854</guid>
		<description><![CDATA[<p>Comté Cheese USA Four Lakes were engaged by the US distribution and marketing arm of this famous French cheese, manufactured in the Jura region and one of the first cheeses to obtain AOC designation. The brief was to produce a website that would provide all the necessary resources the US retailers need to successfully sell [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/customer-showcase/comt-cheese-usa/">Comté Cheese USA</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2><a href="http://www.comte-usa.com" rel="nofollow">Comté Cheese USA</a></h2>
<h2><img class="alignnone size-full wp-image-1855" alt="logoComte" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/logoComte.png" width="141" height="125" /></h2>
<p>Four Lakes were engaged by the US distribution and marketing arm of this famous French cheese, manufactured in the Jura region and one of the first cheeses to obtain AOC designation. The brief was to produce a website that would provide all the necessary resources the US retailers need to successfully sell the cheese, whilst following the Comté site design guidelines.</p>
<p>Four Lakes modified a WordPress theme, and added extra functionality through the use of carefully selected plugins, resulting in a site that marries great features with a compelling design.</p>
<h2>Features</h2>

		<div class='et-custom-list etlist-dot'>
			<ul>
<li>Content management</li>
<li>Mobile-friendly responsive design</li>
<li>Recipe display and printing</li>
<li>3rd party file hosting</li>
<li>Strong imagery</li>
<li>Match corporate branding guidelines</li>
<li>Blog</li>
</ul>
		</div> <!-- .et-custom-list -->
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/customer-showcase/comt-cheese-usa/">Comté Cheese USA</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2013/customer-showcase/comt-cheese-usa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Schema Markup to Boost Your Online Authority</title>
		<link>http://www.fourlakes.co.uk/2013/news/schema-markup-boost-online-authority/</link>
		<comments>http://www.fourlakes.co.uk/2013/news/schema-markup-boost-online-authority/#comments</comments>
		<pubDate>Thu, 24 Oct 2013 14:30:12 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[microdata]]></category>
		<category><![CDATA[Schema Markup]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=1837</guid>
		<description><![CDATA[<p>Adding schema markup microdata to your site will help enhance your listings in search results, and potentially attract better visitors to your site.</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/news/schema-markup-boost-online-authority/">Using Schema Markup to Boost Your Online Authority</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone  wp-image-1841" alt="Using Schema Markup" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/Better-Search.jpg" width="614" height="410" />If you&#8217;ve been following this series of Semantic Search articles, by now you should appreciate the changes that have been happening in the world of search over the last few months. The Hummingbird algorithm update has brought more intelligence to search queries. Use of authorship and publisher links to your Google+ identities helps boost the visibility of your entries in the search results pages (SERPs) by adding extra information (including your profile picture). This is all part of the greater emphasis Google is placing on the content produced by those it deems to be subject-area experts.</p>
<p>From the small business point of view, this is a huge help. Greater priority on the content of a page, and less on the other SEO factors that have traditionally been easier to manipulate when you have a big budget (such as inbound links, social signals, etc.) means that it is easier for genuine expertise to gain traction in organic search results.</p>
<p>This doesn&#8217;t mean that there is no longer a need to optimise your website for SEO purposes. It is still the case that a page that is &#8220;SEO friendly&#8221; will outperform a page that is not optimised with search engines in mind. But there is now no need to obsess over the fine details. Creating great content that people want to read and share with their social circles should be first and foremost in your mind.</p>
<h2>Schema Markup</h2>
<p>So why are we talking about a new technique for optimising page content? Simply because it is a fairly recent enhancement to the HTML standard that could give certain types of content on your website a further boost!</p>
<p>But first of all, what is it? Rather than re-invent the wheel, I would encourage you to read an excellent article by Ana Hoffman called <a href="http://www.trafficgenerationcafe.com/schema-markup-wpsocial-seo-booster/" target="_blank">Schema Markup: How to Make Your Content More Clickable and Shareable</a>.</p>
<p>Ana describes the new Schema Markup standard, and shows you how you can implement it pretty easily on a WordPress-based site (and you know how much I love WordPress!)</p>
<p>Once you&#8217;ve read the article you&#8217;ll see that Schema Markup is specific to certain types of content, such as reviews, products, recipes, events, etc. What may not be quite so apparent is that more generic content can, and should, be marked up as an &#8216;Article&#8217;. This will help Google understand better what type of page it is, and how to display it in search results. The good news is that the WordPress plugin mentioned in Ana&#8217;s blog will default all posts to &#8216;Article&#8217; unless you specifically choose on of the other options.</p>
<p>To see this in action, <a href="http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.fourlakes.co.uk%2F2013%2Fnews%2Fsetting-up-authorship-on-your-website%2F" target="_blank">have a look at the Google Rich Snippets output</a> for last week&#8217;s blog post. Near the bottom of the page you should see this:</p>
<p><img class="alignnone  wp-image-1840" alt="Google Structured Data Testing Tool" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/Google-Structured-Data-Testing-Tool.png" width="643" height="448" /></p>
<p>&nbsp;</p>
<p>This is now telling Google that this particular blog post is actually an in-depth article on how to set up authorship on a website, and should be treated as such in search results.</p>
<p>If you have other content on your site, for instance review, then you can use the plugin to add the relevant Schema Markup to that post too.</p>
<h2>Why bother?</h2>
<p>Seems like a lot of work still, doesn&#8217;t it? Even with the WordPress plugin doing a lot of the heavy lifting for you. Is it worth it?</p>
<p>In order to answer that you need to consider the direction in which search is headed. Semantic Search is all about adding intelligence to the whole process. Hummingbird has, primarily, made understanding the <em>intent</em> of search queries better. Other enhancements such as Authorship give great content a boost. But it&#8217;s not just about an incremental improvement to the existing search process. Rather, I believe search is undergoing quite a fundamental change.</p>
<p>The proliferation of mobile devices (phones &amp; tablets) opens up both challenges and opportunities. The challenge (to Google) is to provide results that will be appropriate for someone not on a relatively large screen PC or laptop. I don&#8217;t believe mobile-friendly websites are prioritised in mobile searches just yet, but that may come. There is a kind of self-regulating process there already, though. If a page is not mobile friendly, then mobile users will not stay there long. Too much of that behaviour will have a negative impact on the page&#8217;s search engine ranking anyway.</p>
<p>However, when someone search from their mobile they are potentially giving Google some extra information to help with that search, namely their location. If they are a Google+ user then Google also has their profile information, the people in their circles, and their content history. All of this helps to contextualise the search, and could be used to filter the results appropriately.</p>
<p>Even on desktop search that contextualisation of search is also happening, with Google aggressively encouraging people to create and use Google+, and offering the ability to carry out voice search within the Chrome browser (thus providing a richer, longer search query).</p>
<p>If, as a business, you have a strong Google+ presence and a website that contains all the right markup, then you are ensuring that your content will be in prime position to be served where appropriate. It may not mean you get <strong>more</strong> search traffic, but it should mean that you get <strong>better targeted</strong> search traffic.</p>
<p>So don&#8217;t delay&#8230;get Schema Markup onto your site today!</p>
<h2>Further reading</h2>
<p>If you want to know more about the fine detail then I can recommend a <a href="http://www.virante.org/blog/2013/08/23/schema-org-markup-and-rich-snippets-for-the-little-guy/" target="_blank">great blog on Schema Markup and Microdata</a> by Sean Murray of Virante. </p>
<h2>Next week</h2>
<p>Now that you have all the building blocks in place, we&#8217;ll start to look at how you can build targeted traffic to your site. It&#8217;s time to start making your website work a bit harder for your business!</p>
<p>&nbsp;</p>
<p><em>Image courtesy of <a href="http://www.flickr.com/photos/gerlos/" target="_blank">Gerlos</a></em></p>
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/news/schema-markup-boost-online-authority/">Using Schema Markup to Boost Your Online Authority</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2013/news/schema-markup-boost-online-authority/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting up Authorship on your Website</title>
		<link>http://www.fourlakes.co.uk/2013/news/setting-up-authorship-on-your-website/</link>
		<comments>http://www.fourlakes.co.uk/2013/news/setting-up-authorship-on-your-website/#comments</comments>
		<pubDate>Thu, 17 Oct 2013 12:58:23 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[authorship]]></category>
		<category><![CDATA[yoast]]></category>
		<category><![CDATA[yoast seo]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=1767</guid>
		<description><![CDATA[<p>A straightforward step-by-step guide to adding Authorship markup to your Wordpress website. Take advantage of the Semantic Search changes that Hummingbird brings!</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/news/setting-up-authorship-on-your-website/">Setting up Authorship on your Website</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>So far in this series of articles we have explored <a href="http://www.fourlakes.co.uk/wp2015/2013/news/semantic-search/">what Semantic Search is all about</a>, we&#8217;ve looked at <a href="http://www.fourlakes.co.uk/wp2015/2013/news/semantic-search-huge-opportunity-smes/">the opportunities it brings to small businesses</a>, and we&#8217;ve seen how you can <a href="http://www.fourlakes.co.uk/wp2015/2013/google/creating-google-plus-profile-semantic-search/">set up your Google+ profile</a> properly. Hopefully by now you&#8217;ve got a good idea of what we&#8217;re trying to achieve with all this work, and maybe you have already started building up your Google+ circles in preparation for promoting your content? If not, then there are many different approaches that can be made to organising and building your circles, but <a href="http://www.plusyourbusiness.com/training-courses/google-plus-circles-communities/" target="_blank" rel="nofollow">this course on the Plus Your Business website</a> will give you the basics.</p>
<h2>Why set up Authorship on your Website?</h2>
<p>The next step in getting ready for Semantic Search is to link your website content back to your Google+ profile. Why? Simply because this closes the loop and lets Google know who is the author of the content.</p>
<p>If you remember, we set up your Google+ profile to be, in Google&#8217;s eyes, <strong>your definitive online identity</strong>. By linking the blogs and articles you create online back to this identity, it allows you to build up a trove of content that Google recognises as belonging to <strong>you</strong>.</p>
<p>Over time you will naturally build up more and more content, and that content will be assessed by Google and it will impact on your online <strong>authority</strong>.</p>
<p>But you can&#8217;t just create any old content. It needs to be useful, and Google use a number of techniques in order to determine how useful it is. Most of those have been familiar for some time &#8211; the presence and frequency of relevant keywords, the length and readability of the article, the amount of links to it (both from websites and social media) and so on.</p>
<p>In the past the authority of a single article or blog remained tied to that website. With Authorship, your Google+ ID now benefits too. It&#8217;s a fundamental change to SEO, and it requires that you link your content appropriately. So let&#8217;s look at how you do that.</p>
<h2>Why WordPress?</h2>
<p>Before we do, one quick aside. We&#8217;ll be looking at setting up a self-hosted WordPress site (i.e. wordpress.org and not wordpress.com) for a couple of reasons:</p>
<ul>
<li>WordPress is <strong>the</strong> most common Content Management System (CMS) in use today for websites <em>link</em></li>
<li>WordPress is under constant development, both the core product and the many, many <em>plugins</em> (extensions to the functionality) so it usually keeps pace with the latest in web technology</li>
<li>There is a thriving market of <em>themes</em> (designs) for customer to choose from so they can achieve just the sort of look and feel they need</li>
<li>We create customer websites using WordPress, (<a href="http://www.fourlakes.co.uk/wp2015/services/website-design/">for some very good reasons</a>) so we know the platform better than anything else</li>
<li>We believe it is a <strong>great</strong> choice for small and medium businesses for their website</li>
</ul>
<p>So let&#8217;s have a look at setting up Authorship on your site.</p>
<h2>WordPress out of the box</h2>
<p>I&#8217;m assuming you have managed to get WordPress installed, either using your web hosting providers &#8216;one click install&#8217; facility, or the famous <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install" target="_blank" rel="nofollow">WordPress 5-minute install</a>. Either way, it&#8217;s up and running and you&#8217;re now faced with the initially daunting admin panel.</p>
<p><img class="alignnone size-full wp-image-1782" alt="WP blank site" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/WP-blank-site-e1382001498985.png" width="792" height="420" /></p>
<p>As it stands, the site does not have the facility to implement authorship. Nor will it contain the &#8216;rich snippet&#8217; information that will make it semantic search friendly.</p>
<div class='et-box et-shadow'>
					<div class='et-box-content'>We&#8217;re assuming you are using one of the default WordPress themes, the latest being &#8216;Twenty Thirteen&#8217;. Some themes may have built-in functionality that will include authorship and/or rich snippet capabilities.</div></div>
<h2>Adding Authorship to a WordPress website</h2>
<p>So let&#8217;s look at one easy way to add Authorship capabilities. It&#8217;s not the only way, and other WordPress developers may tell you something different. That&#8217;s OK, it&#8217;s just a reflection of the flexibility of the platform.</p>
<p>My personal preference is to use an SEO plugin called &#8220;<a href="http://wordpress.org/plugins/wordpress-seo/" rel="nofollow">WordPress SEO by Yoast</a>&#8220;. It&#8217;s a very flexible plugin that offers, for free, a wide range of facilities to boost the search engine friendliness of your website. Even without the Authorship facility I would recommend it, so this makes it even more useful.</p>
<p>Installing it is simple:</p>
<p><img class="alignnone size-full wp-image-1784" alt="WordPress - Install Yoast SEO" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/WordPress-Install-Yoast-SEO.png" width="512" height="331" /></p>
<ol>
<li>Hover over &#8216;Plugins&#8217; on the left-hand side</li>
<li>Click on &#8216;Add new&#8217;</li>
<li>Type &#8216;wordpress seo by yoast&#8217; in the search box and click on &#8216;Search Plugins&#8217;</li>
<li>Click on &#8216;Install Now&#8217; under the relevant plugin listing</li>
<li>Confirm that you really, really want to install this plugin</li>
<li>Click on &#8216;Activate plugin&#8217; when the install is complete</li>
</ol>
<p>You&#8217;ll be asked if you want to allow tracking. This helps the plugin developers understand how the plugin is being used and ultimately benefits everyone, so I&#8217;d recommend you do so.</p>
<p>You will end up with a new menu on the left-hand side called &#8216;SEO&#8217;. If you go to the &#8216;Dashboard&#8217; sub-menu then there is a brief tour which takes you through the various settings for this plugin. It&#8217;s worth familiarising yourself with these as they will benefit your website. However, we&#8217;ll just have a look at the Authorship-specific settings for now.</p>
<h3>Setting up rel=publisher</h3>
<p>Publisher? This is something we haven&#8217;t talked about much, and it&#8217;s not essential to enabling Authorship. However, it&#8217;s useful as it provides a link between your website and your company profile page on Google+.</p>
<p>If you&#8217;re in business and you haven&#8217;t got a company page, then you should set one up now. The reasons are many, but in short it&#8217;s about having a brand identity on G+ that you can use to engage customers and prospects.</p>
<p>So, in order to make that link from your website to Google+ you have to follow these simple steps&#8230;</p>
<p><img class="alignnone  wp-image-1785" alt="WordPress - set up publisher" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/WordPress-set-up-publisher.png" width="531" height="385" /></p>
<ol>
<li>Click on SEO | Social</li>
<li>Click on the Google+ tab</li>
<li>Enter your Google+ Page URL into the &#8216;Google Publisher Page&#8217; field</li>
<li>Click on the &#8216;Save Settings&#8217; button</li>
</ol>
<p>That&#8217;s it! You have now set up the publisher link. Easy, huh!</p>
<div class='et-box et-shadow'>
					<div class='et-box-content'>The &#8216;Author for home page&#8217; field can normally be left as is. However, if your website has &#8216;significant&#8217; content on the home page (i.e. content that provides a good deal of insight into a subject) then you should choose the page author here.</div></div>
<h3>Setting up Authorship</h3>
<p>OK, setting up the rel=publisher link was easy, so lets have a look at what&#8217;s needed to set up Authorship.</p>
<p>Remember, the purpose of Authorship is to link the in-depth content that you create to your Google+ profile. That way Google can determine your level of expertise and rank your content accordingly in search results.</p>
<p>WordPress already has one of the important building blocks in this process, as all content (i.e. static <strong>pages</strong>, blog <strong>posts</strong>, and other content types dependant on the theme) have the internal author linked already. So in order to extend that link back to the Google+ profile we have to do one simple thing&#8230;</p>
<p><img class="alignnone size-full wp-image-1786" alt="WordPress - Setting up Authorship" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/WordPress-Authorship-Contact-Details.png" width="574" height="243" /></p>
<ol>
<li>Click on &#8216;Users | All users&#8217;</li>
<li>Choose to edit the appropriate user profile (in case it&#8217;s not yours)</li>
<li>Put the user&#8217;s Google+ profile URL in the Google+ field within the &#8216;Contact Info&#8217; section</li>
</ol>
<p>That&#8217;s it! Now every page on the site that is linked to that Author will have the correct &#8216;rel=author&#8217; markup applied.</p>
<p>Hold on, though. There&#8217;s one more thing you really should do to finish the job off properly. Right near the bottom of the user profile there&#8217;s a section that could use a little love&#8230;</p>
<p><img class="alignnone size-full wp-image-1787" alt="WordPress - Authorship Author Page" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/WordPress-Authorship-Author-Page.png" width="766" height="201" /></p>
<p>Putting appropriate details in here makes sure that the Author&#8217;s archive on your site has meta information that makes sense. You&#8217;d hate for your online profile to be raise through all this Authorship effort, and for that to be undermined by not having a good author page on your own site, right?</p>
<p>So that&#8217;s it. Your site should now be set up properly for Authorship, even if you have multiple authors.</p>
<h2>Testing it out</h2>
<p>It&#8217;s always good to have a way of testing your code changes, and Google have provided a very useful tool that will tell you if your attempts to set up Authorship have been successful. It&#8217;s called the <a href="http://www.google.com/webmasters/tools/richsnippets" target="_blank" rel="nofollow">Structured Data Testing Tool</a>, and you should use it to validate the work you&#8217;ve carried out. It&#8217;s a very simple process, you merely have to enter the URL of the page you wish to validate and the tool will list out the relevant structured data elements, as well as showing how the page will look in search results. This allows you the opportunity to make sure your carefully chosen profile picture really will work in this format.</p>
<p>The tools shows other kinds of structured data, as we will look at in a later article. For Authorship you simply need to look at the &#8216;rel=author&#8217; and, if implemented, the &#8216;rel=publisher&#8217; elements.</p>
<h2>Not using WordPress?</h2>
<p>We&#8217;ve focussed on instructions for WordPress in this article, but there are, of course, many other ways of creating a website. However, the same principles still apply to setting up Authorship, regardless of platform&#8230;</p>
<ul>
<li>Have a &#8216;rel=publisher&#8217; link to your Google+ business page in the website header (recommended)</li>
<li>Have a &#8216;rel=author&#8217; link to the author&#8217;s Google+ page in the header of appropriate pages (i.e. contain information or opinion, and are authored primarily by them)</li>
<li>Have a page that summarises the author&#8217;s content on the site, also linked using &#8216;rel=author&#8217;</li>
</ul>
<p>If you are using another CMS then there may be add-ons that achieve this in a manner similar to the WordPress SEO plugin described above. If not, then the code changes are pretty trivial.</p>
<h2>The next steps </h2>
<p>Once Authorship is set up, you are ready to start putting your amazing insights and fresh information onto your website, secure in the knowledge that that&#8217;ll be appropriately presented to searchers. But there are some further enhancements you can make that, much of the time, will give your content even more of a boost on the Semantic Web. In the next article we&#8217;ll look at how you can enable these on your website too, and make your website fly!</p>
<p>If you&#8217;d like to receive these articles straight to your mailbox, in a convenient monthly summary, then please sign up to our newsletter in the side-bar. Or you can follow me on Google+, Facebook, Twitter or LinkedIn but clicking on the links below.</p>
<p>&nbsp;</p>
<p><em>Image courtesy of <a href="http://www.flickr.com/photos/vignetfishnet/" target="_blank" rel="nofollow">vignetfishnet</a></em></p>
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/news/setting-up-authorship-on-your-website/">Setting up Authorship on your Website</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2013/news/setting-up-authorship-on-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a Google+ Profile for Semantic Search</title>
		<link>http://www.fourlakes.co.uk/2013/google/creating-google-plus-profile-semantic-search/</link>
		<comments>http://www.fourlakes.co.uk/2013/google/creating-google-plus-profile-semantic-search/#comments</comments>
		<pubDate>Thu, 10 Oct 2013 12:00:26 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Profile]]></category>
		<category><![CDATA[semantic search]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=1747</guid>
		<description><![CDATA[<p>Setting up your Google+ Profile correctly is core to making Authorship work for you and your business. In this article we look at the steps you need to take, and the results you can expect from them.</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/google/creating-google-plus-profile-semantic-search/">Creating a Google+ Profile for Semantic Search</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>So far in our series on Authorship and Semantic Search, we have looked at <a href="http://www.fourlakes.co.uk/wp2015/2013/news/semantic-search/">the ever-changing landscape of Google Search</a>, and how it impacts on overall organic search strategies. We&#8217;ve seen that search is becoming better at understanding <em>intent,</em> and benefits from longer natural-language search terms as tend to be more common on mobile devices (where voice is more prevalent than keyboard).</p>
<p>We have also seen that the correct implementation of Authorship has the potential, purely from from higher visibility in search results, to have <a href="http://www.fourlakes.co.uk/wp2015/2013/news/semantic-search-huge-opportunity-smes/">a significant impact on click-through rates</a>. Coupled with personalised results, it can also give certain search results a definite boost up the rankings.</p>
<p>There is one thing that is core to all this marketing goodness, and that&#8217;s a <strong>Google+ profile</strong>. Without one, you will not have a central identity that Google can use to assign Authorship. Without one you will be unable to utilise the 2nd largest social network in existence to connect with like-minded people and promote your products and services.</p>
<h2>Creating a Google+ Profile</h2>
<p>So how do you go about creating a Google+ profile? It&#8217;s actually pretty straightforward&#8230;</p>
<p>First you need to navigate to <a href="http://plus.google.com" rel="nofollow">http://plus.google.com</a> where, if you do not have a Google account, or you are not logged in, you will see a screen like this&#8230;</p>
<p><img class="alignnone  wp-image-1749" alt="Create a Google+ Profile" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/GoogleLoginHighlight.png" width="607" height="322" /></p>
<p>You will be asked to log in. If you already have a Google account (e.g. Gmail or Google Apps) then just enter the credentials, if not then click on the &#8216;Create An Account&#8217; button highlighted above.</p>
<p>The next screen differs slightly depending on whether you have a pre-existing Google account or not. Either way, though, you will be asked to enter or confirm some personal details such as name, gender and birthday. If it&#8217;s a new account you will also be asked for a username (to create an email address), an existing email address and a mobile number (both for password recovery purposes).</p>
<p>You should enter all these details. Be aware that Google frown on nicknames or pseudonyms, and you might find your account suspended in future if you don&#8217;t provide accurate details here. </p>
<p>There will be another couple of screens asking you to find family and friends to connect with (or &#8216;circle&#8217; in Google+ terminology). This isn&#8217;t essential and you can skip through these with no problems.</p>
<h2>Personalising your Google+ Profile</h2>
<p>Once you have a presence on Google+, you then need to make sure it is optimised appropriately. Rather than re-invent the wheel on this, I will let my good friend Martin Shervington explain how to get your Google+ profile off to a great start.</p>
<p>Note: this video was created a few months ago, so the profile page looks slightly different now. The core principles remain good, however.</p>
<p><iframe src="//www.youtube.com/embed/BToGDOyWNM0" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<p>Martin covers the basics of creating an engaging Google+ profile, but there is one particular aspect of your profile that you need to pay close attention to for Authorship purposes that I particularly want to focus on&#8230;the &#8216;Contributor to&#8217; section.</p>
<p>You&#8217;ll find this under the &#8216;Links&#8217; card in your Google+ profile&#8230;</p>
<p><img class="alignnone size-full wp-image-1753" alt="Google+ Contributor" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/Google-Plus-Contributor-.png" width="466" height="603" /></p>
<p>The &#8216;Contributor to&#8217; section is where you tell Google to which websites you actively contribute content. It can, and should, contain your business site(s), but could also contain other sites where you post original thoughts (e.g. slideshare).</p>
<p>Filling this section in accurately will tell Google where on the internet you create content. Since only you should have control over the contents of your Google+ profile, it&#8217;s an important part of a two-stage process that Google uses to ensure accurate allocation of content to its author.</p>
<p>Just filling this section in will not automatically enable Authorship, though. Next week we&#8217;ll look at the other side of the equation, namely the changes you need to make to your website.</p>
<h2>Author Rich Snippet</h2>
<p>Lets have a quick look at a search result that utilises authorship, referred to as an Author Rich Snippet, to see what impact all this work has.</p>
<p><img class="alignnone size-full wp-image-1759" alt="Author Rich Snippet" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/Author-Rich-Snippet.png" width="785" height="121" /></p>
<p>There are 3 areas I&#8217;d like to focus on&#8230;.</p>
<ol>
<li>The first obvious difference between this and a normal search result is pretty apparent, in that your profile picture is added to the snippet. This really emphasises the benefit of having a picture that is recognisably you when scaled to this size (i.e. 44px by 44px). However, less obvious is that, if you click on the profile image, the current search is refined by restricting results to <strong>yours alone</strong>. So, if you build up a body on work on a particular subject, there&#8217;s a fair chance that someone could click on your image and end up seeing all of it!</li>
<li>The Author Name is also a link, and it behaves in exactly the same way as clicking on the profile image.</li>
<li>Finally, the number of Google+ circles that you are in is shown. This is one way in which someone might get a feel for your authority just from looking at the rich snippet. It&#8217;s certainly an incentive to get yourself into lots of people&#8217;s circles! However, yet again this is a clickable link, this time taking the searcher to the posts tab of your Google+ profile. So it&#8217;s worth ensuring that <strong>at least some of your latest posts are relevant to the type of content people might be expecting</strong>.</li>
</ol>
<p>&nbsp;</p>
<h2>Using Google+ Effectively</h2>
<p>Once you have filled out your profile then there&#8217;s nothing else you <em>need</em> to do for Authorship purposes. However, this would be a bit like choosing your brand new car, ensuring the spec is just right for you, then sticking it in the garage once its delivered never to use again. Technically you have transport, but it&#8217;s no use unless you get in and drive it!</p>
<p>Driving Google+ will definitely bring you benefits as far as promoting your business goes, and ultimately is a great way to bring traffic to your website where you can look to convert visitors to serious enquiries, or even customers. As we&#8217;ve seen from the rich snippet above, there is also a significant benefit to being added to lots of circles, and to having some relevant and recent posts on your profile. We&#8217;ll come back to this subject in a couple of weeks time when we look at sharing your content, with particular focus on using Google+ to do so.</p>
<p>In the interim, I can heartily recommend a site to which I contribute (as you can see from the &#8216;Contributor To&#8217; section of my Google+ profile). The site is called Plus Your Business and contains a huge amount of information on using Google+ for business promotion. In particular, the <a href="http://www.plusyourbusiness.com/training-courses/introduction-to-google-plus/" rel="nofollow">Introduction to Google+</a> section takes you a step beyond creating your Google+ profile.</p>
<p>Plus Your Business requires you to register to access the training courses, but registration is free and very easy if you use your shiny new Google+ ID for the purpose.</p>
<p><strong>Update</strong></p>
<p>A few days after posting, Stephan Hovnanian created an infographic that shows a number of techniques you can use to boost your Google+ visibility and help gain an audience for your online activities. It shows you 10 great ways in which you build your profile, and is perfect for those new to Google+</p>
<p><!-- Place this tag where you want the widget to render. --></p>
<div class="g-post" data-href="https://plus.google.com/105076725141939280120/posts/8qF6caKyhUP"> </div>
<p>&nbsp;</p>
<p>Have fun setting up your Google+ Profile, and come back next week when we&#8217;ll look at the changes you&#8217;ll need to make to your website. Don&#8217;t forget to circle me on G+, follow on Twitter, like on Facebook or connect on LinkedIn. All the relevant links are below. You can also get a monthly summary of these articles delivered straight to your inbox by signing up to our newsletter over in the sidebar.</p>
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/google/creating-google-plus-profile-semantic-search/">Creating a Google+ Profile for Semantic Search</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2013/google/creating-google-plus-profile-semantic-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Semantic Search is a huge opportunity for SMEs</title>
		<link>http://www.fourlakes.co.uk/2013/news/semantic-search-huge-opportunity-smes/</link>
		<comments>http://www.fourlakes.co.uk/2013/news/semantic-search-huge-opportunity-smes/#comments</comments>
		<pubDate>Thu, 03 Oct 2013 12:51:17 +0000</pubDate>
		<dc:creator><![CDATA[Colman Carpenter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.fourlakes.co.uk/?p=1735</guid>
		<description><![CDATA[<p>With the recent ‘Hummingbird’ announcement from Google, made on their 15th birthday, Semantic Search seems cemented at the core of Google’s algorithms. Search Engine Land gave a good overview of the change that has impacted over 90% of searches and is seen as possibly the biggest algorithm update ever! Any doubt about the implementation of [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/news/semantic-search-huge-opportunity-smes/">Why Semantic Search is a huge opportunity for SMEs</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone  wp-image-1741" alt="Reach for the stars" src="http://www.fourlakes.co.uk/wp2015/wp2015/wp-content/uploads/7827893136_35258a1a7f_b.jpg" width="614" height="410" /></p>
<p>With the <a href="http://insidesearch.blogspot.ca/2013/09/fifteen-years-onand-were-just-getting.html" target="_blank" rel="nofollow">recent ‘Hummingbird’ announcement</a> from Google, made on their 15th birthday, Semantic Search seems cemented at the core of Google’s algorithms. Search Engine Land <a href="http://searchengineland.com/google-hummingbird-172816" target="_blank" rel="nofollow">gave a good overview</a> of the change that has impacted over 90% of searches and is seen as possibly the biggest algorithm update ever!</p>
<p>Any doubt about the implementation of semantic search at Google has now been removed, indeed Hummingbird has been active for a month now and any impact on search traffic should already be apparent. So lets have a look at what that impact is, particularly for small to medium businesses.</p>
<h2 dir="ltr">More accurate search</h2>
<p dir="ltr">If you remember from <a href="http://www.fourlakes.co.uk/wp2015/2013/news/semantic-search/">last week’s article</a>, we now know that semantic search places more emphasis on understanding the intent of the search, and if possible uses knowledge of the person making the search to refine the results further still.</p>
<p>Some of the Hummingbird algorithm is about using the whole query, rather than picking certain keywords out and using them as the basis of the search. Other parts are about understanding a series of queries, so that the same keywords don’t have to be repeated each time.</p>
<p>This is a huge shift in the intelligence of search on the input side of the equation, and for small businesses trying to attract web traffic it can mean that certain tactics may no longer work. For instance, if you previously got significant traffic from optimising pages on your site for misspellings of a popular keyword or phrase, then you’ll probably find that traffic dropping off even more now (Google have been correcting misspellings for some time, though).</p>
<div class='et-box et-info'>
					<div class='et-box-content'>I’m not aware of any hard data on the subject, but it seems reasonable to assume from the growth of smartphones and from Google’s increasing emphasis on interpreting longer search sentences accurately, that voice search is an subset of search that is growing significantly. If this is the case, then it will be more usual for people to ask a ‘natural language’ query of Google search than to ask a one or two word query, as they would if typing.</div></div>
<h2 dir="ltr">Missing keywords</h2>
<p dir="ltr">Another impact of this change is that you may find traffic hitting your site even though the phrase they used for that particular search doesn&#8217;t contain the keyword for which you have optimised the page.</p>
<p>How? Consider the example voice search we saw in last week’s article…</p>
<p>A person searches for information about ‘Thanksgiving’ as is returned details about Thanksgiving in the US. Their next search is ‘I meant the Canadian one’, and in the context of those searches Google knows to return results for Thanksgiving in Canada.</p>
<p>So if you have a page optimised for ‘canadian thanksgiving’ that appears on page 1 of the results, it’s feasible that searches without that phrase will still find you.</p>
<p>At first glance this seems great (and it’s certainly not a bad thing), but you need to be careful when measuring the effectiveness of your SEO efforts that you take this into account. After all, if you decide to change the page’s keyword to something else on the basis that not enough searches for ‘canadian thanksgiving’ are resulting in visits, then you could end up shooting yourself in the foot!</p>
<div class='et-box et-info'>
					<div class='et-box-content'> It’s early days for this kind of search, and right now many of the data sources that Google uses to provide this information are the likes of Wikipedia and not SME sites. However, there has recently been some indications that the so-called ‘knowledge graph’ is starting to pull information from smaller websites that demonstrate a high degree of trustworthiness. In other words, they contain accurate information that is shared and visited by subject-area experts.</div></div>
<h2 dir="ltr">Authority</h2>
<p dir="ltr">This aspect of Semantic Search is likely to have a relatively minor impact on organic search traffic, and indeed could even result in a boost for certain phrases. But there are other algorithm changes that have the potential to be more penal unless you ensure your website, and other aspects of your SEO strategy, are correctly aligned.</p>
<p dir="ltr">A prime example is Authorship markup. This is a term used to describe how content is linked to your Google+ profile, which Google are promoting as the hub of your personal online identity. Through a relatively simple process, the content that you create on your website, or on other sites/blogs/etc, is tagged with your Google+ profile address. This is a process I will describe in more detail in a future article.</p>
<p>Once that link is in place, the SEO benefits of that content flow through to you, and on to your business. Over time, the accumulation of SEO goodwill from your articles will result in a growing Google reputation, and increasing trust in your authority in relevant subject areas.</p>
<p>Its important to state that, at the moment, <a href="http://www.virante.org/blog/2013/09/29/google-authorship-ranking-factor-yet/" target="_blank" rel="nofollow">there is no indication that authorship has any direct impact on the ranking of a page</a> in search results. But as Mark Traphagen says in his article, there are definite side-benefits to authorship that can have a positive impact on search traffic and rankings now.</p>
<p>It is also important to see where the wind is blowing as far as search is concerned, and Google have made it very clear that authors that produce fresh, relevant, original content will continue to have an advantage over other types of content.</p>
<p>So what should you, as a business, do to position your organic SEO strategy for the present and the future? </p>
<h2 dir="ltr">Steps to take now</h2>
<ol>
<li dir="ltr">
<p dir="ltr"><strong>Create a Google+ profile</strong><br /> Whether or not you agree with Google’s strategy for adding a social layer to their products, the fact remains that they are using Google+ IDs to validate the whole authorship process.</p>
<p>We’ll look at the important aspects of your Google+ profile in next week’s article.</p>
</li>
<li dir="ltr">
<p dir="ltr"><strong>Make your website Google-friendly</strong><br /> Google has certain expectations of websites when it comes to the way they are organised. Ensuring that all these are in place, and in particular that appropriate links back to your Google+ ID and, if it exists, your company’s Google+ page, are important to ensure that the SEO value of the content is attributed correctly.</p>
<p>Over the next few weeks we’ll take a look at how our favourite website content management system, WordPress, can be configured to ensure all the boxes are ticked. Don’t worry if you use another CMS, or none, though. The same principles apply to every site.</p>
</li>
<li dir="ltr">
<p dir="ltr"><strong>Write regularly</strong><br /> Producing regular content in your area of expertise will do a number of things. Firstly, it starts building up a body of work that demonstrates to Google that you are a source of knowledge on a particular subject.</p>
<p>Equally important, it begins to raise your profile amongst peers and the wider community, although you need to give it a helping hand too (as we’ll see).</p>
<p>Your own blog is an ideal way of enabling this, although not essential. You can guest blog, or add articles to appropriate forums. There’s even a strong argument for using  Google+ as your publishing platform. Whatever approach you take you need to ensure that the content you produce is linked back to your Google+ profile appropriately.</p>
<p>Over the next few weeks we will take a look at some strategies you can employ when creating content to ensure it draws people back time and time again. Google loves that!</p>
</li>
<li dir="ltr">
<p dir="ltr"><strong>Share your content</strong><br /> Whilst “If you build it, they will come” may have worked in the film ‘Field of Dreams’, it really doesn&#8217;t work with online content. In order to get people to view, and appreciate, your hard work, you need to let them know that it’s there.</p>
<p>Social media has proven to be a great way of getting that notification out to interested parties. Each platform has its foibles and techniques, though, and it pays to understand them to some extent before you come across as a spammer. The good news is that you’ll already have created a Google+ account, and good interaction on there can be more effective in SEO terms than on other profiles.</p>
<p>Again, we will have a look at ways of using social media effectively in a later article.</p>
</li>
<li dir="ltr">
<p dir="ltr"><strong>Measure the impact, and feed that back into the loop</strong><br /> It’s very rare for someone to get all this right from the beginning. So we will look at ways in which you can measure how effective your strategy is, and how you can use that information to tweak your processes.</p>
</li>
</ol>
<h2 dir="ltr">Conclusion</h2>
<p dir="ltr">Optimising your website to the n<sup>th</sup> degree won’t help if your product/service isn&#8217;t in demand, and you don’t have great content to promote it. That should always be your first reality check.</p>
<p>However, assuming you have a great product, and you can communicate your passion for it in an effective way, then following the steps outlined above will maximise the chances that you will benefit from organic search traffic. In other words, you will receive visits to your website from people at the very point at which they are looking for a product like yours.</p>
<p>It doesn’t get much better than that!</p>
<p>&nbsp;</p>
<p>Want to learn the detail? My next article will look at getting your Google+ profile set up correctly and linked to your website. You can sign up to monthly newsletter updates in the sidebar. You can also follow me on Google+, like our Facebook page, hook up on LinkedIn or follow us on Twitter&#8230;all below.</p>
<div> </div>
<div>Image courtesy of <a href="http://www.flickr.com/photos/photomajik/" target="_blank" rel="nofollow">Marilyn</a></div>
<span class="et_bloom_bottom_trigger"></span><p>The post <a rel="nofollow" href="http://www.fourlakes.co.uk/2013/news/semantic-search-huge-opportunity-smes/">Why Semantic Search is a huge opportunity for SMEs</a> appeared first on <a rel="nofollow" href="http://www.fourlakes.co.uk">Four Lakes Internet Services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fourlakes.co.uk/2013/news/semantic-search-huge-opportunity-smes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk
Object Caching 1971/2170 objects using disk

 Served from: www.kent-pc.co.uk @ 2015-10-20 07:58:26 by W3 Total Cache -->