<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; wordpress seo</title> <atom:link href="http://www.ghacks.net/tag/wordpress-seo/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>WordPress SEO: Advanced Nofollow</title><link>http://www.ghacks.net/2009/04/16/wordpress-seo-advanced-nofollow/</link> <comments>http://www.ghacks.net/2009/04/16/wordpress-seo-advanced-nofollow/#comments</comments> <pubDate>Thu, 16 Apr 2009 17:05:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[The Web]]></category> <category><![CDATA[more]]></category> <category><![CDATA[more tag]]></category> <category><![CDATA[nofollow]]></category> <category><![CDATA[search engine optimization]]></category> <category><![CDATA[Search Engines]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress seo]]></category> <category><![CDATA[wordpress tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=12060</guid> <description><![CDATA[WordPress is already well optimized when it comes to SEO (that&#8217;s Search Engine Optimization). There are some basic changes that are usually performed like changing the link structure to include the title of the articles or displaying the title of the article in the web browser&#8217;s title. Most users stop here, some go ahead and [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/wordpress.png" alt="wordpress" title="wordpress" width="128" height="128" class="alignleft size-full wp-image-11834" />WordPress is already well optimized when it comes to SEO (that&#8217;s Search Engine Optimization). There are some basic changes that are usually performed like changing the link structure to include the title of the articles or displaying the title of the article in the web browser&#8217;s title. Most users stop here, some go ahead and install SEO plugins which do some magic in the background.</p><p><span
id="more-12060"></span>Advanced tips are not that easy to come by and most websites running a WordPress blog do not have them implemented. This article will list some options that center around the nofollow tag. Nofollow basically tells search engines like Google to not count the link vote that is usually being passed when linking on the Internet. Why is that beneficial? A website has a certain linking power. Each link that is pointing to internal and external resources gets a piece of that linking power. Not all pages should be treated equally however which is what this article is about. It makes for example no sense to pass linking power to internal pages that you do not want to link for, think of privacy policies, contact pages, login, log off or social bookmarking links.</p><p>WordPress themes come with a surprising amount of links, the majority of which is not set to nofollow. Here are a few areas where you should consider placing the nofollow link tag in a WordPress blog:</p><ul><li>The more (read more) tag. The page is already linked from the title of the post properly.</li><li>WordPress meta data</li><li>Pages like Privacy Policies, Contact Us</li><li>Social Bookmarking links</li></ul><p>To add the nofollow link one would simply add the rel=&quot;nofollow&quot;<br
/> tag to the link structure which is not a problem if the link is displayed in the source code of the theme, for example:</p><p><strong>&lt;a href=&quot;http://www.example.com/&quot; rel=&quot;nofollow&quot;&gt;Example Link&lt;/a&gt;</strong></p><p>There are however links (like the previously mentioned more tag) that cannot be manipulated in the theme source as the link is created by a php function.</p><p>Here is how you make the more tag in WordPress nofollow:</p><ul><li>Open the file post-template.php in the wp-includes folder.</li><li>Locate the following line beginning with:<p> <strong>$output .= &#8216; &lt;a href=&quot;&#8217;. get_permalink()</strong>..</li><li>Replace it with:<p><strong>$output .= &#8216; &lt;a href=&quot;&#8217;. get_permalink() . &quot;#more-$id\&quot; class=\&quot;more-link\&quot; rel=\&quot;nofollow\&quot;&gt;$more_link_text&lt;/a&gt;&quot;;</strong></li><li>You basically add the rel=\&quot;nofollow\&quot; tag to the line</li></ul><p>This ensures that all more tags will be nofollow from then on.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/16/wordpress-seo-advanced-nofollow/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> </channel> </rss>
