<?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>More Than Scratch The Surface &#187; google</title>
	<atom:link href="http://www.scratch99.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scratch99.com</link>
	<description>A Journey In Web Development</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:52:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New Greasemonkey Script To Number Google SERPs</title>
		<link>http://www.scratch99.com/2009/09/new-greasemonkey-script-to-number-google-serps/</link>
		<comments>http://www.scratch99.com/2009/09/new-greasemonkey-script-to-number-google-serps/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 03:15:04 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Web Related]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?p=207</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2009/09/new-greasemonkey-script-to-number-google-serps/.I&#8217;d like to announce the release of my second Greasemonkey script: Google Numbered Search Results; which numbers the SERP entries delivered by the Google search engine. Other Scripts To Number Google Search Results If you&#8217;re someone who&#8217;s likely to use this (ie an SEO practitioner [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2009/09/new-greasemonkey-script-to-number-google-serps/">http://www.scratch99.com/2009/09/new-greasemonkey-script-to-number-google-serps/</a>.<br /><p>I&#8217;d like to announce the release of my second <a href="https://addons.mozilla.org/firefox/addon/748" target="_blank">Greasemonkey</a> script: <a href="http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/">Google Numbered Search Results</a>; which numbers the <abbr title="Search Engine Results Pages">SERP</abbr> entries delivered by the <a href="http://www.google.com/" target="_blank">Google search engine</a>. </p>
<h2>Other Scripts To Number Google Search Results</h2>
<p>If you&#8217;re someone who&#8217;s likely to use this (ie an SEO practitioner or website administrator checking their rankings), you&#8217;re probably saying &quot;Wait! Aren&#8217;t there already Greasemonkey scripts for this?&quot; </p>
<p>Yes there are.</p>
<p>For years, I&#8217;ve relied on the <a href="http://www.addedbytes.com/tools/numbered-google-results-user-script/" target="_blank">Numbered Google Results</a> script, but it seems it&#8217;s not being updated. When Google introduced the <strong>SearchWiki</strong> functionality, it stopped working, prompting me to write a <a href="http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/">simple hack to fix the problem</a>. I left a comment on the script&#8217;s home page, but the fix wasn&#8217;t added to the script. I&#8217;m not complaining, because I didn&#8217;t email the author (Dave Child) directly &#8211; I had my fix and, as a user, I was happy. </p>
<p>Now, Google has introduced <strong>AJAX powered search results, which has broken Numbered Google Results</strong> again (along with many other Greasemonkey scripts). AJAX powered search results have been being phased in for a while now, but recently it&#8217;s become a lot more common. </p>
<p>There&#8217;s also another script, <a target="_blank" href="http://userscripts.org/scripts/show/35428">Google Search Results &#8211; Numbered</a>, but it starts at 1 on every page. For example, items on the first page of results will be numbered 1 to 10 and items on the second page will also be numbered 1 to 10 (instead of 11 to 20). I didn&#8217;t even bother seeing if it worked with the AJAX powered search. </p>
<h2>What This Script Offers</h2>
<p>Instead, I wrote my own script, which <strong>works with the AJAX powered search results, SearchWiki and can number entries appropriately</strong> for pages other than the first one.</p>
<p>I didn&#8217;t mean to write my own. I started off <strong>hacking Numbered Google Results</strong>, but I ran into a serious problem I couldn&#8217;t resolve, so I started again from scratch. As it happens, I encountered the same problem and my eventual solution could have worked with Numbered Google Results. </p>
<div class="csstextbox1">I&#8217;ve got no problem if the author of Numbered Google Results wants to fix his script and keep his place as the number script for numbering the Google SERPs. Open source is great!</div>
<p>My eventual solution will also <strong>help many other Greasemonkey scripts for Google Search</strong>, so I&#8217;ll write up what I did in case it&#8217;s useful for others &#8211; although I should point out I didn&#8217;t actually make it work with the AJAX powered search results, I just worked out how to bypass them and force the use of the traditional search.</p>
<p>This may not work forever, as Google may eventually turn off the traditional search, but such is the life of a Greasemonkey script: <strong>when the site changes, the script breaks</strong>. </p>
<h2>Acknowledgements</h2>
<p>As with my first Greasemonkey script, <a href="http://www.scratch99.com/greasemonkey-script-bing-numbered-search-results/">Bing Numbered Search Results</a>, I&#8217;ve embedded <a href="http://jquery.com/" target="_blank">jQuery</a>. Thanks to John Resig and his team! </p>
<p>I started by hacking the <a href="http://www.addedbytes.com/tools/numbered-google-results-user-script/" target="_blank">Numbered Google Results</a> script, which obviously helped me write my own. Thanks to Dave Child for a great plugin to start with.</p>
<h2>Where Can I Get It</h2>
<p>You can find out more about it at the <a href="http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/">Google Numbered Search Results</a> home page or you can skip straight to <a href="http://userscripts.org/scripts/show/57306" target="_blank">Userscripts.org</a> if you want to download it.</p>
<script type="text/javascript">Nifty("div.csstextbox1","bgcolor-#FFFFFF");</script>]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2009/09/new-greasemonkey-script-to-number-google-serps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Greasemonkey Script &#8211; Google Numbered Search Results</title>
		<link>http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/</link>
		<comments>http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 14:12:44 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[SERPs]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?page_id=205</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/.Description Google Numbered Search Results is a Greasemonkey script that numbers the search results pages on the Google search engine. There are other scripts out there which do the same thing, but none of them work with the new AJAX powered search results being introduced [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/">http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/</a>.<br /><h2>Description</h2>
<p><strong>Google Numbered Search Results</strong> is a <a target="_blank" href="https://addons.mozilla.org/firefox/addon/748">Greasemonkey</a> script that numbers the search results pages on the <a target="_blank" href="http://www.google.com/">Google</a> search engine. </p>
<p>There are other scripts out there which do the same thing, but none of them work with the new AJAX powered search results being introduced by Google. This script does &#8211; well actually it doesn&#8217;t, it just forces the old search to be used, but the user won&#8217;t notice any problem, it will just work for them.</p>
<h2>Details</h2>
<p><strong>Current version</strong>: 1.0 (9 September 2009)<br />
<strong>Download</strong>: from <a href="http://userscripts.org/scripts/show/57306">Userscripts.org</a><br />
<strong>License</strong>: Dual licensed under the MIT and GPL licenses</p>
<h2>Credits</h2>
<p>The Google Numbered Search Results script uses <a target="_blank" href="http://jquery.com/">jQuery</a> created by <a target="_blank" href="http://ejohn.org/">John Resig</a> (embedded in the script). Thanks to John and the jQuery team.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/greasemonkey-script-google-numbered-search-results/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Adsense Serving Up Malware?</title>
		<link>http://www.scratch99.com/2009/05/google-adsense-serving-up-malware/</link>
		<comments>http://www.scratch99.com/2009/05/google-adsense-serving-up-malware/#comments</comments>
		<pubDate>Thu, 28 May 2009 13:51:47 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Web Related]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/05/google-adsense-serving-up-malware/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2009/05/google-adsense-serving-up-malware/.Tonight I was browsing the Internet, when my virus software notified me of a potential threat from openstat.ws. None of the websites open in Firefox had a link to this site in the source. After some investigation, it appears that the potentially malicious site is [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2009/05/google-adsense-serving-up-malware/">http://www.scratch99.com/2009/05/google-adsense-serving-up-malware/</a>.<br /><p>Tonight I was browsing the Internet, when my virus software notified me of a potential <strong>threat from openstat.ws</strong>. None of the websites open in Firefox had a link to this site in the source. After some investigation, it appears that the <strong><em>potentially</em> malicious site is called by Google Adsense</strong>.</p>
<h2>Avast Anti-virus Warning Message</h2>
<p>I use <strong>Avast Antivirus</strong> on my computer and tonight it gave the following warning message while I was browsing the Internet:</p>
<blockquote>
<p>Sign of &quot;HTML:Iframe-inf&quot; has been found in &quot;http://openstat.ws/top.php\{gzip}&quot; file</p>
</blockquote>
<p>The inclusion of a URL made me suspect that one of the sites I was browsing was linking to a dodgy website (ie <strong>openstat.ws</strong>). </p>
<p>The obvious thing to do was to check the source of the sites open in Firefox, to see which one was the culprit. However, <strong>openstat.ws</strong> did not appear in the source of any of the pages. Not to be put off, I used the Web Developer toolbar to examine the generated source. Still nothing.</p>
<h2>Google Says Openstat.ws Is Suspicious</h2>
<p>Next stop, a Google search for <strong>openstat.ws</strong>. The number one result was the <a href="http://google.com/safebrowsing/diagnostic?site=openstat.ws/">Google Safe Browsing diagnostic page for openstat.ws</a> page. Because the nature of this page is that it may change often, I&#8217;ve grabbed a screenshot of what it&#8217;s showing tonight:</p>
<p><a href='http://www.scratch99.com/wp-content/uploads/2009/05/google-safe-browsing.png' title='Google Safe Browsing - openstat.ws'><img src='http://www.scratch99.com/wp-content/uploads/2009/05/google-safe-browsing.png' width='500px' height='362px' alt='Google Safe Browsing - openstat.ws' /></a></p>
<p>Okay, so Google are saying:</p>
<blockquote>
<p>Site is listed as suspicious &#8211; visiting this web site may harm your computer.</p>
</blockquote>
<p>They say the site was only listed for suspicious activity once in the last 90 days, but they also say:</p>
<blockquote>
<p>Of the 6 pages we tested on the site over the past 90 days, 3 page(s) resulted in malicious software being downloaded and installed without user consent.</p>
</blockquote>
<p>I&#8217;m not a security expert and I may be reading this wrong (please let me know if I am), but that seems to be indicating that there&#8217;s a <strong>50% chance of malicious software being installed</strong> from openstat.ws.</p>
<h2>Norton Say Openstat.ws Is A Threat</h2>
<p>The third result in the Google search was <a href="http://safeweb.norton.com/report/show?name=openstat.ws" target="_blank">Norton Safe Web&#8217;s page on openstat.ws</a>. Let&#8217;s see what they say about openstat.ws:</p>
<p><a href='http://www.scratch99.com/wp-content/uploads/2009/05/norton-safe-web.png' title='Norton says openstat.ws is a threat'><img src='http://www.scratch99.com/wp-content/uploads/2009/05/norton-safe-web.png' alt='Norton says openstat.ws is a threat' /></a></p>
<p>Norton are saying that there are <strong>two threats found on openstat.ws</strong>, one of which is:</p>
<blockquote>
<p>Threat Name: Direct link to <a href="http://www.symantec.com/avcenter/attack_sigs/s23086.html">HTTP Malicious Toolkit Variant Activity</a> </p>
<p>Location: http://openstat.ws/top.htm</p>
</blockquote>
<p>The file Avast picked up on my computer is <strong>top.php</strong>, but <strong>top.htm</strong> is pretty close. <strong>HTTP Malicious Toolkit Variant Activity</strong> sounds pretty nasty. Norton say:</p>
<blockquote>
<h5>Severity: High</h5>
<p>This attack could pose a serious security threat. You should take immediate action to stop any damage or prevent further damage from happening.</p>
</blockquote>
<p>Okay, I&#8217;m convinced now that I don&#8217;t want <strong>openstat.ws</strong> being called on my computer. But how can I stop it where I can&#8217;t find where it&#8217;s being called from.</p>
<h2>Looking Under Firefox&#8217;s Hood &#8211; Sessionstore.js</h2>
<p>If <strong>openstat.ws</strong> wasn&#8217;t being called by the websites I was visiting, perhaps it was being called by <strong>Firefox itself</strong>. I started thinking that Firefox or one of the extensions I run must have been compromised. I started looking through the Firefox files &#8211; admittedly without much of an idea of what I was looking for.</p>
<p>I started by looking in the <code>\Documents and Settings\[username]\ Application Data\Mozilla\Firefox\Profiles\[profilename] </code>folder. I ordered the files in date order and started going through the most recently modified files. </p>
<p>I soon came to <strong>sessionstore.js</strong>. It gave me the answer, although it wasn&#8217;t the answer I was expecting. <strong>Sessionstore.js</strong> seems to store the current session, presumably so it can be restored in the case of Firefox crashing. I&#8217;m not sure if this is default behaviour or part of the <strong>Session Manager</strong> extension.</p>
<p>It consists of a series of <strong>entries</strong> tags, one for each tab that&#8217;s open. In examining this, I found the following:</p>
<p><strong>EDIT: Due to Syntax Highlighter performance issues, I&#8217;ve moved the <a href="http://www.scratch99.com/wp-content/uploads/2009/05/sessionstore.txt">sessionstore.js snippet into a text file</a>.</strong></p>
<p>That&#8217;s not particularly readable, but it&#8217;s saying that I&#8217;ve got Ozh&#8217;s <a href="http://planetozh.com/blog/2009/05/handling-plugins-options-in-wordpress-28-with-register_setting/">Handling Plugins Options in WordPress 2.8 with register_setting()</a> post open. Inside that there is a child URL open (http://googleads.g.doubleclick.net/etc) which is a Google Adsense ad. Inside that, there are some further children, down until we come to one for http://openstat.ws/top.php, which is our suspicious site. </p>
<p>At this point we are still inside the Google Adsense child, meaning that <strong>the site that Google lists as suspicious is actually being served through Adsense</strong>. This is a little worrying to say the least!</p>
<p>Note: There is absolutely nothing wrong with Ozh&#8217;s site apart from the fact that he is running Adsense &#8211; as do I and hundreds of thousands of other sites.</p>
<h2>Final Thoughts</h2>
<p>As I said, I&#8217;m not a security expert, so I&#8217;d love some feedback from some more knowledgable. I&#8217;d also love to hear if anyone else out there has come across this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2009/05/google-adsense-serving-up-malware/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Blogger &#8211; How To Add Adsense Inside Single Posts Only</title>
		<link>http://www.scratch99.com/2009/01/blogger-how-to-add-adsense-inside-single-posts-only/</link>
		<comments>http://www.scratch99.com/2009/01/blogger-how-to-add-adsense-inside-single-posts-only/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 13:21:59 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[make money online]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/01/blogger-how-to-add-adsense-inside-single-posts-only/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2009/01/blogger-how-to-add-adsense-inside-single-posts-only/.I was recently optimizing Adsense on one of my Blogger sites and decided I wanted to place Adsense inside the posts &#8211; but only on single posts, not on the home page or in the archives. Here&#8217;s how. Why Blogger? Although my primary blog platform [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2009/01/blogger-how-to-add-adsense-inside-single-posts-only/">http://www.scratch99.com/2009/01/blogger-how-to-add-adsense-inside-single-posts-only/</a>.<br /><p>I was recently optimizing Adsense on one of my Blogger sites and decided I wanted to <strong>place Adsense inside the posts</strong> &#8211; but <strong>only on single posts</strong>, not on the home page or in the archives. Here&#8217;s how.</p>
<h2>Why Blogger?</h2>
<p>Although my primary blog platform is WordPress, I do occasionally use Blogger for some side projects. Why? Go and read everything that Grizzley&#8217;s written on his <a title="How to Make Money Online for Beginners" href="http://makemoneyforbeginners.blogspot.com/" target="_blank">Make Money Online For Beginners</a> site. Blogger can be an excellent option. It&#8217;s free, easy to create a site, can scale to handle massive traffic etc. </p>
<p>The only downside to Blogger is the limited ability to customize the site. With WordPress I can change pretty much anything I want. With Blogger I can only change things within the narrow framework that Blogger allows. In this case, I ran into the limitations with the built-in options to display Adsense ads.</p>
<h2>Blogger&#8217;s Built In Options To Display Adsense</h2>
<p>The easiest way to add Adsense to a Blogger blog is via the built-in gadget. I won&#8217;t go through the whole process, as it&#8217;s <a title="How to add Adsense to Blogger" href="http://alfred.co.in/how-to/how-to-add-adsense-to-blogger/" target="_blank">written about elsewhere</a>, but you can add an Adsense gadget in the same way you can add a Profile gadget, Text gadget, Poll gadget, etc. Just go to Layout, then Page Settings, then click on Add a Gadget, select the Adsense gadget and then configure it.</p>
<p>The first time you use it, Blogger will ask you for your Adsense publisher number and link the blog to your Adsense account. Then you simply decide where you want the gadget to appear, what size and colour the ads should be and you&#8217;re off! You&#8217;re ready to start <a title="Beginners Guide To Making Money On The Internet" href="http://makinginternetmoneyforbeginners.blogspot.com/" target="_blank">making money online</a>.</p>
<p>You can also add <strong>Adsense between posts</strong>. To do this, click Edit on the Body gadget and turn on the Show Adsense Between Posts option. You&#8217;ll then be presented with the same options that the gadget gives you (size, colour etc).</p>
<h2>Limitations With Built-In Options</h2>
<p>There are several limitations to using Blogger&#8217;s built-in Adsense gadget:</p>
<h3>1. Can&#8217;t Put Adsense Ads Within Posts</h3>
<p>The main limitation with using the built-in Adsense gadget is that you <strong>can&#8217;t place ads within a post</strong>. You can add them before posts, after posts, between posts, in the sidebar, but not in the actual post. </p>
<p>It&#8217;s well known that the CTR (click through rate) is higher for ads within a post than for ads in other positions. So putting Adsense within a post will <a title="Find Your Christian Online Business Opportunity" href="http://www.onlinechristianbusinessopps.com" target="_blank">make more money</a> for you. I cover how to do this below.<b></b></p>
<h3>2. Can&#8217;t Use Channels</h3>
<p>Another limitation of the built-in Adsense gadget is that you can&#8217;t use channels to track the performance of ad units. </p>
<p>However, this isn&#8217;t really a limitation &#8211; if you want to use channels, simply create your code on the Adsense site, then copy and paste your Adsense code into a JavaScript gadget, instead of using an Adsense gadget. In all other ways it will work the same as the Adsense gadget. </p>
<h3>3. Blogger Only Shows Three Ad Units</h3>
<p>The last limitation is only an issue for those people who place an <strong>Adsense unit in the sidebar</strong>. Some people choose not to do this, but I find that an Adsense unit in the sidebar performs relatively well (not as good as units at the top of the page, but better than those lower down the page). </p>
<p>The problem is that Google makes sure that <strong>only three ad units are displayed</strong> on a Blogger page, as per their Terms Of Service. Great in general, but it means you have less control over which ad units appear. Unfortunately the sidebar is rendered last in most templates, so it&#8217;s one of the units that disappear if there are too many units on the page. </p>
<p>This won&#8217;t happen on the single post page. However, if you display ads between posts (or within posts) then the <strong>sidebar ad unit will disappear</strong> on pages with multiple posts, such as the home page and archive pages. I explain how to overcome this below.</p>
<h2>Adsense Within Posts</h2>
<p>As I mentioned above, you can&#8217;t place <strong>Adsense ads within the post body</strong> using the built-in gadgets. To do this, we&#8217;re going to have to put our Adsense code directly into the template. </p>
<p>We still can&#8217;t put the ad unit in the middle of the post, but we can put it at the top of the post, below the title, with the text wrapping around it. Great! That&#8217;s proven to be the <strong>most effective placement</strong>, so that&#8217;s exactly what we want.</p>
<p>Now, the technique used to do this isn&#8217;t new. In fact I learned how to do it by reading Bonnie Calhoun&#8217;s <a title="Wrapping Adsense in Blog Post" href="http://howcanidothat.blogspot.com/2008/03/wrapping-adsense-in-blog-post.html" target="_blank">Wrapping Adsense in Blog Post</a>. You can go and read her post for the full instructions, but here are the basic steps:</p>
<ol>
<li>Get your Adsense code from the Adsense website </li>
<li><a title="Parsing AdSense HTML For Posts" href="http://howcanidothat.blogspot.com/2007/04/parsing-adsense-html-for-posts.html" target="_blank"><strong>Parse the code</strong></a> to replace special characters with HTML entities </li>
<li>In Blogger, go to Layout, then choose Edit HTML </li>
<li>Make a backup of your template by clicking Download Full Template </li>
<li>Click Expand Widget Templates </li>
<li>Search for <code>&lt;data:post.body/&gt;</code> or <code>&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</code> </li>
<li>Place your Adsense code on the line immediately above this </li>
<li>Save the template </li>
</ol>
<p><strong>Note 1</strong>: It&#8217;s very important to parse the code as per Bonnie&#8217;s site (ie replace &lt; with &amp;lt; and &gt; with &amp;gt; etc). If you do not do this, your Adsense units will not display correctly and <strong>you risk being banned by Google</strong>.</p>
<p><strong>Note 2</strong>: You probably want to place your Adsense code within a <strong>floating div</strong>, so that the text wraps around it.</p>
<p>Here&#8217;s what the code will look like (with the publisher specific information removed). The first and last lines should already exist in the template, the rest is what you&#8217;re adding.</p>
<pre class="brush: xml;">
&lt;div class='post-body entry-content'&gt;
&lt;div style='float: left;'&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;!--
google_ad_client = &amp;quot;pub-xxxxxxxxxxxxxxxx&amp;quot;;
google_ad_host = &amp;quot;pub-xxxxxxxxxxxxxxxx&amp;quot;;
google_ad_slot = &amp;quot;xxxxxx&amp;quot;;
google_ad_width = 336;
google_ad_height = 280;
//--&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;
src=&amp;quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;
&lt;/div&gt;
&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;
</pre>
<p>This solves the problem of getting <strong>Adsense to appear within the post</strong>, driving up CTR. However, the <strong>sidebar unit will still disappear</strong> on the home page, as there will be more than 3 units on the page (one embedded in each post).</p>
<h2>Only Showing Adsense In Posts On A Single Post</h2>
<p>To solve the problem of the sidebar unit disappearing, I decided that I only wanted to show Adsense within the post (ie solution in the previous section) <strong>on single posts</strong>. I didn&#8217;t want this ad unit to appear on the home page or on archive pages.</p>
<p>It would be easy enough to do this in WordPress / PHP, but I had no idea <strong>how to customize a Blogger template</strong>. I consulted Blogger&#8217;s Help facility and found a list of <a title="Layouts Data Tags" href="http://help.blogger.com/bin/answer.py?answer=47270&amp;ctx=sibling" target="_blank">Layouts Data Tags</a>, which let me see what could be done. Despite the options being fairly limited, I found the answer I needed: The <strong>pageType tag</strong>, which can have a value of &#8216;item&#8217;, &#8216;archive&#8217; or &#8216;index&#8217;.</p>
<p>My XML coding skills are a little rusty, but thankfully it wasn&#8217;t hard to work out how to include some HTML based on the type of page:</p>
<pre class="brush: xml;">
&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
PUT YOUR CODE HERE
&lt;/b:if&gt;
</pre>
<p>This says: If it&#8217;s a single post, include the HTML (obviously you have to put it in). So single posts (pageType of item) will display the HTML, but the home page (pageType of index) and archive pages (pageType of archive) will not.</p>
<p>Applying this to our Adsense problem, here is the full code you need (with the publisher specific information removed). Use this instead of the code in the Adsense Within Posts section above. The first and last lines should already exist in the template, the rest is what you&#8217;re adding. </p>
<pre class="brush: xml;">
&lt;div class='post-body entry-content'&gt;
&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
&lt;div style='float: left;'&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;!--
google_ad_client = &amp;quot;pub-xxxxxxxxxxxxxxxx&amp;quot;;
google_ad_host = &amp;quot;pub-xxxxxxxxxxxxxxxx&amp;quot;;
google_ad_slot = &amp;quot;xxxxxxxxxx&amp;quot;;
google_ad_width = 336;
google_ad_height = 280;
//--&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;
src=&amp;quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;
&lt;/div&gt;
&lt;/b:if&gt;
&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;
</pre>
<p>Of course, this means that only two Adsense units will be shown on the home page. If you&#8217;re doing things properly, most of your visitors should arrive on single posts, via the search engines, so this solution&#8217;s good enough for me.</p>
<h2>Final Thoughts</h2>
<p>If you want to <a title="How to Make Money Online" href="http://onemansgoal.com/" target="_blank">make money online</a> and you&#8217;ve decided that using <strong>Adsense on Blogger</strong> is the way to do it, then optimize it! </p>
<p>Hopefully this has helped you a) <strong>increase your CTR</strong> by showing you how to place Adsense units at the <strong>top of your posts</strong> and b) how to <strong>preserve income</strong> from the sidebar unit by stopping it from <strong>disappearing on multiple post pages</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2009/01/blogger-how-to-add-adsense-inside-single-posts-only/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
		<item>
		<title>SearchWiki Breaks Numbered Google Results &#8211; Easy Fix</title>
		<link>http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/</link>
		<comments>http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 14:11:05 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Web Related]]></category>
		<category><![CDATA[firefox extensions]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[SERPs]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/.On 20 November 2008, Google introduced SearchWiki, allowing users to customize their search results by re-ranking, deleting, adding and commenting on them. I&#8217;m not going to cover how SearchWiki works, nor am I going to examine whether the impact of SearchWiki is positive or negative. [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/">http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/</a>.<br /><p>On 20 November 2008, <a href="http://googleblog.blogspot.com/2008/11/searchwiki-make-search-your-own.html" target="_blank">Google introduced SearchWiki</a>, allowing users to customize their search results by re-ranking, deleting, adding and commenting on them. I&#8217;m not going to cover <a href="http://searchengineland.com/google-searchwiki-launches-15561.php" target="_blank">how SearchWiki works</a>, nor am I going to examine whether the impact of SearchWiki is positive or negative. </p>
<p>I was going to moan about how SearchWiki broke the <a href="http://www.addedbytes.com/tools/numbered-google-results-user-script/" target="_blank">Numbered Google Results</a> script for Greasemonkey. Instead, I just worked out how to fix it. Here&#8217;s a simple hack to the <strong>Numbered Google Results</strong> script which allows it to work with <strong>SearchWiki</strong>.</p>
<h2>SearchWiki Breaks The Numbered Google Results</h2>
<p>The <strong>Numbered Google Results</strong> Greasemonkey script basically does what it&#8217;s title says: it numbers the results presented in Google&#8217;s Search Results. This allows you to instantly identify where a website is ranked. This is very useful for SEOs who are monitoring the progress of their websites in the SERPs.</p>
<p>You can see it in action in the following screenshot &#8211; note the numbers before each entry.</p>
<p><img style="border:1px solid #CCC; margin-bottom:20px" src='http://www.scratch99.com/wp-content/uploads/2008/11/numbered-google-results1.png' alt='Numbered Google Results' /></p>
<p>With the introduction of SearchWiki, <strong>the numbered results broke</strong>. Certain results, such as News results from Google, still show a number, but normal search results don&#8217;t. You can clearly see this in the following screenshot.</p>
<p><img style="border:1px solid #CCC; margin-bottom:20px" src='http://www.scratch99.com/wp-content/uploads/2008/11/google-searchwiki-breaks-numbered-results1.png' alt='SearchWiki Breaks Numbered Google Results' /></p>
<div class="csstextbox1">Note: If you&#8217;re not logged into Google, you won&#8217;t have this problem. This is because SearchWiki is only active (and therefore interferes with the script) when you&#8217;re logged in.</div>
<h2>Solution &#8211; Hacking The <strong>Numbered Google Results</strong> Script</h2>
<p>Thankfully, this problem can be easily solved by making a <em>very</em> simple hack to the script. Here are the steps (assuming you have installed the script):</p>
<ol>
<li>Right-Click on the Greasemonkey icon in Firefox </li>
<li>Click <em>Manage User Scripts</em> and a dialog box will open </li>
<li>Select <strong>Number Google Results </strong>from the list </li>
<li>Click the Edit button (at the bottom of the dialog box) </li>
<li>If asked for the location of a text editor, find one on your hard drive (if you use Notepad, start by looking for C:\Windows\Notepad.exe) </li>
<li>Make the change shown below, then Save, Close and click Okay </li>
<li>Refresh (F5) <strong>Google </strong>to make sure the changes are loaded </li>
</ol>
<p>Here&#8217;s the change. Find the following line (at around line 54):</p>
<pre class="brush: jscript;">
if (tp.className == 'g') {
</pre>
<p>and change it to:</p>
<pre class="brush: jscript;">
if (tp.className == 'g' || tp.className == 'g w0') {
</pre>
<p><strong>I told you it was simple! You should now get numbered results whether you are logged into Google or not. SearchWiki won&#8217;t break it.</strong></p>
<script type="text/javascript">Nifty("div.csstextbox1","bgcolor-#FFFFFF");</script>]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/11/searchwiki-breaks-numbered-google-results-easy-fix/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Seth Godin May Be Costing You Money</title>
		<link>http://www.scratch99.com/2008/08/seth-godin-smart-pricing/</link>
		<comments>http://www.scratch99.com/2008/08/seth-godin-smart-pricing/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 07:27:14 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[make money online]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/08/seth-godin-smart-pricing/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/08/seth-godin-smart-pricing/.This morning I noticed an entry on Sphinn highlighting GreyWolf’s Seth Godin Wants to Cheat Advertisers with Fake Clicks post. It discusses Seth Godin’s Ads are the new online tip jar post, which suggests that readers should click ads to reward bloggers for their writing. [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/08/seth-godin-smart-pricing/">http://www.scratch99.com/2008/08/seth-godin-smart-pricing/</a>.<br /><p>This morning I noticed an <a href="http://sphinn.com/story/67432"><strong>entry on Sphinn</strong></a> highlighting GreyWolf’s <a href="http://www.wolf-howl.com/22/seth-godin-cheat-advertisers/"><strong>Seth Godin Wants to Cheat Advertisers with Fake Clicks</strong></a> post. It discusses Seth Godin’s <a href="http://sethgodin.typepad.com/seths_blog/2008/08/ads-are-the-new.html"><strong>Ads are the new online tip jar</strong></a> post, which suggests that readers should click ads to reward bloggers for their writing. To quote Seth:</p>
<blockquote><p>If you like what you&#8217;re reading, click an ad to say thanks.</p></blockquote>
<p>GreyWolf condemns Seth’s advice and rightly points out that anyone following this advice is <strong>guilty of click fraud</strong>:</p>
<blockquote><p>If you click on an ad and your purpose is to make sure the site owner or blogger gets money from the click, and you had no intent to buy or research, that is click fraud.</p></blockquote>
<p>As you’d expect, given they are Internet Marketing / SEO communities, comments on GreyWolf’s post and on Sphinn strongly condemn Seth’s statement. The majority of commentators agree that this is click fraud. I concur!</p>
<p>However, what’s intrigued me is that no-one’s mentioned the effect this may have on a blog being smart priced by Google. <strong>Seth’s advice may actually end up costing bloggers</strong> who run Google Adsense.</p>
<div class="csstextbox1">This post really only applies to blogs running Google Adsense. Seth doesn’t mention Adsense in his post, but there’s no doubt that if people were to follow his advice, some of the ads they’d be clicking on would be Adsense ads.</div>
<p>I’m not sure why no-one’s mentioned this. It may be that most members of those communities fall on the advertising, rather than publisher, side of the fence. I’m definitely on the publisher side, so I’ll go ahead and explore the <strong>impact on smart pricing</strong>.</p>
<h2>What Is Smart Pricing?</h2>
<p>I’m not going to go into what smart pricing is in detail. That’s been covered before, both by myself in my <a href="http://www.scratch99.com/2008/01/avoid-adsense-smart-pricing-on-blogs/"><strong>How To Avoid Adsense Smart Pricing On Blogs</strong></a> post, and by better bloggers than me. </p>
<p>The short description is that smart pricing is a <strong>penalty applied by Google</strong>, resulting in the amount of money you receive when someone clicks an Adsense ad (on your site) being <strong>only a fraction</strong> of what you would normally receive.</p>
<p>If you want to find out more about smart pricing, the best description I’ve found is Grizzly’s <a href="http://makemoneyforbeginners.blogspot.com/2008/04/optimization-tips-for-adsense.html"><strong>Optimization Tips for Adsense</strong></a>. Read his long article in full for a good understanding, but here’s his quick summary of smart pricing:</p>
<blockquote><p>If you are running ads on your blog that an advertiser has bid $0.50 per click on and your traffic clicks the ads and doesn&#8217;t convert well for the advertiser then Google will not pay you the usual $0.25 per click. They will likely give you $0.01 to $0.05 per click. This means you have been smart priced. This will also mean that you will receive lower payouts on every site you have Adsense on &#8211; not just the poorly converting site. This is a penalty because you are not optimizing your Adsense pages in order to give the advertiser the most bang for his or her buck.</p></blockquote>
<p><em>So basically, if clicks from your site give advertisers a low conversion rate, you get a huge penalty on what you earn.</em></p>
<h2>But It’s More Complicated Than That</h2>
<p>There’s more at play here than what I’ve described above. Admittedly, no-one but Google really knows how it works, but Grizzly knows as much as anyone else and mentions <strong>targeted traffic</strong>.</p>
<p>Google considers where the traffic comes from and how much value traffic is to the advertiser. Even if the visitor doesn’t buy anything from the advertiser, if it’s targeted traffic, Google considers that you’ve delivered quality traffic to the advertiser. As Grizzly explains:</p>
<blockquote><p> My best advertiser is looking for people looking to &#8220;make money online&#8221;. The ad says &#8220;Make Easy Money Online&#8221;. Most of my traffic &#8211; about 75% find my blog searching on Google for the term &#8220;make money online&#8221; or a long tail version of that term. If one of my visitors clicks on the ad they are most likely looking for what the advertiser has to offer and even if they don&#8217;t buy, Google can charge the advertiser full price because the visitor left a &#8220;make money online&#8221; trail. They found me using the term and they found the advertiser because of the term. That is as targeted as traffic can get and Google can charge the advertiser full price. If all my traffic came from stumble upon and clicked the ads then the advertiser wont get many conversions and Google can see where the traffic originated, knows it isn&#8217;t targeted and will penalize me and give the advertiser a rebate.</p></blockquote>
<p><em>So you’re more likely to be smart priced if a high percentage of the visitors clicking ads, arrived at your site from a source other than a search engine.</em></p>
<h2>Seth Godin Could Cost You Money</h2>
<p>How can you avoid smart pricing? The answer: Try to ensure you’re <strong>delivering targeted traffi</strong>c (ie from search engines) to the advertisers and that a good percentage of that traffic <strong>converts for the advertiser</strong>.</p>
<p>If your regular readers follow Seth’s advice and click on ads to reward you, you’ll get more clicks, but you won’t be delivering targeted traffic to the advertiser and only a low percentage of people will actually buy anything. </p>
<p><strong>That puts you squarely in smart pricing territory</strong>. Thanks Seth!</p>
<p>If you only have one site, the impact may not be so bad: There&#8217;s no guarantee you&#8217;ll be smart priced and anyway, a lot of low value clicks may equal a few high value clicks. </p>
<p>However, the risk is not worth it, especially if you have other sites running Adsense. If you get smart priced on your blog, <strong>you get smart priced on all your sites</strong>. That could really cost you.</p>
<h2>Final Thoughts</h2>
<p>I&#8217;ve got nothing against Seth Godin &#8211; he&#8217;s obviously very well respected &#8211; but I think he&#8217;s wrong on this occasion. I&#8217;m far from an expert in this, but leaving the click fraud argument aside, it seems his advice, aimed at helping bloggers, <strong>could actually hurt them</strong> if they run Google Adsense ads.</p>
<p>As a publisher, I don&#8217;t want my normal visitors to click ads. When people choose to click ads on my site, I want them to be <strong>highly targeted search engine visitors</strong>, who’ll lead to a <strong>higher advertiser conversion rate</strong> and won’t get me smart priced.</p>
<p>Oh, if you came to this post from Sphinn or StumbleUpon, or you&#8217;re one of my regulars, and you&#8217;re wondering why you can&#8217;t see Adsense on this blog, well you can&#8217;t. Only <a href="http://www.scratch99.com/2008/01/shylock-adsense-plugin-hack-to-avoid-adsense-smart-pricing/"><strong>search engine visitors see Adsense ads</strong></a> on this blog.</p>
<script type="text/javascript">Nifty("div.csstextbox1","bgcolor-#FFFFFF");</script>]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/08/seth-godin-smart-pricing/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Embedded Search Box In Google Search Results</title>
		<link>http://www.scratch99.com/2008/05/embedded-search-box-in-google-search-results/</link>
		<comments>http://www.scratch99.com/2008/05/embedded-search-box-in-google-search-results/#comments</comments>
		<pubDate>Tue, 27 May 2008 07:43:09 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Web Related]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/05/embedded-search-box-in-google-search-results/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/05/embedded-search-box-in-google-search-results/.I recently read a post which picked up a humourous (but offensive) result returned by Google Search via the sitelinks feature. I thought I&#8217;d check it out to see if it had been fixed, either by Urban Dictionary or by Google themselves. However, when I [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/05/embedded-search-box-in-google-search-results/">http://www.scratch99.com/2008/05/embedded-search-box-in-google-search-results/</a>.<br /><p>I recently read a post which picked up a <a href="http://www.colincochrane.com/post/2008/05/Urban-Dictionary-and-Google-Sitelinks.aspx"><strong>humourous (but offensive) result</strong></a> returned by <strong>Google Search</strong> via the <a href="http://www.problogger.net/archives/2007/11/03/explaining-google-sitelinks/"><strong>sitelinks feature</strong></a>.</p>
<p>I thought I&#8217;d check it out to see if it had been fixed, either by Urban Dictionary or by Google themselves. However, when I tried the search, I didn&#8217;t get any sitelinks at all. Instead, I saw something I&#8217;d never seen before: <strong>a search box, embedded in the search results!</strong></p>
<p>A picture says a thousand words, so here it is:</p>
<p><img style="margin:25px 0px" src='http://www.scratch99.com/wp-content/uploads/2008/05/urbandictionary.PNG' alt='Embedded Search Box In Search Results' /></p>
<p>Using the embedded search box performs a <strong>Google Search</strong> only on the site in question (in this case Urban Dictionary). The results are the same as if you had used the <strong>Google Search site feature</strong> in the normal search box. </p>
<p>For example, I typed &#8220;blogging&#8221; in the embedded search box and clicked the &#8220;Search urbandictionary.com&#8221; button and got the following results:</p>
<p><img style="margin:25px 0px" src='http://www.scratch99.com/wp-content/uploads/2008/05/urbandictionary-searchresults.PNG' alt='Results Of Using Embedded Search Box' /></p>
<p>Note the &#8220;blogging site:urbandictionary.com&#8221; in the main search box. This indicates that the embedded search box simply performs a normal Google site search on the site in question.</p>
<p>I&#8217;m sure that other people out there have noticed this and blogged about it before me, but I&#8217;ve never heard of it or seen it before, so I figured it was worth writing about. </p>
<p>I guess this is a new feature Google has introduced to improve the usefulness of their search results. It probably won&#8217;t add much value to experienced users who could just use the <strong>Google Search site feature</strong>, but it may be useful for the average user who doesn&#8217;t know how to use this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/05/embedded-search-box-in-google-search-results/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Change To Google Search With Quotes</title>
		<link>http://www.scratch99.com/2008/05/change-to-google-search-with-quotes/</link>
		<comments>http://www.scratch99.com/2008/05/change-to-google-search-with-quotes/#comments</comments>
		<pubDate>Sun, 11 May 2008 13:04:24 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Web Related]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/05/change-to-google-search-with-quotes/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/05/change-to-google-search-with-quotes/.Following my own advice in my last post, about not sitting on semi exclusive news, I thought I better get this post out quickly! I&#8217;m not sure if this has been reported elsewhere, or even how long the change has been in place, but it [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/05/change-to-google-search-with-quotes/">http://www.scratch99.com/2008/05/change-to-google-search-with-quotes/</a>.<br /><p>Following my own advice in my last post, about not sitting on semi exclusive news, I thought I better get this post out quickly! I&#8217;m not sure if this has been reported elsewhere, or even how long the change has been in place, but it seems that <strong>Google have made a tweak to their Search facility</strong>.</p>
<p>It&#8217;s only a very minor change, but may be of interest to some&#8230;</p>
<h2>Background</h2>
<p>When you do a search using the quote marks, Google returns only those pages which have that exact phrase on it. For example, if I search for:</p>
<p><em>some random phrase that I type</em></p>
<p>it will give me any pages which have all of those words somewhere on the page (or in the URL, or in the meta tags, etc).</p>
<p>When I search for:</p>
<p><em>&#8220;some random phrase that I type&#8221;</em></p>
<p>it will only give me pages which have that exact phrase (ie those words together, exactly as in between the quote marks).</p>
<p>This technique is often used by people researching keywords for use with niche sites, as it lets them know exactly how many other sites have the exact phrase they are targeting. These sites may be their competition!</p>
<h2>The Change</h2>
<p>As I said above, it&#8217;s only a very minor change.</p>
<p>In the past, if I searched for a phrase (using quotes) that didn&#8217;t exist, then it returned nothing. I would have received a message that my search didn&#8217;t match any documents and some advice on changing my search term so it would find something.</p>
<p>Now, it tells me that there are no results found, but it also returns the results for the search term <strong>without the quotes</strong>.</p>
<p>An example can be seen below.</p>
<div style="text-align:center"<img src='http://www.scratch99.com/wp-content/uploads/2008/05/google-search-with-quotes.png' alt='Google Search Without Quotes' /></div>
<p>Not startling news, just something minor, but a good move by Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/05/change-to-google-search-with-quotes/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Toolbar PageRank Update In Progress?</title>
		<link>http://www.scratch99.com/2008/04/toolbar-pagerank-update-in-progress/</link>
		<comments>http://www.scratch99.com/2008/04/toolbar-pagerank-update-in-progress/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 13:10:14 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Web Related]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[pagerank]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/04/toolbar-pagerank-update-in-progress/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/04/toolbar-pagerank-update-in-progress/.I&#8217;ve just noticed that both the Search Status extension for Firefox and the Google Toolbar for IE are reporting More Than Scratch The Surface as having a toolbar PageRank of 5. This is 1 higher than the PR4 the site had the last time I [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/04/toolbar-pagerank-update-in-progress/">http://www.scratch99.com/2008/04/toolbar-pagerank-update-in-progress/</a>.<br /><p>I&#8217;ve just noticed that both the Search Status extension for Firefox and the Google Toolbar for IE are reporting More Than Scratch The Surface as having a <strong>toolbar PageRank</strong> of 5. This is 1 higher than the PR4 the site had the last time I noticed (a couple of days ago).</p>
<p>My secondary site, <a href="http://www.jobsinchina.com/">Jobs In China</a>, is now showing a PR4, where it was previously unranked.</p>
<p>I&#8217;ve tried to confirm these figures through about 10 different <strong>PageRank checkers</strong>, but can&#8217;t do so. In most cases, the old values appear. In a few cases, 0 or NaN appear. None show the figures that Search Status and Google Toolbar are showing.</p>
<p><strong>So, is there a toolbar PageRank update in progress?</strong></p>
<p>None of the sites in my feed reader are reporting anything. Perhaps, I&#8217;m the first to notice, although I think this unlikely! I just hope it&#8217;s not a blip that will be gone in the morning!</p>
<p>I&#8217;m out of time to check other sites tonight, so if anyone can confirm that a <strong>toolbar PR update is underway</strong>, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/04/toolbar-pagerank-update-in-progress/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Finally &#8211; The Google Slap&#8230;</title>
		<link>http://www.scratch99.com/2008/01/toolbar-pagerank-penalty/</link>
		<comments>http://www.scratch99.com/2008/01/toolbar-pagerank-penalty/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 03:39:30 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[Sponsored Posts]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/01/toolbar-pagerank-penalty/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/01/toolbar-pagerank-penalty/.More Than Scratch The Surface has finally been penalised by Google. I noticed today that my toolbar PageRank has dropped from PR4 to PR0. It appears to only be a toolbar PR penalty &#8211; I am still in the same place in the SERPs. I [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/01/toolbar-pagerank-penalty/">http://www.scratch99.com/2008/01/toolbar-pagerank-penalty/</a>.<br /><p><em>More Than Scratch The Surface</em> has finally been penalised by Google. I noticed today that my <strong>toolbar PageRank</strong> has dropped from PR4 to PR0. It appears to only be a <strong>toolbar PR penalty</strong> &#8211; I am still in the same place in the <strong>SERPs</strong>.</p>
<p>I say finally, because I&#8217;ve been watching other sites get penalised, while mine remained untouched. The cause of my penalty: two sponsored posts I wrote about three months ago. Until now, Google hadn&#8217;t noticed them.</p>
<h2>Goodbye PayPerPost</h2>
<p>Like RT, I&#8217;ve said <a href="http://www.untwistedvortex.com/2008/01/29/goodbye-izea-and-payperpost-it-was-nice-knowing-you/" target="_blank"><strong>goodbye to PayPerPost</strong></a>. I only did two sponsored posts and it&#8217;s almost 3 months since the last one. I initially stopped doing them because I couldn&#8217;t find any fitting the subject of this blog. Then, as more and more blogs were <strong>penalised by Google</strong>, I decided to hold off doing any more.</p>
<p>I thought about adding <strong>nofollow</strong> to the links when Terence Chang recently <strong><a href="http://www.terencechang.com/2008/01/14/text-link-ads-may-kill-your-google-page-rank/" target="_blank">lost his toolbar PR</a></strong>. I&#8217;m not sure why I didn&#8217;t. If I&#8217;m honest, I guess I thought that if Google hadn&#8217;t already penalised me, then they must have missed me. So if you are thinking about fixing any issues on your site, do it today!</p>
<p>I&#8217;ve now added <strong>nofollow</strong> to the links and <strong>requested reconsideration </strong>via Google&#8217;s Webmaster Tools. Now, I wait and hope my <strong>toolbar PR is restored</strong>. </p>
<h2>Why Am I Worried About Toolbar PR?</h2>
<p>Cynics will be asking why I&#8217;m so worried about <strong>toolbar PR</strong>, given my somewhat anti-Google stance on previous posts, such as <a href="http://www.scratch99.com/2007/10/final-thoughts-on-the-pagerank-debacle/"><strong>Final Thoughts On The PageRank Debacle</strong></a> and <a href="http://www.scratch99.com/2007/11/signed-up-for-payperpost/" target="_blank"><strong>I Signed Up For PayPerPost</strong></a>.</p>
<p>There are several reasons for my change of stance:</p>
<ol>
<li>Originally, I was angry that so many fine bloggers were penalised for what was normal practice. It <strong>felt</strong> like Google was being very unfair. I&#8217;ll admit I didn&#8217;t know anything about Google&#8217;s Terms Of Service at the time. Since then, I&#8217;ve come to realise that Google had stated that the nofollow tag must be added to paid reviews and advertising. I still feel that <strong>Google should have communicated this better</strong> to the average blogger before penalising them, but in hindsight, they could have reduced real PR rather than just toolbar PR. A turning point in my attitude came when I read a well-considered <a href="http://makemoneyforbeginners.blogspot.com/2007/11/i-hate-defending-google-but.html" target="_blank"><strong>defence of Google</strong></a>.</li>
<li>I originally thought, like many others, that I didn&#8217;t need Google. I&#8217;ve since come to realise that although it may be possible to have a successful site without <strong>Google search traffic</strong>, this traffic is where most of the money is. Search engine visitors are the one who are most likely to click ads or buy something (whether from Adsense or Amazon). Turning your back on Google&#8217;s search traffic has to be considered as shooting yourself in the foot. <strong>If I value the search traffic, I have to play by Google&#8217;s rules</strong>. I&#8217;m now happy to do so: In fact only 3 days ago, <em>I turned down an approach to buy links</em> on my site.</li>
<li>I was making very little from <a href="http://www.scratch99.com/tag/adsense/" target="_blank"><strong>Adsense</strong></a> at the time and it appeared that sponsored posts were a better option. This may indeed be the case for some blogs, but I&#8217;ve come to understand Adsense much better since then. As I&#8217;ve learnt more about Adsense, it&#8217;s started performing better &#8211; and it&#8217;ll only get better as my site grows. Long term, Adsense is a better option.</li>
<li>Although <strong>toolbar PR</strong> is pretty much irrelevant (it&#8217;s your real PR and position in the SERPs that really matter), <em>most people don&#8217;t realise that</em>. Why is that important? Well, it&#8217;d important if I wanted to sell links or write sponsored posts, because they&#8217;re based on <strong>toolbar PR</strong>, but <em>I&#8217;m not going to do that</em>! However, I&#8217;ll be moving to Brisbane in about 3 months and I&#8217;ll be looking for a web-related job. You never know, a PR4 website <em>may</em> help me get such a job, a PR0 site probably won&#8217;t!</li>
</ol>
<h2>Final Thoughts</h2>
<p>I didn&#8217;t have to post this. Google don&#8217;t care whether I make this post or not. I could have just <strong>requested reconsideration</strong> quietly without mentioning it and most people wouldn&#8217;t have noticed. But that&#8217;s not my way. If I feel I&#8217;ve made a mistake, I&#8217;ll put my hand up and admit it.</p>
<p>In the past I&#8217;ve said things that were <strong>anti-Google</strong> and <strong>pro-sponsored posts</strong>. At the time I believed what I said and there is an element of truth in those statements. It may be that for some people, sponsored posts are the best way to monetize their sites. It&#8217;s quick and easy money for a small blog, while Adsense won&#8217;t start working well until you&#8217;ve built your blog up and you understand how it works a little better.</p>
<p>However, I&#8217;ve come to realise that in the bigger picture, Google search traffic is a very important element of a successful site. It&#8217;s not something I want to lose, so I&#8217;ll play by Google&#8217;s rules. Today, I&#8217;ve only <strong>lost my</strong> <strong>toolbar PR</strong>, tomorrow it may be my <strong>real PageRank</strong> and my <strong>position in the SERPs</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/01/toolbar-pagerank-penalty/feed/</wfw:commentRss>
		<slash:comments>45</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 1093/1177 objects using disk

Served from: www.scratch99.com @ 2010-09-06 22:21:13 -->