<?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>The SEO Blogger&#187; tutorials</title>
	<atom:link href="http://theseoblogger.com/tag/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://theseoblogger.com</link>
	<description>^~_ Rising Through the Search Engines _~^</description>
	<lastBuildDate>Mon, 14 Dec 2009 03:20:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Best WordPress Blog Title Structure</title>
		<link>http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/</link>
		<comments>http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/#comments</comments>
		<pubDate>Mon, 07 May 2007 02:26:57 +0000</pubDate>
		<dc:creator>SEO Blogger</dc:creator>
				<category><![CDATA[WorPress SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/</guid>
		<description><![CDATA[How to Configure Your WordPress Blog&#8217;s Title Tag for the Maximum SEO Benefits
This is the 2nd of the WordPress SEO Tutorials series.

If you don&#8217;t know it yet, your web page&#8217;s TITLE is one of the MOST important SEO factor in ranking high in the search engine results pages (SERPs). 
Check it out: go to a [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>How to Configure Your WordPress Blog&#8217;s Title Tag for the Maximum SEO Benefits</strong></p>
<p><em>This is the 2nd of the <a href="http://theseoblogger.com/category/seo-blogs/wordpress/">WordPress SEO Tutorials</a> series.<br />
</em></p>
<p>If you don&#8217;t know it yet, your web page&#8217;s TITLE is one of the MOST important SEO factor in ranking high in the search engine results pages (SERPs). </p>
<p>Check it out: go to a major search engine and type in <em>search engine optimization</em> (with/without quotations). What do you see in the 1st page of the SERPs? <span id="more-19"></span>Most of the top results have <em>search engine optimization</em> near the very beginning of their titles, and these titles have the keyword phrase <em>search engine optimization</em> <strong>BOLD-TYPED!</strong></p>
<p>*Notice the bold-types of the descriptions too? I&#8217;ll talk about this later but for now let&#8217;s get back to how to configure your WordPress blog&#8217;s title tag.</p>
<p>By default, most WordPress themes have your blog&#8217;s name BEFORE your post/categories/etc. title:</p>
<p><em>Your Blog Name &raquo; Blog Archives &raquo; Blog-Post-Title</em></p>
<p>This, of course, is NOT favorable if you want to have the extra edge over your competition in the SEO war. Anyway, here&#8217;s a step-by-step tutorial on how you can configure the title of your post/category/etc. to this (without any plugin):</p>
<p><em>Blog-Post-Title &raquo; Your Blog Name</em>      </p>
<p> *Note: The phrase &#8220;Blog Archives&#8221; has been deleted.</p>
<p><strong>How to Move Your &#8220;Blog-Post-Title&#8221; before the &#8220;Blog Name&#8221; </strong></p>
<p>In order to do this, you need to open up the &#8220;header.php&#8221; file in your WordPress theme folder. You need a &#8216;php&#8217; file editor to do this; if not, DON&#8217;T WORRY&#8211;just do the following:</p>
<p>-First, change the &#8220;header.<strong>php</strong>&#8221; file extension to &#8220;header.<strong>txt</strong>&#8220;.<br />
-Next, open the &#8220;header.txt&#8221; file and &#8216;find&#8217; for the following code that begins with the < title> tag:</p>
<p><strong>< title>< ?php bloginfo('name'); ?>< ?php wp_title(); ?>< /title></strong></p>
<p>*Note: <em>< ?php bloginfo('name'); ?></em> is your Blog Name, and <em>< ?php wp_title(); ?></em> is your Blog-Post-Title. Also, you only need these two &#8220;< ?php>&#8221; codes: just delete the rest of the other codes or texts (e.g. &#8220;Blog Archives&#8221;).</p>
<p>Now, all you have to do is moved the <em>< ?php wp_title(); ?></em> before the <em>< ?php bloginfo('name'); ?></em>:</p>
<p>BEFORE:<br />
<strong>< title>< ?php bloginfo('name'); ?>< ?php wp_title(); ?>< /title></strong></p>
<p>AFTER:<br />
<strong>< title>< ?php wp_title(); ?>< ?php bloginfo('name'); ?>< /title></strong></p>
<p>That&#8217;s it you&#8217;re DONE! The last step is to save the file as a &#8220;php&#8221; extension, &#8220;header.php&#8221; (without the quotations), and upload it to your site&#8217;s theme folder and watch the transformation of your Wordpress Blog-Post-Title goes before your Blog Name:</p>
<p><strong>Blog-Post-Title &raquo; Your Blog Name</strong></p>
<p>O.K. That&#8217;s it for my tutorial on the configuring your blog name and title WITHOUT using any plugin. My next post will list a SERIES of SEO-related WordPress plugins, plus some optional &#8216;tweak&#8217; for the best SEO results for the title tag  <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />  .</p>
<p>O.K. Then, until the next <a href="http://theseoblogger.com/category/seo-blogs/wordpress/">WordPress SEO tutorial</a>&#8230;</p>
Similar Posts:<ul>None Found</ul><!-- POC cache miss: 0.404 ms -->]]></content:encoded>
			<wfw:commentRss>http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress SEO Tutorial: The Best SEO Permalink Structure</title>
		<link>http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/</link>
		<comments>http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/#comments</comments>
		<pubDate>Sun, 06 May 2007 02:56:48 +0000</pubDate>
		<dc:creator>SEO Blogger</dc:creator>
				<category><![CDATA[WorPress SEO]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[WorPress-SEO]]></category>

		<guid isPermaLink="false">http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/</guid>
		<description><![CDATA[How to Use Permalinks to Enhance Your WordPress SEO Blog
This is the first of the WordPress SEO Tutorials series. 
By default, WordPress gives you this dynamic URL for your post: &#8220;http://yourdomain.com/?p=SOME-ID-NUMBER&#8221;. The best SEO permalink structure is to have your post appears with &#8216;category&#8217; and the &#8216;post title&#8217; in the URL. 
This looks something like [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>How to Use Permalinks to Enhance Your WordPress SEO Blog</strong></p>
<p>This is the first of the <a href="http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorials/">WordPress SEO Tutorials</a> series. </p>
<p>By default, WordPress gives you this dynamic URL for your post: &#8220;http://yourdomain.com/?p=SOME-ID-NUMBER&#8221;. The best SEO permalink structure is to have your post appears with &#8216;category&#8217; and the &#8216;post title&#8217; in the URL. </p>
<p>This looks something like this: &#8220;http://yourdomain.com/category/post-title&#8221;</p>
<p><strong>Why is this the best SEO permalink structure compares to the other structures?</strong><span id="more-18"></span></p>
<p>To simply put, this permalink structure allows you to have &#8216;more&#8217; keyword loaded into the URL of your post. Since the category that you&#8217;ve placed your post under usually related to the post title (which hopefully is keyword-loaded itself), you will have the extra SEO benefit <em>if other people use that permalink structure to link your post</em>.</p>
<p><strong> How to Change the Default Permalinks to &#8216;Category/Post-Title&#8217; Permalinks</strong></p>
<p>In order to change the default permalink structure, you need to go to &#8220;OPTIONS -> Permalinks&#8221; in your admin panel and paste this code into the BOX after &#8220;Custom Structure:&#8221;</p>
<p><strong>/%category%/%postname%/</strong></p>
<p>Next, click the &#8220;Update Permalink Structure >>&#8221; button; if WordPress does NOT automatically update the permalink structure to for you&#8211;don&#8217;t worry&#8211;just do the following:</p>
<p>-If you don&#8217;t have a <em>.htaccess</em> file in your root directory (public_html/.htaccess) already, just &#8216;create a new file&#8217; and name it <em>.htaccess</em> and place it in &#8220;public_html&#8221; directory <strong>or whatever directory you have your WordPress blog installed</strong> (e.g. public_html/blog/.htaccess, which is equivalent to <a href="http://yourdomain.com/blog/.htaccess" title="http://yourdomain.com/blog/.htaccess" class="autohyperlink" target="_blank">yourdomain.com/blog/.htaccess</a>). </p>
<p>-Then, copy and paste the code WordPress gives you after clicking on the &#8220;Update Permalink Structure >>&#8221; button into your <em>.htaccess</em> file. *Note: You need to click on the some option (e.g. &#8216;Edit&#8217;) of your .htaccess file to open up a window to paste your permalink code in the file.</p>
<p>The code is same as following if you are using WordPress 2.0 or higher:</p>
<p><IfModule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</IfModule></p>
<p>Just copy and paste that &#8216;mod-rewrite&#8217; code into your .htaccess file, save it, and you are DONE!</p>
<p>Now, your old AND new post will automatically carry the category the post is assigned to, plus the title name of that post:</p>
<p><strong>http://yourdomain.com/blog/category/post-title</strong></p>
<p>*Note: That&#8217;s the default &#8216;Post-Slug&#8217; structure after the updated permalink, but if you want to change the name of the &#8216;post-title&#8217; in the post&#8217;s URL, just go to &#8216;Post-Slug&#8217; (located on the right-hand side of the &#8220;Write&#8221; page) and input/change to what name you want.</p>
<p>Also, be sure to check out my post on &#8220;<a href="http://theseoblogger.com/seo-blogs/wordpress/wordpress-plugins-to-change-your-permalink-structure/">3 WordPress Plugins to Safely Change Your Permalink Structure</a>&#8221; if you&#8217;re going to change to your blog&#8217;s old permalinks to a new permalink structure.</p>
<p>O.K. Now, that concludes my first WordPress SEO tutorial on permalink structure. If you have any question, just post a comment below&#8230;</p>
Similar Posts:<ul>None Found</ul><!-- POC cache miss: 0.413 ms -->]]></content:encoded>
			<wfw:commentRss>http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorial-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>190</slash:comments>
		</item>
		<item>
		<title>WordPress SEO Tutorials</title>
		<link>http://theseoblogger.com/seo-tutorials/wordpress-seo-tutorials/</link>
		<comments>http://theseoblogger.com/seo-tutorials/wordpress-seo-tutorials/#comments</comments>
		<pubDate>Sun, 06 May 2007 01:35:46 +0000</pubDate>
		<dc:creator>SEO Blogger</dc:creator>
				<category><![CDATA[SEO Tutorials]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[WorPress-SEO]]></category>

		<guid isPermaLink="false">http://theseoblogger.com/seo-blogs/wordpress/wordpress-seo-tutorials/</guid>
		<description><![CDATA[Hi all, just want you to know that in the next few days I&#8217;ll go all out on ways to optimize your WordPress blog. These WordPress SEO tutorials will be covered in a step-by-step manner (my apology if you&#8217;re an advance WordPress pro  . 
In the course of these Wordpress SEO tutorials, I&#8217;ll also [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all, just want you to know that in the next few days I&#8217;ll go all out on ways to optimize your WordPress blog. These WordPress SEO tutorials will be covered in a step-by-step manner (my apology if you&#8217;re an advance WordPress pro <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . </p>
<p>In the course of these Wordpress SEO tutorials, I&#8217;ll also mention various plugins that I use to power my blogs. I&#8217;ll probably &#8216;intensely&#8217; post numerous posts per days on the subject, as I&#8217;d really like you all to start optimizing your blog right away. So&#8211;below is a list of topics that I&#8217;ll be covered, specifically for a WordPress powered blog:</p>
<p>1. Permalink: the best way to use it for the best SEO effect.<br />
2. Home Page Title: need a &#8216;little&#8217; template digging and/or plugin. Don&#8217;t worry; it&#8217;s going to be step-by-step remember =P.<br />
3. Post Titles: some tips on how to &#8216;SEO&#8217; them.<br />
4. Duplicate Content Filters: if you posted in numerous categories, you need to filter &#8217;some&#8217; to reduce the duplicate effect.<br />
5. Titles &#038; Descriptions for Category/Archive/404/Tag Pages: need plugin(s) to do this.</p>
<p>*Note: I&#8217;ll add more to this list as time goes and will probably hyper-link them too, for easy navigation (just like a Table of Content <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
Similar Posts:<ul>None Found</ul><!-- POC cache miss: 0.410 ms -->]]></content:encoded>
			<wfw:commentRss>http://theseoblogger.com/seo-tutorials/wordpress-seo-tutorials/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

