<?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> &#187; Content Mgmt</title>
	<atom:link href="http://www.brianchappell.com/category/content-mgmt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianchappell.com</link>
	<description>Search and Social Media Optimization - Link Development - Website Monetization</description>
	<lastBuildDate>Tue, 02 Feb 2010 18:26:53 +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>Drupal SEO in under 5 minutes</title>
		<link>http://www.brianchappell.com/drupal-seo-tutorial/</link>
		<comments>http://www.brianchappell.com/drupal-seo-tutorial/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 03:58:08 +0000</pubDate>
		<dc:creator>Brian Chappell</dc:creator>
				<category><![CDATA[Content Mgmt]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal guide]]></category>
		<category><![CDATA[drupal seo]]></category>
		<category><![CDATA[drupal tutorial]]></category>
		<category><![CDATA[how to set up drupal]]></category>

		<guid isPermaLink="false">http://www.brianchappell.com/drupal-seo-tutorial/</guid>
		<description><![CDATA[Drupal in my opinion is the most search engine friendly, out of the box, solution in existence today. However, with that said, there are still some things that need to be done to any installation to ensure search engine success, and save you from issues down the road. 
Note: Keep in mind many of the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.brianchappell.com/images/stopwatch.png" alt="stopwatch" align="right" height="131" width="126" />Drupal in my opinion is the <span style="font-weight: bold">most search engine friendly, out of the box, solution in existence today</span>. However, with that said, there are still some things that need to be done to any installation to ensure search engine success, and save you from issues down the road. <span style="font-style: italic"></span></p>
<p><font color="#ff0000">Note: <font color="#000000">Keep in mind many of the tactics listed below are things that should be done from the get go. If you plan on implementing these tactics with a site that is already fully built, indexed and aged, then you are going to want to take different steps to ensure SERP disaster doesn&#8217;t ensue.</font><br />
</font></p>
<p><script src="http://flash.revver.com/player/1.0/player.js?mediaId:677777;width:480;height:392" type="text/javascript"></script></p>
<ul>
<li>First thing is first, <span style="font-weight: bold">turn on clean URLs</span> (which is the same thing as entering /%postname%/ in the permalink structure section in Wordpress) Navigate to Home &gt; Administration &gt; Site Configuration &gt; Clean URL&#8217;s. You need to <strong>make sure your server accepts mod_rewrite or this is not going to work.</strong></li>
</ul>
<ul>
<li>Go download the <a href="http://drupal.org/project/page_title" title="Drupal page title module" id="l.c0">Drupal page title module</a>. It is going to take some tinkering to get this to work, but in the end gives you the flexibility of having different page titles than your headings.</li>
<p>To make this work you need to make sure your theme has a template.php If it doesn&#8217;t then you will need to create one (the page title module has an example one you can use). These lines need to be added to the &#8216;page&#8217; hook of the  <strong>_phptemplate_variables</strong> function.</p>
<p><em>if (module_exists(&#8216;page_title&#8217;)) {<br />
$vars['head_title'] = page_title_page_get_title();<br />
}</em></ul>
<ul>
<li>Next, go download the <a href="http://drupal.org/project/globalredirect" title="global redirect module" id="i6yy">global redirect module</a>. This will take care of the <span style="font-weight: bold">duplicate content issues that arise from having a directory and a page</span> with the same exact content. Eg., www.example.com/duplicate &amp; www.example.com/duplicate/  This module will automatically redirect the &#8220;/&#8221; version of the page to the non &#8220;/&#8221; version, thus creating one version. You can also do this on your own by modifying your .htaccess file, but this is an easier solution.</li>
</ul>
<ul>
<li>You will also want to <span style="font-weight: bold">alleviate any canonicalization issues</span> that your site might see from backlinks that point to non www versions or www versions. Use the following code in your .htaccess file to ensure this is taken care of.</li>
<p><em>RewriteCond %{HTTP_HOST} ^site\.com$ [NC]<br />
RewriteRule ^(.*)$ http://www.site.com/$1 [R=301,L]</em></ul>
<ul>
<li>Drupal also creates duplicate content, similar to the directory issue noted above, in the <span style="font-weight: bold">/node/ section of your site</span>. This is a very simple fix as well. Go into your robots.txt folder and block this section of your site with the following code:</li>
<p><em>Disallow: </em>/node$</ul>
<ul>
<li>Make sure you also download the <a href="http://drupal.org/project/nodewords" title="Drupal Meta Tag module" id="r99j">Drupal Meta Tag module</a>, this allows you to insert meta tags and description tags for each page/article you post on the site.</li>
</ul>
<p>What other modules do you use to make your <a href="http://www.brianchappell.com/wordpress-vs-drupal-battle-of-the-cms/" title="drupal vs. wordpress" target="_blank">Drupal site SEO friendly</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianchappell.com/drupal-seo-tutorial/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
