<?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/"
	>

<channel>
	<title>How To Blog&#187; &#187; SEO</title>
	<atom:link href="http://bradtheblogboy.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradtheblogboy.com</link>
	<description>blogging 102</description>
	<pubDate>Fri, 19 Dec 2008 08:22:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keywords In Your Post</title>
		<link>http://bradtheblogboy.com/seo/keywords-in-your-post/</link>
		<comments>http://bradtheblogboy.com/seo/keywords-in-your-post/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 00:51:21 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[array]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[free tool]]></category>

		<category><![CDATA[good free tool]]></category>

		<category><![CDATA[good shape]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[google search]]></category>

		<category><![CDATA[How To Blog]]></category>

		<category><![CDATA[keyword]]></category>

		<category><![CDATA[Meta]]></category>

		<category><![CDATA[meta keywords]]></category>

		<category><![CDATA[Nathan Rice]]></category>

		<category><![CDATA[PageRank]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[RSS]]></category>

		<category><![CDATA[ScribeFire]]></category>

		<category><![CDATA[searc]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[semantic tags]]></category>

		<category><![CDATA[tag area]]></category>

		<category><![CDATA[tag name]]></category>

		<category><![CDATA[Tags]]></category>

		<category><![CDATA[Theme]]></category>

		<category><![CDATA[title tags]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[wordsfinder]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=152</guid>
		<description><![CDATA[One of the four most important aspects of writing a post is picking out the right keywords from the text.  This isn&#8217;t something often mention in your standard how to blog post.  There is only one really good free tool and I reccomend using it every time you post.  Wordsfinder will pick out what it [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>One of the four most important aspects of writing a post is picking out the right keywords from the text.  This isn&#8217;t something often mention in your standard <strong><a href="http://www.bradtheblogboy.com">how to blog</a></strong> post.  There is only one really good free tool and I reccomend using it every time you post.  <a href="http://www.wordsfinder.com">Wordsfinder</a> will pick out what it sees as your best go to keywords based on a Google Search.  You simply cut and paste your text into the box and it spits out a list of your best keywords.  Copy the the ready to use list, and paste it into the custom field value box in the Wordpress write/edit post page and label the key as keywords.  Remember to save or publish after this step or they won&#8217;t be part of the post&#8217;s data.</p>
<p>The ssecond method for adding keywords requires a bit of theme editing.  I first saw this technique on <a href="http://www.nathanrice.net/">Nathan Rice&#8217;s Blog</a>.  I suggest you read his entire series on how to do Wordpress SEO. This technique will add your tags as keywords.  If you are using good tags there is absolutely no reason you shouldn&#8217;t use them as keywords.  If you are using a not so good program to autotag like simple tags, you should avoid this method as it could cause google to think you are keyword stuffing. (Stuffing equals reduced pagerank) However if you use an intelligent tagging plugin that uses semantic tags, like calaise archive or autotagger or my favorite Tagaroo you are in good shape.  Simply paste the keywords you got from Wordsfinder into the tag area and away you go.</p>
<p>This is where the theme editing needs to be done.<br />
In the header.php  add this below the title tags &lt;title&gt;&lt;/title&gt;<br />
<textarea cols="35" rows="3">&lt;br /&gt; &lt;?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt; &lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php the_excerpt_rss(); ?&gt;&#8221; /&gt;&lt;br /&gt; &lt;?php csv_tags(); ?&gt;&lt;br /&gt; &lt;?php endwhile; endif; elseif(is_home()) : ?&gt;&lt;br /&gt; &lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php bloginfo(&#8217;description&#8217;); ?&gt;&#8221; /&gt;&lt;br /&gt; &lt;?php endif; ?&gt;&lt;br /&gt; </textarea></p>
<p>In your functions.php add the following in the line above ?&gt;</p>
<p><textarea cols="35" rows="3">function csv_tags() {&lt;br /&gt;     $posttags = get_the_tags();&lt;br /&gt;     foreach((array)$posttags as $tag) {&lt;br /&gt;         $csv_tags .= $tag-&gt;name . &#8216;,&#8217;;&lt;br /&gt;     }&lt;br /&gt;     echo &#8216;&lt;meta name=&#8221;keywords&#8221; content=&#8221;&#8216;.$csv_tags.&#8217;&#8221; /&gt;&#8217;;&lt;br /&gt; }&lt;br /&gt; </textarea></p>
<p>Before undertaking this step I really reccomend you read <a href="http://www.nathanrice.net/blog/ultimate-guide-to-wordpress-seo-meta-keywords/">Nathan&#8217;s fine article</a> on the hows and whys of meta keywords.</p>
<p>Post 73 of 100 of <a href=”http://www.bradstinyworld.com”>Brad’s Tiny World</a> Scribefire Challenge.</p>
<script type="text/javascript">convey_url      = "http%3A%2F%2Fbradtheblogboy.com%2Fseo%2Fkeywords-in-your-post%2F";convey_source   = "English";convey_user     = "wordpress";convey_type     = 1;</script><a href="http://www.conveythis.com/" title="free translation" onmouseover="javacript:conveythis_show(this); conveythis_stop_timer();" onmouseout="javascript:conveythis_start_timer();" onclick="javascript:conveythis_prepWindow(this); return false;" ><script type="text/javascript" src="http://www.conveythis.com/javascript/conveythis_v2-1.js"></script></a><!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://bradtheblogboy.com/seo/keywords-in-your-post/')" href="http://www.sphere.com/search?q=sphereit:http://bradtheblogboy.com/seo/keywords-in-your-post/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/seo/keywords-in-your-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Choose Your Keywords</title>
		<link>http://bradtheblogboy.com/seo/choose-your-keywords/</link>
		<comments>http://bradtheblogboy.com/seo/choose-your-keywords/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 23:21:39 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[blogger]]></category>

		<category><![CDATA[Courtney Tuttle]]></category>

		<category><![CDATA[daily search]]></category>

		<category><![CDATA[density]]></category>

		<category><![CDATA[fewer search results]]></category>

		<category><![CDATA[free keywords]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[How To Blog]]></category>

		<category><![CDATA[keyword]]></category>

		<category><![CDATA[MIL]]></category>

		<category><![CDATA[niche]]></category>

		<category><![CDATA[optional fields]]></category>

		<category><![CDATA[personalization]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[phrase]]></category>

		<category><![CDATA[quotes]]></category>

		<category><![CDATA[ScribeFire]]></category>

		<category><![CDATA[searc]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[search results]]></category>

		<category><![CDATA[single word]]></category>

		<category><![CDATA[tuttle]]></category>

		<category><![CDATA[word phrases]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=141</guid>
		<description><![CDATA[One of the most important aspects of being a successful blogger is choosing your keywords carefully.  This is just not something most people do when they learn how to blog.  I am going to run through a couple of steps for you really quick that will help you figure out your keywords.

Find out how you [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>One of the most important aspects of being a successful blogger is choosing your keywords carefully.  This is just not something most people do when they learn <strong>how to blog</strong>.  I am going to run through a couple of steps for you really quick that will help you figure out your keywords.</p>
<ol>
<li>Find out how you are ranked at <a href="http://www.googlerankings.com/ultimate_seo_tool.php">Google Rankings</a>.  I just changed mine here so google isn&#8217;t ranking me on the new words as well as I would like.  In single word phrases I top out with blog at 11.18% density which is pretty respectible if there were more posts and fewer search results for it.  My top three word phrases are Wordpress Option Field and Wordpress Optional Fields, based on a recent post.  What I really want to be rated on is <strong>How To Blog</strong>.</li>
<li>Once you know what you are rated on it is time to decide what you want to be rated on.  I use <a href="http://freekeywords.wordtracker.com/">Free Keywords</a> which was originally suggested on <a href="http://www.courtneytuttle.com">Courtney Tuttle&#8217;s Blog</a>.  Start searching for keywords based on your general blog niche.  This is how I found <strong>How To Blog</strong>.  What you want is a keyword or phrase that has no more than three words to it.  The more daily search results you have the better off you are.</li>
<li>Once you have a particularly good keyword or phrase you need to figure out how it plays out on google.  Put your keyword or phrase in quotes and search.  While Google Personalization can really screw up the ranking of your results, it will have no effect on how many results it returns.<br />
<a title="how-to-blog-google-searc" rel="lightbox[pics141]" href="http://bradtheblogboy.com/wp-content/uploads/2008/10/how-to-blog-google-searc2.gif"><img class="attachment wp-att-142 alignleft" src="http://bradtheblogboy.com/wp-content/uploads/2008/10/how-to-blog-google-searc2.gif" alt="how-to-blog-google-searc" width="402" height="76" /></a><a title="how-to-blog-google-searc" rel="lightbox[pics141]" href="http://bradtheblogboy.com/wp-content/uploads/2008/10/how-to-blog-google-searc2.gif"><br />
</a></li>
<li>Optimize your choice by looking for a high number of daily searches and a low number, under a million, search results.  Look for how to use these new keywords in the near future.</li>
</ol>
<p>I will revisit this post with you from time to time and let you see how my changes affect my placement for these keywords without stuffing the keywords where they don&#8217;t belong.</p>
<p>Post 72 of 100 of <a href="”http://www.bradstinyworld.com”">Brad’s Tiny World</a> Scribefire Challenge.</p>
<script type="text/javascript">convey_url      = "http%3A%2F%2Fbradtheblogboy.com%2Fseo%2Fchoose-your-keywords%2F";convey_source   = "English";convey_user     = "wordpress";convey_type     = 1;</script><a href="http://www.conveythis.com/" title="free translation" onmouseover="javacript:conveythis_show(this); conveythis_stop_timer();" onmouseout="javascript:conveythis_start_timer();" onclick="javascript:conveythis_prepWindow(this); return false;" ><script type="text/javascript" src="http://www.conveythis.com/javascript/conveythis_v2-1.js"></script></a><!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://bradtheblogboy.com/seo/choose-your-keywords/')" href="http://www.sphere.com/search?q=sphereit:http://bradtheblogboy.com/seo/choose-your-keywords/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/seo/choose-your-keywords/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Keyword Marketing</title>
		<link>http://bradtheblogboy.com/seo/keyword-marketing/</link>
		<comments>http://bradtheblogboy.com/seo/keyword-marketing/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 03:51:35 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Analytics]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Brad's Tiny World]]></category>

		<category><![CDATA[comma]]></category>

		<category><![CDATA[feed]]></category>

		<category><![CDATA[fudging]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[keyword]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[Meta]]></category>

		<category><![CDATA[money]]></category>

		<category><![CDATA[notepad]]></category>

		<category><![CDATA[PageRank]]></category>

		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[search engines]]></category>

		<category><![CDATA[Traffic]]></category>

		<category><![CDATA[widget]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[wordsfinder]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=51</guid>
		<description><![CDATA[One of the best techniques for really driving traffic to your site  is the use of keywords and knowing just how to use them  Wait! Wait! Stop!  I know some of you are thinking other blogs say keywords are dead and don&#8217;t matter to your PageRank or this or that program because they can be [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>One of the best techniques for really driving traffic to your site  is the use of keywords and knowing just how to use them  Wait! Wait! Stop!  I know some of you are thinking other blogs say keywords are dead and don&#8217;t matter to your PageRank or this or that program because they can be manipulated.  That is true to a point.</p>
<p>What isn&#8217;t mentioned often enough is keywords do still matter and that Google isn&#8217;t the only game in town. Search engines are getting better about seeing who is fudging their keywords and actually looking for them in the text of your post.  You can&#8217;t get away with just picking out popular keywords, plugging them in and thinking you are beating the system.  Other search you can still get away with that on, but it isn&#8217;t to your benefit even there.</p>
<p>So how do we pick a search engine oh mighty guru?  There are a couple of methods.  There are plugins of course which will do it for you automatically.  The best ones cost money though and I haven&#8217;t had very good luck with free ones using WordPress 2.5.  My preferred method is a little more time consuming but seems to produce pretty good results if you look at my <a href="http://feedjit.com/">Feedjit</a> widget.</p>
<p>I use the site wordsfinder.com, enter the text, usually cut straight from word, and tell it to search for my keywords.  It usually gives me a nice long list and I cut highlight copy into notepad for cleaning it up.  First, this will pick out any horribly misspelled words if you didn&#8217;t already spell check the text, so correct them before posting.  According to <a href="http://www.highrankings.com/metakeyword">highestranking.com</a> you want to comma separate your terms or phrases, but don&#8217;t leave a space.  Using notepad or any text editor you can quickly do that, then simply cut them and paste them into your keywords field in WordPress and push the add custom field button and bam you have hot keywords.</p>
<p>What I said about the <a href="http://feedjit.com/">feedjit</a> widget is quite true.  If you look at my other blogs especially you will find a high number of the incoming visitors are coming from Google via keyword searches.  Check out <a href="http://bradsotherblog.com">The Other Blog</a> and <a href="http://bradstinyworld.com/">Brad&#8217;s Tiny World</a> to see what I mean.  You can also use Google Analytics to see your actual stats and make decisions about the kind of posts you want to be making as well.</p>
<script type="text/javascript">convey_url      = "http%3A%2F%2Fbradtheblogboy.com%2Fseo%2Fkeyword-marketing%2F";convey_source   = "English";convey_user     = "wordpress";convey_type     = 1;</script><a href="http://www.conveythis.com/" title="free translation" onmouseover="javacript:conveythis_show(this); conveythis_stop_timer();" onmouseout="javascript:conveythis_start_timer();" onclick="javascript:conveythis_prepWindow(this); return false;" ><script type="text/javascript" src="http://www.conveythis.com/javascript/conveythis_v2-1.js"></script></a><!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://bradtheblogboy.com/seo/keyword-marketing/')" href="http://www.sphere.com/search?q=sphereit:http://bradtheblogboy.com/seo/keyword-marketing/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/seo/keyword-marketing/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
