<?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>No Job For Mom &#187; Skills</title>
	<atom:link href="http://www.nojobformom.com/category/education/skills/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nojobformom.com</link>
	<description>Leaving the Rat Race for the Work At Home Pace</description>
	<lastBuildDate>Mon, 21 May 2012 12:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Another Blogging Plugin-LinkWithin</title>
		<link>http://www.nojobformom.com/2010/11/03/another-blogging-plugin-linkwithin/</link>
		<comments>http://www.nojobformom.com/2010/11/03/another-blogging-plugin-linkwithin/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 12:15:56 +0000</pubDate>
		<dc:creator>Felicia</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Skills]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[customizing LinkWithin plugin]]></category>
		<category><![CDATA[decrease blog bounce rate]]></category>
		<category><![CDATA[LinkWithin plugin]]></category>

		<guid isPermaLink="false">http://www.nojobformom.com/?p=4070</guid>
		<description><![CDATA[Now that I’m not on a breakneck writing pace, I’ve got time to goof off a lot more. I noticed on Prerna and Kidgas’ blogs they had a neat little linking tool that linked to other posts within their blogs.  I didn’t notice it at first, but as I continued to visit their blogs, I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4076" title="LinkWithin" src="http://www.nojobformom.com/wp-content/uploads/2010/11/linkwithin.jpg" alt="LinkWithin" width="256" height="182" />Now that I’m not on a breakneck writing pace, I’ve got time to goof off a lot more.</p>
<p>I noticed on <a title="Prerna's The Mom Writes Blog" href="http://www.themomwrites.com/" target="_blank">Prerna</a> and <a title="Kidgas' My Online Income Blog" href="http://myonlineincomebykidgas.blogspot.com/" target="_blank">Kidgas</a>’ blogs they had a neat little linking tool that linked to other posts within their blogs.  I didn’t notice it at first, but as I continued to visit their blogs, I thought the tool was pretty cool.</p>
<p>The tool, as you can see at the bottom of this post, is the LinkWithin tool.  It’s a plugin that works on Blogger, self-hosted WordPress, TypePad and other types of blogs.  The installation is pretty straight forward and simple.</p>
<p><strong>Installing LinkWithin</strong></p>
<p>Visit the <a title="LinkWithin" href="http://www.linkwithin.com/learn" target="_blank">LinkWithin</a> site and insert your email address, blog URL, number of posts you’d like linked and click “Get Widget!”  For those of you with dark-background blogs, let LinkWithin know and they’ll modify the code so your links show up with light text and dark backgrounds.</p>
<p>Once you click the “Get Widget!” button, LinkWithin displays the appropriate code for the platform selected.</p>
<p><strong>Leaving Well Enough Alone</strong></p>
<p>Of course I could never leave well enough alone.  After installing the code, I realized there weren’t many customization options. The links aligned to the left at the bottom of the post and that was it.  It also displayed the default text of “You might also like:” prior to showing the post links.<strong><img class="alignright size-full wp-image-4078" title="The Professor" src="http://www.nojobformom.com/wp-content/uploads/2010/11/The-Professor.jpg" alt="The Professor" width="184" height="144" /></strong></p>
<p>That’s not a problem for most folks, but because of my anal retentive nature and my inability to leave well enough alone, I had to look under the hood for a moment. According to the LinkWithin FAQ sheet, you could modify the display location and the default text, but that was pretty much it.  So, I modified both.</p>
<p><strong>Centering the LinkWithin Display</strong></p>
<p>Until I dedicate sufficient time to look for a replacement blog template, I’ll continue to limp along with this one. So, in accordance with the instructions on the LinkWithin site, I inserted the code <code>“&lt;div class="linkwithin_div"&gt;&lt;/div&gt;”</code> where I wanted the links to display.</p>
<p>To center the display, I embedded it within an HTML table. I tried using <code>&lt;span align=”center”&gt; </code>and <code>&lt;p align=”center”&gt; </code>and any other simple HTML code that I could think of to center the display, but it didn’t work (I think my blog template prevented it from working). So, I ended up placing it in a table that was center aligned.</p>
<p><strong>Modifying the Default Text</strong></p>
<p>Modifying the text was a piece of cake. According to the LinkWithin site all you had to do was insert  <code>&lt;script&gt;linkwithin_text='Your custom text:'&lt;/script&gt;</code> into the HTML template.  To accomplish this, I went back to the original code and placed the revised text smack dab in the middle of it so it ended up looking like this:</p>
<p><code>&lt;div  class="linkwithin_div"&gt;&lt;script&gt;linkwithin_text='If you have  time, check out these posts too:'&lt;/script&gt;&lt;/div&gt;</code></p>
<p>Now that I had my code in the middle of my center-aligned table, I was relatively happy with the results (although, I believe there is too much dead white space around the plugin, but there’s nothing I can do about that).</p>
<p>Many moons ago, I wrote a post about <a title="Learn Basic HTML" href="http://www.nojobformom.com/2008/04/21/learn-html-to-help-writing-career/" target="_self">learning basic HTML</a>. With today’s WordPress, TypePad and Blogger templates, it’s not an absolute necessity to learn basic HTML, but it does come in handy.</p>
<img src="http://www.nojobformom.com/?ak_action=api_record_view&id=4070&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nojobformom.com/2010/11/03/another-blogging-plugin-linkwithin/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>A Rather Humbling Experience</title>
		<link>http://www.nojobformom.com/2010/09/06/a-rather-humbling-experience/</link>
		<comments>http://www.nojobformom.com/2010/09/06/a-rather-humbling-experience/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 13:36:46 +0000</pubDate>
		<dc:creator>Felicia</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Self Employed]]></category>
		<category><![CDATA[Skills]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[AP Stylebook]]></category>
		<category><![CDATA[continuing education]]></category>
		<category><![CDATA[honing online writing skills]]></category>
		<category><![CDATA[improving writing skills]]></category>

		<guid isPermaLink="false">http://www.nojobformom.com/?p=3892</guid>
		<description><![CDATA[Words of warning…don’t take writing advice from me! The other day I came across the Newsroom 101 website.  It’s a site that will put your grammatical and writing skills to the test.  They have thousands of free exercises, tutorials and general helpful information for anyone looking to make a living as a writer, especially journalistic [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.newsroom101.com/"><img class="alignleft size-full wp-image-3894" title="Newsroom 101" src="http://www.nojobformom.com/wp-content/uploads/2010/09/Newsroom-101.jpg" alt="Newsroom 101" width="279" height="70" /></a>Words of warning…don’t take writing advice from me!</p>
<p>The other day I came across the <a title="Newsroom 101" href="http://www.newsroom101.com/" target="_blank">Newsroom 101 </a>website.  It’s a site that will put your grammatical and writing skills to the test.  They have thousands of free exercises, tutorials and general helpful information for anyone looking to make a living as a writer, especially journalistic writing.  There are grammar, usage and punctuation exercises, AP Stylebook quizzes, Newsroom exercises and more.</p>
<p>Just for grins I decided to take a few of the Newsroom tests.  I never took journalism in school and never had a desire to work in a newsroom but I thought it would be a hoot to see how much I’ve learned over the years.</p>
<p><strong>Time to Get Back to Learning<img class="alignright size-full wp-image-3893" title="back-to-school" src="http://www.nojobformom.com/wp-content/uploads/2010/09/back-to-schol.jpg" alt="Back to School" width="136" height="176" /></strong></p>
<p>After taking a couple of the tests, I’m fully amazed that I earn as much as I do writing online.  I’m still licking my wounds from the assault I took in trying to get through a few of the exams.  I’m not a quitter, but I think I need to do a little more studying, reading and learning before I go back for round two.</p>
<p>The site is a great resource and I recommend it to everyone looking to earn money online.  As a matter of fact, I think one or two of our favorite CEs from a site that I won’t mention might learn a few things from Newsroom 101 as well.</p>
<p>To end this post as I began it…don’t take writing advice from me!</p>
<img src="http://www.nojobformom.com/?ak_action=api_record_view&id=3892&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nojobformom.com/2010/09/06/a-rather-humbling-experience/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Google Indexing Speed</title>
		<link>http://www.nojobformom.com/2010/04/22/google-indexing-speed/</link>
		<comments>http://www.nojobformom.com/2010/04/22/google-indexing-speed/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 12:05:10 +0000</pubDate>
		<dc:creator>Felicia</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Page Rank]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Skills]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Easy Ping for Joomla]]></category>
		<category><![CDATA[get Joomla site indexed]]></category>
		<category><![CDATA[Joomla extension for fast site indexing]]></category>
		<category><![CDATA[Joomla ping plugin]]></category>
		<category><![CDATA[plugin for fast site indexing]]></category>

		<guid isPermaLink="false">http://www.nojobformom.com/?p=3430</guid>
		<description><![CDATA[Some time ago, I wrote a post about switching one of my Google-step-child-sites from a hand coded site to a Joomla site. I made the switch because I originally hand coded the site several years ago and things have changed since then (and I’ve learned a lot since then). Not to belabor the point (for [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.nojobformom.com/wp-content/uploads/2010/04/google-indexing.png"><img class="size-full wp-image-3590  aligncenter" title="google-indexing" src="http://www.nojobformom.com/wp-content/uploads/2010/04/google-indexing.png" alt="" width="409" height="207" /></a></p>
<p><a href="http://www.nojobformom.com/wp-content/uploads/2010/04/google-indexing.png"></a>Some time ago, I <a title="Only Time will Tell" href="http://www.nojobformom.com/2009/11/19/only-time-will-tell/" target="_self">wrote a post</a> about switching one of my Google-step-child-sites from a hand coded site to a Joomla site.  I made the switch because I originally hand coded the site several years ago and things have changed since then (and I’ve learned a lot since then).</p>
<p>Not to belabor the point (for the folks who have heard the story before), but I originally created the site when I was new to the world of the internet, used content from free article directories plus my own content and started making money.  Back then I didn’t know that original content was key and my earnings and traffic eventually plummeted along with my Google rankings.</p>
<p>Not wanting to give up on the site, I decided to use Joomla as the back end platform because I had great ideas and visions for the site.  Joomla (WordPress on steroids) seemed to be the right tool for the job.  A website with about 400 pages and a set menu structure seemed to be too complex for WordPress.   Although converting my site to Joomla was a large task, I felt it was the platform that would best serve the site…until now.</p>
<p><strong>Recent Observations with the Site</strong></p>
<p>I’ve let the site sit dormant, sort of, over the last few months.  I would a<a href="http://www.sxc.hu/photo/1083340"><img class="alignright  size-full wp-image-3436" title="HTML" src="http://www.nojobformom.com/wp-content/uploads/2010/04/html.jpg" alt="" width="176" height="138" /></a>dd a discarded eHow or Demand Studios article to it, but pretty much let it sit. I still get a few hundred hits a day on it, but the traffic is way down from its heyday.</p>
<p>One of my recent observations is that each of my WordPress blog posts, whether its here on NJFM or on other less popular blogs, are indexed by Google within 10 minutes or so.  My new articles on the Joomla site are indexed in a week or so, if ever.  Go figure.</p>
<p>I’ve got a blog that I started a few months ago, and it gets indexed more quickly than the Joomla site. The Joomla site has been around for about 4 years.  I added new articles each day last week and only 3 of the seven have been indexed.  Hmmm…..</p>
<p><strong>A Wonderful Joomla Plugin</strong></p>
<p>Last night when I originally wrote this blog post it had a different ending.  It’s amazing what comes to you in the quiet hours of the morning before your brain is fully up and running.</p>
<p>Like a bolt, the thought entered my mind “Ping.”  Yep, ping services, that’s why the WordPress blogs are so quickly indexed by Google.  Joomla needs a ping service to let the whole world know that new content had been added to the site.</p>
<p><strong><img class="alignleft size-full wp-image-3435" title="Easy Ping for  Joomla" src="http://www.nojobformom.com/wp-content/uploads/2010/04/easy-ping.jpg" alt="" width="254" height="194" /></strong>Lo and behold as I did a search this morning I found <a title="Easy Ping for Joomla" href="http://extensions.joomla.org/extensions/site-management/seo-a-metadata/8488" target="_blank">Easy Ping   for Joomla</a>.  It’s simple to install and configure.  I downloaded, installed and configured it in about 3 minutes.  This little plugin saved me from converting a 400 page site into a WordPress blog.</p>
<p><strong>Only Time will Tell</strong></p>
<p>Over the next few weeks I’ll continue to add content to the site to see if the extension is the answer to my problem.  If not…I guess I’ll have to begin the conversion process.</p>
<p>In the meanwhile, I’m working on switching yet another old hand coded site that I created back in the late 90’s to a WordPress blog.  There’s always something to keep me busy.</p>
<img src="http://www.nojobformom.com/?ak_action=api_record_view&id=3430&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nojobformom.com/2010/04/22/google-indexing-speed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Lessons Learned as an Online Freelance Writer</title>
		<link>http://www.nojobformom.com/2010/03/25/lessons-learned-as-an-online-freelance-writer/</link>
		<comments>http://www.nojobformom.com/2010/03/25/lessons-learned-as-an-online-freelance-writer/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:32:36 +0000</pubDate>
		<dc:creator>Felicia</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Earning Money]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Motivation]]></category>
		<category><![CDATA[Residual Income]]></category>
		<category><![CDATA[Skills]]></category>
		<category><![CDATA[Working from Home]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[earning residual income]]></category>
		<category><![CDATA[evolving as a freelance writer]]></category>
		<category><![CDATA[finding your writing niche]]></category>
		<category><![CDATA[improve writing skills]]></category>
		<category><![CDATA[improving writing tools]]></category>
		<category><![CDATA[learning as writer]]></category>

		<guid isPermaLink="false">http://www.nojobformom.com/?p=2972</guid>
		<description><![CDATA[There are tons of self-help books, ebooks and blogs on how to become a successful freelance writer. I’ve read a few of them and I guess I’ll never make it big as a freelance writer. Maybe it’s my age, maybe it’s because I no longer feel the need to prove myself, or maybe it’s because [...]]]></description>
			<content:encoded><![CDATA[<p>There are tons of self-help books, ebooks and blogs on how to become a successful freelance writer.  I’ve read a few of them and I guess I’ll never make it big as a freelance writer.</p>
<p>Maybe it’s my age, maybe it’s because I no longer feel the need to prove myself, or maybe it’s because it took me too many years to find my authentic self.  What ever it is, it’s amazing that I earn anything online.</p>
<p><strong>Dredging up History Again</strong></p>
<p>Once upon a time, when I first started this online writing stuff, I wrote for up front pay. As I’ve mentioned in earlier posts, I wrote 300 word articles for $5 each.  A mere pittance, but my lack of confidence, inexperience with the new internet media and being brand new to freelance writing all contributed to my accepting such a low pay rate.</p>
<p><strong>It All Happens for a Reason</strong></p>
<p>In my first freelance writing gig I was given a few keywords and was instructed to write 300 word articles incorporating the keywords.  They didn’t use the term ‘keywords’ but now as I look back, I realize they were keywords (Back then I didn’t even know what <a title="Why Online Freelance Writers Should Learn about SEO" href="http://www.nojobformom.com/2008/04/01/learn-seo-1/" target="_self">SEO</a> was).</p>
<p>I had to complete the articles in batches of 5, submit them, and once they were approved I received $25 in my PayPal account.  They paid once a week.  After the first two batches they decided to give me a huge spreadsheet of keywords and asked me to submit articles in batches of 5 as often as I could.<a href="http://www.nojobformom.com/wp-content/uploads/2010/03/keyword.jpg"><img class="alignright size-full wp-image-2978" title="keyword" src="http://www.nojobformom.com/wp-content/uploads/2010/03/keyword.jpg" alt="" width="176" height="172" /></a></p>
<p><strong>Oh Those Boring Keywords</strong></p>
<p>Initially I was thrilled because someone was willing to pay me to write in a non 9-5 environment.  After a few batches they increased my pay to $6 an article.  I continued to spit out 5 articles at a time (the topics were boring so I only wrote 10 articles a week).  They liked the work and asked if I would write more, but I pretty much told them that the topics were so boring that I couldn’t stomach more than 10 a week.</p>
<p><em>Lesson# 1:  If I don’t like it, I’m not going to do it, no matter what the price.</em></p>
<p><strong>Spin, Spin and More Spin</strong></p>
<p>During this time I learned about spin.  No, I’m not talking about the spin that newscasters and politicians put on a news story.  I’m talking about spinning the same <a title="Money or the Muse: Finding the Right Keywords" href="http://www.nojobformom.com/2008/04/17/finding-the-right-keywords/ " target="_self">tired keywords</a> several times to make anywhere from 5 to 10 completely different engaging articles.   I hated every minute of it but I learned another lesson.</p>
<p><em>Lesson #2: No matter how unpleasant, I learned the knack for spinning tired keywords over and over again (kind of like reinventing leftovers).</em></p>
<table style="height: 115px;" border="1" width="468" align="center">
<tbody>
<tr>
<td style="font-size: 12px; font-family: Verdana;"><a href="https://www.e-junkie.com/ecom/gb.php?cl=99174&amp;c=ib&amp;aff=37158" target="ejejcsingle"><br />
<img src="http://www.nojobformom.com/images/constant-content-secrets.jpg" border="0" alt="Secrets to Success on Constant Content" width="96" height="90" align="left" /></a> Ad: Celeste Stewart has sold over 2,500 articles on Constant-Content and she shares her secrets in her book <a href="https://www.e-junkie.com/ecom/gb.php?cl=99174&amp;c=ib&amp;aff=37158" target="ejejcsingle">Secrets to Success on Constant-Content</a>. Its a must read for anyone serious about making money on Constant-Content.</td>
</tr>
</tbody>
</table>
<p><strong>1, 2, 3 Which Shall it Be?</strong></p>
<p>Before landing the ‘lucrative’ $5 gig, I had my own websites. I never made money with them because I didn’t know about Google AdSense and placing ads on the sites.</p>
<p>Since the sites were mine, I wrote in a very relaxed fashion, usually first or second person.  I wrote about anything and everything that was interesting to me. I’s and You’s were all over the place.  That came to a screeching halt when I signed up for Suite 101.  At first I wrote in the <a href="http://www.nojobformom.com/wp-content/uploads/2010/03/voice1.jpg"><img class="alignleft size-full wp-image-2979" title="Writing Voice" src="http://www.nojobformom.com/wp-content/uploads/2010/03/voice1.jpg" alt="" width="177" height="139" /></a>second person but later found that they required third person articles.</p>
<p>It took me longer to write in the third person, but I did it and continue to do it.  I figured that if I could write about tired keywords for $6 and spin the same keywords until they begged for mercy, I could also adapt to writing in the third person.</p>
<p><em>Lesson #3: If there were a 4th, 5th and 6th person perspective, <a title="Do You Use a Writing Voice?" href="http://www.nojobformom.com/2008/09/06/do-you-use-a-writing-voice/" target="_self">I’d master that too</a>.</em></p>
<p><strong>More Boring Keywords</strong></p>
<p>My stint with Suite landed me a somewhat lucrative writing assignment.  All I had to do was write 10 articles a month on the topic of insurance and I would earn $80 per article.  That’s an additional $800 a month writing on insurance.</p>
<p>My desire/need for money said “Do it, do it,” but my stomach said “Just say no.” So, what did I do?  Well, my mind said yes and my stomach said no.  I ended up having to bow out of the assignment because every time I sat down to write an article I got knots in my stomach (the same knots I got when I wrote the $6 articles…as a matter of fact, they were the same knots I had in my stomach when I had my last high-paying 9-5 job).</p>
<p><em>Lesson #4: Same as lesson number 1.  I guess if I had truly learned my lesson back on # 1 I wouldn’t have to list lesson # 4.</em></p>
<p><strong>Residual to the Rescue</strong></p>
<p>Residual writing saved me.  The ability to earn residual income has done much to eliminate the stomach knots.You see,  I have a strong case of work-aversion-itis and am <a title="Are You Mentally Unemployable?" href="http://www.nojobformom.com/2008/06/27/are-you-mentally-unemployable/" target="_blank">mentally unemployable</a> .  That means I have a difficult time with deadlines and writing on topics that are forced upon me.</p>
<p>Up front pay is wonderful, and when I can stomach it, I do it.  However, in reviewing my many years of work experience, I find that I seem to be allergic to work, deadlines and those awful money making keywords. It’s amazing that I make any money at all online as a freelance writer.  I guess if you stick with anything long enough, the money will come.</p>
<p><em>Lesson # 5: When you set it up right, you’ll be able to work with nature, not against it. </em></p>
<img src="http://www.nojobformom.com/?ak_action=api_record_view&id=2972&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nojobformom.com/2010/03/25/lessons-learned-as-an-online-freelance-writer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>DoFollow vs NoFollow Backlinks</title>
		<link>http://www.nojobformom.com/2010/03/03/dofollow-vs-nofollow-backlinks/</link>
		<comments>http://www.nojobformom.com/2010/03/03/dofollow-vs-nofollow-backlinks/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:44:13 +0000</pubDate>
		<dc:creator>Felicia</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Page Rank]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Skills]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Dofollow vs nofollow links]]></category>
		<category><![CDATA[what is a backlink]]></category>
		<category><![CDATA[what is dofollow]]></category>
		<category><![CDATA[what is nofollow]]></category>

		<guid isPermaLink="false">http://www.nojobformom.com/?p=2327</guid>
		<description><![CDATA[Crystal brought up a good question the other day and I didn’t have the answer. So I thought I’d do a little research, write about what I found and post it here. We both (Crystal and I) would love to hear your thoughts on DoFollow and NoFollow backlinks. Before I go into DoFollow and NoFollow [...]]]></description>
			<content:encoded><![CDATA[<p>Crystal brought up a good question the other day and I didn’t have the answer. So I thought I’d do a little research, write about what I found and post it here. We both (Crystal and I) would love to hear your thoughts on DoFollow and NoFollow backlinks.</p>
<p>Before I go into DoFollow and NoFollow backlinks, I need to back up just a bit and do a little explaining about backlinks.</p>
<p><strong>What are Backlinks?</strong></p>
<p>Backlinks are links back to your site, blog, article, or anything you have on the internet. If someone likes your work and links to it, then you have a backlink. The right backlinks are good, bad backlinks are not so good.</p>
<p><strong>What is a good Backlink?</strong></p>
<p>A good backlink is a link to your blog/site/article from a reputable site on a related topic. For example, a backlink to NJFM from a site on how to improve your golf swing isn’t as good as having a link from another freelance writing or work from home site.</p>
<p><strong>Quality and Authority</strong></p>
<p>In addition to being backlinked from related sites, backlinks from high quality sites is also a plus. In other words, having a backlink from a high quality, authoritative site holds a lot more weight than receiving backlinks from brand new blogs with no ranking or no following. Imagine receiving a backlink from CNN or Oprah vs. a backlink from your Aunt Mary who is still trying to figure out how to add an image to her blog.</p>
<p><strong>One Way or Reciprocal</strong></p>
<p><img class="alignleft size-full wp-image-2330" title="Reciprocal or One Way" src="http://www.nojobformom.com/wp-content/uploads/2010/03/oneway.jpg" alt="" width="176" height="144" />Another plus with backlinks is whether or not they are one way or reciprocal. If you write great content, people will link to you. If you are trying to build links and offer the “I’ll scratch your back if you scratch mine” type of link, that’s called reciprocal linking and they don’t hold as much weight.</p>
<p><strong>All in the Anchor Text</strong></p>
<p>There’s also the anchor text to be considered. Anchor text are the words used to link to the site. Keyword anchor text holds more weight than non keyword text. For example, I could link to Grandma’s site by saying, “Here’s Grandma’s site.” Yes, she gets a link, but she would get more benefit if I were to say something like, “Check out Grandma’s site if you want quality website content.” To use Dr. Oz’s phrase, “Make sense?” (I’ve been watching too much TV lately).</p>
<p>Finally, to get back to the topic of this post, there’s the Do and NoFollow backlinks.</p>
<p><strong>A Little History</strong></p>
<p>Many years ago, when blogging was a mere pup, links were generally DoFollow.  So, when Google indexed/spidered any given blog, it would also send the spider to follow any links it found on the blog. This worked pretty well until spammers realized they could get some of the blog’s link juice by placing as many spammy comments on blogs as possible. As a result, Google developed the <a title="Google No Follow Tag Explanation" href="http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html" target="_blank">NoFollow tag</a>. It doesn’t penalize the link; it just doesn’t give it any juice.</p>
<p>The Do Follow tag gives back the Google link juice that NoFollow took away.</p>
<p><strong>Pros and Cons of DoFollow<img class="alignright size-full wp-image-2331" title="DoFollow" src="http://www.nojobformom.com/wp-content/uploads/2010/03/dofollow1.jpg" alt="" width="176" height="126" /></strong></p>
<p>The pros of DoFollow links are obvious if you are the recipient of the Google juice. Just imagine getting some of the Google juice if one of your articles was directly linked to by Google itself. Google has a PR of 10. Or, even Oprah, whose site holds a PR of 7.</p>
<p>Getting some of the link juice is great. However, DoFollow link juice goes both ways. If you have a ton of DoFollow links to spammy sites, it reflects poorly on you and your site may take a hit.</p>
<p><strong>Is a Link DoFollow?</strong></p>
<p>There are lists on the internet of DoFollow blogs, websites and social networking media. Since things on the internet change often, to truly find out whether a link is DoFollow, check out the HTML code. Visit the webpage and view the source. If you see</p>
<p><em>rel=&#8217;external nofollow&#8217;</em> it’s a NoFollow site and<br />
<em>rel=’external dofollow’</em> is a DoFollow link</p>
<p>If you use Firefox as your web browser, there&#8217;s a <a title="NoDoFollow Plugin" href="http://www.zacharyfox.com/blog/free-tools/nodofollow-a-firefox-extension" target="_blank">NoDoFollow plugin</a> that will do the work for you.</p>
<p><strong>My Opinion</strong></p>
<p>Personally, I’ve never spent much time thinking about Do or NoFollow links (that’s why when Crystal asked, I couldn’t give her an answer). However, I’d like to hear your take on these types of backlinks.</p>
<p><strong>Oh, A Shout Out before I End This Post<img class="alignleft size-full wp-image-2333" title="Shout Out" src="http://www.nojobformom.com/wp-content/uploads/2010/03/shoutout.jpg" alt="" width="157" height="176" /></strong></p>
<p>Speaking of backlinks, I’d like to give a shout out to Crystal’s sites. She’s got a couple of good ones. I especially relate to her <a title="The Best 50 Years" href="http://www.thebest50years.com/" target="_blank">The Best 50 Years</a> blog (since I’m considered chronologically mature, but the jury is still out on my mental maturity), and her new blog <a title="Rugged Canyon Jewelry" href="http://www.ruggedcanyonjewelry.com/" target="_blank">Rugged Canyon Jewelry</a>. Although, I think I first “met” Crystal through her <a title="Rock Climbing Jewelry" href="http://www.rockclimbingjewelry.com/" target="_blank">Rock Climbing Jewelry</a> site right after I wrote a review about a recent indoor <a title="Review of the Inner Wall" href="http://visithudsonvalley.com/reviews/the-inner-wall-review.shtml" target="_blank">Rock Climbing</a> experience.</p>
<p>Thanks, Crystal, for asking the question.</p>
<img src="http://www.nojobformom.com/?ak_action=api_record_view&id=2327&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.nojobformom.com/2010/03/03/dofollow-vs-nofollow-backlinks/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

