<?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>SEO WebMonkey &#187; Google</title>
	<atom:link href="http://seowebmonkey.com/stuff/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://seowebmonkey.com</link>
	<description>Web design &#38; development with an ample sprinkle of SEO</description>
	<lastBuildDate>Tue, 01 Jun 2010 09:03:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>rel=canonical: trying to get Google to understand</title>
		<link>http://seowebmonkey.com/rel-canonical-trying-google-understand/</link>
		<comments>http://seowebmonkey.com/rel-canonical-trying-google-understand/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:49:41 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/?p=120</guid>
		<description><![CDATA[I wrote a few days ago about how <a href="http://seowebmonkey.com/duplicate-content-web-content-applications/">duplicate content</a> can damage your site's visibility in search results. This first fix comes in the form of a simple line in your page header.]]></description>
			<content:encoded><![CDATA[<p>Back in February, <a rel="nofollow" href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">Google announced</a> it had begun supporting the rel=canonical hint in determining the definitive URL for an item of content. This sounds like a one-stop solution to all our duplicate content problems.</p>
<p>For example, my previous post can be reached by the full URL, but also (because of the Wordpress system defaults) via</p>
<pre>http://seowebmonkey.com/?p=113</pre>
<p>If someone decides to link to my post using that URL,  it might therefore also enter the search index in addition to the full version &#8211; thus duplicate content.</p>
<p>Placing a <em>rel=canonical</em> instruction in your page&#8217;s header can resolve this problem before it occurs. It tells the search engine which URL to use as the definitive (canonical) URL for that page of content, regardless of what was used to get there.</p>
<p>Here&#8217;s an example for the above page:</p>
<pre style="font-size:0.9em;">&lt;link rel="canonical" href="http://seowebmonkey.com/duplicate-content-web-applications/"/&gt;</pre>
<p>This sits within the &lt;head&gt; section of your page&#8217;s html.</p>
<p>This link-tag is supported by Google, Yahoo, Ask.com and Microsoft Live Search.</p>
<h2>Does it work?</h2>
<p>Google describes its support of rel=canonical as a &#8220;hint&#8221;. This means it will use the information to determine a canonical URL, but reserves the right to do what it wants when it feels like it. This seems to be a way to cover for errors that slip through the net. Search engines are rarely predictable, and no single method should be trusted in avoiding duplicate content.</p>
<p>For all content management systems in particular, this is an essential addition to the page output. How rapidly Google will change any existing duplicative content URLs that are already in its index is yet to be clearly determined, and this alone will not enable webmasters to explicitly request removal of duplicative URLs via the Google Webmaster Tools interface.</p>
<p>Direct removal of pages from Google&#8217;s search index will be covered in my next post.</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/rel-canonical-trying-google-understand/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Duplicate content in web applications</title>
		<link>http://seowebmonkey.com/duplicate-content-web-content-applications/</link>
		<comments>http://seowebmonkey.com/duplicate-content-web-content-applications/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 10:37:05 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/?p=113</guid>
		<description><![CDATA[Arguably, the most prevalent blockage to strong visibility within search results is created by inadvertent duplicated pages of content. 
]]></description>
			<content:encoded><![CDATA[<p>When first approaching a new SEO project, one of the very first research tasks is to assess the current status of the client site within the search engines &#8211; particularly, of course, Google. Right at the top of such tasks is a hunt for duplicate content and consequently, pages that have been filtered into the Supplementary Index.</p>
<h2>Defining duplicate content</h2>
<p>A search engine considers every unique URL to be the location of a single web page. It learns about such URLs by following links. Duplicate content occurs when a search engine follows more than one unique URLs that take it to a page of predominantly similar content &#8211; these pages do not need to be identical, just very similar (a defined ratio is something of a holy grail for optimisers and not clearly established).</p>
<p>Why is this important? A search engine will not display more than two pages from a website for a particular search. It makes an automated decision of which pages are the authoritative or originating version of that content, tucking the rest away at the end of the results: the Supplementary Index.</p>
<p>The damage to SEO comes from a number of factors, the two main causes being:</p>
<ol>
<li>The page you most want to surface may become inadvertently pushed into the Supplementary Index, thus giving searchers an inferior, poorly converting page to visit.</li>
<li>A major factor in search result visibility is the number (and quality) of links pointing to a page, but multiple URLs to a page frequently dilutes the combined effectiveness of back-links as the links point to different unique URLs. </li>
</ol>
<p>From my direct experience with sites over the past year in particular, duplicate content pages result in a cumulative deterioration of the entire site&#8217;s visibility in SERPs (Search Engine Result Pages). </p>
<p>If you have a site that is failing to rank well for even the least competitive search terms, such duplicate content is likely to be a contributing factor, and you will struggle to establish a firm footing until this problem is resolved.</p>
<h2>Spotting the damage</h2>
<p>Discovering duplicate content is relatively straightforward. Perform a search for your website on Google, like this:</p>
<blockquote>
<p style="text-align: center;"><em>site:yourdomain.com keyword</em></p>
</blockquote>
<p>where <em>yourdomain.com</em> is your website&#8217;s domain, and <em>keyword</em> any terms for which you are trying to be visible. Run down to the very end of the results and if you see a message like this:</p>
<p style="text-align: center;"><a href="http://seowebmonkey.com/wp-content/uploads/2009/04/supplimentary-index-message.png"><img class="aligncenter size-full wp-image-115" title="supplimentary-index-message" src="http://seowebmonkey.com/wp-content/uploads/2009/04/supplimentary-index-message.png" alt="supplimentary-index-message" width="502" height="29" /></a></p>
<p>you have duplicate content!</p>
<h2>The cause</h2>
<h4>Content Management</h4>
<p>If you have a duplicate content issue, then I will bet your website runs on some form of content management. Blog applications are notoriously prone to these problems, with supplementary listing pages such as category summaries, tag summaries, archive lists, and search results, all in danger of generating pages with very similar content.</p>
<p>In addition, some content systems do not chose a single means of generating a URL for a item of content, linking to pages and posts in slightly different ways from different parts of the system. They may also fail to redirect all URLs to the canonical URL for that page or post.</p>
<h4>Identical meta data</h4>
<p>In addition, it is very common to come across sites with many &#8211; sometimes even all &#8211; their pages with identical titles and META descriptions . This is particularly prevalent once again with blogs, and also in the small business space where a company feels it must apply its company name and corporate blurb at the top of every page, thus not accurately reflecting that page&#8217;s actual content.</p>
<p>Page titles are very important in establishing the context of a page, and must be unique in order for the search engine to properly understand the page content.</p>
<h4>Too little unique textual content</h4>
<p>Pages with little unique text content can become regarded as duplicative because the majority of the content there is similar to everywhere else on the site. In these sparse content examples, the site-wide navigation, footer information, and other generic text, can form the majority of the textual content.</p>
<h4>Search, archive and summary pages</h4>
<p>As mentioned above, pages that summarise and list snippets of other content can easily appear to a search engine to be very similar but have unique URLs.</p>
<h4>www and non-www domains</h4>
<p>This one often surprises web developers, but www.yoursite.com is, to a search engine, a different website to yoursite.com. This means that if all your content is reachable via both those versions, your entire site is seen as being a duplicate!</p>
<p>It does not matter which you choose, but have one of those URL versions permanently redirected to the other.</p>
<h2>Repairing the damage</h2>
<p>Now that I have covered most of the indicators and causes, how about a means of fixing the problem? Watch out in a few days for specific techniques to repair and remove duplicated content within search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/duplicate-content-web-content-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is Black-Hat SEO on the way out?</title>
		<link>http://seowebmonkey.com/is-black-hat-seo-on-the-way-out/</link>
		<comments>http://seowebmonkey.com/is-black-hat-seo-on-the-way-out/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 09:39:21 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blackhat]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/?p=90</guid>
		<description><![CDATA[As long as there have been search engines, there have been active techniques to make the most of the search results for business and profit. But could the day of direct profits from search through clandestine activities be seeing the deep orange of a sunset?]]></description>
			<content:encoded><![CDATA[<p>As search engines evolved, so the methods each used to determine the results of a search were probed, prodded and tested to breaking point. Thus the Black-Hat SEO was born with the intent to achieve big profits by directly manipulating inadequacies in the search engines&#8217; techniques.</p>
<h2>What makes SEO Black-Hat?</h2>
<p>The boundaries between &#8220;white&#8221; or &#8220;black&#8221; SEO techniques are thoroughly blurred with a range of grey tones. Boiling down to the core principles of Google&#8217;s thoughts on the matter, one might consider any technique deliberately and strategically employed with the intent to manipulate a search engine&#8217;s results could be considered Black-Hat. Google defines it as techniques which violate their terms of service.</p>
<p>But when do we step into the dark territory? Could it be the moment we simply become aware that adding a few strategic keywords to a piece of text and creating some links to it can enhance (manipulate) that page&#8217;s position in the search results?</p>
<h2>Is Black-Hat in decline?</h2>
<p>Once the stuff of dark alleys and locked away in grubby discussion forums, the secrets of the Black-Hatter are now to be found by anyone capable of performing a search. Try and find an article spinner, content scraper or forum posting bot a few years go and you would need the right connections and the right money. These days, just mention Black-Hat and the options are endless, often even free.</p>
<p>The Black-Hat world is opening up , and it&#8217;s the Black-haters themselves that are unlocking the doors.</p>
<p>Unlike hackers &#8211; who are motivated by the urge to crack because they can &#8211; Black-Hat internet marketers are motivated by profit, and a quick and sizable  profit is the ultimate goal.</p>
<p>As the Black-Hat world opens up, however, the techniques they employ are being exposed for all to see, use, and, most significantly, abused. A credit card in the right places and you can grab a large handful of the tools you need to make a fat pile of cash on the internet selling other people&#8217;s products to people who don&#8217;t really need them. And that&#8217;s the god side of Black-Hat which can stretch from merely deceptive search engine manipulation techniques to all-out financial scams.</p>
<p>The result of all this is two-fold:</p>
<ul>
<li>First, the tools are being employed by an ever increasing army of people ho don&#8217;t know how to use them and so are exposing themselves and their techniques just as reliably as i they had posted their web address on a billboard over the road from Google HQ.</li>
<li>Secondly, the saturation swamps the dedicated Black-Hat pro in sheer numbers. They have discovered the need to dig deeper and deeper to uncover the profit opportunities that once lay scattered about their feet.</li>
</ul>
<h2>Switching tactics</h2>
<p>With hard profits more difficult to prise out of the internet, Black-Hatters are evolving from exploiting the search engines to exploiting the masses of would-be internet marketers hunting for a quick buck.</p>
<p>More and more closed, limited communities are opening up, where for a monthly fee anyone can learn the real secrets of Black-hat internet marketing. Tools to beat the search engines, cheat the affiliate networks, and spam every bog and forum on the planet. are available with the tempting promise that only 100 people will be permitted access to the treasured secrets.</p>
<p>You have to admire the Black-Hatter&#8217;s resourcefulness. But when one&#8217;s method of paying the mortgage is based on discovering and exploiting online opportunities, the switch is not surprising.</p>
<h2>Google loves Black-Hat</h2>
<p>You may be surprised to learn that Google is perfectly happy to permit pay per click advertisers blatantly promoting Black-Hat techniques to beat Google at their on game. But consider that th more information is available in the public domain, the easier it will be to understand and subvert the techniques being employed.</p>
<h2>Is there still money in Black-Hat marketing and SEO?</h2>
<p>I am sure there is. No matter how the space evolves, so the techniques, opportunities, and secrets also evolve. Spend any amount of time in a Black-Hat discussion forum and you will see ideas, techniques, scams, downright fraud being described for the purposes of making a fast buck. It is a very mucky world.</p>
<p>One factor that never ceases to be consistent is that big bucks are only achievable with big effort. Most apprentice Black-Hats enter the space searching for those tens of thousands for just an hour&#8217;s investment. But big, consistent earnings take as much effort &#8211; I believe more in the long run because of the additional energy exerted in need to cover one&#8217;s tracks &#8211; as any more legitimate techniques for online business.</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/is-black-hat-seo-on-the-way-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Overcoming duplicate content filters &#8211; back-links are everything</title>
		<link>http://seowebmonkey.com/duplicate-content-filters-backlinks/</link>
		<comments>http://seowebmonkey.com/duplicate-content-filters-backlinks/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 11:34:39 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Link building]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[experiment]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/?p=86</guid>
		<description><![CDATA[Gaining Google visibility when your website content solely duplicates existing content can be tough. Here is one method of overcoming the duplicate competition.]]></description>
			<content:encoded><![CDATA[<p>Now I bet you are wondering &#8220;Why on earth would you want to duplicate content that already exists?&#8221; Well, putting the darker flavours of SEO/SEM to one side, many sites in the web2.0 world  aggregate content legitimately scraped from other sites. So to understand how the duplicate content filter can be overcome, I thought a little experiment was in order.</p>
<h2>The Duplicate Content Filter</h2>
<p>Google dislikes presenting multiple search results that contain the same content. Instead, it decides which is the most authoritative original source of that content from all the duplicates it has in its index, and presents just that one. The rest are filtered into the supplementary index &#8211; all that extra content you can see when you see something like this at the end of your search results:</p>
<blockquote><p><em>In order to show you the most relevant results, we have omitted some entries very similar to the 1 already displayed.<br />
If you like, you can <span style="color: #3366ff;"><span style="text-decoration: underline;">repeat the search with the omitted results included</span></span>.</em></p></blockquote>
<h2>An experiment to become the authority</h2>
<p>I wanted to test the power of backlinks as an indicator of authority above all else. The outline of the experiment is straightforward:</p>
<ol>
<li>Create a brand new website</li>
<li>Fill it with content that already exists on other, more established websites</li>
<li>Create back-links pointing to it</li>
<li>Do not market the site in any other way</li>
</ol>
<p><em>I am not going to link to the site itself here, as I am now isolating it from normal, organic link targets to perform another experiment.</em></p>
<p>Content for the site was selected from some freely available PLR (Public Label Rights) articles which can be legally reproduced. Such articles are also generally already published elsewhere. In my case, a search for specific chunks of article texts showed most articles had already been published across 6-10 other websites, some new, some quite established.</p>
<h4>Getting indexed</h4>
<p>Adding a link to the footer of a very healthy blog got the brand new domain added to the Google index within 24 hours.</p>
<h4>Building back-links</h4>
<p>In addition to the main purpose of this test, I also used it to try out <a title="Link building with Linkvana" href="http://seowebmonkey.com/go/linkvana">link building service Linkvana</a>. A full review of my experience with Linkvana will be here soon, but in a nutsheell, it provides the ability to create unique backlinks from a plethora of specially managed blogs, but without the potentially damaging drawbacks of usinga link-farm.</p>
<div align="center"><a target="_blank" href="http://bit.ly/lv5day"><img border="0" src="http://www.linkvana.com/images/affiliatetools/Linkvana468x60-trial.jpg" alt="Click here for Linkvana" width="468" height="60" /></a></div>
<p>Over a period of three weeks I used Linkvana exclusively to create just 15 back-links into the new content, both deep-linking and to the home page.</p>
<h4>The outcome</h4>
<p>After just a week of link-building, searching for specific chunks of my published PLR text returned my site <strong>at the top of the search results</strong>, with all the other pages containing the same PLR article, pushed into the supplemental index as duplicate content. This despite all the other sites having the advantage of greater domain age and having already published that content.</p>
<h2>The conclusion</h2>
<p>Duplicate content is one of the most discussed, and misunderstood, aspects of Google&#8217;s search alorhythm, but can be overcome with pure link bulding.</p>
<p>The number of quality links pointing at duplicate content, seems to be the primary metric for assessing that site&#8217;s authority. Of course, this assumption must be tempered against any existing authority held by other sites with the same content.</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/duplicate-content-filters-backlinks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>PageRank, influence, and the silo</title>
		<link>http://seowebmonkey.com/pagerank-influence-silo/</link>
		<comments>http://seowebmonkey.com/pagerank-influence-silo/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 07:50:33 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[Link building]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[influence]]></category>
		<category><![CDATA[page rank]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/?p=82</guid>
		<description><![CDATA[Every three months or so the general SEO community murmur grows to a muttering, and ultimately a cacophony of misunderstanding as PageRank Update Fever takes a grip. But the apparent excitement is tempered by the resurrection of the age old debate on whether PageRank has any value at all.]]></description>
			<content:encoded><![CDATA[<p>We are, of course, talking about Google toolbar <a rel="nofollow" href="http://en.wikipedia.org/wiki/PageRank">Page Rank</a>. Either obsess over it or regard it with indifference, it is the only bit of clear feedback Google provides about your site that has some level of stability (though merely because it only updates every quarter) and to an extent, predictability.</p>
<p>In a nutshell, just to catch you up to speed, PageRank has no direct relationship with how or where your site appears in Google&#8217;s search results. But that does not mean it has no value.</p>
<h2>A web page temperature guage</h2>
<p>PageRank (PR) has a direct association with the number of incoming links to your webpage, and to some extent is also affected by the number of outgoing links from that webpage. Incoming links increase PR, while outgoing &#8220;leak&#8221; it.</p>
<p>One of the most important factors in gaining search result visibility is the number of incoming links to a page from elsewhere. See the connection? If your PR is increasing, that&#8217;s a good indicator of the general health of your site or page. If it is decreasing, get out there and build more links!</p>
<h2>Page rank sculpting and the passing of influence</h2>
<p>With the number and potency of incoming links as important as they (currently) are, it is easy to see how PR can be considered an indicator of influence and authority. High PR pages &#8220;pass on&#8221; PR to those pages into which they link. This is easily tested: have several high PR pages point to a low PR page &#8211; using your selected keywords in the correct manner, of course &#8211; and watch not only that page&#8217;s PR increase, but also watch it climb the SERPs. You may not achieve the ultimate goal, but you will see positive movement.</p>
<p>With a large site containing many pages that have their own PR, it is possible to &#8220;push&#8221; this PR influence to target pages, thus raising thir SERPs visibility purely with internal linking. Internal linking&#8230; now is not that a great deal easier than external?</p>
<h2>Creating silos, or living in the PR culdesac</h2>
<p>PR &#8220;leaks&#8221; out to pages when you link to them. The rate of leakage is low so there is no fear of completely draining a page&#8217;s PR. Controlling the &#8220;Flow&#8221; of influence within a website is a very potent tool in building higher SERP visibility.</p>
<p>Silo pages take all the incoming PR they can get their grubby little hands on and hold it tight, not letting a single drop seep out particularly outside the site, but also within it. To build the influence and authority of a particular page on your site, have many incoming links to it while reducing its outgoing links to an absolute minimum. If you do need to link out, use the &#8220;nofollow&#8221; attribute to prevent passing (leaking) the PR influence.</p>
<p>There is some discussion around fears that silo pages may appear to be unnatural entities to a search engine and may be penalised as a result. <em>In experiments with directly managing the PR flow around a site,I have not personally seen this, in fact, very much the opposite.</em></p>
<h2>Do not keep it all in the family</h2>
<p>Internal linking to control the PR flow around a site is increasingly important to ensure the pages you want to float higher in the SERPs, do. But it must never be an exclusive linking technique.</p>
<p>Incoming links from elsewhere remain vital, particularly from unconnected sites with highly relevant content &#8211; and a big, juicy PR to boot. Such links are hard to acquire, but when combined with strong management or internal linking, may land you within striking distance of the top.</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/pagerank-influence-silo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Searchwiki &#8211; blackhat SEOs rejoice</title>
		<link>http://seowebmonkey.com/google-searchwiki-blackhat-seos-rejoice/</link>
		<comments>http://seowebmonkey.com/google-searchwiki-blackhat-seos-rejoice/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:38:29 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[blackhat]]></category>
		<category><![CDATA[search-engines]]></category>
		<category><![CDATA[Searchwiki]]></category>
		<category><![CDATA[SERPs]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/google-searchwiki-blackhat-seos-rejoice/</guid>
		<description><![CDATA[<p>The recent release of Google's Searchwiki offering the ability for individuals with a Google account to directly manipulate their personal search results for a particular term, created much speculation as to whether (or when) Google might start using such data outside the realm of the individual searcher. We now seem to be a step closer to confirmation of Searchwiki data influencing SERPs.</p>
]]></description>
			<content:encoded><![CDATA[<p>In Techcrunch&#8217;s report today regarding the <a href="http://www.techcrunch.com/2008/12/10/google-search-wiki-to-soon-include-an-off-button-thank-you-marissa/">planned inclusion of an &#8220;off button&#8221; for Serchwiki</a> &#8211; I really don&#8217;t know why so many people got so hot under the collar over this point &#8211; they also mentioned a direct quote from Google&#8217;s VP of Search Product and User Experience Marissa Mayer who was speaking at this week&#8217;s Le Web in Paris:</p>
<blockquote>
<p>in the future it’s likely Google will use the data to at least make obvious changes. An example is if “thousands of people” were to knock a search result off a search page, they’d be likely to make a change</p>
</blockquote>
<h2>Just gather enough friends</h2>
<p>I can see the blackhat SEO community already grouping together to &#8220;bump-up&#8221; each others&#8217; sites in the search results. Though I doubt it is just blackhatters planning such activity. Watch the callout for reciprocated votes spreading like wildfire through any tech or marketing oriented social network! If Google have made buying links unacceptable behaviour, what about buying votes?</p>
<p>Just like any form community voting, it is open to abuse and manipulation. One might consider that Google are intelligent enough to measure such voting effectively, but it will instantly become another weapon in the SEO&#8217;s search manipulation arsenal.</p>
<h2>Weakening SEOs power</h2>
<p>Searchwiki itself, in my opinion, is a direct stab at the SEO industry to weaken its stronghold on the way search results are presented to the searcher. Personalised search results where the individual is in control, removes the effectiveness of SEO. One cannot determine with confidence what search results an individual might be seeing for a particular keyword, because Searchwiki allows a user to place whatever search results they wish at the top positions for a particular search.</p>
<p>If uptake of Searchwiki is broad enough, SEO will need to become increasingly focused on long-tail search terms &#8211; those that are searched less often and I would suggest are less likely to see the searcher feeling the need to manipulate their results. Highly competitive terms &#8211; where a searcher might be more likely to keep searching through page after page of results to find the one they want &#8211; are more likely to be clicked to the top of the list in Searchwiki.</p>
<p><span style="font-size: 18px; font-weight: bold;">Swings and roundabouts</span></p>
<p>There seem to be some opportunity here on all sides. Users may find their search results more acceptable for terms they regularly hunt, while pure on and off-page optimisation could become less important.</p>
<p>I wonder when we might begin seeing page title and description content on search results specifically designed to encourage a searcher to click their little Searchwiki icon to move that result to the top..?</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/google-searchwiki-blackhat-seos-rejoice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google teaches SEO</title>
		<link>http://seowebmonkey.com/google-teaches-seo/</link>
		<comments>http://seowebmonkey.com/google-teaches-seo/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 08:36:16 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SERPs]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/?p=56</guid>
		<description><![CDATA[Google recently released its own document on how to optimise your site for their search engine. An interesting development from the company that spends a lot of time battling against heavy-handed SEO techniques.]]></description>
			<content:encoded><![CDATA[<p>Google has a number of stock answers for SEO related questions, most of which revolve around advice to build content for users, that&#8217;s easy to navigate, is relevant and accessible. Makes a great deal of sense when you think about it.</p>
<p>They want to reward sites that do well in providing quality, unique content for their visitors. But with the growth of the web, only an automated solution is viable, and automation leads to algorithms, variables, and ultimately, attempts to circumvent and/or manipulate the technology.</p>
<h2>Out of the Horse&#8217;s mouth</h2>
<p>I get asked daily to give an overview of the fundamental basics of SEO. What the majority of these questioners want is the one, secret technique &#8211; because there must be one, right? &#8211; that pro SEO&#8217;ers use to get top listing in Google&#8217;s SERPs. They are usually disappointed with my answers, which allude to lots of effort creating and marketing original content.</p>
<p>With the release of Google&#8217;s SEO guide, I just point them at its pages. You can <a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf">download here (pdf)</a>.</p>
<h2>Who better to tell you what they want from you?</h2>
<p>Google are in the best position to let you know what they want to see on (and off) a web page to consider it for a good ranking in search results. If you know anything about SEO, then there really are no surprises within these pages. Even SEO pros should give it a read or two to remind ourselves of the basics and most important elements in ranking well for Google.</p>
<h2>Hurting the professional SEO business?</h2>
<p>What could be the motive of Google releasing this document, could they be trying to hurt the professional SEO business? It&#8217;s not much of a stretch of the imagination to consider, as a friend recently suggested to me, that by openly spreading around what are the fundamental principles of Google SEO, it weakens the efforts of professional SEO&#8217;s as now anyone can run with these techniques.</p>
<p>But the &#8220;secrets&#8221; of SEO are no secrets at all. The knowledge of what to do is freely available across the web and though no professionals cling to the idea that professional SEOs hold the most powerful techniques close to their chests, this simply in not true.</p>
<p>In fact, the secret to SEO can be boiled down to two words: focused perseverance.<br />
Success with achieving top search engine positions, and the resulting traffic if you have targeted your audience correctly, is a matter of time, effort, and slowly inching your way up the SERPs. There simply are no shortcuts.</p>
<p>The bottom line of this is if you follow the directions offered in the Google SEO document, you stand a very good chance of ranking well on the Google SERPs.</p>
<h2>It&#8217;s that &#8220;hard&#8221; part that puts people off</h2>
<p>The SEO industry can rest comfortably in their beds. My personal experience is that no matter how much information you offer people, it&#8217;s the &#8220;hard work&#8221; element that stalls their progress &#8211; not necessarily that they do not want to engage in the time investment, but that they generally simply do not have the time to invest.</p>
<p>It takes time to see the results of day-after-day grinding at the various on and off page techniques, and the tasks do seem worthless, particularly when ranks appear to be slipping (not uncommon at the immediate outset of strategic SEO activity).</p>
<p>Setting out on a strategic SEO plan, one must look six months or more ahead before seeing strong, stable results of directed effort. Now and then results appear sooner. But more often than not, rapid results fluctuate week after week; stable, predictable results take time.</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/google-teaches-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google pagerank update 27 September 2008</title>
		<link>http://seowebmonkey.com/google-pagerank-update-27-september-2008/</link>
		<comments>http://seowebmonkey.com/google-pagerank-update-27-september-2008/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 09:45:15 +0000</pubDate>
		<dc:creator>ndixon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[page rank]]></category>

		<guid isPermaLink="false">http://seowebmonkey.com/?p=16</guid>
		<description><![CDATA[Just in case you hadn't spotted it, Google ran through a page rank update yesterday (September 27th), and the SEO communities are buzzing about it as usual.]]></description>
			<content:encoded><![CDATA[<p>Page Rank is, of course, irrelevant to your actual SERPs ranking, but is an indicator of the general health of your site (if your rank is increasing) or ill-health (if it is decreasing). Exact details on how Page Rank is calculated remains a secret that Google keeps close to its chest, but it is certainly related to the number of links pointed at a website, and the quality (influence) of those links. Worth keeping an eye on as an indicator that your site is gaining strength.</p>
]]></content:encoded>
			<wfw:commentRss>http://seowebmonkey.com/google-pagerank-update-27-september-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
