<?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>Life + Web &#187; Google</title>
	<atom:link href="http://www.lifeplusweb.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeplusweb.com</link>
	<description></description>
	<lastBuildDate>Fri, 15 May 2009 16:34:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ask Egg Bird: follow, nofollow, index, noindex</title>
		<link>http://www.lifeplusweb.com/2009/02/ask-egg-bird-follow-nofollow-index-noindex/</link>
		<comments>http://www.lifeplusweb.com/2009/02/ask-egg-bird-follow-nofollow-index-noindex/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:59:50 +0000</pubDate>
		<dc:creator>swimturtle</dc:creator>
				<category><![CDATA[Ask Egg Bird]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Googlebot]]></category>
		<category><![CDATA[Meta element]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://www.techtips4dodos.com/?p=193</guid>
		<description><![CDATA[In this post I answer the question "what are the consequences and uses of the various combinations of 'index', 'follow', 'noindex' and 'nofollow' in the 'robots' meta tag" and give some practical examples to clarify.


Related posts:<ol><li><a href='http://www.lifeplusweb.com/2009/01/ask-egg-bird-adding-feedburner-to-a-free-blogger-blog/' rel='bookmark' title='Permanent Link: Ask Egg Bird: Adding Feedburner to a Free Blogger Blog'>Ask Egg Bird: Adding Feedburner to a Free Blogger Blog</a> <small>In this post I answer the question of how to...</small></li><li><a href='http://www.lifeplusweb.com/2009/03/ask-egg-bird-how-to-sell-a-book-published-abroad-on-amazon/' rel='bookmark' title='Permanent Link: Ask Egg Bird: How to Sell a Book Published Abroad on Amazon'>Ask Egg Bird: How to Sell a Book Published Abroad on Amazon</a> <small>In this post I answer the question, how to sell...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>My friend Mario from Heerlen in the Netherlands asked me this question:</p>
<blockquote><p>I know that the meta tag &#8220;nofollow&#8221; tells a search robot not to follow a link and prevents outgoing link juice to other sites. I also know that the tag &#8220;index&#8221; means that a page must be indexed by the robot. What&#8217;s a little confusing are the different combinations and the fact that you can seemingly use them separately for posts, comments and/or pages. There must be a way to explain these combinations in plain English so that it is once and for all understandable for everyone. Here they are:<br />
index, follow<br />
noindex, follow<br />
index, nofollow<br />
noindex, nofollow<br />
What are the different consequences?</p></blockquote>
<p><span id="more-193"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1663111552092291";
/* in-post banner */
google_ad_slot = "3717789585";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
 This is an excellent question, and I myself find it difficult to wade through all the documentation on the web that explains the uses of these different tags and their combinations. In my research I have found some very useful concrete examples that have given me some insight into the matter. I will try to lay it all out in English as plain as I can manage. <img src='http://www.lifeplusweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
 The situation is more complex than I first thought, because there are other tags to consider besides follow and index.<br />
 Google invented the nofollow tag as a measure to contain link spam. When this tag is used by itself, it tells the Googlebot that the link in question will not change the page rank of the website the link leads to. If the nofollow tag is used alone, the search engine will still physically follow the link, in order to index the website it leads to, but the link will not raise the rank of the site. A link spammer is someone who adds comments indiscriminately to all sorts of sites in order to induce search engines to count the links leading back to his websites and therefore raise his  rankings (which in layman&#8217;s terms means that when someone is searching for sites similar to theirs, theirs comes up higher on the page of the search results). If you know the links are useless for raising your rank, there is little point in spamming.<br />
 So, let us try to look at the consequences of each combination of tags and try to look at some practical examples.</p>
<p>First, here is what these tags look like, and where to put them. They must be located in the  &lt;head&gt; portion of the html code of the page in question.</p>
<h3>Index, Follow</h3>
<p><strong>&lt;meta name=&#8221;robots&#8221; content=&#8221;index, follow&#8221;&gt;</strong></p>
<p>This is the default setting, so you never see this tag. In other words, if you do nothing, the Googlebot will index the page and follow the links it contains to go and index the pages they lead to.</p>
<h3>Noindex, Follow</h3>
<p><strong>&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex, follow&#8221;&gt;</strong></p>
<p>An excellent example of when to use this meta tag is for a contact form page. There are many pages in the site that link to this page, but the page does not have valuable content. It is a useful page for readers of the site but only as a contact form, not for the purpose of reading and absorbing interesting information. But because many pages in the site link to this page, it has a lot of &#8220;link juice&#8221; and looks like it should rank highly. Therefore we can decide to NOT index this page, but to still allow the Googlebot to follow the outgoing links from this page to other pages.</p>
<h3>Index, Nofollow</h3>
<p><strong>&lt;meta name=&#8221;robots&#8221; content=&#8221;index, nofollow&#8221;&gt;</strong></p>
<p>A perfect example of when to use this meta tag is when the pages that the current page links to have time-sensitive content. I found one article in a Google blog that used a very good example. Let&#8217;s say that the page in which this tag appears talks about celebrities. In this page there are links to stories that are &#8220;breaking news.&#8221; After a few hours the breaking news is replaced by new breaking news, and the &#8220;old&#8221; breaking news stories are put into a longer lasting articles section of the site. With the &#8220;index, nofollow&#8221; tag we obtain the perfect result. The celebrities page is indexed and the Googlebot does NOT follow the links to the breaking news which will soon be replaced.</p>
<h3>Noindex, Nofollow</h3>
<p><strong>&lt;meta name=&#8221;robots&#8221; content&#8221;noindex, nofollow&#8221;&gt;</strong></p>
<p>Another reason not to index or follow certain pages and links is when there is duplicative content in a site, which is something that at times is unavoidable. If possible it is always best to keep the indexing and ranking of our sites as clean as possible and to try to avoid duplication of content showing up with separate rankings. So, if there are pages that duplicate the content of other pages, with links to yet other duplicative pages, we can use &#8220;noindex, nofollow&#8221; and avoid adding unnecessarily to their ranking. Other examples I found for &#8220;noindex, no follow&#8221; are &#8220;About&#8221; pages, which often have artificially high rankings because many other pages link to them, and &#8220;login&#8221; pages, which also get a lot of &#8220;link juice.&#8221;</p>
<p>I hope this answers your question, Mario! And if you would like to add anything, clarify, or add something to your question, feel free to do so in the comments!</p>
<p>See you next time!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/dc23e864-1a4e-4675-a78f-5085fd08205e/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=dc23e864-1a4e-4675-a78f-5085fd08205e" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.lifeplusweb.com/2009/01/ask-egg-bird-adding-feedburner-to-a-free-blogger-blog/' rel='bookmark' title='Permanent Link: Ask Egg Bird: Adding Feedburner to a Free Blogger Blog'>Ask Egg Bird: Adding Feedburner to a Free Blogger Blog</a> <small>In this post I answer the question of how to...</small></li><li><a href='http://www.lifeplusweb.com/2009/03/ask-egg-bird-how-to-sell-a-book-published-abroad-on-amazon/' rel='bookmark' title='Permanent Link: Ask Egg Bird: How to Sell a Book Published Abroad on Amazon'>Ask Egg Bird: How to Sell a Book Published Abroad on Amazon</a> <small>In this post I answer the question, how to sell...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeplusweb.com/2009/02/ask-egg-bird-follow-nofollow-index-noindex/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ask Egg Bird: Adding Feedburner to a Free Blogger Blog</title>
		<link>http://www.lifeplusweb.com/2009/01/ask-egg-bird-adding-feedburner-to-a-free-blogger-blog/</link>
		<comments>http://www.lifeplusweb.com/2009/01/ask-egg-bird-adding-feedburner-to-a-free-blogger-blog/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 02:10:47 +0000</pubDate>
		<dc:creator>swimturtle</dc:creator>
				<category><![CDATA[Ask Egg Bird]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.techtips4dodos.com/?p=151</guid>
		<description><![CDATA[In this post I answer the question of how to put Feedburner on a free blog hosted on the Blogger platform, and I also express my opinion about Blogger and having a free, noncommercial blog.


Related posts:<ol><li><a href='http://www.lifeplusweb.com/2009/02/how-to-check-your-stats-in-feedburner/' rel='bookmark' title='Permanent Link: How to Check your Stats in Feedburner'>How to Check your Stats in Feedburner</a> <small>In this post I demonstrate how to check on the...</small></li><li><a href='http://www.lifeplusweb.com/2009/02/ask-egg-bird-follow-nofollow-index-noindex/' rel='bookmark' title='Permanent Link: Ask Egg Bird: follow, nofollow, index, noindex'>Ask Egg Bird: follow, nofollow, index, noindex</a> <small>In this post I answer the question "what are the...</small></li><li><a href='http://www.lifeplusweb.com/2009/01/ask-egg-bird-a-new-feature/' rel='bookmark' title='Permanent Link: Ask Egg Bird: a New Feature!'>Ask Egg Bird: a New Feature!</a> <small>In this post I introduce a new feature: Ask Egg...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>I am very excited to post the first answer to an Ask Egg Bird question. Kloe from the lovely blog <a title="Kloe Among the Turks" href="http://kloeamongtheturks.blogspot.com/" target="_blank">kloeamongtheturks </a>has asked me the following question (really it&#8217;s two or three bundled into one, but we&#8217;ll do our best here, ok?):</p>
<blockquote><p>I would like to know if Feedburner can be used by Blogspot blogs. As the creator of a long-standing blog, I have no idea how many people read Kloe (I&#8217;ve actually been scared to know&#8230;)<br />
Also, what&#8217;s your opinion of Blogspot? Should I be concerned that I don&#8217;t own my site? (I don&#8217;t need to make money from my blog.)</p></blockquote>
<p>So, let&#8217;s address these questions in order and find out the best way to answer. I must first say that I had some private email exchanges with Kloe because there are step-by-step guides on the Feedburner site that tell you how to put Feedburner on your site, but Kloe had trouble following the steps. And I must say I don&#8217;t blame her. I&#8217;m fairly savvy and I had to go through the steps a couple of times before I completely understood them myself. I think I&#8217;ve got it down now, though, so here goes.<span id="more-151"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1663111552092291";
/* in-post banner */
google_ad_slot = "3717789585";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
First of all, what is Feedburner? In plain English, Feedburner is a service (now owned by Google) that manages the RSS feeds for people&#8217;s websites and blogs. You don&#8217;t HAVE to have Feedburner to generate RSS feeds. All blogs and websites with content that is renewed regularly, like newspaper sites or magazines and so on, automatically generate RSS feeds. If you pay attention, you will notice that in the far right-hand corner of the url bar (the address bar) at the top of your screen, when you go to a website, there will be a small orange RSS button right there, and if you click on it, you get the feed. So why have Feedburner at all? Why do you need it? The answer is: TO TRACK YOUR STATISTICS, and, ANALYZE YOUR TRAFFIC. In simple terms this means you will be able to see:</p>
<ul>
<li>how many subscribers you have (and Feedburner will count both RSS and email subscribers)</li>
<li>where subscribers came from</li>
<li>how many visitors came (not subscribers, new visitors)</li>
<li>how long each visitor stayed</li>
<li>and many other things of this nature.</li>
</ul>
<p>The benefits of being able to track and measure the quantity and quality of the traffic your blog or website is getting are immeasurable. When you see that one particular page or series of articles is popular, you know that you should write more like them. Being able to see your statistics will help you improve your site in many ways. Let&#8217;s leave it at that for now and tackle the practical solution to the question at hand.</p>
<p>When we say &#8220;get Feedburner on our site&#8221; we mean use Feedburner as a filter through which our RSS feeds pass to get counted and measured. That&#8217;s all it means. You know when you see those people standing at the beginning of a bridge or something with that little counter in their hand, and every time a car goes by the press the clicker? Well, that&#8217;s what Feedburner is: it&#8217;s that person with the clicker in their hand. So the feeds go through Feedburner and they get counted. Now let&#8217;s move on to the actual &#8220;getting&#8221; of Feedburner on our site.</p>
<p>First, go to the Feedburner site at: <a title="Feedburner" href="http://www.feedburner.com/fb/a/home" target="_blank">http://www.feedburner.com/fb/a/home</a> and click on the button toward the top left of the screen that says &#8220;Blogs.&#8221; This will take you to the first page where you have to do something. Scroll to the bottom of the page and you will see this:</p>
<div id="attachment_154" class="wp-caption aligncenter" style="width: 490px">
	<img class="size-medium wp-image-154" title="type_in_your_blog_address" src="http://www.techtips4dodos.com/wp-content/uploads/2009/01/type_in_your_blog_address-490x72.png" alt="Type in your blog address" width="490" height="72">
	<p class="wp-caption-text">Type in your blog address</p>
</div>
<p>Do not click on the box that asks you if you are a podcaster, because you are not, so this does not apply to you. And then click on NEXT. You will be taken to a screen where you simply have to choose between Atom feeds and RSS feeds. Atom is simply another format. We will choose RSS, as you can see below:</p>
<div id="attachment_157" class="wp-caption aligncenter" style="width: 490px">
	<img class="size-medium wp-image-157" title="choose_rss_feeds" src="http://www.techtips4dodos.com/wp-content/uploads/2009/01/choose_rss_feeds-490x326.png" alt="Choose RSS feeds" width="490" height="326">
	<p class="wp-caption-text">Choose RSS feeds</p>
</div>
<p>Once you have chosen, simply click on NEXT. You will be taken to a screen that shows you your new Feedburner feed address. This is important, please copy and paste this address separately from what you are doing on the screen. If you have two monitors, great, just paste it into any Word or Notebook file on the other screen. You can also just write it on a piece of paper. Let me make another little note. You see the red arrow that points at the FEED TITLE? Well, that is what the world will see as the name of your feed in their Google Reader or whatever other feed reader they use, so write it the way you want people to see it, with the right use of capitalization and all that.</p>
<div id="attachment_158" class="wp-caption aligncenter" style="width: 490px">
	<img class="size-medium wp-image-158" title="see_your_feedburner_feed_address" src="http://www.techtips4dodos.com/wp-content/uploads/2009/01/see_your_feedburner_feed_address-490x450.png" alt="See your Feedburner feed address" width="490" height="450">
	<p class="wp-caption-text">See your Feedburner feed address</p>
</div>
<p>Once you have copied the feed address, the one I highlighted in yellow, you can click on ACTIVATE FEED. Now, I am not going to click on this button because I don&#8217;t want to activate your feed for you, since I don&#8217;t have access to the administrator page of your blog. I will switch to a fake test blog that I started this afternoon and continue the process on that blog.</p>
<p>So once you activate the feed, you will be taken to a page where you are asked to set up a Google account. I know that Kloe already has one, so it will be easy for her. Incidentally, Google owns both Feedburner and Blogger (her blogging platform), so they will all &#8220;play well together.&#8221; Nice to know, right?</p>
<p>Here is what will happen next. When you click on ACTIVATE you will be asked to open an account or, if you have one, to sign in. If you are not Kloe and you don&#8217;t have a Google account, you can create one. If you don&#8217;t know how, just read the post on how to creat a Google account right here on Tech*Tips. If you are Kloe, then sign in, and you will be taken to the Feedburner page that displays all your feeds. Since this is your first one, it will only have Kloe Among the Turks. But it will look just like this:</p>
<div id="attachment_159" class="wp-caption aligncenter" style="width: 490px">
	<img class="size-medium wp-image-159" title="your_new_feed" src="http://www.techtips4dodos.com/wp-content/uploads/2009/01/your_new_feed-490x57.png" alt="Your New Feed" width="490" height="57">
	<p class="wp-caption-text">Your New Feed</p>
</div>
<p>A small RSS gray button on the left, the name you chose in blue and the number of subscribers you have. Of course it is zero at first because we have just started.</p>
<p>Now comes a very important step! Feedburner will measure all the new subscriptions you get from this moment forward, but you want it also to go back and get all the subscribers you already have. To do that you have to access your administrator page, where you write new posts, and plop that string of text that I had you write down in a certain box. Let&#8217;s do that now with eggbirdtest and then you will know how to do it in your own blog. So here goes:</p>
<p>Open your administrator page, and click on the tab that says SETTINGS and then on the one that says SITE FEED. You will see the following screen: [IT IS VERY IMPORTANT THAT YOU PAY ATTENTION TO THIS STEP]</p>
<p><img class="aligncenter size-medium wp-image-160" title="the_most_important_step" src="http://www.techtips4dodos.com/wp-content/uploads/2009/01/the_most_important_step-490x206.png" alt="the_most_important_step" width="490" height="206">Remember the FEED ADDRESS that I told you to write down separately? Well, you have to paste it or type it into the window with all the arrows, the POST FEED REDIRECT URL. Read the paragraph I highlighted. This is where Feedburner catches all the feeds that are already going out to your loyal readers, the ones who, like me, have been following you from the beginning, and makes them cross the famous bridge so the little man with the clicker can count them too.</p>
<p>Also, in the upper portion of the screen, where you see ALLOW BLOG FEEDS and the little box currently is set to FULL, it&#8217;s up to you. If you want the entire article you post to be in the feed reader of the recipients, then leave it set to Full, otherwise change it to SHORT. That will cut off the feed after about 255 characters. Your posts are generally short, so I would stick with Full, but the advantage of using Short is that people who want to read the rest click on the &#8220;more&#8221; or &#8220;continue reading&#8221; that appears at the end of the short post and are taken directly to your site, where they will read other posts and look around. In the case of a commercial website this is advantageous. But in any case, if your goal is to be read, you want people to visit the site itself and not limit themselves to reading the feeds.</p>
<p>I hope this answers the first question, of how to actually &#8220;get&#8221; Feedburner. And now for the other two:</p>
<p>1. What do I think of Blogger? Well, I think that for a free site Blogger is fine. It belongs to Google and so does Feedburner so they will work very well together. I had a very successful blog on Blogger a couple of years ago and I found it very easy to use. Now it has been enhanced in many ways, I see, and it seems to work even better.</p>
<p>2. Am I afraid that you might lose your content? Well, not really. Your site is not violent or full of sexually explicit content or politically inflammatory rants or anything that could offend anybody, really, so I can&#8217;t imagine that Google would ever have any reason to suddenly drop the site altogether. Also, I know that you back up your content, and that is the key thing. If ever something &#8220;technical&#8221; should happen to the blog, you can simply reinstate it from your backup. As for not &#8220;owning&#8221; the site, here&#8217;s the deal: EVERYTHING YOU WRITE ONLINE IS YOURS. In other words, the copyright of your original images and artwork, even the photos you take of other artists&#8217; work, is yours and no one can take it away. What you don&#8217;t own is the actual DOMAIN. the xxx.xxx.xxx.com/kloeamongtheturks part of it. The shell of the house that your content lives in. In other words, Blogger is like a hotel that lets you stay there for free. But if they ask you to leave, you take all your belongings with you.</p>
<p>Kloe dear, I hope this answers all your questions. And for all you other readers, please add your comments and ask any questions you wish to ask. You can ask in the comments, you can click on the Ask Egg Bird button, or you can click on the Contact tab of the site. And if you have a website or blog of your own, then run off and &#8220;get&#8221; Feedburner on it, right away! <img src='http://www.lifeplusweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/c39c806f-b546-435d-b355-0c698bb74d5a/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=c39c806f-b546-435d-b355-0c698bb74d5a" alt="Reblog this post [with Zemanta]"></a></div>


<p>Related posts:<ol><li><a href='http://www.lifeplusweb.com/2009/02/how-to-check-your-stats-in-feedburner/' rel='bookmark' title='Permanent Link: How to Check your Stats in Feedburner'>How to Check your Stats in Feedburner</a> <small>In this post I demonstrate how to check on the...</small></li><li><a href='http://www.lifeplusweb.com/2009/02/ask-egg-bird-follow-nofollow-index-noindex/' rel='bookmark' title='Permanent Link: Ask Egg Bird: follow, nofollow, index, noindex'>Ask Egg Bird: follow, nofollow, index, noindex</a> <small>In this post I answer the question "what are the...</small></li><li><a href='http://www.lifeplusweb.com/2009/01/ask-egg-bird-a-new-feature/' rel='bookmark' title='Permanent Link: Ask Egg Bird: a New Feature!'>Ask Egg Bird: a New Feature!</a> <small>In this post I introduce a new feature: Ask Egg...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeplusweb.com/2009/01/ask-egg-bird-adding-feedburner-to-a-free-blogger-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
