<?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>The Blogging Fool &#187; optimize</title>
	<atom:link href="http://www.bloggingfool.com/tag/optimize/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingfool.com</link>
	<description>Blogging tips for beginners on increasing traffic and monetizing a blog...</description>
	<lastBuildDate>Mon, 05 Apr 2010 18:54:40 +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>Setting Up SEO Optimized Titles in Wordpress</title>
		<link>http://www.bloggingfool.com/2009/05/setting-up-seo-optimized-titles-in-wordpress.html</link>
		<comments>http://www.bloggingfool.com/2009/05/setting-up-seo-optimized-titles-in-wordpress.html#comments</comments>
		<pubDate>Thu, 28 May 2009 13:21:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Thoughts]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Increasing Traffic]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[wordpress titles]]></category>

		<guid isPermaLink="false">http://www.bloggingfool.com/?p=59</guid>
		<description><![CDATA[Setting up SEO optimized titles in Wordpress can be the difference between a little organic traffic and a lot more organic traffic. To set optimized titles up though you have a few different options:

Use a commonly available Wordpress plugin such as SEO Title Tag or All In One SEO Pack. Both give you full control [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up SEO optimized titles in Wordpress can be the difference between a little organic traffic and a lot more organic traffic. To set optimized titles up though you have a few different options:</p>
<ol>
<li>Use a commonly available Wordpress plugin such as <a href="http://www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag</a> or <a href="http://www.shaunlow.com/the-all-in-one-seo-pack/">All In One SEO Pack</a>. Both give you full control of your Wordpress titles and allow you to SEO optimize them as you see fit.</li>
<li>A lazy man&#8217;s approach is to update your header.php file and replace the <title></title> with following:<br />
<em>&lt;title&gt;&lt;?php wp_title(&#8221;&#8221;); ?&gt;&lt;?php if(wp_title(&#8221;&#8221;, false)) { echo &#8216; :: &#8216;; } ?&gt;&lt;?php bloginfo(&#8216;name&#8217;); if(is_home()) { echo &#8216; :: &#8216;; bloginfo(&#8216;description&#8217;); } ?&gt;&lt;/title&gt;</em></p>
<p>Doing this puts &#8220;Blog Name :: Description&#8221; on the hompage and &#8220;Title :: Blog Name&#8221; on all other pages which for me is close enough to perfect and then I don&#8217;t need to worry about setting up any plugins and keeping the plugin updated.</li>
</ol>
<p>Any other tips on SEO optimized titles? Share them below&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingfool.com/2009/05/setting-up-seo-optimized-titles-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
