<?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>WP Blog Host Video Tutorials &#187; seo</title>
	<atom:link href="http://wpbloghost.tv/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbloghost.tv</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 28 Jun 2010 16:01:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setting The Best Permalink (url) Structure For WordPress SEO</title>
		<link>http://wpbloghost.tv/wordpress-seo-permalink-structure/</link>
		<comments>http://wpbloghost.tv/wordpress-seo-permalink-structure/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:39:19 +0000</pubDate>
		<dc:creator>John Hoff</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Must Know]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=15</guid>
		<description><![CDATA[When it comes to Search Engine Optimization (SEO), your blog's url (i.e. web address) is highly relevant. One of things you can do to optimize your search engine rankings is to insert keywords into your url.

Here's how.


Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='Permanent Link: How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/a-complete-guide-to-setting-up-feedburner-on-wordpress/' rel='bookmark' title='Permanent Link: A Complete Guide To Setting Up FeedBurner On WordPress'>A Complete Guide To Setting Up FeedBurner On WordPress</a></li>
<li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='Permanent Link: How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When it comes to Search Engine Optimization (SEO), your blog&#8217;s url (i.e. web address) is highly relevant. One of things you can do to optimize your search engine rankings is to insert keywords into your url.</p>
<p>So for example, if someone goes to Google Search and does a search for <strong>baked chocolate chip cookies</strong>, which web address do you think Googlebot is going to think is most relevant for its user:</p>
<ol>
<li>http://funcooking.com/?p=1</li>
<li>http://funcooking.com/baked-chocolate-chip-cookies</li>
</ol>
<p>Number 2, of course. So here&#8217;s how you can change your WordPress permalink structure to maximize your site&#8217;s search engine optimization.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="590" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYGUiz4C" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="590" height="480" src="http://blip.tv/play/AYGUiz4C" allowfullscreen="true"></embed></object></p>
<h3>Doing It Yourself</h3>
<p>By following the steps in the video tutorial, WordPress does all the work for you. If you&#8217;re good with that, don&#8217;t even bother with this part.</p>
<p>If, however, you want to add the code to your .htaccess file yourself, here&#8217;s what you need to do.</p>
<p>Go to your blog&#8217;s root directory and create a file named .htaccess if there&#8217;s not already one there. Once created, open the file and add these lines of code in it:<br />
<strong><br />
# BEGIN WordPress<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
# END WordPress<br />
</strong><br />
Questions? Leave a comment below.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='Permanent Link: How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/a-complete-guide-to-setting-up-feedburner-on-wordpress/' rel='bookmark' title='Permanent Link: A Complete Guide To Setting Up FeedBurner On WordPress'>A Complete Guide To Setting Up FeedBurner On WordPress</a></li>
<li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='Permanent Link: How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/wordpress-seo-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
