<?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>Software Sweden &#187; seo</title>
	<atom:link href="http://www.softwaresweden.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwaresweden.com</link>
	<description>It&#039;s not just code - Programming is about managing complexities</description>
	<lastBuildDate>Wed, 06 Jul 2011 20:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SEO-friendly titles in WordPress with Atahualpa theme and Headspace plugin</title>
		<link>http://www.softwaresweden.com/2009/02/08/seo-friendly-titles-in-wordpress-with-atahualpa-theme-and-headspace-plugin/</link>
		<comments>http://www.softwaresweden.com/2009/02/08/seo-friendly-titles-in-wordpress-with-atahualpa-theme-and-headspace-plugin/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 12:08:36 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/blog/?p=62</guid>
		<description><![CDATA[The Atahualpa theme for WordPress is a really powerful theme with lots of settings. But it doesn&#8217;t give you full control over the titles of posts and pages the way the Headspace plugin does. How the titles of your blog posts look like is important for search engine optimization. If you want your post to [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://wordpress.bytesforall.com/">Atahualpa theme</a> for WordPress is a really powerful theme with lots of settings. But it doesn&#8217;t give you full control over the titles of posts and pages the way the <a href="http://urbangiraffe.com/plugins/headspace2/">Headspace</a> plugin does.<br />
How the titles of your blog posts look like is important for search engine optimization. If you want your post to be higher ranked in the search result (and who doesn&#8217;t?) the title is one of the most important factors to consider.<br />
The Atahualpa theme and the Headspace plugin doesn&#8217;t work together without a minor modification to one of the helper php-files in Atahualpa. Look in the <code>functions</code> directory of the theme for the file called <code>bfa_meta_tags.php</code>. Open it in an editor and look for the line that says:</p>
<p><code>&lt;title&gt;&lt;?php bloginfo('name'); ?&gt; &lt;?php wp_title(); ?&gt;&lt;/title&gt;</code></p>
<p>Change it to:</p>
<p><code>&lt;title&gt;&lt;?php wp_title(''); ?&gt;&lt;/title&gt;</code></p>
<p>Now you can enable the Headspace plugin and go to Settings -> Headspace and define exactly how your titles should be generated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2009/02/08/seo-friendly-titles-in-wordpress-with-atahualpa-theme-and-headspace-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

