<?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>Christian Jessen &#187; Google</title>
	<atom:link href="http://christianjessen.net/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://christianjessen.net</link>
	<description>A Dane starting business in South America (Santiago de Chile)</description>
	<lastBuildDate>Sun, 30 Oct 2011 04:47:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using Correct Meta-tags and other HTML tags</title>
		<link>http://christianjessen.net/using-correct-meta-tags-and-other-html-tags/</link>
		<comments>http://christianjessen.net/using-correct-meta-tags-and-other-html-tags/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:29:36 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[metatags]]></category>

		<guid isPermaLink="false">http://christianjessen.net/?p=536</guid>
		<description><![CDATA[The whole subject about Meta-tags is so simple, yet so misunderstood. Time after time I see developers misuse (or just not using at all) meta-tags, title-tags and other HTML tags that can significantly increase/decrease your rankings. Let’s start with the meta description, which is really the most important meta-tag you need to remember. First I [...]]]></description>
			<content:encoded><![CDATA[<p>The whole subject about Meta-tags is so simple, yet so misunderstood. Time after time I see developers misuse (or just not using at all) meta-tags, title-tags and other HTML tags that can significantly increase/decrease your rankings.</p>
<p><span id="more-536"></span>
</p>
<p></p>
<p><strong>Let’s start with the meta description</strong>, which is really the most important meta-tag you need to remember. First I want to kill a typical myth about this tag: <strong>it does <u>not</u> help your site rank higher.</strong> The only purpose for the meta description is to provide at snippet about the current page for Google. Now why is this tag so important? Because it gives you a chance to write 160 characters to get the users attention – this is what differentiates your results from the other results on the page. I have seen several sites having the CTR on search results improve a lot, just by optimizing their meta description.<br />
Another important thing to mention with meta-tags, is that <strong>meta keywords is useless</strong>; it is out-dated, and no longer used by Google (most likely not by other search engines either). Generating or writing meta-keywords is a waste of time in terms of ranking and SEO, so just skip it. Save the bytes in your HTML for more important tags (like the canonical!).</p>
<p>
</p>
<p>Now let’s move on to some of the other important HTML tags. First of all you should always remember to use h1, h2, etc. where applicable. If possible also wrap your paragraphs into the p-tag, and in general make sure you follow the W3C guidelines.<br />
A small tip is to take a look at your generated HTML (yes, go to your browser and use the view-source function), and read through your page. Now ask yourself if the page is easy to read? (Is it easy to identify title, content, and other objects?)<br />
If it is easy to read your page as a human, then it is most likely also easy for Google to read and understand. If this is not the case, then you should probably start to work on optimizing your HTML.</p>
<p>
</p>
<p>To sum up, here is a small check-list when going through your HTML source:</p>
<ul>
<li>Always make sure to have unique title-tags (Google only shows 60 characters, but it will read much more than that, so don’t be afraid to have too long title-tags)</li>
<li>Make sure to create a unique meta-tag description for each page. <strong>Never</strong> have the same meta-description on all pages.</li>
<li>Use h1, h2, p, strong, em, and so on to format your text and content. A rule of thumb is that if your HTML is readable for humans, it most likely is readable for Google as well.</li>
<li><u>Don’t use meta keywords, it is a waste of time and bytes.</u></li>
</ul>
<p></p>
<blockquote><p>
This is part 3 of 5 in my series of <a href="http://christianjessen.net/seo-for-developers-5-things-you-must-know/">Must-Know SEO for Developers</a>. You can find all the parts here.</p>
<ul>
<li><a href="http://christianjessen.net/avoiding-duplicate-content-by-using-301-redirect-and-canonical-tags/" title="Part 1 of 5 in SEO For Developers">Part 1: Avoiding Duplicate Content With 301 Redirects and Canonical Tags</a></li>
<li><a href="http://christianjessen.net/using-correct-url-structure-in-your-applications/" title="Part 2 of 5 on SEO For Developers">Part 2: Using Correct URL Structure</a></li>
<li><a href="http://christianjessen.net/using-correct-meta-tags-and-other-html-tags/" title="Part 3 of 5: Correct Meta- and HTML-tags for SEO">Part 3: Using Correct Meta-tags And Other HTML tags</a></li>
<li><a href="http://christianjessen.net/internal-linking-in-your-web-application/" title="About how you should use internal linking in your web application">Part 4: Internal Linking In Your Web Application</a></li>
<li>Part 5: Using Webmaster Tools And Analytics</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/using-correct-meta-tags-and-other-html-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Correct URL Structure In Your Applications</title>
		<link>http://christianjessen.net/using-correct-url-structure-in-your-applications/</link>
		<comments>http://christianjessen.net/using-correct-url-structure-in-your-applications/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 14:17:34 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[devs]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://christianjessen.net/?p=526</guid>
		<description><![CDATA[While this has become much better and a normal standard today, it is still important to have in mind as a developer. There is still way too many CMS and other platforms out there using parameters and creating URL’s like /index.php?page=42&#038;s=32. Paremeters is a great thing for web development, and can surely be used when [...]]]></description>
			<content:encoded><![CDATA[<p>While this has become much better and a normal standard today, it is still important to have in mind as a developer. There is still way too many CMS and other platforms out there using parameters and creating URL’s like /index.php?page=42&#038;s=32. Paremeters is a great thing for web development, and can surely be used when doing applications for logged in users and so on. But for content for the web, which is supposed to be indexed in the search engines, you will need to make better URL’s.<span id="more-526"></span><br />
Note: Google has become a lot better in reading and understanding parameters, and yes – in Webmaster Tools you can set what your parameters do etc. which is good for fx. Pagination. However, the use of parameters should always be limited as much as possible.</p>
<p>The main thing to remember with URL’s are to get the keywords in. If you are allowing your users to create dynamic content (fx. CMS pages), make sure to generate the URL string from the title or give the user control of creating a URL.<br />
Another thing Google likes, especially if you have dynamic content and nested categories, is using the URL as a “breadcrumb” structure. A good idea would be to have for example:<br />
/category/subcategory/item<br />
Just remember not to have too long URL’s, and follow the basic rules. Also make sure that nested URL’s like the above are actually related and it is the correct path for the item.<br />
Note: Google is in general really good at understanding breadcrumb structure, but always make it as easy as possible. The above example is both easy to understand for the crawlers and for the human eye.</p>
<p>Another thing to remember when making pretty URL, is that while the robots and browsers in general can read, crawl and understand special signs (fx. ñ in Spanish) it is generally a bad idea to use those in urls. I learned this the hard way, and discover that Google doesn’t encode the url, so if you for example use urlencode()/urldecode() in PHP, you will get different requests from Google and from normal browsers. So remember to always make urls plaintext; no exceptions.</p>
<p>A last thing  about URL structure is that you should choose one and stick to that. Make sure that once content has been created, and has an URL (fx. /category/item), they will not change. Make sure that you create the proper 301 redirects if you change the URL structure, and implement the canonical tags as described in the last post.</p>
<p></p>
<blockquote><p>
This is part 2 of 5 in my series of <a href="http://christianjessen.net/seo-for-developers-5-things-you-must-know/">Must-Know SEO for Developers</a>. You can find all the parts here.</p>
<ul>
<li><a href="http://christianjessen.net/avoiding-duplicate-content-by-using-301-redirect-and-canonical-tags/" title="Part 1 of 5 in SEO For Developers">Part 1: Avoiding Duplicate Content With 301 Redirects and Canonical Tags</a></li>
<li><a href="http://christianjessen.net/using-correct-url-structure-in-your-applications/" title="Part 2 of 5 on SEO For Developers">Part 2: Using Correct URL Structure</a></li>
<li><a href="http://christianjessen.net/using-correct-meta-tags-and-other-html-tags/">Part 3: Using Correct Meta-tags And Other HTML tags</a></li>
<li><a href="http://christianjessen.net/internal-linking-in-your-web-application/" title="About how you should use internal linking in your web application">Part 4: Internal Linking In Your Web Application</a></li>
<li>Part 5: Using Webmaster Tools And Analytics</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/using-correct-url-structure-in-your-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoiding Duplicate Content By Using 301 Redirect and Canonical Tags</title>
		<link>http://christianjessen.net/avoiding-duplicate-content-by-using-301-redirect-and-canonical-tags/</link>
		<comments>http://christianjessen.net/avoiding-duplicate-content-by-using-301-redirect-and-canonical-tags/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 13:00:26 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://christianjessen.net/?p=502</guid>
		<description><![CDATA[If you don’t already know what DC (Duplicate Content) is, please go Google it. Short described, the problem is that pages can be accessed from several URL’s, and the Search Engines don’t know which page is the original. This is a big problem for several reasons: Your “linkjuice” / PageRank-flow is spreading to different pages. [...]]]></description>
			<content:encoded><![CDATA[<p>If you don’t already know what DC (Duplicate Content) is, please go Google it. Short described, the problem is that pages can be accessed from several URL’s, and the Search Engines don’t know which page is the original.<span id="more-502"></span> This is a big problem for several reasons:</p>
<ul>
<li>Your “linkjuice” / PageRank-flow is spreading to different pages.</li>
<li>The Search engines will treat each page as individual and index them as different pages</li>
<li>In worst case scenario you will get punished and get lower rankings</li>
</ul>
<p>Duplicate content can be of many variations. Here is a couple of examples:</p>
<ul>
<li><em>www.domain.com</em> and <em>domain.com</em>(could be ANY subdomain like server2.domain.com)</li>
<li><em>domain.com/page1</em> and <em>domain.com/page1/</em>(The trailing slash in the end WILL be seen as different page)</li>
<li><em>domain.com/index.php</em> and <em>domain.com/</em></li>
</ul>
<p>Luckily for developers, there is many easy ways to fix this. Lately my favourite has been using canonical tags, but you have to be careful with those. 301 redirection is in many cases the best option, and is a MUST if you already have DC problems.<br />
By implementing canonical tag with the full url (fx “<em>http://domain.com/page1</em>”), Google knows that it is the original page, and will stop thinking <em>/page1/</em> or <em>/page1/?x=y</em> is different pages. <em>But be careful:</em> just a couple of weeks ago, I pushed an update to a site with large amounts of dynamic content. I didn’t notice that I forgot “http://” in my canonical tags, and suddenly I had over 30.000 404 errors in Webmaster Tools, because Google couldn’t find “<em>http://domain.com/domain.com/url</em>”.<br />
Now when shit happens, like in the case above, <strong>301 Redirects</strong> is the absolute best way to go. This will pass pagerank on to the original page and redirect both visitors and the crawlers.</p>
<p>So to sum up about Duplicate Content: <span style="text-decoration: underline;">avoid it</span>. Before it goes wrong. Make sure that all subdomains 301 redirect to your original (or www-version if you use that) – or that you at least have canonical tags implemented. Also make sure to decide if your URL&#8217;s should be shown as <em>/content</em>, <em>/content/</em>, <em>/content.html</em> or whatever you prefer. If you do not implement these things your site will most likely get punished. If your competitor is of &#8220;evil mind&#8221;, and see that you show the same content on all subdomains without canonical tags (common mistake) he can linkbuild to your different URL’s and get your site punished for DC.<br />
(suddenly you might see “<em>looser.domain.com</em>”, “<em>imanass.domain.com</em>” and whatever ranking instead of your original page – that wouldn&#8217;t be fun, would it? And worst case scenario, get de-ranking and even de-indexed as punishment for Duplicate Content)</p>
<p>&nbsp;</p>
<p>What is your experience with <strong>Duplicate Content</strong> as a web developer? Do you implement and use 301 Redirects &amp; canonical tags in your projects right from the start? Be sure to leave a comment, and feel free to come with more tips and corrections.</p>
<p></p>
<blockquote><p>
This is part 1 of 5 in my series of <a href="http://christianjessen.net/seo-for-developers-5-things-you-must-know/">Must-Know SEO for Developers</a>. You can find all the parts here.</p>
<ul>
<li><a href="http://christianjessen.net/avoiding-duplicate-content-by-using-301-redirect-and-canonical-tags/" title="Part 1 of 5 in SEO For Developers">Part 1: Avoiding Duplicate Content With 301 Redirects and Canonical Tags</a></li>
<li><a href="http://christianjessen.net/using-correct-url-structure-in-your-applications/" title="Part 2 of 5">Part 2: Using Correct URL Structure</a></li>
<li><a href="http://christianjessen.net/using-correct-meta-tags-and-other-html-tags/">Part 3: Using Correct Meta-tags And Other HTML tags</a></li>
<li><a href="http://christianjessen.net/internal-linking-in-your-web-application/" title="About how you should use internal linking in your web application">Part 4: Internal Linking In Your Web Application</a></li>
<li>Part 5: Using Webmaster Tools And Analytics</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/avoiding-duplicate-content-by-using-301-redirect-and-canonical-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO For Developers – 5 Things Every Web Developer Should Know</title>
		<link>http://christianjessen.net/seo-for-developers-5-things-you-must-know/</link>
		<comments>http://christianjessen.net/seo-for-developers-5-things-you-must-know/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 19:05:49 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://christianjessen.net/?p=500</guid>
		<description><![CDATA[This series of posts is inspired by my work the last couple of years with several content-applications like BusinessPeru and FeedOrganizer. I work mostly with onsite Search Engine Optimization, and therefore I will not go into stuff like link building, content-creation and the likes. This is purely about what every single developer who works with [...]]]></description>
			<content:encoded><![CDATA[<p>This series of posts is inspired by my work the last couple of years with several content-applications like <a href="http://businessperu.net" title="The Peruvian Business Directory">BusinessPeru</a> and <a href="http://feedorganizer.net" title="FeedOrganizer: New BETA coming soon">FeedOrganizer</a>. I work mostly with onsite Search Engine Optimization, and therefore I will not go into stuff like link building, content-creation and the likes. This is purely about what every single developer who works with web applications should know, and think about while developing a web application.</p>
<p><span id="more-500"></span><br />
</p>
<p>This is the most basic stuff that can really harm your rankings in search engines like Google. I’ve seen sites drop, get de-index and suddenly triple their visitors from search engines, just based on simple onsite changes. However the worst thing is that many developers out there are basically ruining their clients websites, by not knowing what they do; and implementing potentially harmful codes.<br />
Let’s get on to the list of 5 SEO tips every web application developer must know! Below is links to the different parts of the series.</p>
<p></p>
<ul>
<li><a href="http://christianjessen.net/avoiding-duplicate-content-by-using-301-redirect-and-canonical-tags/" title="Part 1 of 5 in SEO For Developers">Part 1: Avoiding Duplicate Content With 301 Redirects and Canonical Tags</a></li>
<li><a href="http://christianjessen.net/using-correct-url-structure-in-your-applications/" title="Part 2 of 5 on Top Things To Know About SEO As A Developer">Part 2: Using Correct URL Structure</a></li>
<li><a href="http://christianjessen.net/using-correct-meta-tags-and-other-html-tags/" title="Part 3 of 5: Using the correct Meta- and HTML-tags for SEO">Part 3: Using Correct Meta-tags And Other HTML tags</a></li>
<li><a href="http://christianjessen.net/internal-linking-in-your-web-application/" title="About how you should use internal linking in your web application">Part 4: Internal Linking In Your Web Application</a></li>
<li>Part 5: Using Webmaster Tools And Analytics</li>
</ul>
<p></p>
<p>I am planning to post one part every Monday, with the first part coming next Monday, 5th of September. So stay tuned, and feel free to comment with inspiration, what you think is the most important onsite SEO every web developer should know, and of course if you thing I am wrong, feel free to correct me in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/seo-for-developers-5-things-you-must-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SEO Tool Review: Check Your Rankings With SEOSupporter</title>
		<link>http://christianjessen.net/free-seo-tool-review-check-your-rankings-with-seosupporter/</link>
		<comments>http://christianjessen.net/free-seo-tool-review-check-your-rankings-with-seosupporter/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 17:57:33 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[google sniper]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO Tips]]></category>
		<category><![CDATA[the google sniper experience]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://christianjessen.dk/?p=344</guid>
		<description><![CDATA[With SEOSupporter you can easily follow your Google rankings, set up custom reports when you fall or rise in the SERP&#8217;s and follow your progress from backlinking to PR changes. I find this the easiest way to keep track of my SEO progress with my websites; and it is very handy when you have a [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 10px; padding-bottom: 10px;"><a href="http://www.seo1supporter.com/"><img src="http://christianjessen.dk/wp-content/uploads/2010/01/seosupporter-teaser-logo.jpg" alt="SEOSupporter keeps track of your rankings on Google" title="seosupporter-teaser-logo" width="245" height="150" class="size-full wp-image-362" style="border: 0px;" /></a></div>
<p>With <a href="http://www.seosupporter.com/">SEOSupporter</a> you can easily follow your Google rankings, set up custom reports when you fall or rise in the SERP&#8217;s and follow your progress from backlinking to PR changes. I find this the easiest way to keep track of my SEO progress with my websites; and it is very handy when you have a bunch of Sniper sites.<br />
<span id="more-344"></span></p>
<h3>Easy Project Overview</h3>
<p>My favorite thing about SEOSupporter (besides that it is a free tool) is the userfriendly interface. It is very easy to get used to, it looks really nice and it gives you a really nice overview over all of your sites. At the dashboard you get a quick overview over all of your sites latest progress; PageRank, Backlinks, Pages Indexed and Alexa ranking. The only thing that is a bit annoying, is the fact that Pages Indexed is not really working. All of my sites are indexed (and ranking) in Google, but SEOSupporter shows 0 indexed pages for most of them. A site search on Google will also show they are indexed, so I&#8217;m not completely sure how this function works.</p>
<div style="text-align: center; padding: 20px;"><a class="thickbox" rel="seosupporter" href="http://christianjessen.dk/wp-content/uploads/2010/01/Project-Overview.jpg"><img src="http://christianjessen.dk/wp-content/uploads/2010/01/Project-Overview.jpg" alt="Easy Overview over all of your sites with SEO Supporter Dashboard" title="Project-Overview" width="450"  class="size-medium wp-image-361" /></a></div>
<h3>Keyword Ranking and Backlink Progress</h3>
<p>The two main features for following your site, is definitely the Keyword Tracking and Backlink overview. If you are doing linkbuilding on of your sites, you can easily follow your progress day by day, and even see how your site has progressed in the past half year.</p>
<p>With the Keyword Monitoring you can also track your competitors ranking on your keywords, a good thing if you are in a competetive niche, and you just want to get that number 1 ranking. Keep track of what your competitors are doing, how many backlinks they have &#8211; you might even be able to spot an aggressive linkbuilding attempt of one of your competitors, and (if you act in time) keep your position. </p>
<div style="text-align: center; padding: 20px; float: right;"><a class="thickbox" rel="seosupporter" href="http://christianjessen.dk/wp-content/uploads/2010/01/Keyword-Tracking.jpg"><img src="http://christianjessen.dk/wp-content/uploads/2010/01/Keyword-Tracking-300x211.jpg" alt="Keyword Tracking with SEOSupporter" title="Keyword Tracking with SEOSupporter" width="230" class="aligncenter size-medium wp-image-360" /></a></div>
<div style="text-align: center; padding: 20px;"><a class="thickbox" rel="seosupporter" href="http://christianjessen.dk/wp-content/uploads/2010/01/Dashboard-Backlinks-Tracking.jpg"><img src="http://christianjessen.dk/wp-content/uploads/2010/01/Dashboard-Backlinks-Tracking-300x210.jpg" alt="Dashboard: Backlinks Tracking with SEOSupporter" title="Dashboard: Backlinks Tracking with SEOSupporter" width="230" class="aligncenter size-medium wp-image-359" /></a></div>
<h3>Completely Free SEO Tool</h3>
<p>SEOSupporter is currently completely free. It is still in BETA, but the system works (really well), and there is no doubt that if you have a website, and are doing some SEO, you should use this tool. According to the person behind, there will be a paid version of the services at some point, but I am sure that there will always be a free version of the system. So what are you waiting for? Jump over to <a href="http://www.seosupporter.com/">SEOSupporter and sign up for your own account now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/free-seo-tool-review-check-your-rankings-with-seosupporter/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Why You Should Disable Google Web History</title>
		<link>http://christianjessen.net/why-you-should-disable-google-web-history/</link>
		<comments>http://christianjessen.net/why-you-should-disable-google-web-history/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:25:31 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[google sniper]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO Tips]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://christianjessen.dk/?p=327</guid>
		<description><![CDATA[Not even a week ago, Google introduced Personalized Search for Everyone in the Google search results. This is a huge deal for most of us Internet Marketers (and Google/AdSense Snipers), who are relying on Google to feed our websites with traffic through the organic search results. In this post I&#8217;ll try to summarize what this [...]]]></description>
			<content:encoded><![CDATA[<p>Not even a week ago, Google introduced <a href="http://googleblog.blogspot.com/2009/12/personalized-search-for-everyone.html">Personalized Search for Everyone</a> in the Google search results. This is a huge deal for most of us Internet Marketers (and Google/AdSense Snipers), who are relying on Google to feed our websites with traffic through the organic search results. In this post I&#8217;ll try to summarize what this is, what it means for your rankings and <strong>why and how you should disable google web history</strong>.</p>
<p><span id="more-327"></span></p>
<h3 style="padding-top: 5px;">What does Web History Means for My Rankings?</h3>
<p>
Before you had to be logged in on Google, to have your Web History affecting the search results, but now it is activated as a default. This means that if you search often on &#8220;Spanish Translation&#8221;, and always click on the same tool, this will effect the ranking of that website, and maybe next time you search on &#8220;Spanish Translation&#8221;, the website you always clicks on, will be moving up in the results.<br />
So lets say you are optimizing your website for &#8220;Fast Spanish Translation&#8221;, and your site is number #2 on Google. You often make the search on Google to check that your website still is number #2, but you also click on your competitors to see if they made any changes their website, or what news they have. You never click on your own website, because you know what is on it. If you have Web History enable, this will now affect your competitors ranking, so your own site might move down in the search results, while your competitors will move up.<br />
Because Google now puts this option ON as standard, this means that most people will not turn it off, and you have even less change of seeing how you actually are ranking in the SERP&#8217;s, when your customers are searching for your website or products.
</p>
<h3 style="padding-top: 5px;">Why Disable Web History?</h3>
<p>
There are a few reason to disable Web History, and if you own a website and want to check your rankings on Google, you should definitely turn it off right away. You can follow my step-by-step guide to disable it below.<br />
If you work with SEO, got your own website or even managing your own website, it should be clear why you should turn it off; it WILL affect your rankings, so you should also make sure your SEO customers disable this, when checking their rankings in Google. If not, you will most likely end up getting a lot of calls from your customers, asking why they suddenly are moving down in the search results.</p>
<p>Even if you are not working with SEO or run a website, disabling the Web History will make your search results cleaner and you will see more &#8220;fresh&#8221; results, allowing sites you havent seen before to be in top of the search results too. Follow my step-by-step guide below to <strong>Disable Google Web History</strong>.
</p>
<h3>How To Disable Google Web History</h3>
<p>
To disable the Web History (so it won&#8217;t affect the SERP pages you see in Google), start by go making a search on Google, as you on the screenshot below. Make sure you are not logged into any Google application like Gmail, and you will now see a link to <strong>&#8220;Web History&#8221;</strong> in the top right corner. Simply click on the link.<br />
<a class="thickbox" rel="google-web-history" href="http://christianjessen.dk/wp-content/uploads/2009/12/google-search-for-fast-spanish-translation.jpg" title="Google Search Results for Fast Spanish Translation"><img src="http://christianjessen.dk/wp-content/uploads/2009/12/google-search-for-fast-spanish-translation.jpg" alt="Google Search Results for Fast Spanish Translation" title="Google Search Results for Fast Spanish Translation" style="margin: 10px; border: 1px solid gray; width: 500px;" /></a>
</p>
<p>
You will now see a screen where you can disable the Web History. Simple click on <strong>&#8220;Disable customizations based on search activity&#8221;</strong> to disable your Web History.<br />
<a class="thickbox" rel="google-web-history" href="http://christianjessen.dk/wp-content/uploads/2009/12/disable-web-history-on-google-step-1.jpg" title="Disable Google Web History - Step 1"><img src="http://christianjessen.dk/wp-content/uploads/2009/12/disable-web-history-on-google-step-1.jpg" alt="Disable Google Web History - Step 1" title="Disable Google Web History - Step 1" style="margin: 10px; border: 1px solid gray; width: 500px;" /></a>
</p>
<p>
If you see a screen like on the screenshot below, you have now disable your Web History, and your search results will no longer be affected by what you have clicked on in the past. Now you should only see &#8220;clean&#8221; SERP&#8217;s from Google.<br />
<a class="thickbox" rel="google-web-history" href="http://christianjessen.dk/wp-content/uploads/2009/12/disable-web-history-on-google-step-2.jpg" title="Disable Google Web History - Step 2"><img src="http://christianjessen.dk/wp-content/uploads/2009/12/disable-web-history-on-google-step-2.jpg" alt="Disable Google Web History - Step 2" title="Disable Google Web History - Step 2" style="margin: 10px; border: 1px solid gray; width: 500px;" /></a>
</p>
<p style="padding-top: 10px;">
I see this as a bad move from Google, but it is mainly in the light of working with SEO. It will now be harder to check your rankings, make your customer see their true rankings, and it is harder to predict if your will be on top of the search results for the visitors, as the SERP&#8217;s now will look much more different depending on which computer you search from. This will also be a big problem on public computers.
</p>
<p>
What do you think about the Google Personalized Web Results? Is it good or bad that Google now is &#8220;forcing&#8221; everybody to use it, and activates it as default? Most people searching on Google will probably never now about the Web History, and therefore never disable it. Feel free to throw a comment below the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/why-you-should-disable-google-web-history/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Sniper Week #6 &amp; New WP Theme</title>
		<link>http://christianjessen.net/google-sniper-week-6/</link>
		<comments>http://christianjessen.net/google-sniper-week-6/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:02:37 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[google sniper]]></category>
		<category><![CDATA[the google sniper experience]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://christianjessen.dk/?p=310</guid>
		<description><![CDATA[This past week I haven&#8217;t really worked at all on my sniper sites. I am working hard to finishing up evisitcard, so I can get the system translated to Spanish. I still have 7 domains I bought last week, that I want to create adsense snipers on and test how good I can rank them, [...]]]></description>
			<content:encoded><![CDATA[<p>This past week I haven&#8217;t really worked at all on my sniper sites. I am working hard to finishing up <a href="http://evisitcard.com/">evisitcard</a>, so I can get the system translated to Spanish. I still have 7 domains I bought last week, that I want to create adsense snipers on and test how good I can rank them, but right now I just have to put some focus on my company.<br />
<span id="more-310"></span></p>
<p>I did see an improvement in hops both for Clickbank and Amazon, and I made a small Amazon sale. Somebody who clicked on my link decided to buy some CD, but this isn&#8217;t really anything to talk about as I only earned $0,56 on that.</p>
<p>As you can see, I have diveded the sites into CB Snipers and AdSense sites. Generally I am dissappointed about the whole Clickbank sniper concept, but I havent given completely up on these sites. When time comes, I&#8217;d like to work som my on backlinking for them, and maybe add some <a href="http://christianjessen.dk/UAW.php" rel="nofollow">UAW articles</a> to generate backlinks over time. Site #14 just wont rank for the keyword, but I havent really done any linkbuilding &#8211; not even a Ezine yet, but it is indexed, so maybe it was just bad keyword research. Site #13 is more of a long term project, and I&#8217;d like to add some 20-25 articles to it in december and do some link building, more as a test to see if I can actually get it to a good position on Page 1 in the SERP. It is more of a SEO test project.</p>
<p>But if I don&#8217;t get more time to work on my sniper sites, I might just keep the posts about them to 1 per month. Instead I&#8217;ll clean up my blog (starting with a new WP Theme as you can see now), sort out the categories and blog more about <a href="http://evisitcard.com/">Small Business Websites</a>, stuff I do in my own business at the moment and ofcourse there might be some posts about living in <a href="http://mirafloresperu.net/">Miraflores, Peru</a>.</p>
<h3>Project Google Sniper &#8211; Week #6</h3>
<p><strong>Sniper sites created:</strong> 14</p>
<p><strong>Google rankings on main keyword</strong><br />
CB Sniper #1: None<br />
CB Sniper #2: 6 <em>(-4)</em><br />
CB Sniper #3: 8 <em>(-1)</em><br />
CB Sniper #4: 26 <em>(-10)</em><br />
CB Sniper #5: 48 <em>(-10)</em><br />
CB Sniper #6: 8 <em>(+2)</em><br />
CB Sniper #7: 8 <em>(-2)</em><br />
CB Sniper #8: 6 <em>(-3)</em><br />
CB Sniper #9: 4 <em>(-1)</em><br />
CB Sniper #10: 5 <em>(+0)</em><br />
CB Sniper #11: 7  <em>(-4)</em><br />
CB Sniper #12: 4 <em>(+0)</em><br />
AdSense  #13: 11 <em>(+2)</em><br />
AdSense  #14: NONE</p>
<p><strong>Clickbank hops:</strong> 160 <em>(+28)</em> (New analytics) / 187 <em>(+45)</em> (Own stats)<br />
<strong>Amazon clicks:</strong> 90 Clicks <em>(+23)</em><br />
<strong>Amazon Earnings:</strong> $0.56</p>
<div class="block">If you want to follow my Google Sniper Experience, you can subscribe to my posts by either subscribing to my mailing list (Just enter your email address in the box to the right and press &#8220;Subscribe&#8221;) or <a href="http://christianjessen.dk/feed">subscribe to my RSS Feed</a>.</p>
<p>Interested in Google Sniper? <a href="http://christianjessen.dk/google_sniper.php" rel="nofollow">Click here to read more at the official site.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/google-sniper-week-6/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Google Sniper Week #5 &#8211; Now Going For Adsense Sniper Sites</title>
		<link>http://christianjessen.net/google-sniper-week-5-adsense-sniper-sites/</link>
		<comments>http://christianjessen.net/google-sniper-week-5-adsense-sniper-sites/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:03:41 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[google sniper]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO Tips]]></category>
		<category><![CDATA[the google sniper experience]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://christianjessen.dk/?p=291</guid>
		<description><![CDATA[So I have done over a month of this Google Sniper project, and created a total of 14 sniper sites. This week I havent done so much work on my sniper sites, but made some research and got some new ideas. So far I have experience that the Clickbank products really have a low conversion [...]]]></description>
			<content:encoded><![CDATA[<p>So I have done over a month of this Google Sniper project, and created a total of 14 sniper sites. This week I havent done so much work on my sniper sites, but made some research and got some new ideas. So far I have experience that the Clickbank products really have a low conversion rate. I havent sold a singe Clickbank product yet, even though I&#8217;m getting more and more hops. About 30% of the visitors on the sniper sites click on the affiliate links &#8211; thats 30% CTR, which is pretty amazing, but doesnt help me at all, if people doesnt buy the products.<br />
<span id="more-291"></span></p>
<h3>Now Making Adsense Sniper Sites</h3>
<p>I tried doing some research and rethinking of my project this weekend, as I took a travel to La Paz and got a lot of time to relax, do some work and think about my strategy. With the low CTR on clickbank, I figured out that it is better to go for CPC (Google Adsense) instead of Affiliate Marketing with CPA. Currently I am testing a few of the sniper sites with putting Adsense on it, and setting them to be viewed around 400 times. This will give me an idea of the CTR in those niches, and see if its more profitable to turn them into Adsense Snipers. Besides that I made some new Keyword Research, and registred 9 new domains for Adsense Sniper sites. One of these sites will be an authority site, as I like the subject and would like to add some more articles on the site. I&#8217;ll try to create 5 articles per week for the site, and see how it will go.</p>
<p>Inspired by <a href="http://mikeiser.com/day-197-as7172-site-rankings-big-adsense-day-again">Mike Iser</a>, who is truly a site-building machine with over 70 Adsense Sniper sites, I will try to create 1 new Adsense Sniper every day in this week, and see how that goes. Next week I&#8217;ll have to decide if I want to spend some time creating backlinks with <a href="/UAW.php" rel="nofollow">Unique Article Wizard (UAW)</a> and <a href="http://EzineArticles.com">EzineArticles</a>, and maybe try some other techniques, or if I want to keep on pumping out Adsense Sniper Sites. I also decided to write atleast 1 EzineArticle for each site, with a link to the main site and one of the posts. I hope this will give me a good positive effect on the rankings for the sites.</p>
<h3>Project Google Sniper &#8211; Week #5</h3>
<p><strong>Sniper sites created:</strong> 14</p>
<p><strong>Google rankings on main keyword</strong><br />
Site #1: None<br />
Site #2: 2 <em>(Back in rankings after 3-4 days in Sandbox)</em><br />
Site #3: 7 <em>(+0)</em><br />
Site #4: 16 <em>(+21)</em><br />
Site #5: 40 <em>(Doing some Google Dancing)</em><br />
Site #6: 10 <em>(-1)</em><br />
Site #7: 6 <em>(-3)</em><br />
Site #8: 3 <em>(+0)</em><br />
Site #9: 4 <em>(+1)</em><br />
Site #10: 5 <em>(+2)</em><br />
Site #11: 3  <em>(+0)</em><br />
Site #12: 4 <em>(+1)</em><br />
Site #13: 13 <em>(NEW)</em><br />
site #14: NONE <em>(NEW)</em></p>
<p><strong>Clickbank hops:</strong> 132 <em>(+62)</em> (New analytics) / 142 <em>(+58)</em> (Own stats)<br />
<strong>Amazon clicks:</strong> 67 Clicks <em>(-12)</em><br />
<strong>Amazon Earnings:</strong> $0</p>
<div class="block">If you want to follow my Google Sniper Experience, you can subscribe to my posts by either subscribing to my mailing list (Just enter your email address in the box to the right and press &#8220;Subscribe&#8221;) or <a href="http://christianjessen.dk/feed">subscribe to my RSS Feed</a>.</p>
<p>Interested in Google Sniper? <a href="http://christianjessen.dk/google_sniper.php" rel="nofollow">Click here to read more at the official site.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/google-sniper-week-5-adsense-sniper-sites/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is Adsense Sniper</title>
		<link>http://christianjessen.net/what-is-adsense-sniper/</link>
		<comments>http://christianjessen.net/what-is-adsense-sniper/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 06:15:30 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[google sniper]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO Tips]]></category>
		<category><![CDATA[the google sniper experience]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://christianjessen.dk/?p=285</guid>
		<description><![CDATA[Lately I have been recieving some searches from Google on Adsense Sniper sites, so I decided to make a short post what these Adsense Snipers actually are, and why they are so interesting. I have been working on my Google Sniper project for about a month, and I reached a point where I&#8217;m going to [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have been recieving some searches from Google on Adsense Sniper sites, so I decided to make a short post what these Adsense Snipers actually are, and why they are so interesting. I have been working on my Google Sniper project for about a month, and I reached a point where I&#8217;m going to try to make some sites that doesn&#8217;t just target Clickbank and other affiliate products, but instead will be based on Adsense income.<br />
<span id="more-285"></span></p>
<p>Note that I have not read &#8220;Xfactors guide&#8221; to these Adsense sniper sites, and my experience and description is solely based on my current experience with Google Sniper, and what I have read about these types of sites on other blogs. I mostly got inspired by <a href="http://mikeiser.com/">Mike Iser</a>, who is reporting daily about is road to a full time passive Internet income, and also Sara from <a href="http://www.noteworthytips.com/">Noteworthy Tips</a>. Sara also blogs about her journey to a $5k a month income from Internet marketing, so those two blogs are definately worth checking out, if you a looking for more information about making money online.</p>
<h3>So what is these &#8220;Adsense Sniper&#8221; sites?</h3>
<p>In essence they are basically sites &#8220;Made for Adsense&#8221; (MFA), but this is a bit &#8220;hush-hush&#8221;, as it is against the rules of Google Adsense. You start by doing some keyword research, and find some good keywords with a lot of searches on, where the competition (other sites ranking in Google) is low and the Adwords CPC is as high as possible. Then you buy a domain name with the exact keyword in and create your Adsense sniper site by writing a few texts about the subject, ofcouse optimised for Google by using LSI keywords (I might write more about that subject later). Do a bit of link building (Like submitting <a href="http://christianjessen.dk/UAW.php" rel="nofollow">UAW articles</a> or EzineArticles) and get your site to rank in the first 10 results on Google for that keyword. Ofcouse the best would be to rank #1, and get as many visits from <a href="http://google.com/">Google</a> as possible.</p>
<p>The goal for your sites is then to get this traffic from Google converted into clicks on your Adsense boxes. Lets say you find a keyword called &#8220;Dog training tips&#8221;, get the domain &#8220;dogtrainingtips.com&#8221; and get a lot of traffic from your main keyword on Google. Your goal will not just be to give some good information about &#8220;Dog training tips&#8221;, but to get the visitors to click on the Adsense links, and in the end earning you money.</p>
<p>Now these sites may take 3-5 hours to create and get ranking, but if you get them to be stable in the search results, you will keep getting traffic (and money) from these sites, without having to work on them again. Using this method you can end up having a nice big passive income, earning money for years without doing more than 3-5 hours of work for each site. That is the basic idea behind the Adsense Sniper Sites.</p>
<p>I hope you could use this description of Adsense Snipers, make sure to follow my blog for more updates on this subject in the future. I am already working on creating my first batch of these new sniper sites, and I will ofcourse keep blogging about my experiences and how it will go.</p>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/what-is-adsense-sniper/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Project GSniper Week #4 &#8211; 12 sniper sites and break</title>
		<link>http://christianjessen.net/project-gsniper-week-4/</link>
		<comments>http://christianjessen.net/project-gsniper-week-4/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 17:56:10 +0000</pubDate>
		<dc:creator>Christian Jessen</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[google sniper]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO Tips]]></category>
		<category><![CDATA[the google sniper experience]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://christianjessen.dk/?p=279</guid>
		<description><![CDATA[Here in week #4 of my Project Google Sniper, I didn&#8217;t spend that much time on my sniper sites, as I have been busy with another project and got quite a lot going on in my private life at the moment. This week brought a few suprises, as my Site #2, which generated most of [...]]]></description>
			<content:encoded><![CDATA[<p>Here in week #4 of my <strong>Project Google Sniper</strong>, I didn&#8217;t spend that much time on my sniper sites, as I have been busy with another project and got quite a lot going on in my private life at the moment. This week brought a few suprises, as my Site #2, which generated most of my hops, got Google Sandboxed or something like that. Thursday 12/11-09 the site just disappeared from the search rankings &#8211; it is still indexed in Google if you make a site:domain search, but it doesnt show up in the SERPs and get no visits from Google.<br />
<span id="more-279"></span></p>
<h3>12 of 12 done</h3>
<p>The good news this week, is that I got the last 2 sites up and all 12 sniper sites are now indexed. As I dont got much time to work on my sniper sites this week, I will take a break creating new sites and finding new niches, and instead focus on making all the sites show up in the search results, get good rankings in Google and test what works and doesnt work. </p>
<p>The good thing is that the 6 new keywords I found (Site #7-12) seems to be doing really great in Google on the choosen term, without any form of work done with them. I only submitted them to the different bookmarking sites to get the indexed, and didnt do anything else. My next step over the next couple of weeks, is to submit at least 1 UAW article and 1-2 EzineArticles for each site. Some of them are already generating good traffic, but no sales yet, so I can only imagine that creating some more backlinks and testing with more content and affiliate link placement will help me to make my first CB sale.</p>
<h3>Amazon Is In The Lead</h3>
<p>I made another sale of $4.80 on Amazon this week, which makes Amazon the only thing I am actually selling right now. There can be different explanations for this, some of them is that the site is doing pretty well in Google, getting quite a bit of traffic &#8211; but the most likely is, that the site is pinpoint to buying customers in the right season. It is a micro-niche under Christmas, so I actually dont expect to sell anything the rest of the year. But each Christmas there is a huge market potential for this, so when the season is over this year, the domain and site can age for the next year, and hopefully make even more income next year.<br />
Giving my success with Amazon, even though it is not a lot of money so far, I am really tempted to make a few other niche sites directly related to niche-categories on Amazon, and see if I can duplicate this process. I&#8217;d like to find a niche with much more expensive products as the percentage from Amazon is so low.</p>
<p>If you have any questions, feedback or good ideas, maybe something you would like me to test, please feel free to leave a comment here. I&#8217;d also like to hear about other peoples experience with Google Sniper sites and maybe also with Google AdSense Sniper sites, as I&#8217;d like to try some AdSense sniping soon.</p>
<h3>Project Google Sniper &#8211; Week #4</h3>
<p><strong>Sniper sites created:</strong> 12<br />
<strong>Sites indexed:</strong> 12<br />
<strong>Backlinks to all sites:</strong> 765 <em>(+463)</em></p>
<p><strong>Google rankings on main keyword</strong><br />
Site #1: None<br />
Site #2: None <em>(Google Slapped / Sandboxed)</em><br />
Site #3: 7 <em>(+0)</em><br />
Site #4: 37 <em>(+2)</em><br />
Site #5: 17 <em>(Now ranking)</em><br />
Site #6: 9 <em>(-3)</em><br />
Site #7: 3 <em>(+11)</em><br />
Site #8: 3 <em>(+4)</em><br />
Site #9: 5<br />
Site #10: 7<br />
Site #11: 3<br />
Site #12: 5</p>
<p><strong>Clickbank hops:</strong> 70 <em>(-18)</em> (New analytics) / 116 <em>(-6)</em> (Old analytics) / 84 <em>(-73)</em> (Own stats)<br />
<strong>Amazon clicks:</strong> 79 Clicks<br />
<strong>Amazon Earnings:</strong> $4.80 <strong>(1.27% Conversion Rate)</strong></p>
<div class="block">If you want to follow my Google Sniper Experience, you can subscribe to my posts by either subscribing to my mailing list (Just enter your email address in the box to the right and press &#8220;Subscribe&#8221;) or <a href="http://christianjessen.dk/feed">subscribe to my RSS Feed</a>.</p>
<p>Interested in Google Sniper? <a href="http://christianjessen.dk/google_sniper.php" rel="nofollow">Click here to read more at the official site.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://christianjessen.net/project-gsniper-week-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

