<?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>Mommy Blogger .me &#187; Code</title>
	<atom:link href="http://www.mommyblogger.me/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mommyblogger.me</link>
	<description>It&#039;s Not Just a Boys&#039; Club Anymore</description>
	<lastBuildDate>Mon, 11 Apr 2011 23:41:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Add Nofollow Tags to Links</title>
		<link>http://www.mommyblogger.me/how-to-add-nofollow-tags-to-links/</link>
		<comments>http://www.mommyblogger.me/how-to-add-nofollow-tags-to-links/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 02:37:00 +0000</pubDate>
		<dc:creator>Danelle Ice - Mommy Blogger Me</dc:creator>
				<category><![CDATA[Advertisers]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Nofollow]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.mommyblogger.me/how-to-add-nofollow-tags-to-links/</guid>
		<description><![CDATA[There are many reasons you may want to add nofollow tags to hyperlinks, the main reason being to block links from paying advertisers from benefitting from your PageRank. For now, we’ll be focusing on how to add the nofollow tag to links when you know it should be there.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mommyblogger.me%2Fhow-to-add-nofollow-tags-to-links%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.mommyblogger.me_2Fhow-to-add-nofollow-tags-to-links_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mommyblogger.me%2Fhow-to-add-nofollow-tags-to-links%2F&amp;source=HomeEverAfter&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" title="How to Add Nofollow Tags to Links" alt=" How to Add Nofollow Tags to Links" /><br />
			</a>
		</div>
<p>There are many reasons you may want to add nofollow tags to hyperlinks, the main reason being to block links from paying advertisers from benefitting from your PageRank.  Do you know how to add the nofollow tag to your hyperlinks?</p>
<p>There are 2 types of links: dofollow and nofollow.  When neither tag is present, the default setting is dofollow. The nofollow tag tells a search engine’s crawler not to give any weight or “Google juice” to the link you have posted.</p>
<p>An in-depth discussion of the benefits and uses of nofollow will be covered in another article.  For now, we’ll be focusing on how to add the nofollow tag to links when you know it should be there.</p>
<h2>How to Add Nofollow Tags to Links</h2>
<p><span id="more-2597"></span></p>
<p>A regular link (to a helpful article, great post, or relevant blog) will be a normal, followed link.  Its code will look like this when you switch to the html view in your dashboard:</p>
<div style="background: #eeeeff">
<p>&lt;a title=&#8221;13 Ways to Freshen Up Your Blog&#8221; href=&#8221;http://www.mommyblogger.me/13-ways-to-freshen-up-your-blog/&#8221; &gt;13 Ways to Freshen Up Your Blog &lt;/a&gt;</p></div>
<p>That normal code is how every regular followed link should look when you view its html. To add the nofollow tag in, you’ll add this snippet of html code to your existing link:</p>
<p align="center">rel=&#8221;nofollow&#8221;</p>
<p>That one simple piece of code will prevent search engine spiders from following the link, in effect, giving no weight to the link.  In other words, the link juice from your page will not flow into that link or out to its corresponding site.</p>
<p>I’ve shown the nofollow tag in red in the example below so you can see the placement.  To add the nofollow tag, your html code will now look like this:</p>
<div style="background: #eeeeff">
<p>&lt;a title=&#8221;13 Ways to Freshen Up Your Blog&#8221; <span style="color: #ff0000;"><strong>rel=&#8221;nofollow&#8221;</strong></span> href=&#8221;http://www.mommyblogger.me/13-ways-to-freshen-up-your-blog/&#8221; &gt;13 Ways to Freshen Up Your Blog &lt;/a&gt;</div>
<p>That’s all there is to it.  Adding nofollow tags is quick and easy to do when you know the proper way to modify your html code.  Remember that to be in compliance with Google and many other search engine’s policies, you’ll want to <strong>add nofollow tags to all paid links from advertisers</strong>. </p>
<p>In a nutshell:  If you get compensation for the link, it’s best not to be flowing PageRank to the link.  Respectable webmasters and public relations reps know that building backlinks is something you do the old fashioned way – with great content and real relationships, NOT by buying links!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mommyblogger.me/how-to-add-nofollow-tags-to-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

