<?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>thinkjim.com &#187; wordpress</title>
	<atom:link href="http://www.thinkjim.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkjim.com</link>
	<description>living IT and technology. News, reviews, opinion, problems and solutions</description>
	<lastBuildDate>Sat, 23 Jan 2010 11:08:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding nofollow to Wordpress Links</title>
		<link>http://www.thinkjim.com/2008/06/adding-nofollow.html</link>
		<comments>http://www.thinkjim.com/2008/06/adding-nofollow.html#comments</comments>
		<pubDate>Mon, 02 Jun 2008 19:03:02 +0000</pubDate>
		<dc:creator>thinkjim</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thinkjim.com/?p=55</guid>
		<description><![CDATA[There seems to be a big debate about the use of the rel=&#8221;nofollow&#8221; tag when linking to other websites. I&#8217;m no SEO expert &#8211; so I&#8217;m in no position to comment! but in this post I will tell you how I added a checkbox to wordpress admin that allows me to make new sidebar (blogroll) [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be a big debate about the use of the <em>rel=&#8221;nofollow&#8221;</em> tag when linking to other websites. I&#8217;m no SEO expert &#8211; so I&#8217;m in no position to comment! but in this post I will tell you how I added a checkbox to wordpress admin that allows me to make new sidebar (blogroll) links nofollow links. In my case I opted to use<em> nofollow</em> for linking to a few big websites. I haven&#8217;t used nofollow for linking to smaller sites that need the juice. </p>
<p><strong>What is the rel=&#8221;nofollow&#8221; tag?</strong><br />
Simply put the rel=&#8221;nofollow&#8221; tag can be used when linking to other web sites to tell google and other search engines not to follow that link as part of their <a rel="nofollow" href="http://en.wikipedia.org/wiki/Web_crawler">crawl</a>. Thats the oversimplified explanation anyway, the reality is that it tells google not to add any weight to that page&#8217;s pagerank / ranking because of your link to that site, which it might otherwise do.</p>
<p><strong>How I added rel=&#8221;nofollow&#8221; to selected sidebar (blogroll) links</strong><br />
If I want to create a link on my sidebar I usually go to &#8216;write&#8217; and then &#8216;links&#8217; from with WP Admin. At the bottom of this page there is a subtitle &#8211; &#8220;Link Relationship (XFN)&#8221; and beneath it is a text entry field with the tantalising word &#8216;rel&#8217; (hmmm I want <strong>rel</strong>=&#8221;nofollow&#8221;)&#8230;&#8230; Unfortunately WP 2.5 won&#8217;t let me type anything here. I have to tick a checkbox beneath the text field for anything to appear in it. I guess I need a tickbox called &#8216;nofollow&#8217;. How do I add that?</p>
<p>To do this I downloaded and edited the &#8216;edit-link-form.php&#8217; file from the \wp-admin folder on my webserver. I inserted the following line of code:</p>
<pre><code>&lt;tr&gt;
  &lt;th scope="row"&gt; &lt;?php _e('following') ?&gt; &lt;/th&gt;
  &lt;td&gt;
     &lt;label for="follow"&gt;
     &lt;input class="valinp" type="checkbox" name="follow" value="nofollow"
id="nofollow" &lt;?php xfn_check('follow', 'nofollow'); ?&gt; /&gt;
     &lt;?php _e('nofollow') ?&gt;&lt;/label&gt;
  &lt;/td&gt;
&lt;/tr&gt; </code></pre>
<p>this was inserted just above</p>
<pre><code>&lt;th scope="row"&gt; &lt;?php _e('identity') ?&gt; &lt;/th&gt;</code></pre>
<p>which was on line 174 in my file. Now I have a tick box at the bottom of the write, links page and if I tick it, it makes the link a nofollow link!<br />
** If you try this make sure you take a back up of edit-link-form.php first **</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkjim.com/2008/06/adding-nofollow.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SEO and Wordpress Archive Pages</title>
		<link>http://www.thinkjim.com/2008/06/seo-and-wordpress-archive-pages.html</link>
		<comments>http://www.thinkjim.com/2008/06/seo-and-wordpress-archive-pages.html#comments</comments>
		<pubDate>Sun, 01 Jun 2008 12:23:14 +0000</pubDate>
		<dc:creator>thinkjim</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thinkjim.com/?p=51</guid>
		<description><![CDATA[Since moving from blogger to wordpress I have been spending a lot of time working on Search Engine Optimisation (SEO), so that my blog ranks highly. SEO can take a lot of time and I&#8217;m still in the early stages, but something I have discovered is that google has been indexing my archive pages.
The problem [...]]]></description>
			<content:encoded><![CDATA[<p>Since moving from <a rel="nofollow" href="http://www.blogger.com/">blogger</a> to <a rel="nofollow" href="http://www.wordpress.org/">wordpress</a> I have been spending a lot of time working on Search Engine Optimisation (SEO), so that my blog ranks highly. SEO can take a lot of time and I&#8217;m still in the early stages, but something I have discovered is that google has been indexing my archive pages.</p>
<p>The problem with this is that google sees these archive pages as duplicate content. For example http://www.thinkjim.com/2005/09/ contains a post about a microsoft windows training course, but this post is also a web page in its own right (http://www.thinkjim.com/2005/09/m2276-implementing-a-microsoft-<br />
windows-server-2003-network-infrastructure.html). This counts as duplicate content and can effect your google <a rel="nofollow" href="http://en.wikipedia.org/wiki/PageRank">pagerank.</a></p>
<p>To get around this i&#8217;ve learnt that you need to stop google indexing the archive pages and this can be achieved by adding a line of code to the header.php file &#8211; this forms part of your wordpress theme.</p>
<pre><code>&lt;?php if(is_archive()){ ?&gt;&lt;meta name="robots" content="noindex, follow"&gt;&lt;?php } ?&gt;</code></pre>
<p>If you put the line of code above into your header.php file it will tell google (and other search engines) not to index any pages that are archive pages, but the search engine will look inside archive pages for links to other pages (i.e. posts). If it finds a link it will follow it and index the linked page. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkjim.com/2008/06/seo-and-wordpress-archive-pages.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
