<?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>Tech Blog &#187; SEO</title>
	<atom:link href="http://ittrainingexpert.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://ittrainingexpert.com</link>
	<description>My Tech Journeys</description>
	<lastBuildDate>Wed, 13 Oct 2010 23:02:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>301 redirect WordPress</title>
		<link>http://ittrainingexpert.com/2010/01/301-redirect-wordpress/</link>
		<comments>http://ittrainingexpert.com/2010/01/301-redirect-wordpress/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 05:49:00 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/2010/01/301-redirect-wordpress/</guid>
		<description><![CDATA[Sometime WordPress can be very annoying and mess up all you SEO efforts. For example it can include a /tag/within your URL. So the URL you get is www.yoursite.com/tag/keyword What you actually wanted was www.yoursite.com/keyword &#160; Because this would be better for SEO purposes and the Search Engines like Google would prefer this format and [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime WordPress can be very annoying and mess up all you SEO efforts. For example it can include a /tag/within your URL. So the URL you get is </p>
<p><a href="http://www.yoursite.com/tag/keyword">www.yoursite.com/tag/keyword</a></p>
<p>What you actually wanted was </p>
<p><a href="http://www.yoursite.com/keyword">www.yoursite.com/keyword</a></p>
<p>&#160;</p>
<p>Because this would be better for SEO purposes and the Search Engines like Google would prefer this format and rank you higher. </p>
<p>Another problem with this is that the same page is reachable through both urls above, so there is a chance that the search engines might get the wrong idea and think that you have duplicate content on your site ! This is simply not good for your site as far as search engine traffic is concerned.</p>
<p>&#160;</p>
<p>The solution to fix this problem is to use “<strong>Redirection</strong>” [<a href="http://urbangiraffe.com/plugins/redirection/">http://urbangiraffe.com/plugins/redirection/</a>] which is a WordPress plugin to manage 301 redirections. With a 301 redirect the search engine bots will be forwarded to the correct format of the URL so you can avoid any duplicate content issues as well.</p>
<p>&#160;</p>
<p>OK so this is how I fixed it ….</p>
<p>&#160;</p>
<p>Redirect Tag pages   <br />==================    <br />/tag/(.*) =&gt; /$1 </p>
<p>This will match any URL that starts with /tag/, and will redirect it to the same URL but without /tag/. For example, </p>
<p> <a title="http://onlinembadegreeprogram.co.uk/tag/university-of-maryland-university-college-umuc-business-administration-mba-degree/&#13;&#10;" href="http://onlinembadegreeprogram.co.uk/tag/university-of-maryland-university-college-umuc-business-administration-mba-degree/">http://onlinembadegreeprogram.co.uk/tag/university-of-maryland-university-college-umuc-business-administration-mba-degree/   <br /></a>
<p>&#160;</p>
<p>will be redirected to a URL without the /tag/</p>
<p><a title="http://onlinembadegreeprogram.co.uk/tag/university-of-maryland-university-college-umuc-business-administration-mba-degree/&#13;&#10;" href="http://onlinembadegreeprogram.co.uk/university-of-maryland-university-college-umuc-business-administration-mba-degree/">http://onlinembadegreeprogram.co.uk/university-of-maryland-university-college-umuc-business-administration-mba-degree/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2010/01/301-redirect-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Remove /category/ from your WordPress url</title>
		<link>http://ittrainingexpert.com/2010/01/how-to-remove-category-from-your-wordpress-url/</link>
		<comments>http://ittrainingexpert.com/2010/01/how-to-remove-category-from-your-wordpress-url/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 05:35:00 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/2010/01/how-to-remove-category-from-your-wordpress-url/</guid>
		<description><![CDATA[OK, this is a very annoying issue when you are using wordpress. For SEO purposes you select your perma links to be of a certain format. But once you select the url format it does not use what you selected and keep inserting the actual “Category” name with in the URL.&#160; This is very annoying [...]]]></description>
			<content:encoded><![CDATA[<p>OK, this is a very annoying issue when you are using wordpress. For SEO purposes you select your perma links to be of a certain format. But once you select the url format it does not use what you selected and keep inserting the actual “Category” name with in the URL.&#160; This is very annoying when you are trying to get rid of this category string from the URL.</p>
<p>&#160;</p>
<p>I’ve tried various things including modifying the php files within wordpress but still without any luck until I tried this….</p>
<p>So if you wanted to get rid of this category keyword here is what to do…</p>
<p>&#160;</p>
<p>In the Permalinks options, set the &quot;Custom Structure&quot; to </p>
<p><font color="#ff0000">/%category%/%postname%/</font> </p>
<p>and your &quot;Category Base&quot; to </p>
<p><font color="#ff0000">/. </font></p>
<p><font color="#ff0000"><font color="#ff0000"></font></font></p>
<p><font color="#ff0000"></font></p>
<p><font size="3">By the way if you still have not improved your URL structure for WordPress then I would do it immediately because it is very important for the SEO for your site. For example it is always a good idea to include the keywords that you are targeting within the URL.&#160; Things like the domain name and URL count heavily with search engines when they rank your site for specific keywords.</font></p>
<p><font size="3">Please let me know whether this worked for you, and if you have any suggestions or questions by leaving a comment below.</font></p>
<p><font color="#ff0000"><font color="#ff0000"></font></font></p>
<p><font color="#ff0000">&#160;</font></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2010/01/how-to-remove-category-from-your-wordpress-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

