<?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>Think Agency &#187; Blog</title>
	<atom:link href="http://www.thinkagency.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkagency.co.uk</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 27 Jan 2012 10:18:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing a &#8216;RapidSSL&#8217; SSL Certificate on CentOS 6</title>
		<link>http://www.thinkagency.co.uk/installing-a-rapidssl-ssl-certificate-on-centos-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-a-rapidssl-ssl-certificate-on-centos-6</link>
		<comments>http://www.thinkagency.co.uk/installing-a-rapidssl-ssl-certificate-on-centos-6/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 09:49:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agency]]></category>
		<category><![CDATA[Communications]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.thinkagency.co.uk/?p=710</guid>
		<description><![CDATA[Generating the SSL Make sure openssl is installed on the server yum install openssl Create an SSL directory to store all SSL files mkdir /etc/httpd/ssl Put your “yourdomain.crt” to /etc/httpd/ssl Put your Intermediate Certificate Advisory “intermediate.crt” to /etc/httpd/ssl Generate the key for the SSL certificate openssl genrsa –des3 –out yourdomain.tld.key 2048 Generate the csr for the SSL certificate openssl req –new –key youdomain.tld.key –out yourdomain.tld.csr Configure Apache for the SSL Make sure mod_ssl is installed yum install mod_ssl Add the following to /etc/httpd/conf/httpd.conf NameVirtualHost *:443 Add a virtual host entry to /etc/httpd/conf/httpd.conf for port 443&#60;VirtualHost *:443&#62; SSLEngine On SSLProtocol all –SSLv2 SSLCertificateFile /etc/httpd/ssl/mydomain.tld.crt SSLCertificateKeyFile /etc/httpd/ssl/mydomain.tld.key SSLCACertificateFile /etc/httpd/ssl/intermediate.crt ServerName mydomain.tld ServerAdmin webmaster@mydomain.tld DocumentRoot /home/mydomain.tld/html/ ErrorLog &#8220;&#124;/usr/sbin/rotatelogs /home/mydomain.tld/logs/error_log-%Y-%m-%d 86400&#8243; CustomLog &#8220;&#124;/usr/sbin/rotatelogs /home/mydomain.tld/logs/access_log-%Y-%m-%d &#8230; <a href="http://www.thinkagency.co.uk/installing-a-rapidssl-ssl-certificate-on-centos-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Generating the SSL</h2>
<ol>
<li>Make sure openssl is installed on the server<br />
yum install openssl</li>
<li>Create an SSL directory to store all SSL files<br />
mkdir /etc/httpd/ssl</li>
<li>Put your “yourdomain.crt” to /etc/httpd/ssl</li>
<li>Put your Intermediate Certificate Advisory “intermediate.crt” to /etc/httpd/ssl</li>
<li>Generate the key for the SSL certificate<br />
openssl genrsa –des3 –out yourdomain.tld.key 2048</li>
<li>Generate the csr for the SSL certificate<br />
openssl req –new –key youdomain.tld.key –out yourdomain.tld.csr</li>
</ol>
<h2>Configure Apache for the SSL</h2>
<ol>
<li>Make sure mod_ssl is installed<br />
yum install mod_ssl</li>
<li>Add the following to /etc/httpd/conf/httpd.conf<br />
NameVirtualHost *:443</li>
<li>Add a virtual host entry to /etc/httpd/conf/httpd.conf for port 443&lt;VirtualHost *:443&gt;<br />
SSLEngine On<br />
SSLProtocol all –SSLv2<br />
SSLCertificateFile /etc/httpd/ssl/mydomain.tld.crt</li>
</ol>
<p>SSLCertificateKeyFile /etc/httpd/ssl/mydomain.tld.key<br />
SSLCACertificateFile /etc/httpd/ssl/intermediate.crt</p>
<p>ServerName mydomain.tld<br />
ServerAdmin webmaster@mydomain.tld<br />
DocumentRoot /home/mydomain.tld/html/</p>
<p>ErrorLog &#8220;|/usr/sbin/rotatelogs /home/mydomain.tld/logs/error_log-%Y-%m-%d 86400&#8243;<br />
CustomLog &#8220;|/usr/sbin/rotatelogs /home/mydomain.tld/logs/access_log-%Y-%m-%d 86400&#8243; combined</p>
<p>&lt;Directory &#8220;/home/mydomain.tld/html/&#8221;&gt;<br />
Order Allow,Deny<br />
Allow from all<br />
Options SymLinksIfOwnerMatch<br />
AllowOverride AuthConfig Limit FileInfo<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkagency.co.uk/installing-a-rapidssl-ssl-certificate-on-centos-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://www.thinkagency.co.uk/wp-content/uploads/2011/12/image5-225x100.jpg" length="4161" type="image/jpg" />	</item>
		<item>
		<title>It&#8217;s All In The Detail</title>
		<link>http://www.thinkagency.co.uk/its-all-in-the-detail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=its-all-in-the-detail</link>
		<comments>http://www.thinkagency.co.uk/its-all-in-the-detail/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 09:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.thinkagency.co.uk/?p=703</guid>
		<description><![CDATA[Think of a type face as somewhat similar to the features of a pair of twins. From afar they are the same, holding the key elements to make them similar but at a closer inspection, they each hold unique characteristics that make them their own. When considering typefaces this is a similar case. They may look the same to the untrained eye, but to those who truly understand the purpose of good typography the proper usage can be a delight. It is no understatement when I say &#8220;I love Helvetica&#8221;, I recently have had to ban myself from using it in my day to day design!  Working with this font so closely I can easier identify it but also see &#8230; <a href="http://www.thinkagency.co.uk/its-all-in-the-detail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Think of a type face as somewhat similar to the features of a pair of twins. From afar they are the same, holding the key elements to make them similar but at a closer inspection, they each hold unique characteristics that make them their own.</p>
<p>When considering typefaces this is a similar case. They may look the same to the untrained eye, but to those who truly understand the purpose of good typography the proper usage can be a delight.</p>
<p>It is no understatement when I say &#8220;I love Helvetica&#8221;, I recently have had to ban myself from using it in my day to day design!  Working with this font so closely I can easier identify it but also see why it is a common mistake for some to think most Sans-Serif fonts look the same. Providing you examples of some of the characteristics of the most common fonts will not alone reinforce their purpose, but showing them in practice could help you decipher their differences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkagency.co.uk/its-all-in-the-detail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://www.thinkagency.co.uk/wp-content/uploads/2011/12/image4-225x100.jpg" length="9801" type="image/jpg" />	</item>
		<item>
		<title>How important is the standard of your website’s written content to Google?</title>
		<link>http://www.thinkagency.co.uk/how-important-is-website-written-content-to-google/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-important-is-website-written-content-to-google</link>
		<comments>http://www.thinkagency.co.uk/how-important-is-website-written-content-to-google/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 19:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.thinkagency.co.uk/?p=689</guid>
		<description><![CDATA[The last five years has seen a positive shift towards quality content within websites. With more and more people using the internet as their sole resource for information gathering, and more and more books being digitally published, there is a definite need for the content of websites to be of a certain standard to compete and challenge the visitor. Possibly this has had an influence on Google when it introduced Reading Level in December 2010 as one of its new algorithms to make search results more relevant. This year (2011) this has continued, the much publicised Panda update has created waves within the search engine marketing fraternity as Google refines, or possibly flexes its muscles to ensure that the public &#8230; <a href="http://www.thinkagency.co.uk/how-important-is-website-written-content-to-google/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The last five years has seen a positive shift towards quality content within websites. With more and more people using the internet as their sole resource for information gathering, and more and more books being digitally published, there is a definite need for the content of websites to be of a certain standard to compete and challenge the visitor. Possibly this has had an influence on Google when it introduced Reading Level in December 2010 as one of its new algorithms to make search results more relevant.</p>
<p>This year (2011) this has continued, the much publicised Panda update has created waves within the search engine marketing fraternity as Google refines, or possibly flexes its muscles to ensure that the public can find the best information relating to their Google search.</p>
<p>The challenge for the copywriter is to balance keyword optimisation and content relevance with readability and retention. Google will index the website content on the basis of volume, depth and originality to ascertain its “Reading Level”. Google then can take note of the depth of the content (relevance and informative weighting) of a particular website, and can come up with results in accordance with the user&#8217;s preference.</p>
<p>For example, when a user inputs a particular search term e.g. History of Canterbury Google will attempt to find a direct match, to complement the specifics of the search. In this case the reading level could be classed as &#8220;advanced&#8221; because it is a specific request.</p>
<p>On the other hand, when a user is browsing Google to know about cinema showing times, all that is being searched for are the times and costs. Therefore, a &#8220;basic&#8221; reading level is attributed. This accepts that there are some websites that are not intended to be content rich or informative but actually serve a purpose of providing an instant resource, much like picking up a telephone in days gone by.</p>
<p>So if Google categorizes a website on the basis of its reading level (advanced or basic or intermediate), then it clearly reflects Google&#8217;s understanding of that website&#8217;s content depth and quality. You are seldom going to find the history of film on a cinema listing website.</p>
<p>The concern would be that a website which is content rich and should be returned on particular searches doesn’t because the content is considered to be poor quality. This means it will be assigned to either basic reading level or below it. This creates an opportunity for expertly written content on landing pages and deep site text pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkagency.co.uk/how-important-is-website-written-content-to-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://www.thinkagency.co.uk/wp-content/uploads/2011/12/image1-225x100.jpg" length="7586" type="image/jpg" />	</item>
		<item>
		<title>How does a search engine like Google actually work?</title>
		<link>http://www.thinkagency.co.uk/how-actually-does-a-search-engine-like-google-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-actually-does-a-search-engine-like-google-work</link>
		<comments>http://www.thinkagency.co.uk/how-actually-does-a-search-engine-like-google-work/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 08:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.thinkagency.co.uk/?p=668</guid>
		<description><![CDATA[Search Engines like Google (the dominant search engine in the UK – see our article ‘Is Google Good For Our Business Health?’) sends web crawlers, often known as “bots”, to take a copy of websites and index everything it sees on the internet in essence database of the internet. When you enter a search phrase, known as a query, into a search box, engines such as Google look at their index instead of directly searching the web itself – allowing for results to be offered incredibly quickly. Today, search engines typically return listings for both “organic” or “natural” search results, as well as “paid results” or adverts which are delivered alongside your natural search results could return thousands, even millions &#8230; <a href="http://www.thinkagency.co.uk/how-actually-does-a-search-engine-like-google-work/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li>Search Engines like Google (the dominant search engine in the UK – see our article ‘Is Google Good For Our Business Health?’) sends web crawlers, often known as “bots”, to take a copy of websites and index everything it sees on the internet in essence database of the internet.</li>
<li>When you enter a search phrase, known as a query, into a search box, engines such as Google look at their index instead of directly searching the web itself – allowing for results to be offered incredibly quickly. Today, search engines typically return listings for both “organic” or “natural” search results, as well as “paid results” or adverts which are delivered alongside your natural search results could return thousands, even millions of listing results.</li>
<li>When you type in a search term, the engine uses a proprietary algorithm to organise and prioritise the results – known as rankings – relevant to your query. Changes to those algorithms can greatly and immediately impact your website’s success, because they can determine whether a site is ranked high or low in response to a particular query.</li>
<li>Because algorithm are massively complex, proprietary and therefore secretly guarded it is very difficult to determine when changes are made to them and what those changes are. Algorithms are also programmed to exclude, finalise or promote specific sites or a whole category of hits.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkagency.co.uk/how-actually-does-a-search-engine-like-google-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://www.thinkagency.co.uk/wp-content/uploads/2011/12/image3-225x100.jpg" length="8843" type="image/jpg" />	</item>
		<item>
		<title>Is Google Good For Our Business Health?</title>
		<link>http://www.thinkagency.co.uk/is-google-good-for-our-business-health/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=is-google-good-for-our-business-health</link>
		<comments>http://www.thinkagency.co.uk/is-google-good-for-our-business-health/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 08:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.thinkagency.co.uk/?p=662</guid>
		<description><![CDATA[Google dominates our online lives. Fact. A few more facts: In many territories, including the UK, Google now accounts for 80%+ of the search market There are a number of international markets where Google has an almost total dominance of the search market, including; the UK, Netherlands, Germany, Poland, France, Switzerland, Spain, New Zealand and Australia It now accounts for over 95% of the mobile search market worldwide which by 2014 is expected to overtake desktop searches. Getting a top rating for Google can transform your business overnight. This article looks at just how central Google is to how successful our businesses are online. It also asks just how healthy this is and whether it is stifling online business marketing &#8230; <a href="http://www.thinkagency.co.uk/is-google-good-for-our-business-health/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google dominates our online lives. Fact.</p>
<p>A few more facts:</p>
<ul>
<li>In many territories, including the UK, Google now accounts for 80%+ of the search market</li>
<li>There are a number of international markets where Google has an almost total dominance of the search market, including; the UK, Netherlands, Germany, Poland, France, Switzerland, Spain, New Zealand and Australia</li>
<li>It now accounts for over 95% of the mobile search market worldwide which by 2014 is expected to overtake desktop searches.</li>
<li>Getting a top rating for Google can transform your business overnight.</li>
</ul>
<p>This article looks at just how central Google is to how successful our businesses are online. It also asks just how healthy this is and whether it is stifling online business marketing or actually pushing the boundaries.</p>
<p>Every week it seems Google is launching a new service designed, they say, to make our lives easier and help us work better. The latest of which is Google+, essentially an amalgamation of a number of its existing services as well as an attempt to compete head on with Facebook in social networking and Skype in social and business communication.</p>
<p>Find out more about Google+ and how it does or could impact on your business &gt;</p>
<p>Like most people in the UK I am a frequent user of Google, through my work desktop and also my iPhone and iPad mobile devices; and on a daily basis also use its maps, mail, Google plus and its business tools in managing business listings. And of course there is Adwords&#8230;</p>
<p>As a marketer I advocate clients to use its service and products but largely this is because of a ‘if you can’t beat them join them rationale’.</p>
<p>Google is not free. Users may access its services at no cost and it is important to understand that last year Google took almost $30bn in revenue and kept $18.9bn in profits, nearly all from advertising.</p>
<p>Adwords, its search ‘sponsored’ advertising product, and by far the market leader by virtue of its organic search dominance, is its major revenue generator, accounting for around 90% of its income.</p>
<p>It is common to hear many small businesses just use Google Adwords as their sole advertising strategy, spending anything from £10 to £1,000 a day. Often sites that have strong conversion rates can simply dictate the sales levels of their business through their daily spend. But prices are increasing with the popularity of the product.</p>
<p>Seemingly its supply and demand auction model actually sees a pretty consistentl upward trend in costs per click to advertisers. Personally, I have never seen a cost per click decrease in over 5 years and this week saw an estimated Adwords cost per click at £44.50. At its infancy costs per click were, on average, a handful of pence. Yet today Adwords is still a cost effective marketing spend even at 50p+ per click – compared with traditional advertising hitting a broad market; without guarantee of being viewed by a potential customer you only pay for those, ideally targeted searchers, who click on your advert.</p>
<p>Google started life as a purely consumer focused service but today critics and purists say it has become more and more advertiser focused and is arguable not the best search engine for useful or, ‘the holy grail’, the most relevant results. Google is now a truly colossal corporation and has shareholders to satisfy, so can you blame them – we all have to make a profit!</p>
<p>Marketers such as Think are constantly looking for better value alternatives to Adwords but this can vary from market to market we work in. Quite often is hard to justify moving focus to new entrants or asking clients to offer more budget at more creative solutions. Its greatest advantage is Adwords is quantifiable and accountable. Pay Per Click also has the advantages of being able to quickly increase or decrease activity, geographically or demographically focus or even target by device are hard to dismiss even as the cost per click rate increases.</p>
<p>Arguably what we need is competition to help provide alternative routes to market as well as impact the cost of Google’s Adwords.</p>
<p>There is an argument to say Google is about to peak. Perhaps even they are going to find it impossible to strengthen their grip on the search market. It is after all human nature to knock the leader and they become a natural target for criticism, some may say jealousy.</p>
<p>In North America Google is slipping rather than improving, so are we seeing them slip into the model of a colossal corporate which is slow to move and innovate and where perhaps the best creative brains are drawn away from in search of ‘the next big thing’. Perhaps at that point we will see that new entrant to re-influence how we navigate what the web has to offer.</p>
<p>In my opinion, the question of whether Google’s dominance has helped push web marketing, in hindsight, is arguable as nearly all of its services were provided first or are also provided by other companies. Unlike tech giant firms like Apple is Google helping push digital boundaries or is its brand and financial might a huge barrier to entry for innovative start-ups? Critics say should any real competitors crop up Google has the power, and has demonstrated the will, to swallow them up.</p>
<p>Whether or not Google is the best search engine you cannot hide from the figures which prove its current increasing popularity and dominance around the world.</p>
<p>Currently we are all dancing to its tune and with their wealth, and polarising of silicon valley talent for new innovation drive, you have to wonder whether that dominance will actually waiver in the coming years. I am not sure we have seen anything so mighty as Google yet. Can Facebook impact Google’s business with its increasing focus on content aggregation and linking? Can Microsoft fight back with Bing or through its OS and software market share? Can Apple start to make an impact into search through its dominance in the mobile devices market? Can a MIT graduate like Drew Houston (DropBox Story &#8211; http://www.forbes.com/sites/victoriabarret/2011/10/18/dropbox-the-inside-story-of-techs-hottest-startup/) come up with something revolutionary nobody else has conceived and yet is so intuitive and in tune with our online lives we can’t live or work without it? Whatever the answer for now and at least a few years ahead Google dominates our online marketing agenda and plans.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkagency.co.uk/is-google-good-for-our-business-health/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://www.thinkagency.co.uk/wp-content/uploads/2011/12/image2-225x100.jpg" length="6997" type="image/jpg" />	</item>
	</channel>
</rss>

