<?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>Think Bohemian &#187; seo</title>
	<atom:link href="http://www.thinkbohemian.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkbohemian.com</link>
	<description>Secede from Convention in Life and Code</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:13:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How I got WhySpam.Me from Page Rank 0 to 4 in Four Months</title>
		<link>http://www.thinkbohemian.com/2010/04/16/how-i-got-whyspam-me-from-page-rank-0-to-4-in-four-months/</link>
		<comments>http://www.thinkbohemian.com/2010/04/16/how-i-got-whyspam-me-from-page-rank-0-to-4-in-four-months/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 19:00:37 +0000</pubDate>
		<dc:creator>Richard Schneeman</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[page rank]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.thinkbohemian.com/?p=397</guid>
		<description><![CDATA[Back in January I got serious about improving, my disposable email app, WhySpam.Me’s search engine  ranking. I started religiously checking Hacker News and paying specific  attention to search engine optimization (SEO) articles. Since then i’ve  gone from page rank (PR) zero to four in a little under four months, you can see [...]]]></description>
			<content:encoded><![CDATA[<p>Back in January I got serious about improving, my <a href="http://whyspam.me">disposable email</a> app, WhySpam.Me’s search engine  ranking. I started religiously checking Hacker News and paying specific  attention to search engine optimization (SEO) articles. Since then i’ve  gone from <a href="http://en.wikipedia.org/wiki/PageRank">page rank</a> (PR) zero to four in a little under four months, you can see for  yourself using <a href="http://prchecker.info/">prchecker</a> or <a href="http://www.rapidsitecheck.com/all-datacenters.php?domain=whyspam.me&amp;botInfo=given&amp;__ec_i=ec.1271165549.e5e3bbf23822daf6c30d14b496a120d2&amp;__ec_s=hjnt3&amp;submit=Submit">rapidSiteCheck</a>.  This is the story of how I did it:</p>
<p><a href=" http://blog.whyspam.me/index.php/2010/04/16/page-rank-0-to-4-in-under-four-months/">Page Rank 0 to 4 in Four Months</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkbohemian.com/2010/04/16/how-i-got-whyspam-me-from-page-rank-0-to-4-in-four-months/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty Permalinks with Wordpress and Nginx</title>
		<link>http://www.thinkbohemian.com/2010/01/31/pretty-permalinks-with-wordpress-and-nginx/</link>
		<comments>http://www.thinkbohemian.com/2010/01/31/pretty-permalinks-with-wordpress-and-nginx/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 17:31:34 +0000</pubDate>
		<dc:creator>Richard Schneeman</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[conf]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thinkbohemian.com/?p=331</guid>
		<description><![CDATA[A permalink is a permanent link to an article or blog entry. Its what you get when a user clicks on the titles of one of your wordpress entries, so if they want to give the link to someone else, the url will always be the same. By default wordpress will make the permalink to [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://en.wikipedia.org/wiki/Permalink">permalink</a> is a permanent link to an article or blog entry. Its what you get when a user clicks on the titles of one of your wordpress entries, so if they want to give the link to someone else, the url will always be the same. By default wordpress will make the permalink to the article the articles ID, so it would look like example.com/?p=123, which isn&#8217;t very descriptive. Instead if you log into your admin panel and select settings and then permalinks you can change the format of your links to something a little more human readable, and much more search friendly such as <a href="http://www.thinkbohemian.com/2010/01/29/national-instruments-extreme-video/">http://www.thinkbohemian.com/2010/01/29/national-instruments-extreme-video/</a> which tells you not only the date it was published but the title too.</p>
<p>You may find after you&#8217;ve changed your permalinks that your articles now all get a 404 error. This is because your server thinks that your looking for a file in the /2010/01/29/national-instruments-extreme-video/ directory. So we need to let our server know not to do that. There are plenty of examples of how to do the re-write if you&#8217;re using <a href="http://maisonbisson.com/blog/post/11617/wordpress-permalinks-mod_rewrite-and-avoiding-404s/">apache</a>, but if you&#8217;re an nginx fanboy like I am, there wasn&#8217;t very much information. So to make this happen we need to add a few extra lines under our nginx.conf under the location / { section like this:</p>
<pre>       location / {
        if (!-e $request_filename) {
            rewrite ^.*$ /index.php last;
         }
        }</pre>
<p>Enjoy the pretty permalinks!!</p>
<p>Update:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkbohemian.com/2010/01/31/pretty-permalinks-with-wordpress-and-nginx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
