What is “nofollow” and Should Your Blog Get Rid of It
Recently a reader asked me to explain in layman’s terms what is “nofollow” and what I recommend you should do about it.
Quite simply, “nofollow” is a piece of code that is inserted into a link. It’s format will look like this:
rel=”nofollow”
The major blog platforms including Blogger and Wordpress automatically put the “nofollow” attribute into comment links.
It was originally created as a deterrent to combat comment spam.The thinking was if the spammers knew that commenting on blogs provides no link love they will stop spamming. Or if they were too stupid to know any better then too bad for them.
Well I don’t believe it worked and in fact it only hurts legitimate commenters. After all, isn’t that what we have Akismet for?
You see, normally when the search engines index your blog and find a link, it will follow that link and decide on what rank to give it. Hence, the term “link love” because links are the stuff that search engines use to determine our blog pagerank.
But if the search engines see a “nofollow” attribute, it will not follow and just ignore the link. At least according to the theory anyway because not all search engines interpret the attribute the same. Nevertheless, the grandaddy of search engines Google strictly interprets “nofollow“ literally and will NOT “follow” the link at all.
Hence, no link love. There’s a plugin you can use that will make your Wordpress blog do follow and you can grab it here. Blogger users need only to search their template and delete any references they find.
You can also read more at: http://www.blogbloke.com/say-no-to-nofollow and just follow the links
But is “nofollow” evil in all cases BLOGBloke (you might ask) ? No, in fact there can be some good uses for it.
For example, from an SEO perspective it might make sense to manually input the nofollow attribute for internal links to pages that are not relevant for the search engines and are only for visitors to the blog. This could include pages such as “About Me”, “Contact Me”, etc.
Or perhaps you might want to link to a blog but don’t want to give them any linky love. Like for example that snobbish a-lister you have a love/hate relationship with.
All you have to do is insert the code like so:
< a rel=”nofollow” href=”http://www.blog-snob.com” >
Sneaky, but effective.
UPDATE: Since writing this article numerous sites have popped up listing blogs that have removed “nofollow”. This is done solely for the purpose of targeting “dofollow” blogs to game them and improve the spammer’s pagerank. Unfortunately the comments left behind are garbage and in fact spam, leaking out the legitimate blog’s Google juice over to these garbage links that are left behind and damaging our reputation.
I’ve played around with various plugins that enable or disable “nofollow” on a case by case basis but none of them work very well. It is also a pain in the you know what trying to determine which comment is legitimate and what isn’t. It is very time consuming and extremely aggravating.
So unfortunately I’ve had to reconsider my position on this topic. I feel conflicted about it because although I believe in removing “nofollow” on principle, as always the few rotten apples have ruined it for the rest of us.
Filed under: Uncategorized
Share the Knowledge: Share this article with friends..
Don't Miss another Blog Tip from BLOGBloke and Keep it Real..












Got an Opinion? (Add Yours Now)








Done! Thanks for the explanation and link to the plug-in. I’m a “Do Follower” now
[
Reply..]
Check your email attachment Kathy. There’s a present there for you.
[
Reply..]
Thanks! You’re the gift that keeps on giving!
[
Reply..]
< a rel=”nofollow” href=”http://www.snob-snob.com” > is a Hilarious prank until the A-lister peeks at your source code and fuels the flame of another Blog Battle!
Now for a serious question about the multitude of plugins: What happens if the code of any plugin causes your blog to behave strangely? Is there a simple diagnostic procedure to locate the plugin problem? Or do you have to deactivate all the plugins and lose every benefit of your plugins?
In this post example, Nofollow to Dofollow seems to be a simple code exchange without needing one more plugin code to be concerned about. Unfortunately, the comment.php and single.php files do not contain the “external nofollow” code. Perhaps nofollow is a WordPress Black Hole that needs a plugin?
Also, is WordPress Pings a problem ruining Pank Rank or is this some more Blogging Paranoia spreading like a virus over the net? (Ref Link: Wordpress Ping Warning )
P.S. looks like your feeds are showing your newest post correctly… For a time, I thought you were competing in the race with Technorati to see who can create the most Black Holes in the digital universe!
[
Reply..]
Just call me the drumming blog bunny.
[
Reply..]
Hi Deb, all I can say is if they want a fight … bring it on!
Rather than trying to hack Wordpress I recommend just installing the plugin which you can find here: http://www.semiologic.com/software/wp-fixes/dofollow/
I did and notice no adverse affects.
Regarding the pinging problem I’ve heard about this before and I will look into it.
Glad to hear my feeds are working again. When I took the blog offline for a day, it took the feed two more days before it finally returned. The blog host company and Feedburner are still scratching their heads.
Oh yeah, there are a few things you can do to diagnose plugin problems. First, make sure the plugin is designed to work with your version of Wordpress. If it is the right version, you can try deactivating it and then reactivating it again. If that doesn’t work, deactivate it then delete the plugin and re-install again. If that doesn’t work, try deactivating some of your other plugins to see if there is a conflict. That’s happened to me before. If it still doesn’t work try contacting the person who made your theme and ask them if there is a known conflict.
The last resort would be to try and edit the plugin itself. I’ve already done this before with the “Top Commentators” plugin. I was having a problem with the links not showing up. So in my cPanel I went into the “File Manager” and clicked on the plugin PHP file that I wanted and chose “Code Editor”. I removed the formatting parts such as bullets and saved it. After that it worked. For some reason there was a formatting conflict with my theme.
Alternatively, I also use code editing software like WeBuilder (which is amazing) to edit the PHP files. PHP files are easy to figure out and edit.
If you want me to write a more detailed post on this let me know and I will put it in the calendar.
[
Reply..]
Will be installing this plugin this weekend. Thanks Bloke!
[
Reply..]
Hi Bloke,
@ Dofollow Plugin, thank you! After installing the plugin, the google nofollow evil empire has been defeated!
@ Pinging Problems: if what they say is true than it seems strange that WordPress pings between publishing or changing a post.
@ Diagnose Plugin problems: Plugins are great for adding WordPress features until you need to edit them and I have yet to determine where the Plugin plugins into the Theme in order to find the conflict between the them.
Although Blog PHP programming may be beneficial to the performance of a Blog , total control over the code is a key advantage in web-site design. As a Web-site author, it is very easy to locate and change the code of my web pages as well as find any errors in the code I used to design the site. Whereas, finding errors in PHP files and Plugin PHP files is extremely difficult for me to locate.
I understand the general flow of the PHP files but determining where the problem is, is the problem! Considering your options, the best solution seems to be to contact the Plugin author and hope he or she has the answer!
@ Editing PHP files: I use Smultron (a iMac program) which is multi-functional text, HTML, PHP, etc. program.
The PHP files seem easy for locating the line of code to modify. Understanding most of the PHP code itself looks like a steep learning curve!
Your formatting conflict was similar to a WordPress theme problem I experienced when moving to WordPress. The Sidebar menu was placed after the posts in this theme. The demo of the Theme had a UL list in every post that apparently made the Sidebar position align correctly next to the posts. Needless to say, it took hours and days to find that bizarre code issue. To solve the problem, I used a empty UL list at the bottom of each post to keep the Sidebar in the right position!
Due to this bizarre problem and my limited understanding of correct PHP code design, I scraped that first test theme for my current theme which has had no problems so far!
@ writing a more detailed post: If you can cite a resource that reveals how and where Plugins plugin into the Theme so we can see the flow of the code than hopefully, that info will be helpful to check for conflicts when needed. I agree that the Theme PHP files are easy to edit and sometimes the PHP code is easy to figure out.
[
Reply..]
Hi Debbie.
I understand what you are saying and your frustration. Diagnosing a problem can be hit and miss or best guess. But if you take a logical approach to it you can improve your odds.
I start with the easiest/most obvious fix and work my way down. If it works for others and not you then it has to be one of three things. Bad programming that’s causing a conflict:
1. It could be a conflict with another plugin;
2. A conflict with the theme/template;
3. A conflict with your version of Wordpress
If in the end a plugin is just not working for you then you need to make a decision if it is really all that important to you. Or alternatively, contact the plugin designer or consider looking for a similar plugin or trying another theme.
I’m sure there’s no perfect solution out there. Software is designed by humans who are flawed by nature. It stands to reason so will their designs.
Is it any wonder why Microsoft has so many versions, upgrades and fixes? They outsource their coding to the cheapest labour they can find. Crikey, they still haven’t got XP right and now we have Visa to contend with.
Sigh!
Regarding plugin resources I would start at the source:
http://wordpress.org/search/plugin+problems?documentation=1&forums=1&blogs=1&bugs=1
[
Reply..]
I’ve been a DoFollow blog for a while now, thanks to the plug-in. But that brings up another question. Rather than using Akismet, I am using Defensio as my spam killing plug-in. Is one better than the other?
[
Reply..]
Akismet seems to be the most widely accepted plugin out there. Probably because it comes automatically installed with Wordpress. Software is a personal choice and if you like Defensio then who is to say otherwise. I’ve never used it myself but I will check it out. Thanks for the tip Lee.
[
Reply..]
Good stuff Curtis!
[
Reply..]
Hi Bloke,
Thank you for the plugin problem resource tip!
I am not sure it is comforting to know everyone can be plagued with the same digital nightmare!
You are right and I am not sure if there will ever be a perfect solution yet, a less time consuming solution would be a benefit since I thought Computers were originally designed to save time and increase productivity!
No way, Mr. Perfect Companion (PC), the richest man in the universe and Microsoft have more fatal digital flaws after releasing their perfect Vista solution?
After upgrading to Vista, my PC friends complained and downgraded back to XP!
Sounds like a reverse Denny Crane problem: mad calf (XP) disease is better than mad cow (Vista) disease
And, I hear installing Mac OS Leopard can cause installation problems and program failures for current Mac OS Tiger users like me. The paradox of progress affects everyone in the digital stone age! Steve Jobs can play Barney Rubble and Bill Gates can play Fred Flintstone in their new digital dilemma
On a serious note, I wonder how many software problems would vanish if software license agreements and/or warranties guaranteed their software works instead of the current climate where Software giants guarantee that they are not responsible or liable when their software fails?
[
Reply..]
You’ve hit on one of my favourite hot buttons. I’m sick to death of computer Czars getting filthy rich by selling me their buggy junkware. They make me ill and get no sympathy from me.
Can you spell C-R-A-C-K or W-A-R-E-Z? I can
I would never touch anything from Microsoft less than a version 2. I’m holding onto XP for as long as I can … or at least until they stop
supportingfixing XP.[
Reply..]
Thanks for the article! Anything to enlighten people about the dofollow scene is just great. I maintain a comprehensive dofollow reference that may help your WordPress readers choose the best dofollow plugin. The article features dofollow plugin reviews, admin screenshots, and even configurational information. Should be very helpful! - Cheers!
[
Reply..]
I can find the prayer I want. I thank God for this website.
[
Reply..]
Your work is marvelous!!o
[
Reply..]
Pretty nice site, wants to see much more on it! :)a
[
Reply..]
Thanks for your project. I like this site. KEEP IT UP..
[
Reply..]
I enjoyed your post. Keep up the good work!
[
Reply..]
making your blog as dofollow means that you love your commentators
my blogs are also dofollows and got also a top commentator.
Hussein’s last blog post..I’m Hacked!
[
Reply..]
This is very interesting site…i
[
Reply..]
Hi, all. Nice site…I really like your site ! Good job man.
[
Reply..]
I browse and saw you website and I found it very interesting.Thank you for the good work, greetings
[
Reply..]
Fascinating site and well worth the visit. I will be back
[
Reply..]
i love this site.o
[
Reply..]
Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!
[
Reply..]
Great site. I will bookmark for my sons to view as well!!!
[
Reply..]
Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!e
[
Reply..]
Excellent site - do keep up the good work.
[
Reply..]
You are brilliant. Nice work
[
Reply..]
Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!?
[
Reply..]
yes i agree with you. i hate nofollow to. what wrong with sharing comment why we must closed our self to other. be wise
Locjan’s last blog post..15 sleeping beauty
[
Reply..]
Excellent site - do keep up the good work.
[
Reply..]
Your absolutely right about going the route of nofollow on your blogs. Ever sense I’ve have moved to the dofollow side commenting on all my sites have gone up by nearly 80%. You get your one or two spam comments but hey you just delete them. I am all about dofollow blogs and will not even look at others. Great job, give me a shout some time maybe we can do some joint promotions.
Darryl’s last blog post..E-business Advantage – New Dofollow Search Engine
[
Reply..]
What do you have in mind Darryl?
[
Reply..]
Blog Bloke (@blogbloketips) reply on July 10th, 2008 2:46 pm:
Wonderful and informative web site. I used information from this site. Its great and thanks.
[
Reply..]
From the start to the end my blog has ALWAYS been a DO-FOLLOW. NOFOLLOW does not reduce spam anyway.
kellys last blog post…To Use or Not to Use No-Follow Blog Directories?
[
Reply..]
You are extremely talented, thanks so much for the post. I am happy to see that the no follow movement is gaining a great deal of momentum (especially with people like you)!! Great job!
[
Reply..]
Thank you for your kind comment and drop by again soon.
[
Reply..]
Blog Bloke (@blogbloketips) reply on December 21st, 2008 3:52 pm:
Good stuff more dofollow - more readers and you can always delete ones you don’t like!
[
Reply..]
Thanks. Useful post.
[
Reply..]
My understanding is that removing the automated NoFollows (say from your Wordpress-based blog which I’m about to do on mine) does not result in any loss of PageRank, as in the last couple of months it’s become clear that Google ‘discards’ the PageRank on a link in any case (whether it is NoFollowed or not) i.e. also referred to as the demise of PageRank sculpting.
[
Reply..]
Thought provoking post. Very interesting and enjoyed it alot.
[
Reply..]
This is a great article and worthy of linking to.
Thanks for sharing,
Karl
[
Reply..]
Hey!
It is easy to read then. Thanks for explaining this whole ‘nofollow’ stuff
Keep it up !
Good article - what I like most is that people are giving examples
[
Reply..]
thank you for the explanation. i`m going to try this on my blog.
[
Reply..]
Okay, so is there a downside to just dofollowing everything? I read recently that removing nofollow on comment links is actually beneficial for blog owners these days because Google (after the Caffeine update Spring 2010) now uses the amount of activity your site generates in order to determine where it ranks in the search engines. If that’s true, it seems like removing the nofollow attribute would increase activity and really help blog owners out!
[
Reply..]
@Jennifer, from what I’ve seen Matt Cutts of Google has done a little backtracking and sidestepping on the issue and my take on it is it’s a little in between. I do some nofollowing but not much. You will have to do your own experimenting to see what your results are and adjust accordingly. But the simple answer is there is no definitive answer and there never will be because they are always tweaking their algorithms.
[
Reply..]
BLOGBloke (@blogbloketips) reply on July 29th, 2010 12:59 am:
[…] Nofollow na Wikipédia […]
[…] More Reading: What is “nofollow” and Why Your Blog Should Get Rid of It […]
[…] Still don’t believe me? Then read this… […]
[…] while many I know are actively using the piece of code. Read more about his take on this after the jump. Blog-o-roo, […]
[…] BlogBloke reveals why blogs should be a No-Follow, of which I am in full agreement with him. […]
[…] For a detailed explanation of the ‘nofollow’ attritube then read this post by the Blog Bloke. […]
awesome site brotha http://bit.ly/1pXPfp
awesome site brotha http://bit.ly/1jshln
@Gaia Herbs, some look like downtown Las Vegas in the evening. http://bit.ly/2ub7iQ
@Gaia Herbs, some look like downtown Las Vegas in the evening. http://bit.ly/2ub7iQ
@CFI, @hospitalera … my head was spinning when I wrote it
http://bit.ly/1CQix9
RT @BLOGBloke: 10 Reasons Why I Don’t Like Your Blog http://bit.ly/2TRLSx
10 Reasons Why I Don’t Like Your Blog http://bit.ly/2TRLSx
@Humayon, if you are just a blogspot user then you don't need to bother with dns settings. But I still recommend ge… http://bit.ly/1fDYre
@hari saryono, I wrote an article about why we should not play into terrorists hands by linking to these horrific v… http://bit.ly/2aTKBw
@InternetMarketingMentor, here's another analogy for you. Your blog is your permanent home and social networks are … http://bit.ly/4hZtE
Optimize Your Blog - Making Your Blog Search Engine Friendly http://bit.ly/4A9Go5
@Mike, glad you liked it. If you're serious about blogging then Wordpress is the way to go. http://bit.ly/33GQUp
via @BLOGBloke: Hi There! Thanks for following. Why not ask me a question or for more blog tips visit http://tinyurl.com/5zjajb. Cheers!
@Michelle, you do not need a subdomain for it to work. A subdomain is also a bad idea for SEO. You need to go over … http://bit.ly/5Z3vbE
@Justin Gill .. thanks for saying so Justin. It always feels great to hear from another happy customer.
Cheers! http://bit.ly/5Z3vbE
blog hating at http://www.blogbloke.com/10-reasons-why-i-dont-like-your-blog was just pinged to 91 Services!
@Kay, I never thought of it that way http://bit.ly/1CQix9
@humglum http://www.blogbloke.com/moving-wordpress-blogger/ basically… no. doesnt look like it'll happen.
@BLOGBloke,
I decided to get rid of the Blogger redirect as the redirect via modification to .htaccess works, t… http://bit.ly/5Z3vbE
@Michelle, redirect speeds will depend on the blog host's servers and your internet connection. You only need to pa… http://bit.ly/5Z3vbE
@drugi, you mean "you can please some of the people all of the time and all of the people some of the time, but you… http://bit.ly/4CvJh7
Finding Your Blog Voice http://bit.ly/5LD5kQ
@zarazek, don't get your domains through Wordpress. Use GoDaddy or something similar. http://bit.ly/1fDYre
Saw an advertisement for Moving Blogger to Wordpress Service. Why not save your money and read my free guide? http://bit.ly/6rFYFE They do
hmm.. informative )) http://bit.ly/6krJX6
I should notify my girlfriend about your post. http://bit.ly/6iqFfC
hello everybody, how are you all doing.i am liking this web sight i might start staying on it more. me i stay sick … http://bit.ly/6krJX6
@Cdathy Tibbles, I host images on my wordpress.com account. Let me know it goes. I always like to hear from happy c… http://bit.ly/5Z3vbE
@BLOGBloke, Yeh, I had a domain from a different comapny but Wordpress said I still had pay them to be able to link… http://bit.ly/1fDYre
@zarazek, so if I understand you correctly your blog was being hosted by Wordpress and then they insisted on chargi… http://bit.ly/1fDYre
I'm very happy with the refinements I made to the blog. What do you think? http://www.blogbloke.com/
How to Produce Your Own Podcast http://ff.im/-dm32o
"10 Reasons Why Twitter Is So Popular" ( http://bit.ly/8CM5gX )
Updated my Blokester Buttons for 2010. Grab yours now .. http://www.blogbloke.com/introducing-new-blokester-buttons/
How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/7EHvN8
RT @projournalist: How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/7EHvN8
RT @journtoolbox RT @projournalist: How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/7EHvN8
@BLOGBloke - really ok - am trying to pull off this from your blog http://bit.ly/5Zv5kW (thank you so much for documenting this - it rocks)
@BLOGBloke - do you think I could use this service to redirect or park my domain like you mentioned in http://bit.ly/5Zv5kW
Great tutorial on migrating your blog from #blogger to #wordpress. http://bit.ly/Nlr2k
@10timesone .. have you read this http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-htaccess-apache-best-method/
@FijiLomalagi my email is at the bottom of my blog http://www.blogbloke.com/
@Kwame, you will have to play around with the Apache code .. http://bit.ly/5Z3vbE
@Ankit_A see if this helps.. http://bit.ly/Nlr2k
@drewmillikin My technical skills are limited, but I found this post to be very helpful: http://bit.ly/7LY764. My advice: pull the trigger.
@Adam Johnson .. it was my pleasure and glad it worked for you .. http://bit.ly/5Z3vbE
@gopmommy Your domain name redirection is done on your hosting service. Check this tutorial http://is.gd/8TXkI
@stepfanieb Check #6. http://bit.ly/Nlr2k
RT @BLOGBlokeTips How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/2JgxLd
@Wade, like I mentioned earlier in the article the odd link might get changed during the import process into Wordpr… http://bit.ly/5Z3vbE
@John Daniels, not sure if I understand your question. Can you be more specific? http://bit.ly/cjF9ac
Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
Should you use a "#TwitterRoll" to promote your blog? http://j.mp/cO1yKB
Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB: Twitter_Tips: Should .. http://bit.ly/9ApqEG
RT
8 Twitter Tips to Promote Your Blog: We should be leveraging Twitter to drive traffic over to our blogs – not the … http://bit.ly/dxYF2d
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
8 Twitter Tips to Promote Your Blog - We should be leveraging Twitter to drive traffic over to our blogs – not the … http://ow.ly/16Uu8y
Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB: Twitter_Tips: Should you us… http://bit.ly/95gYJT
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB http://url4.eu/21u9n
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2
RT @mparent77772: 8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2
8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2 (via @mparent77772)
RT @mparent77772: 8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2: RT @mparent77772: 8 Twitter Tips to Pr… http://bit.ly/dortmq
RT @mparent77772
8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2: RT @mparent77772
8 Twitter Tips to Pr… http://bit.ly/diYc9B
@Dorinda, I'm on pay & talk with auto top-up and on the phone with Telus (Philippines) as I write this. My daughter… http://bit.ly/1BH6lz
@Kathy Dickens, yes that's right. I remember him well. http://bit.ly/bVqh7d
@BLOGBlokeTips Thanks also, sir. What am I thanking you for, by the way? Having a badass blog at http://bit.ly/d4jZWu ? I'm down for that.
RT @BLOGBlokeTips Migrating-Moving Blogger to Wordpress: The Good, Bad and the Ugly http://bit.ly/1wYXCq
RT @akhilsethi: RT @BLOGBlokeTips Migrating-Moving Blogger to Wordpress: The Good, Bad and the Ugly http://bit.ly/1wYXCq
10 Reasons Why Twitter Is So Popular > http://bit.ly/c3QPQZ
Should Your Business be Blogging? http://bit.ly/7Zvgck
Better TIPS by Blog Bloke (BLOGBloke) http://www.blogbloke.com/ Blogging.alltop
@5andra > Moving-Migrating from Wordpress to Blogger: The Good, Bad, the Ugly, and How I Did It http://bit.ly/ayW6Af
Snarky .. 15 Secret Tips for Building A Better Blog http://bit.ly/4ldWbD
@clickryan @5andra .. here you go: Migrating-Redirecting Blogger to Wordpress: The Complete Guide! http://bit.ly/JDz43
The Top 10 Commenting Sins of All Time! http://bit.ly/ddJnzC
RT @BLOGBlokeTips: The Top 10 Commenting Sins of All Time! http://bit.ly/ddJnzC
[…] space to advertise your product or your blog it’s rude and tacky. Also make sure to remove “nofollow” from your blog so that you may spread link luv to your commenters. To spread even more link […]
@Kristy@MyPetSavings.com, I'm assuming you are referring to the apache code above in which case yes, if you want yo… http://bit.ly/5Z3vbE
Calling all Blokesters: I changed the blog background .. please let me know what you think http://www.blogbloke.com/
@BLOGBlokeTips Looks clean, sir. I need a comparison, though~ http://bit.ly/d4jZWu
10 motivos por los que twitter es tan popular…..
Estais de acuerdo? http://www.blogbloke.com/twitter-popular/
Beware of Geeks Bearing Online Gifts http://bit.ly/5iaUha
@neha, yes I recommend GoDaddy so you can use this tutorial AND they're cheaper too. http://bit.ly/5Z3vbE
@neha .. no, I would not recommend GoDaddy for hosting your blog. I would look elsewhere. I use http://hexahost.com… http://bit.ly/5Z3vbE
@BLOGBloke, great. I just emailed Hexahost to confirm that, but did they install Wordpress for you when you purchas… http://bit.ly/5Z3vbE
@BLOGBloke, ok i have taken a look around for a web host… and found 3 options, hexahost which you told me about, … http://bit.ly/5Z3vbE
10 Reasons Why Twitter Is So Popular
http://www.blogbloke.com/twitter-popular/
Thanks for this
information http://bit.ly/5Z3vbE
@Beth, did you switch your new wordpress feed url in feedburner? http://bit.ly/5Z3vbE
Just added Apture to my blog. I have to admit it's pretty cool .. a scroll-down header with social media functions http://www.blogbloke.com/
Have you tried Apture yet? Check it out on my blog http://www.blogbloke.com/ Scroll down and watch the top .. cool http://www.apture.com/
@pelechati .. under the sidebar "recent" list http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-htaccess-apache-best-method/
@BlogBlokeTips My 1st comment in yr blog was back in '08 http://www.blogbloke.com/what-is-nofollow-and-why-your-blog-should-get-rid-of-it/
Migrating-Moving from Blogger to Wordpress: The Good, Bad and the Ugly http://bit.ly/1wYXCq
Migrating-Redirecting Blogger to Wordpress: The Complete Guide! http://bit.ly/1tGuFi
Reading: "Migrating-Redirecting Blogger to Wordpress: The Complete Guide!"( http://twitthis.com/8jqauj )
BLOGBloke just got a facelift. I decided to brighten things up a bit (yes I like blue). Let me know what you think http://www.blogbloke.com
@Julie-Inspired to Write, hi there. Did you read this part?
Note: If it doesn’t work, open up a wordpress.com … http://bit.ly/5Z3vbE
10 Reasons Why Twitter Is So Popular http://ff.im/-mBS4r
@Kristina, I'm happy to hear it's working for you but I don't recommend deviating from the instructions in this pos… http://bit.ly/5Z3vbE
@p_money Check out: http://bit.ly/Nlr2k to redirect. As for the new blog there are a few things you can do easily to help with google.
I Love my Pipe http://bit.ly/4mR7zo
What is a Pro Blogger? Setting the Record Straight http://bit.ly/81mzqi
Using the LinkWithin plugin is helping me rediscover posts I've forgotten. I wrote a lot of good stuff if I may say so http://bit.ly/9sIzm5
What does Original Content and Plagiarism mean for Bloggers? http://bit.ly/3Yzmsr
http://www.blogbloke.com/
http://feeds.feedburner.com/blogbloke
http://blogbloke.com/
http://www.dornob.com/
… http://bit.ly/9JaJqT
"Better TIPS by Blog Bloke (BLOGBloke)" - http://bit.ly/bgSL6G via @BLOGBlokeTips
8 Twitter Tips to Promote Your Blog http://bit.ly/c5MwAh
The Importance of Linking: http://bit.ly/2AjVpp Link Long and Prosper!
Mohammad Elsheimy, no big deal. Just go into Google Webmaster Tools and choose your “Preferred Domain”. With or… http://bit.ly/bbzsUk
The Importance of Linking: Link Long and Prosper! http://www.blogbloke.com/on-importance-of-linking/
@BLOGBloke, Yeah, I found it. Google Webmaster -> Site Configuration -> Settings -> Preferred Domain.
T… http://bit.ly/bbzsUk
How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/c4Xz6k
Make Money Blogging with Google Adsense http://bit.ly/dgzVTr
@Jennifer, from what I've seen Matt Cutts of Google has done a little backtracking and sidestepping on the issue an… http://bit.ly/ciskW3
RT @BLOGBlokeTips 8 Twitter Tips to Promote Your Blog http://bit.ly/cT7wyV
RT @Twit_Expert @Punflaykids 8 Twitter Tips to Promote Your Blog http://bit.ly/cT7wyV:
RT @Twit_Expert @Punflaykids 8 Twitter Tips to Promote Your Blog http://bit.ly/cT7wyV:: RT @Twit_Expert @Punflayki… http://bit.ly/aXs09N
Keeping Social Media Real with Blog Bloke http://bit.ly/bJtpS6
@jimmymycrushie, if you want a professional blog then Wordpress is the way to go. A personal blog is just fine on B… http://bit.ly/1fDYre
@G.Taylor, just don't forget to give credit to the guy who started it all http://bit.ly/1BH6lz
@jimmymycrushie, this will answer your questions http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-h… http://bit.ly/1fDYre
@Sanya - jimmymycrushie.blogspot.com, this also might help http://www.blogbloke.com/custom-domain-blogger-dns-seo-g… http://bit.ly/5Z3vbE