<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Linking Out, Nofollow, And Common Sense</title>
	<atom:link href="http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense</link>
	<description>Frustrated by the often-confusing and conflicting SEO advice you find on the web? The best SEO book is free - stop searching and download it today!</description>
	<lastBuildDate>Thu, 25 Feb 2010 17:48:17 -0600</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-27528</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 31 Oct 2008 11:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-27528</guid>
		<description>If I link out to authority sites from my home page or any other page, will that increase my site&#039;s trust in Google&#039;s eyes? 

One of my top competitors is doing this and is ranking well, but I am not sure if I should use this strategy.</description>
		<content:encoded><![CDATA[<p>If I link out to authority sites from my home page or any other page, will that increase my site&#039;s trust in Google&#039;s eyes? </p>
<p>One of my top competitors is doing this and is ranking well, but I am not sure if I should use this strategy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willy</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-23986</link>
		<dc:creator>Willy</dc:creator>
		<pubDate>Sat, 13 Sep 2008 16:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-23986</guid>
		<description>Dear Dan, thank you for your great book.

Could you advice me with these situations?..

1- In my home page I have a top menu and a bottom menu with the same links. Is it ok if I use &quot;rel=nofollow&quot; in the bottom links? Seomoz.org applies this technique..

2- In the top menu I have a link pointing to my home page with the anchor text &quot;home&quot;, but in the bottom menu I have the same link pointing to the home page with a &quot;keyword&quot; in the anchor text. Can I place the &quot;rel=nofollow&quot; in the &quot;home&quot; link. Will Google count the bottom link &quot;with the keyword&quot;? or will ignore my homepage because i added &quot;nofollow&quot; on the link &quot;home&quot;. I have this doubt because the &quot;home link&quot; appears first in the code??

3- In your book you said:
Home Page Navigation
&quot;Do not use nofollow on the link to your site map page, if you have one.&quot;

Global Navigation / Interior Pages
Add nofollow on all links to the site map. From the spider’s perspective, the
site map is only linked from the home page.

I have seem in many important sites they use nofollow in overhead pages but they do not use &quot;nofollow&quot; on the site map page? What is your opinion about it??


Thank you Master!!</description>
		<content:encoded><![CDATA[<p>Dear Dan, thank you for your great book.</p>
<p>Could you advice me with these situations?..</p>
<p>1- In my home page I have a top menu and a bottom menu with the same links. Is it ok if I use &#034;rel=nofollow&#034; in the bottom links? Seomoz.org applies this technique..</p>
<p>2- In the top menu I have a link pointing to my home page with the anchor text &#034;home&#034;, but in the bottom menu I have the same link pointing to the home page with a &#034;keyword&#034; in the anchor text. Can I place the &#034;rel=nofollow&#034; in the &#034;home&#034; link. Will Google count the bottom link &#034;with the keyword&#034;? or will ignore my homepage because i added &#034;nofollow&#034; on the link &#034;home&#034;. I have this doubt because the &#034;home link&#034; appears first in the code??</p>
<p>3- In your book you said:<br />
Home Page Navigation<br />
&#034;Do not use nofollow on the link to your site map page, if you have one.&#034;</p>
<p>Global Navigation / Interior Pages<br />
Add nofollow on all links to the site map. From the spider’s perspective, the<br />
site map is only linked from the home page.</p>
<p>I have seem in many important sites they use nofollow in overhead pages but they do not use &#034;nofollow&#034; on the site map page? What is your opinion about it??</p>
<p>Thank you Master!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Thies</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-5909</link>
		<dc:creator>Dan Thies</dc:creator>
		<pubDate>Thu, 15 Nov 2007 17:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-5909</guid>
		<description>Toby, I need to check into some kind of visual/WYSIWYG editor instead of the text input box...

If you&#039;re doing a popup, you have a couple choices, you can use target=&quot;_blank&quot; or you can use a Javascript onclick event and run a script to open the window.

It shouldn&#039;t matter what order you put the rel and target attributes. I generally prefer to use alphabetical order for attributes (href=whatever rel=nofollow target=whatever) but the spiders should be able to interpret it correctly no matter what order you use.</description>
		<content:encoded><![CDATA[<p>Toby, I need to check into some kind of visual/WYSIWYG editor instead of the text input box&#8230;</p>
<p>If you&#039;re doing a popup, you have a couple choices, you can use target=&#034;_blank&#034; or you can use a Javascript onclick event and run a script to open the window.</p>
<p>It shouldn&#039;t matter what order you put the rel and target attributes. I generally prefer to use alphabetical order for attributes (href=whatever rel=nofollow target=whatever) but the spiders should be able to interpret it correctly no matter what order you use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toby rosenthal</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-5907</link>
		<dc:creator>toby rosenthal</dc:creator>
		<pubDate>Thu, 15 Nov 2007 17:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-5907</guid>
		<description>&lt;p&gt;Dan:  I tried to post and show three different coding examples, but they were converted to actual links on the site.  I am confused...  I took out the following from the beginning of each line of code:so you might see what I am asking here...  &lt;/p&gt;
&lt;p&gt;We are trying to implement nofollow on our site where a click on the links in question opens a new window within our site (it is an rfq form).&lt;/p&gt;
&lt;p&gt;Normally, the link would be structured like this: rfq-popup.htm rel=&quot;nofollow&quot;&lt;/p&gt;
&lt;p&gt;If opening in a new window, should it be structured like this:   rfq-popup.htm target=&quot;_blank rel=&quot;nofollow&quot;&lt;/p&gt;
&lt;p&gt;Or like that:&#160;  rfq-popup.htm&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&lt;/p&gt;
&lt;p&gt;Thanks,  Toby&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Dan:  I tried to post and show three different coding examples, but they were converted to actual links on the site.  I am confused&#8230;  I took out the following from the beginning of each line of code:so you might see what I am asking here&#8230;  </p>
<p>We are trying to implement nofollow on our site where a click on the links in question opens a new window within our site (it is an rfq form).</p>
<p>Normally, the link would be structured like this: rfq-popup.htm rel=&quot;nofollow&quot;</p>
<p>If opening in a new window, should it be structured like this:   rfq-popup.htm target=&quot;_blank rel=&quot;nofollow&quot;</p>
<p>Or like that:&nbsp;  rfq-popup.htm&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;</p>
<p>Thanks,  Toby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-1290</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 07 Sep 2007 11:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-1290</guid>
		<description>Dan,

I am working on a massive site.  About 7000 pages more.  I am thinking of using the nofollow tag for the anchor text &quot;home&quot; and the image link at the top which links to the homepage.  I will then place a link in the footer to the homepage that contains a highly searched keyword to our sites theme.  Do you see any negative effects with implementing this strategy?</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>I am working on a massive site.  About 7000 pages more.  I am thinking of using the nofollow tag for the anchor text &#034;home&#034; and the image link at the top which links to the homepage.  I will then place a link in the footer to the homepage that contains a highly searched keyword to our sites theme.  Do you see any negative effects with implementing this strategy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Thies</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-1023</link>
		<dc:creator>Dan Thies</dc:creator>
		<pubDate>Mon, 27 Aug 2007 20:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-1023</guid>
		<description>Chris, those links return a 302 redirect to your site, so they won&#039;t count as links in search engines. But I assume they&#039;re sending you traffic, and when people find you that does generate some links on its own.</description>
		<content:encoded><![CDATA[<p>Chris, those links return a 302 redirect to your site, so they won&#039;t count as links in search engines. But I assume they&#039;re sending you traffic, and when people find you that does generate some links on its own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-1017</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 27 Aug 2007 17:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-1017</guid>
		<description>I have just this second downloaded the seo fast start book and im wondering about the following, regarding outbound links, to my site. I have recieved many links to my sub pages from artistdirect.com, however, the link format they use means the outbound link to my site is in the format as follows:
artistdirect.com/cgi-bin/gx.cgi/AppLogic+SimpleRedirect?src=/nad/music/artist/links&amp;destination=http%3A%2F%2Fwww%2Erapcentral%2Eco%2Euk&amp;site=4400581&amp;artist=594954&amp;priority=-1&amp;type=7

now i was wondering, does anyone know if search engines can even follow this link properly, or is it hard for them to count this as a vote for me, or is it a the equivilant of a nofollow link as its hard for them to read as a direct link, as i was very pleased to get get the links on this site, especially on the main artist page of the site.

THANKS ALL!
p.s.</description>
		<content:encoded><![CDATA[<p>I have just this second downloaded the seo fast start book and im wondering about the following, regarding outbound links, to my site. I have recieved many links to my sub pages from artistdirect.com, however, the link format they use means the outbound link to my site is in the format as follows:<br />
artistdirect.com/cgi-bin/gx.cgi/AppLogic+SimpleRedirect?src=/nad/music/artist/links&amp;destination=http%3A%2F%2Fwww%2Erapcentral%2Eco%2Euk&amp;site=4400581&amp;artist=594954&amp;priority=-1&amp;type=7</p>
<p>now i was wondering, does anyone know if search engines can even follow this link properly, or is it hard for them to count this as a vote for me, or is it a the equivilant of a nofollow link as its hard for them to read as a direct link, as i was very pleased to get get the links on this site, especially on the main artist page of the site.</p>
<p>THANKS ALL!<br />
p.s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-935</link>
		<dc:creator>Bert</dc:creator>
		<pubDate>Thu, 23 Aug 2007 06:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-935</guid>
		<description>Thanks for the fast answer Dan. Good to know more about how Google treats nofollow.</description>
		<content:encoded><![CDATA[<p>Thanks for the fast answer Dan. Good to know more about how Google treats nofollow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Thies</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-909</link>
		<dc:creator>Dan Thies</dc:creator>
		<pubDate>Wed, 22 Aug 2007 20:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-909</guid>
		<description>Bert, anchor text shouldn&#039;t pass through a nofollow link, but it would still read as text on the page. As far as we know, the meaning of nofollow in technical terms is the same, whether the links are inbound, outbound, or internal.</description>
		<content:encoded><![CDATA[<p>Bert, anchor text shouldn&#039;t pass through a nofollow link, but it would still read as text on the page. As far as we know, the meaning of nofollow in technical terms is the same, whether the links are inbound, outbound, or internal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert</title>
		<link>http://www.seofaststart.com/blog/linking-out-nofollow-and-common-sense/comment-page-1#comment-904</link>
		<dc:creator>Bert</dc:creator>
		<pubDate>Wed, 22 Aug 2007 17:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.seofaststart.com/portal/blog/linking-out-nofollow-and-common-sense#comment-904</guid>
		<description>Nice idea Dan, thanks! I&#039;m testing this nofollow strategy on internal links on one of my sites right now. 

Do you know if Google neglects the words in the anchortext of the nofollow link for the page being linked to (in all cases)? 
And do you know if Google also neglects the words in the anchortext of the nofollow link on the page that&#039;s linking? 

And thirdly, does Google treat nofollow on internal links differently than nofollow on external links?</description>
		<content:encoded><![CDATA[<p>Nice idea Dan, thanks! I&#039;m testing this nofollow strategy on internal links on one of my sites right now. </p>
<p>Do you know if Google neglects the words in the anchortext of the nofollow link for the page being linked to (in all cases)?<br />
And do you know if Google also neglects the words in the anchortext of the nofollow link on the page that&#039;s linking? </p>
<p>And thirdly, does Google treat nofollow on internal links differently than nofollow on external links?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
