<?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>Genesis Blogging &#187; SEO for WordPress</title>
	<atom:link href="http://genesisblogging.com/category/how-to-start-a-blog/seo-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://genesisblogging.com</link>
	<description>From the Beginning...Help on How to Start &#38; Create a Blog and Get Started in Social Media</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:50:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Custom Permalinks &#8211; Which is Best?</title>
		<link>http://genesisblogging.com/1161/wordpress-custom-permalinks-which-is-best/</link>
		<comments>http://genesisblogging.com/1161/wordpress-custom-permalinks-which-is-best/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:09:15 +0000</pubDate>
		<dc:creator>Traci Knoppe</dc:creator>
				<category><![CDATA[SEO for WordPress]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://genesisblogging.com/?p=1161</guid>
		<description><![CDATA[Permalinks is an often discussed topic among those using WordPress; and deciding which permalink structure to use is confusing. Ask someone which is the best permalink structure to use and you&#39;ll get a myriad of answers. Most folks realize that you should not use the default permalink setting that looks like: http://genesisblogging.com/?p=123 That&#39;s not SEO [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="standard" count="" href="http://genesisblogging.com/1161/wordpress-custom-permalinks-which-is-best/"></g:plusone></div><p>Permalinks is an often discussed topic among those using WordPress; and <img align="right" alt="WordPress custom permalinks" border="0" height="250" hspace="5" src="http://genesisblogging.com/wp-content/uploads/image/permalinks-wp.png" vspace="5" width="250" />deciding which permalink structure to use is confusing. Ask someone which is the best permalink structure to use and you&#39;ll get a myriad of answers.</p>
<p>Most folks realize that you should not use the default permalink setting that looks like:</p>
<blockquote>
<p>http://genesisblogging.com/?p=123</p>
</blockquote>
<p>That&#39;s not SEO friendly at all.</p>
<p><span id="more-1161"></span></p>
<p>Years ago, I used the date and name based structure.</p>
<blockquote>
<p>http://genesisblogging.com/2010/6/16/post-name</p>
</blockquote>
<p>This is better, but really long. Having the date in there isn&#39;t really a benefit.</p>
<p>So in more recent years, I&#39;ve used the category and postname structure. This has been good, as you can use broad keyword phrases for your category&nbsp; names, and more specific long-tail phrases within your post titles to get a SEO friendly URL happening.</p>
<blockquote>
<p>http://genesisblogging.com/affordable-widgets/blue-square-widgets/</p>
</blockquote>
<p>While this works good for SEO (even if it can get a bit long), the bottom line is that there is a whole other issue that was being overlooked: performance.</p>
<p>Sites that grow to be really large, with lots of posts and pages, and that use the %category%/%postname%/ structure, are forcing WordPress to store and then render all this extra data when pages are served up to the site visitor.</p>
<p><strong>Why or how is this a problem?<br />
	</strong></p>
<p>The category and postname fields are text fields. So it forces WordPress to store all this extra information in your database and makes WordPress work harder to distinguish pages from posts.</p>
<p>Here is a quote straight from WordPress.org on this issue:</p>
<blockquote>
<ul>
<li>Make sure to end your structure with either <tt>%post_id%</tt> or <tt>%postname%</tt> (e.g. <tt>/%year%/%monthnum%/%day%/%postname%/</tt>) so that each permalink points to an individual post.</li>
<li>For performance reasons, it is <i>not</i> a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text &quot;page slug&quot; as the URL), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID.</li>
</ul>
</blockquote>
<p><strong>So, what does this mean for you and your WordPress sites?<br />
	</strong></p>
<p>For best performance and results, use this custom permalink structure:</p>
<blockquote>
<p><strong>/%post_id%/%postname%/<br />
		</strong></p>
</blockquote>
<p>The postname will still make your URLs SEO-friendly; the post ID will make them shorter and make less work for WordPress (and store less data) to deliver your content quickly to your site visitor.</p>
<p><strong>Changing&nbsp; Your Permalinks the SEO-friendly Way<br />
	</strong></p>
<p>To change your permalinks structure without causing broken 404 errors on your site, or losing any ground with the search engines, I recommend this plugin: <a href="http://wordpress.org/extend/plugins/permalinks-migration-plugin-for-wordpress/" target="_blank">Dean&#39;s Permalinks Migration</a></p>
<p>This plugin does all the hard work for you, automatically creating 301 redirects for your links, instead of you having to update your .htaccess file with a ton of 301 redirects manually.&nbsp;</p>
<p>Hope this helped you! </p>
<p>To YOUR Success,</p>
<p>Traci</p>
<p>P.S. If you have any questions about permalinks, post them in the comments section below.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_14" title="WordPress Custom Permalinks - Which is Best?" url="http://genesisblogging.com/1161/wordpress-custom-permalinks-which-is-best/"></script>]]></content:encoded>
			<wfw:commentRss>http://genesisblogging.com/1161/wordpress-custom-permalinks-which-is-best/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Google SEO Method Got Me on Google Page #1 in 24 hours!</title>
		<link>http://genesisblogging.com/803/google-seo-method-page-1-in-24-hours/</link>
		<comments>http://genesisblogging.com/803/google-seo-method-page-1-in-24-hours/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 21:41:49 +0000</pubDate>
		<dc:creator>Traci Knoppe</dc:creator>
				<category><![CDATA[SEO for WordPress]]></category>
		<category><![CDATA[google seo]]></category>
		<category><![CDATA[internet marketing seo]]></category>

		<guid isPermaLink="false">http://genesisblogging.com/?p=803</guid>
		<description><![CDATA[Internet Marketing SEO Method = Google Page One Wow! This is so amazing! Six weeks ago I attended the NAMS workshop in Atlanta, Georgia. While there, one of the many useful things we were taught was this Google Page One formula method to get a web site on the first page of Google in less [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="standard" count="" href="http://genesisblogging.com/803/google-seo-method-page-1-in-24-hours/"></g:plusone></div><h1>Internet Marketing SEO Method = Google Page One</h1>
<p>Wow! This is so amazing! Six weeks ago I attended the NAMS workshop in Atlanta, Georgia. While there, one of the many useful things we were taught was this Google Page One formula method to get a web site on the first page of Google in less than 24 hours. One woman actually accomplished this while at the workshop!</p>
<p>So here it is, six weeks later, and I am just now getting around to applying this method. What I did was take a brand new domain, that obviously had no web site built yet, no backlinks or anything (this is actually a <a href="http://yourwebtechteam.com" target="_blank">brand new outsourcing service business</a> that I started) and I followed the steps in this report and sure enough &#8211; it worked!!</p>
<p>Check out the video to see proof:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/-U8PrgU5uNs&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/-U8PrgU5uNs&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Now go get the report and try it for yourself!</p>
<h1 style="text-align: center;"><a href="http://GooglePageOneFast.info" target="_blank">Google Page One Fast</a></h1>
<p style="text-align: left;">To YOUR Success,</p>
<p style="text-align: left;"><strong>Traci Knoppe</strong></p>
<p style="text-align: left;"><strong>P.S.</strong> After you have gotten the report and applied the methods, please come back here and comment and let me know your results.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_14" title="Google SEO Method Got Me on Google Page #1 in 24 hours!" url="http://genesisblogging.com/803/google-seo-method-page-1-in-24-hours/"></script>]]></content:encoded>
			<wfw:commentRss>http://genesisblogging.com/803/google-seo-method-page-1-in-24-hours/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

