<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Craig Childs &#187; seo</title>
	<atom:link href="http://craigchilds.wordpress.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigchilds.wordpress.com</link>
	<description>jaaam</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:26:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='craigchilds.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/168691169b24b1bb07fc92c45e2d6270?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Craig Childs &#187; seo</title>
		<link>http://craigchilds.wordpress.com</link>
	</image>
			<item>
		<title>Moving WordPress Title &amp; Symbols</title>
		<link>http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/</link>
		<comments>http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 02:17:04 +0000</pubDate>
		<dc:creator>craigchilds</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/</guid>
		<description><![CDATA[The standard WordPress handling of title tags [what shows up in your browser's title bar and search engines] is not guite right.
Instead of BlogTitle &#62;&#62; PostTitle; you want PostTitle &#62;&#62; BlogTitle. This helps with SEO and looks better.
You could switch wp_title and bloginfo(name), but then you get this annoying &#62;&#62; before your title. So here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=119&subd=craigchilds&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The standard WordPress handling of title tags [what shows up in your browser's title bar and search engines] is not guite right.</p>
<p>Instead of BlogTitle &gt;&gt; PostTitle; you want PostTitle &gt;&gt; BlogTitle. This helps with SEO and looks better.</p>
<p>You could switch wp_title and bloginfo(name), but then you get this annoying &gt;&gt; before your title. So here is the easy solution without resorting to a plugin.</p>
<p>Add the PostTitle after the <title> tag with &#8221; in the brackets to remove the arrows: </p>
<pre class="brush: php;">&lt;title&gt;&lt;?php wp_title(' '); ?&gt;</pre>
<p>Add the condition if we&#8217;ve removed that symbol, it should add another after it; in this case i&#8217;m choosing the | symbol because I don&#8217;t like the arrows:</p>
<pre class="brush: php;">&lt;?php if(wp_title('', false)) { echo ' | '; } ?&gt;</pre>
<p>Now add your blog name and whatever else you want before closing the title tag:</p>
<pre class="brush: php;">&lt;?php bloginfo('name'); ?&gt; |  blog description? &lt;/title&gt;	</pre>
<p>Works like a charm. Thanks to <a href="http://www.zachgraeve.com/2006/09/01/optimizing-wordpress-title-tags/">Zach</a>.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/craigchilds.wordpress.com/119/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/craigchilds.wordpress.com/119/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigchilds.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=119&subd=craigchilds&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af8052a5742ff594456ff7300ffc8c30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigchilds</media:title>
		</media:content>
	</item>
	</channel>
</rss>