<?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>Hello Robot &#187; seo</title>
	<atom:link href="http://www.hellorobot.se/blog/tags/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hellorobot.se/blog</link>
	<description>Tobias Gärder, en frilansande webbformgivare, om design, webbutveckling, inspiration och mjukvara.</description>
	<lastBuildDate>Tue, 28 Sep 2010 11:46:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google&#8217;s Guide To Search Engine Optimization</title>
		<link>http://www.hellorobot.se/blog/googles-starter-guide-seo-search-engine-optimization/561/</link>
		<comments>http://www.hellorobot.se/blog/googles-starter-guide-seo-search-engine-optimization/561/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:04:42 +0000</pubDate>
		<dc:creator>Tobbe</dc:creator>
				<category><![CDATA[Webbutveckling]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.hellorobot.se/blog/?p=561</guid>
		<description><![CDATA[
If you&#8217;re new to search engine optimization (SEO) or just wondered what Google thinks is the best way for your site to rank higher there&#8217;s some interesting stuff to read in Google&#8217;s Search Engine Optimization
Starter Guide [Google.com, PDF]. There&#8217;s no magic formula to reach that first place for a search on a specific keyword (of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hellorobot.se/blog/images/2009/07/google_seo_guide.jpg" alt="Google's Starter Guide To Search Engine Optimization" /></p>
<p>If you&#8217;re new to search engine optimization (SEO) or just wondered what Google thinks is the best way for your site to rank higher there&#8217;s some interesting stuff to read in <a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf">Google&#8217;s Search Engine Optimization<br />
Starter Guide</a> [Google.com, PDF]. There&#8217;s no magic formula to reach that first place for a search on a specific keyword (of course), but it does contain 22 pages of sound advice for anyone wanting to make it as easy as possible for any search engine to crawl your site.</p>
<p>If you&#8217;re too lazy to read the document we can boil it down to:</p>
<ul>
<li><b>Unique page titles for each page</b>: Keep &#8216;em short, detailed (and descriptive) and unique.</li>
<li><b>Unique &#8220;description&#8221; meta tags</b>: This tag is often kept static through-out a site, but if you make sure it contains valid and useful information (as in accurately summarizing the page content) Google can use instead of a snippet from the body text. A great way to lift up keywords that are valid for the page.</li>
<li><b>URL structure</b>: Having nice URL:s with keywords in them (as in http://www.thefruitshop.com/fruits/bananas/greenones/&#8221;) does make a difference, and keywords matching the search query will be shown in bold text.</li>
<li><b>Sitemaps</b>: Provide both HTML and XML sitemaps (former for human visitors, latter for search engines)</li>
<li><b>Write good anchor texts</b>: Descriptive links wins.</li>
<li><b>Don&#8217;t forget the alt-attribute for images!</b></li>
<li>Make use of Google&#8217;s free tools such as <a href="http://www.google.com/webmasters/tools/">Webmaster Tools</a>, <a href="http://www.google.com/websiteoptimizer">Website Optimizer</a> and  of course <a href="http://www.google.com/analytics">Analytics</a> to see what works and what doesn&#8217;t.</li>
</ul>
<hr/>Originally posted at <strong><a href="http://www.hellorobot.se/blog">Hello Robot</a></strong>]]></content:encoded>
			<wfw:commentRss>http://www.hellorobot.se/blog/googles-starter-guide-seo-search-engine-optimization/561/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling Canonical URL&#8217;s With Wordpress</title>
		<link>http://www.hellorobot.se/blog/handling-canonical-urls-with-wordpress/65/</link>
		<comments>http://www.hellorobot.se/blog/handling-canonical-urls-with-wordpress/65/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 08:19:35 +0000</pubDate>
		<dc:creator>Tobbe</dc:creator>
				<category><![CDATA[Webbutveckling]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.hellorobot.se/blog/?p=65</guid>
		<description><![CDATA[Up until now a constant SEO issue has been dealing with duplicate content, pages that can be reached through different url&#8217;s and therefore regarded as dupes, like the following:
http://www.mydomain.com/mypage.html

http://www.mydomain.com/mypage.html?category=misc


http://www.mydomain.com/mypage.html?sessionid=1234

These three url&#8217;s all point to the same page but would be looked at as three different pages with identical content by the search engines. To help [...]]]></description>
			<content:encoded><![CDATA[<p>Up until now a constant SEO issue has been dealing with duplicate content, pages that can be reached through different url&#8217;s and therefore regarded as dupes, like the following:</p>
<pre>http://www.mydomain.com/mypage.html

http://www.mydomain.com/mypage.html?category=misc


http://www.mydomain.com/mypage.html?sessionid=1234</pre>

<p>These three url&#8217;s all point to the same page but would be looked at as three different pages with identical content by the search engines. To help us deal with this Google, Yahoo! and Microsoft now supports the <strong>link rel=&#8221;canonical&#8221;</strong> tag.</p>
<p>Just put it in your &lt;head&gt;-section along with the url you prefer to inform them which address they should use instead of eventual dupes.</p>
<pre>&lt;link rel="canonical" href="http://www.mydomain.com/mypage.html" /&gt;</pre>
<p>The search engines considers this a strong hint, not a directive. This means that they&#8217;ll most probably use the information you provide but they reserve the right to ignore it if it looks like it&#8217;s misused. You can refer to an url that redirects but they don&#8217;t allow you to redirect to another domain, and you can define relative paths.</p>
<p><a href="http://yoast.com/canonical-url-links/">Joost de Walk</a> has put together a simple install-and-forget Wordpress plugin to handle this automatically, available for download <a href="http://yoast.com/wordpress/canonical/">here</a>. Just put it in your /wp-content/plugins/-path, activate it and you&#8217;re set.</p>
<p>Read more about it at <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">Google Webmaster Central</a> and <a href="http://www.robertnyman.com/2009/02/17/handle-duplicate-content-indexing-for-seo-with-the-relcanonical-attribute/">Robert&#8217;s Talk</a>. </p>
<hr/>Originally posted at <strong><a href="http://www.hellorobot.se/blog">Hello Robot</a></strong>]]></content:encoded>
			<wfw:commentRss>http://www.hellorobot.se/blog/handling-canonical-urls-with-wordpress/65/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

