KeywordLuv – Comments Page

This page is provided for general comments on the KeywordLuv WordPress plugin. If you have a support issue, please leave a comment on the KeywordLuv – Support Page.

NOTE: This blog is no longer DoFollow and KeywordLuv is only active on this page. For information on why this is the case, see Bye Bye DoFollow.

Feel free to try the plugin out by leaving a comment, but note that I will delete most comments unless they are contributing something really worthwhile. This posts attracts way too many comments (several thousand at the time of writing) and most don’t really say much.

Why have I separated Comments and Support Issues from the main plugin page?
Two main reasons, both relating to the amount of comments this site gets:

  1. The support issues tend to get lost in the “nice plugin” comments. They deserve their own space.
  2. When you get almost 500 comments on one of your most important pages, it doesn’t do much for your PageRank.
Like this article? Plus One it!

314 Responses to “KeywordLuv – Comments Page”

This page contains comments from the KeywordLuv – Comments Page article.

  1. Stephen Cronin from Custom WordPress Plugins says:

    A sample comment showing KeywordLuv in action!

    Note: you can’t see this working in the comment preview, only after it’s been posted.

  2. RT Cunningham from increase blog traffic says:

    Well, I’ll be the first to test it out on your blog. I’ll slap it on my blog as soon as I can.

  3. I notice that the Recent Comments widget on my site doesn’t change. That plugin must be building the comments directly from the DB, rather than using WordPress’ comment functions.

  4. Okay, I’ve sorted out my Recent Comments widget by hacking it. However, it’s uncovered what may be a serious problem for this plugin. KeywordLuv works by filtering the following functions:

    - get_comment_author_link()
    - comment_author_link()

    If your theme uses these functions to display the comment author link, KeywordLuv will work fine.

    If however, your theme manually builds the comment author link, using a combination of the following functions:

    - comment_author or get_comment_author; and
    - comment_author_url or get_comment_author_url

    then KeywordLuv will not be able to filter the comment author link and will therefore not do anything. There is no way around this – apart from manually incorporating the plugin’s functionality into the theme, which isn’t practical unless you are an advanced user.

    I’ll add this to the page above.

    • RT Cunningham from how to make money online says:

      Why not include it on the options page? Put in the default and if that doesn’t work, they can select the others. Or… you could have it do a php search to find out which ones are being used on a particular theme and set them that way.

      By the way, the link text at the bottom does not appear, probably because I’m using the CommentLuv plugin.

      • Hi RT,

        Not that simple I’m afraid. With the first two functions, the link is created by WordPress and a plugin such as KeywordLuv can filter it.

        With the other functions, WordPress doesn’t create the link, just the name and the URL. The theme would use these to build the link. A plugin could filter the name or the URL, but there IS NO link for it to filter. Sure, it could strip the name out, so the keywords are the anchor text, but then there is no way to pass the name to the theme.

        I checked your site and the link text does appear, but there’s no gap between it and the CommentLuv text. Here is a snippet from your site:

        …be patient while it finds it for youThis site uses KeywordLuv…

        I’ll have to add paragraph tags around the message.

        You may not be seeing the message as it does not appear if you are logged in (I may not have said this anywhere).
        There’s no point showing the text if you’re logged in, as you do not have a name field to enter YourName@YourKeywords (at least not with most themes).

      • RE: the link message running into the CommentLuv message: You could probably fix this by adding the paragraph marks around the message in the parameter, rather than waiting for a new version…

      • I disabled it, Stephen, until you get it worked out. My theme isn’t using the link() functions anyway and I’m leary of doing any theme editing until I get the kinks out of the 2.5 upgrade.

        • RT,

          Okay, I’m seeing if I can come up with a plan – although it will have to involve editing themes to some degree – and in that case it probably makes more sense to change the theme to use comment_author_link() or get comment_author_link()!

          Can I ask what you use for threaded comments? I use YATCP and I checked three versions of Brian’s Threaded Comments going back to 2004. They all use comment_author_link(), so anyone using either of those plugins will have no trouble with KeywordLuv.

          • You’re right. I was looking at the theme version instead of YATCP. I need to upgrade it from the 1st version though.

          • Okay, I’ve rewritten it. Themes that don’t use comment_author_link() or get_comment_author_link() can add the following before the link in their theme:

            <?php if (function_exists('keywordluv_name')) keywordluv_name(); ?>

            Of course, if they have to edit the theme anyway, it would be simpler for them to change to using comment_author_link(). From what I can tell, comment_author_link() is the way to go for people in the know. I’m not sure why theme creators would have used the other functions, but I’m sure some have.

            Anyway, I’m done for tonight. I’ll put version 1.01 up tomorrow, with these changes and the paramater tags in the default message field. I’ll also add usage instructions to the document above.

  5. Stephen Cronin from Cool WordPress Plugins says:

    Okay, version 1.01 is up and I’ve update the page above and the changelog etc.

  6. K-IntheHouse from Top Firefox Extensions says:

    Wow.. an awesome idea, Stephen. I am going to try this plugin as soon as possible. :-)

    • Stephen Cronin from WordPress Advice says:

      K,

      Thanks. That was quick – I haven’t actually announced it yet! I guess you have a sharp eye and saw it in the comments form. We’ll see how it goes. A lot depends on how people’s themes build the link. At least it works here though!

      • K-IntheHouse from Google Greasemonkey Scripts says:

        This is fun Stephen. I did notice it in the comment form.. (always looking for better things for WordPress :-) )

        I usually condone comments using keywords in my blog if the comment was meaningful but I could never bring myself to leave comments in other blogs with just the keyword for my name. I would love to see more blogs use this. I will test it in my theme and let you know.

        • Stephen Cronin from Stinking Hot WordPress Plugins says:

          Yeah it is fun. You’ve got me commenting in IE now, because I’m logged in Firefox and it only works for people who aren’t logged in…

          I’ve just noticed that in 1.01, the name doesn’t appear in the comments manager in the WordPress Admin area. It did with 1.0, before I changed so it would a little better with incompatible themes. I’ll have to look into this….

  7. Okay, I’ve written 1.02, but won’t bundle it up until tomorrow.

    Basically, if the plugin caters for those themes that aren’t compatible, it affects the Comments page in the Admin area (it just shows the keyword rather than name@keywords like version 1.0 did). There is no way around this.

    So, what I’ve done is I’ve added a compatibility mode parameter in the options screen. By default it’s off. If your theme is compatible, no problem. If you find your theme is incompatible, then you’ll have to turn the parameter on – but the price is that you’ll only see the keywords in the Admin – Comments area.

    I’ll have to write some documentation for this, so it won’t be up for 24 hours or so.

  8. Version 1.02 is now up. It can be downloaded on this page above. A full explanation of the compatibility issue can be found on the KeywordLuv – Theme Compatibility Issue page, along with some possible workarounds.

  9. aul from Plocal-rental-websites says:

    It certainly does make the comment section more personable. Thanks for the heads up. Zoomed ya!

  10. rateful Guy from GThings I'm Grateful For says:

    This plugin is working great on my blog. Thanks very much.

    The only thing I’ve noticed, though, is that it doesn’t play well with CommentLuv. When CommentLuv is enabled, it shows as “person’s name@person’s website”, as opposed to just the name. Not really an issue, but I thought you might like to know. :)

  11. Stephen Cronin from WordPress Hacks says:

    Hi Grateful Guy,

    Thanks for letting me know. I’ve had a quick look at CommentLuv and it creates the author’s name using a different method, that can’t be filtered. That means any work around will be less than ideal…

    The best I can come up with right now, is that I’ll write a post explaining how to hack CommentLuv to embed the KeywordLuv functionality. I’ll try to keep it as simple as possible, but I know many people will not want to do this, so I may check with Andy Bailey about whether he can add the hack (that may be a bit presumptuous of me though!).

    It’ll be a couple of days before I get it done though.

  12. Stephen Cronin from Stinking Hot WordPress Plugins says:

    I’ve resolved the issue with CommentLuv, without the need to make any hacks to the CommentLuv plugin. It just works. This comment can be considered an example.

    The changes are made in v1.03, which is not available for download yet, but will be soon. I’ll make another comment when it’s available.

    For those interested in what it now does: When the comment is saved, KeywordLuv checks to see whether the comment author is in the comment body and if so, strips the everything from the @ symbol out. This only affects the comment author text in the comment body, not the comment author itself (the plugin needs the keywords in the comment author field).

    As part of this testing, I finally enabled CommentLuv on my site and it’s here to stay. So now you’re getting Luv from all directions (have to be careful how to phrase this!).

    Stephen Cronin’s last blog post..New WordPress Plugin – KeywordLuv

  13. Version 1.03, which plays nicely with CommentLuv, is now available for download. Further details in the previous comments and upgrade instructions in the page body above (basically, just copy the new file over the old one).

  14. I have it downloaded and will be installing it on ALL my blogs as soon as I get a round tuit.

    RT Cunningham’s last blog post..10 Ways To Power Up My Blog

  15. onald from RThe Reader Appreciation Project says:

    Just installed the plugin and I’m loving it. There’s a small incompatibility with a plugin I wrote called Ajax Edit Comments, but that’s only when editing the name portion of a comment, which hardly anyone does.

    I’m testing it out on my site to see how the readers like it.

    Ronald’s last blog post..Testing Out a New WordPress Plugin called KeywordLuv

    • RT Cunningham from The Truth Is Out There says:

      Yep, I discovered that little bug when I tried to edit the name at lostaddress.org

      RT Cunningham’s last blog post..Are You Willing To Blog Until You Drop?

      • onald from RThe Reader Appreciation Project says:

        Yep, not sure if I can fix it on my end or not. I’m currently brainstorming a feature set for a 2.0 version, and am always interested in coordinating with plugin authors for compatibility.

        What I’ll likely do in 2.0 is use a comment section completely like the original WordPress one, in order to minimize conflicts with themes and other plugins.

        Ronald’s last blog post..Liz Strauss at WordCamp Dallas Transcript

      • T Cunningham from RPower Up My Blog says:

        Ok, then the YATCP plugin should give you some good pointers — it uses a different comments.php, I think yatcp-comments, from the plugin itself.

        RT Cunningham’s last blog post..Are You Willing To Blog Until You Drop?

  16. K-IntheHouse from Free DropBox Invites says:

    Wow.. great to see all the new developments with the plugin. Sorry Stephen, I haven’t had a chance to install this yet. I am hoping to do it this weekend.

    K-IntheHouse’s last blog post..DropBox – My Favorite File Sync Genie (beta invites available)

  17. David from Move To New Zealand says:

    Awesome plugin! I’ve enabled it on my site (Kiwification) – I like to reward commentors however possible..

  18. r.eims from mhealthaware says:

    yes..I like to have more commentors as possible..
    thanks to you.. :)

  19. Our Monmouth from monmouth county weddings says:

    This is a great tool to encourage comments. Thank you for sharing this with the community.

  20. Karen Lopez from Data Modeling says:

    What a wonderful plug in. I luv it (pun intended.) I think it’s great that you are developing and sharing these things that are win-wins for the online community aspect of blogging.

    Keep them coming!

  21. Jon from "JB Design and Photography" says:

    Just wanted to say thanks for a great plugin, and for helping to not only encourage comments but also to reward everyone for doing it.

  22. ergey from SFull downloads says:

    Great plugin, thanks! Good present for commentators with own blogs

  23. Thanks to everyone who left comments over the last few weeks. I appreciate your support.

  24. Tracy from Austin DWI Lawyer says:

    Can’t wait to start using this. I just updated to WP 2.5 and am using the latest Sem Pro theme, so fingers crossed that it will all work together!

  25. Riggie from internet business says:

    Stephen,

    I’ve been using this plug-in for a few days now, and it rocks!
    People love the fact that they’re getting a benefit from their comments and are commenting much more often.

    Simply brilliant…

    -Riggie

  26. Sue from Blogging Sueblimely says:

    I have installed it although I forgot that I had to log out for it to appear to me – I should have read ALL of your readme text but I tend to just read the install part and then go back to the readme if I have any problems. I also discovered, by logging out, that comment luv is working too so thanks for indirectly solving that dilemma for me too.

  27. K-IntheHouse from MajicJack Review says:

    Hi Stephen,

    I finally got around to installing the plugin and will report back with how it affects comments in my blog. Great to hear the CommentLuv issue is taken care of as well! Hope you are doing great. :-)

  28. Mert from Chicago Real Estate says:

    Hi Stephen,
    #1 You are my hero.
    #2 If there is a way that I can get a small interview for a few questions with you for my real estate seo blog with you let me know by emailing me. Truly genius. as I may say again. Thank you thank you.

  29. ob from rseo solutions says:

    I’m still trying to figure out how to create a blog, everyone says go to word press but i must say web design has never been my fortie. if anyone knows how to create a decent blog thats easy to use and has keywordluv with it please let me know.

    cheers

  30. OMG. I love this plugin. I am currently setting up a new blog and planned on using the commentluv, but this, this is awesome. Great job and thanks.

  31. arry from bscottsdale real estate says:

    Sweet. I would love to see a list of blogs that are using this plugin. It’s always nice when contributing on blogs to get a little link love as well.

  32. tom from contemporary reviews says:

    Hi Stephen, the plugin is great, it works perfectly with wp 2.5 too

  33. Annie from Sevierville Real Estate says:

    Stephen – I really love the keywordluv plugin. What an excellent way to provide a win/win atmosphere for everyone involved in a blogging community or conversation. We are seeing more and more people adapt to these plugins and plan on incorporating them into our blog that we are currently designing. Nice post.

  34. Bob from Tampa Bay Real Estate says:

    This is an awesome addition to our wordpress blogs. Will be getting mine installed shortly. Thanks for the example.

  35. ohnnie from JAuto Insurance Quotes says:

    Why isn’t this plugin more popular!?!? Man, what a wonderful digital world this would be if this plugin was a standard feature. With so much competition out here, i’m glad there are a few webmasters that try to help other webmasters out in little ways like this.

  36. ichino from JHome Security System says:

    Stephen, you’re one awesome dude to have this plugin installed and to have do-follow as well. Are you the creator of this plugin? Because you rank number 1 for a few keywordluv keywords and i’m just curious.

  37. Bob from Trinity Real Estate says:

    Worked on installing today and had a few problems. It worked but the “instructions for the user” did not show up. I wasn’t sure if it was my WP version or my theme so I upgraded my version to 2.5.1. Then I went back to the keywordluv plugin and since the instructions were still not there I edited my comments.php file. The instructions showed up but the plugin stopped working. After a few “testing” posts not working, I checked my spam and that’s where all my comments were. I de-spammed them but no matter what I do I can’t get out of akismet hell. I also deleted the keywordluv.php file, no change. I’m using a different website and email address here so that you will see this. I am hoping you have some suggestions for me. If you can help, I would really appreciate it.

    • Hi Bob,

      KeywordLuv should have nothing to do with Askimet. There are some Anti-spam plugins which might pick you up for your keywords, but Askimet’s not one of them.

      Askimet normally picks you up if someone has reported your comments (on another blog) as spam.

      Askimet identifies you by the email address you enter, but it may also be able to identify you by the URL you leave or your IP address. It may be that one of those has been flagged as spam on another blog – although it normally has to be flagged as spam many times.

      I have a friend who got into Askimet Hell, and he got out of it simply by going to the Askimet website and contacting them and telling them he was genuine and they took him off the list. I’d suggest that’s probably the best thing to do…

      I sincerely hope you get out of Askimet hell, because it’s a very frustrating place to be.

  38. Rob from Best CD Rates says:

    I’m new to blogging, and this looks like a great tool to encourage people to comment. Thanks for this tool!

  39. Chloe Edwards from Baby Pushchairs & Prams says:

    Hi Stephen,
    Thanks for taking the time to make this excellent plugin.
    So many times have i seen Mr ‘Seo’ commenting on blogs or Mr ‘Web Design’. .. finally people can have their keyword text along with a real name :)

    Reward comments, fight google.
    Fight spam, not blogs.

  40. Bob from Tampa Real Estate says:

    Thanks Stephen, Akismet responded me to within 24 hrs. after sending them an email, taking me out. I really don’t think anyone took me for spam (but who knows). I really thought I caused it myself after I installed your plugin cuz I tested it numerous times on my blog posting spam like and/or duplicate comments. I couldn’t figure out why it wasn’t working! Anyway, all is well now. Thanks for responding.

  41. Rhys from Monetize Your Site says:

    Like Luv makes the world go ’round Stephen!

    Absolute magic plugin, hope your brownie point tally goes stellar!

  42. ee from LeBooks AudioBooks and Cybooks says:

    I’m a fan of this plugin… thanks for bringing it to our attention!

  43. en from JNews Blog says:

    This plugin simply rocks! However, I’ll probably have to explain how to use it to my readers and commenters. CommentLuv and KeywordLuv go hand in hand.

  44. ohnnie from JCar Insurance Quotes says:

    Hey Jen, CommentLuv and KeywordLuv may go hand in hand, but that doesn’t mean that they should both be used simultaneously. Enabling Keywordluv requires no extra database space and motivates people to comment. Commentluv on the other hand requires alot of extra database space and monitoring especially if you have a large and active blog such as this one.

  45. Mike from Do Follow Blog Directory says:

    Stephen,

    I love KeywordLuv :-) Using KeywordLuv and going DoFollow has really increased my blog comments.

    I also recommend Spam Karma – it does a great job of filtering out most spam comments. Only takes me a few minutes a day to filter out the junk comments.

    By the way, I’m seeing what I have typed below, as I type. Does KeywordLuv do that? I don’t recall seeing that on my blog when I tested KeywordLuv.

  46. ert Hough from GAutomatic Responder Service says:

    This is my first comment using KeywordLuv and I will definitely consider using KeywordLuv at my Blog. Does it work in alongside CommentLuv?

    What Comment Spam Protection Plugin are you using? Have a nice day.

    • Tiger Lily from How To Lose Belly Fat Fast says:

      I’ve seen this plug-in along with CommentLuv at several sites. They’re both fantastic, and really compliment one another very well. I hope they keep working together nicely. It’s almost an embarrassment of riches to find them both together.

  47. Ahhh, you made this wonderful plug-in? I’ve just discovered it in the last few days. I just love it. Many, many thanks to you. It’s absolutely brilliant. It creates so much value for the blog owner and commenter both, and really encourages participation.

  48. illy from wwordpress says:

    great work, thank you. i will try it in my 4 blogs.

  49. Ryan from Reverse Cellphone Lookup says:

    This plugin rocks! I love be able to use both my name as well as some keywords. Much Luv for Keyword Luv!

  50. ames from Jmoney merge account says:

    yea this is one of the best plug-ins that has been needed forever ago! glad to see u put it to use :)

  51. Robin from Dental Practice Marketing says:

    Hey Stephen,

    Great stuff. This is even more useful than the iFrame Widgets plugin as it offers a great incentive for people to comment 9they get a backlink with their anchor text :) )

    Thanks Robin

  52. Brian from Google Nemesis says:

    Great post and fantastic plugin. I have several sites / blogs within the topic of internet marketing, blogging and seo. I am going to get this plugin activated right away, comments are powerful stuff indeed.

    Thanks,
    Brian

  53. Bruce from Online Bookstores says:

    What a cool plugin. I’ll install it tonight and give ‘er a test. I think this will really catch on! Nice job.

  54. om from TGerman Romance says:

    This is a great plugin, I will install it into my own blog and see how it works. Thanks for the great information.

  55. usan from SFree Wordpress Themes says:

    What a great plugin, I love the idea! :)

  56. ert Hough from G1000 Free Back Links says:

    Yes Susan, Keyword Luv is a great plugin, and so is Comment Luv. The internet, after all, loves back links. And if you can get 1000′s for free, why not?

  57. Cyberandy from Tattoo Designs says:

    Yeah, I prefer keyworluv for the fact that more sites can benefit from it, even when the site is not a blog, and keywordluv sites are all dofollow (otherwise the anchor text keywords are there for no reason).

    Commentluv on the otherhand is good in that it helps promote other blogs automatically and mutually, however, it is not always dofollow.

    With that said, the best way to spend link-building time is to 1)find all the keywordluv blogs there are, 2)rank them by site PR, then 3)rank each site’s posts by internal page PR, and if you keep your findings on excel or some other organized means, voila, you have a strong link-building system you can go to whenever you want to build new links, for any new sites you may have!

  58. bleuken from Busby SEO Challenge says:

    i got a question about this plug-in. Is there any possibility that a certain site using this plug-in will be penalized by Google due to too much link on a post? I’m currently studying website ranking or SEO. Thanks in advance for the reply.

  59. es from lWordPress Tips says:

    Hi

    This is a great idea. Any tool that encourages visitors to leave a comment is great as far as I am concerned.

    I get plenty of visitors but few comments so hopefully this will help.

    cheers
    les

  60. inesh B from DBusby SEO Challenge says:

    Firstly,let say great plugin. That said I’m yet to come across any other site that has implemented this plugin. I agree that this is so much better than only seeing keywords and phrases as part of the comment author

  61. Pandu from Blogging For Profit says:

    Yeah, this is gonne be great to put in my blog in order to drive visitors to comment. Thanks for sharing this handy plugin.

  62. Very cool idea. I have dugg this post, and downloaded the plugin, I am not 100% sure if I am going to use it yet, but it’s uploaded to my server for a rainy day.

  63. ob from RInternet Marketing Blog says:

    This is a very cool plug-in. I’ll be testing this out on one of my blogs, if it helps fuel some comment juice, I’ll be adding it to the rest of them – very cool!

  64. aul from PComputer System Reviews says:

    Thanks very much for this, am looking forwards to trying this out on the blog!

    Paul

  65. ave from DMy Favorite Internet Marketing Tools says:

    Excellent plugin, I’m giving it a try for sure from a commenting standpoint, and I’ve installed it as well on one of my newer blogs to test out. I think it will help people post more comments and then not feel guilty about spammy a blog, because they are not. Thanks.

  66. Percy Ward from Sepatu Lukis says:

    Very great plug-in, You really help people.. I’m going to test it out into one of my blog….thank U

  67. ngel from AFujifilmFinepix says:

    Hi, Stephen

    That’s really nice plugin, very helpful. Since, I’m a new player in internet business, …emm you know… need more backlinks to rank well.

    ThankSo Much
    from Me Ang3l Ph0to9raphY

  68. irdaus from FGlobal Warming Essay says:

    Hello Stephen,
    I read this post …maybe about… 2 days ago!? ..then I try this on my blog and really work well ( I mean this plug in KeywordLuv ). thanks for sharing this tips..

    And my suggest to other visitors please don’t spam people who really generous sharing their link..please respec their generousity.

  69. Waken from Internet Business Made Easy says:

    Wow! This is interesting. I’ve just downloaded it and about to install it on my blog. Thanks a lot.

  70. shawal from Blogging Guide says:

    Wow,

    This is the plugin that I’m looking for…. Its important to the commenter….

  71. atrick Garry from PFitness and Health Blog says:

    Awesome plug-in many thanks to you and I will definitely recommend Keyword Luv to everyone I know!

  72. Nicole from Fat Loss Idiots says:

    Hi Stephen,

    Thanks a lot for the plugin. I downloaded KeywordLuv, activated it and it worked fine.

    Great work.

    Nicole

  73. peter from Peter Answers says:

    I was looknig back at some older posts I saw your “Round to it” comment above – that’s great! Would make a great avatar.

  74. Am trying this thing if this work… This really nice in optimizing certain keywords.

  75. JS from BusbySeoChallenge says:

    Interesting!
    KeywordLuv helps you reward your commentators by separating their name from their keywords in the link to their site. This gives them improved anchor text, which can help their site rank higher in the search engine results.
    You can now leave a comment with your name as well as a keyword of your choice here and get a PR5 link back to your site! How cool is that? People pay big bucks for that and all you have to do is comment here.

  76. mith from SWestern vs Alternative Medicine says:

    Hi Stephen Thank’s for the great plugin it make link building a lot easier and faster.
    We are able to get backlink from other weblog or site with pagerank 0-6 or may be even PR 7-8 with no paying anything. Because We all know that most of blog owner run their blog with little start up money that makes really difficult to buy a link from link broker.
    I do really appreciate to both this plugin and you stephen.
    Thank Stephen

  77. Trish from BlogMarketing says:

    Hi Stephen,

    Seems as though I’m a late adopter to keyword and comment luv but I’m using them and think they are great community builder plugins.

    Thanks for them both!

    Trish

  78. rad from BGraphic Tablets says:

    Thanks for this information… I am new to the do-follow movement and am happy to find out about these great plugins… I just installed these along with CommentLuv over at my blog. Hopefully I won’t get killed by spammers without a math question :-)

  79. Justin from Internet Marketing Blog says:

    Wow! I think I may convert and switch to a DoFollow blog with Keyword Luv. Seems like a great match and what a better way to give back to your lovely commenters? Thanks alot for this info.

  80. apiznon from CCebu Seo Contest says:

    I believe in dofollow movement but the problem is Google penalized a lot of this people. I hope G change its mind regarding this.

  81. latif from Make Money Online says:

    Is it only available with wp? or blogger’s blog can install too? I want to use it with my 2 blogger’s blog along with a newly started WP (downloaded already).

  82. Eugene from SEO Elite Tool says:

    Thanks a lot for taking the time and effort to write such a great plug (KeywordLuv) in for your commentators, I rarely seen such an encouraging and blog, am sure it will help making your blog more visitor sticky. You have impressive ideas

  83. az from addicting games says:

    yes it should increase for the keyword “author name”.
    Great plug in and makes life quite easy.. hope it will go on and spread.

  84. niroy1986 from acrazylinks4free says:

    nice info & the implementation that i see here is simply great!

  85. Tara from Home Business Blog says:

    This plugin is great! I am going to add it to my blog today.

  86. Mike from Auto Insurance Quotes says:

    Excellent work on this Stephen. Its this level of developer/enduser helpful interaction that is unfortunately lacking from drupals community in my opinion. Go wordpress!

  87. from GMr Article says:

    This is awesome, thanks alot! Just wanted to try it out, i seen it on another blog first and was like whoa! It’s too cool.

  88. malcolm coles from event tyres says:

    This is great. Like everyone else, I thought I’d just try it out … How many people are using it, do you know?

  89. Seems to be a very great plugin, Stephen! I’ll probably review it soon :)

  90. L from JLasik Surgery Information says:

    What a cool plugin! I’ve been experimenting with it on a couple of blogs and I’ve seen a steady increase in comments and return visits. Thanks for making it available!

  91. Monty from Bay Area Lawyer says:

    This is a great plugin. It is an interesting way to allow blog owners to repay commenters. I am experimenting with it on one of my blogs. So far it seems to work great. I haven’t had any compitability issues with it at all. Thank you very much for the cool plugin.

  92. Eva White says:

    I must compliment you Stephen for finding a lovely way of solving the keyword problem. One thing is definite that many visitors which come to the site are mainly to get a backlink and keyword luv for their site. And I don’t see any harm in that as we all are here to do work and get our sites on top. But the way you have solved the problem of the comments looking shabby with keywords as anchor text is marvelous. Me too is going to get this plugin up on my blog.

  93. Land from Rumah Dijual Surabaya says:

    I’m still wondering. Does Google really count link that coming from KeywordLuv?

    anyone can answer it?

  94. I’m new to wordpress, so finding this plugin is awesome! Thank you…

  95. Itsme from Greenville Collision Repair says:

    I just learned about this plugin from the Tucson SEO blog. Thanks so much for making it available. One thing I haven’t seen much mention of, is there a suggested maximum length for te anchor text?

  96. Chef from Indonesian Food says:

    After reading your post carefully…I now know why. ,I was commenting on a blog -it’s said that the blog using keywordluv- but when I insert my name name@keyword it didn’t appear name from keyword, it appears just like what we type in. Thay may have turned off the keywordluv…

    ummm. but, would this kind of blog follow our link?

    thanks

  97. an from DJapanese Samurai Swords says:

    This is a great article. I’m glad to see a wordpress plug in like this. This will allow people to actually use their names while using a keyword. I think I will try this for my blog.

  98. HelloNow from Greenville IT support says:

    I’ve learned so much about this in the last few days. I knew there was something about nofollow but I didn’t really understand it. This plugin really enhances the value of dofollow blogs.

  99. jimb says:

    this is great information

  100. Martina from südafrika reise says:

    Thanks for this great script! We’ll start implementing KeywordLuv
    in all our blogs.

    It helps all of us to get useful links to our sites.

    Martina

  101. billeater from save money tips says:

    This plugin is great, because it specifically carves out a space for keywords, making it less spammy. Thanks to the author of the plugin for finding reasonable solutions to the nofollow dilemma.

  102. arnerCarter from WMarketing SEO says:

    Nice. I am getting this plugin

  103. Simon from Death Note Wallpaper says:

    Thanks, I really love this plug-in and I am now using it on one of my blogs. Great work. Cheers.

  104. khalid from iva says:

    I LUV it. Will install it to my blog as well to fully give advantage to my commentators and it will help my blog too.
    Thanks for great stuff!

  105. coles from munique wordpress meta description says:

    Excellent idea. Hope many people use it – although do you get much spam trouble?

  106. Of course, it only works if you’re not a klutz and don’t paste your URL wrongly like I just did!!!

  107. Dave from bbq sauce recipes says:

    I’ve been doing some research and it appears that links within the content of a website is far more powerful the one buried in a directory.

    So comments on blogs like this are amongst the content so are very good indeed.

  108. Simon from Make Money Online says:

    I think I’m gonna start using it – I mean there’s no downside to dofollow, just showing a bit of link love :)

  109. Simon from free vector images says:

    I am finding this plug-in is really starting to catch on. The blogs using it, well the decent ones with ok authority seem to be getting lots of comments. Great work.

  110. tfirdaus says:

    I think that,

    Search Engine now count more weight on link that coming from directory such Dmoz
    and I heard that Yahoo really like inlink coming from .org .gov or .edu site that sure they are really trusted site with less spammy.

    but If you target a very very little competitive keyword (but profitable). Commenting and get backlink from blog (with keywordLuv Plugin) might help and boost your ranking, .

    Proven coz I did it

  111. Kelsie from Binaural Beats says:

    This is a great plugin. Ive mad the mistake of starting my blog with blogger, but I will be switching really soon because I my friends have been telling me that wordpress is way better and has tons more features.

  112. hassi from GGadget News and Reviews says:

    What a great plugin, i’m sick of stupid comments on my blog

  113. Serg from payday loan says:

    Stephen I am very greatful to you for this plugin for wordpress. I have installed it into my 4 blogs.

  114. Foxster from Foxster Weblog says:

    It looks like a great plugin. Is there any way i can use it on wordpress.com hosted weblog ?

  115. K from jailbreak 2.1 says:

    Hey Stephen, this has become one of the most popular posts and receive record number of comments from folks appreciating your work. I do have a SEO related question in using this plugin. Now, that our pages have comments with links going out to all kinds of keywords, does that dilute the weight of that particular page in terms of keywords that would rightfully reach that page? Also, I wonder if this is something Google is going to look down upon as well down the road. Would love to hear your thoughts on this.

    • Hi K,

      Very interesting question and one I’ve been considering recently. I’m planning to do a post on this shortly. My toolbar PR has gone backwards, although it hasn’t affected the SERPS and my search engine traffic has been slowly and steadily increasing.

      I don’t think it dilutes the weight of the page’s primary keywords much – Google’s too clever for that these days, but I’ve noticed that most of my commentators now leave links to commercial sites. If one of those was considered a ‘bad neighbourhood’ by Google, that could hurt you.

      Anyway, thanks for the question and I’ll expand in a post.

  116. promotional items corporate gifts srednarb says:

    Does the spam protection included on the plug-in? I hope so, coz definitely a lot of them will be attracted to comment to you.

    LINK REMOVED: because of failure to use KeywordLuv syntax (name@keywords)

  117. ames from JVideo Editing Stuff says:

    KeywordLuv is really a great tool, I should probably start using more on all my blogs, nice post.

  118. immy from JPersonal Loan Advisor says:

    Good plugin! I never found similiar plugin in wordpress.org. Now I am going to use and hope visitors leave useful comments. It’s good for both visitors and site owner. Visitors can leave good comment exchange for an text link.

  119. evin from DBYU Campus says:

    This is a great plugin. I’ve been looking for a way to encourage people to leave comments. Most are just after putting in a link with some good anchor text. Using keywordluv, they can leave a good comment and get the link they want.

  120. ob Monie from BInternet Marketing Article Directory says:

    Great work with this plugin mate, its a true god send. This will encourage our visitors to interact with our site. And now since they believe websites are starting to rank due to how long a visitor stays on your site, this will be just pure gold.

  121. Justin from Camping tips says:

    Great plugin! Thanks for taking the time to write it. I’m going to install it on my blogs this afternoon.

  122. tiiv from senglantia englannin korjaus käännös says:

    What an amazing idea to reward your readers, something I can use too on my blogs

  123. teve from salternative music chart says:

    I love this plugin, I have added it to my blog now and I’m hoping it will liven up the comments

  124. How did you put the Spam protection? I am having trouble with the installation of the anti-spam plug-in with keywordluv on my srednarb/blog directory. Hope you can help. I am subscribing with this comment list so I could get your answer via email. Thanks in advance!

  125. gurlash from captivating Capiz says:

    is this plug-in possible to be installed in WordPress.com blogs? if not why not WP owners don’t consider them to be installed?

  126. Allison from Seo Software says:

    too bad more people dont use the keywordluv plugin :/

  127. Migs from Rim Sizes says:

    Does this plugin only work on WP sites? It would be nice if we could do it on Google Blogger blogs as well. On my site all about car rims, sizes, and more I haven’t enabled it yet but i think it would be useful so I could get more people visiting and leaving comments.

  128. Zaldy Dalisay from Florida Retirement says:

    This is a really cool plugin, I’d be glad to use it in all of my wordpress blogs, it will surely increase traffic and activity.

  129. Joel Drapper says:

    Great plugin, but it doesn’t work very well with top commentator, or a reply plugin that I use.

    I think it would be much better if you it just added a new field for anchor text.

    • Hi Joel,

      Unfortunately, it’s not so easy to just add a new field, because we’re dealing with an area that’s central to WordPress. Adding a new field would mean even less themes would work with it.

  130. ave from DYellow Gold Pashmina says:

    I wish more people used this – I feel bad using keywords as my name, but I always leave a good comment – yet a lot of my comments don’t get published. It’s a real dilemma sometimes but KeywordLuv takes away the issue.

  131. Dexter says:

    I think this is a great plugin in sharing your luv to the commenter

  132. vishnu from An Indian blog says:

    Thanks for this plugin :) (not as a user in blogs, but as a commentator)

  133. Jackson says:

    Nice plugin I guess, but doesn’t it defeat the purpose of the plugin when you no follow all of the comments posted here? I thought this plugin is for sharing link love.

    • Hi Jackson,

      I’ve been waiting for someone to notice! As an experiment, I’ve enabled nofollow on pages, but left it disabled for posts (so you can still get your link love there).

      The reason is that most of my plugin pages, such as this, attract a LOT of comments – to the point that there are so many links that Google is probably ignoring them anyway. I want to see if adding nofollow has any effect on search engine traffic to my website for an upcoming post on KeywordLuv and SEO.

  134. yrone from TComputer News says:

    I saw this plugin from another blog… I had to check it :)

  135. Brad from Discount Office Supplies says:

    I had been using CommentLuv for quite awhile, but I tried KeywordLuv on one of my blogs and I like it much better. It’s really had an impact on the over number and quality of blog comments. Of course, I’ve had to deleted some spam, but I suspect that comes with the territory as everyone is trying to get back links (including me). I’m planning to switch all my blogs over to this plug-in here in the near future. Thanks for creating it.

  136. Killa from Jordan Release Dates says:

    Great work with this plugin mate, its a true god send. This will encourage our visitors to interact with our site. And now since they believe websites are starting to rank due to how long a visitor stays on your site, this will be just pure gold.

  137. Erik Z from Modern Muscle says:

    I was wondering what this was about, I never tried doing this in my posts. Definitely going to use it from now on. Definitely help my site out in the long run I think! Prolly bring more traffic!

  138. reg from GPayday Cash Loans says:

    Thanks for the interesting post. It looks like you have certainly attracted a lot of visitors and commenters on your post, do you find that this has helped your PR or SE rankings?

  139. leuken from bBusby SEO Test says:

    I have seen that the links for the keywordluv are all “external nofollow”, why is that? does the “nofollow” rel means search engines will not follow the link so what will be its purpose again?

    • Hi Bleuken,

      As I said in a comment above:

      I’ve been waiting for someone to notice! As an experiment, I’ve enabled nofollow on pages, but left it disabled for posts (so you can still get your link love there).

      The reason is that most of my plugin pages, such as this, attract a LOT of comments – to the point that there are so many links that Google is probably ignoring them anyway. I want to see if adding nofollow has any effect on search engine traffic to my website for an upcoming post on KeywordLuv and SEO.

  140. jack from Tech Bargains says:

    this is one of great wp plugin, thanks for info. i just installed in several my blogs

  141. Dan from Blogs About Everything says:

    I think this is one of wordpress best plug in along with top commentator.

  142. greg from digital tv antenna says:

    Thanks for the great info. It’s cool for you to share this and make it easy for us idiots to follow your instructions. I’m going to grab this new plugin right now.

  143. Janna says:

    I have no idea how to use wordpress since i am new to blogging and i only used blogger.com. Well, thanks for this very well explained tips, info or technique.. whatever it is i am really thankful coz i am learning a lot.

  144. Art from National Wheels says:

    Nice blog with a great Keyword Luv plug-in. I installed the same plug-in on my wheel blog and it really helps to get people involved in participating in the blog but the downside is that I get a lot of one word comments and spam comments but what can you do! Anyways, giving some interesting comments and participating in various blogs can be fun!

  145. Nick from work accident claims says:

    This is a great plugin for rewarding readers for leaving comments and getting involved in discussions. It also helps to increase the number of comments which is great for blog owners too.

  146. 3Marketers from DONLINE WEALTH BUILDING says:

    Hello,

    Very useful plug-in indeed to reward commentators of you blog. In due time I’ll finalize my plans of migrating to wordpress. This is what I found lacking in BLOGGER, valuable plug-ins.

    More power!

    LINK REMOVED: because of failure to use KeywordLuv syntax (name@keywords)

  147. ob from RBead Seller says:

    This looks really like a great plugin. It seems that all the good plugins will require me to use something past WordPress 2.0.2. Though my server is old and without upgrading to a more expensive new one, I’m stuck in the old days it seems.

    Hey ho. I’ll keep this bookmarked till I come into the present day!

    good work.
    R

  148. pinoyseo from expense management software says:

    is this plug-in already ready for the next release of WordPress? it should ‘coz this is really a great plug-in. Kudos to you for developing it. :)

  149. ezki from RDownload Video Mesum Gresik says:

    i think i’ll try it since i have a problem when used commentluv. it’s happen when i changed the blog theme.

  150. Thanks for the great info, but i have some question, what is the real mean about no follow, how to install that plugin in my wordpress…

  151. leuken from bpromotional items corporate gifts srednarb says:

    @Toku, nofollow means that spiders of search engines will not follow the link on the anchor text not giving them “link juice” to increase their PageRank or page importance. Regarding installing, simply download the plug-in and upload it on your WordPress site, activate and that’s it. That’s what I have learned from here. :)

  152. Eric from Custom Aquariums says:

    Great article. I haven’t heard of this plugin before but I definitely think it will be a big time plug in by many blog owners.

    Thanks for sharing!

  153. how to get your boyfriend back says:

    This looks like a really cool plugin. I’ve never heard about it before, but I’ll try it out and see how it goes on one of my test blogs.

    Will be bookmarking your site from now on!

    Thanks

    LINK REMOVED: because of failure to use KeywordLuv syntax (name@keywords)

  154. John from used car london says:

    comment love definitely contributes to one’s site, especially if the keyword being promoted by the visitor is shown at search engine’s eye with the help of course of your plug-in.

  155. hareen McCaffrey from SGet Rid of Belly Fat says:

    Lovely plugin. Thanks for sharing!

  156. This a fantastic plugin – and very helpful for people who have blogs. Especially since it encourages people to use their real names, since they can place their keywords anyway.

  157. Installed on five blogs just now, thanks to this article. Happy to share the comment luv.

  158. Andung bayu says:

    Great plugin, I already install it in my wordpress blog.

  159. ddy from ANices Space says:

    Hy..i want to try this plugin :)

  160. Patrick from Xsitepro Templates says:

    First off… I hope I got the math right on the SPAM protection. lol. ;)
    Second… I just discovered your blog Keywordluv. It rocks! I’m off
    to put it up on my blog. I’ll be following you and your blog closely.

    Great stuff!

    Once again, thanks!

  161. Mike from Ecstasy Pills says:

    Seems like a great wordpress plugin.
    I will give it a try on my personal blog.
    I’m sure my readers will love it :)

  162. i’m trying the plugin to wordpress my v2.7 nightly build but it seems not working or not detected. Does the plugin compatible eith the beta version? Thanks

    • Hi Eligio,

      I haven’t tested in on 2.7 yet. I have Beta 3 installed on a test blog, so I’ll upgrade it to RC1 and try KeywordLuv (and all my plugins) on it in the next week or so.

  163. arl from KXbox Red Light Fix says:

    As a blogger who is into SEO and needs backlinks to generate traffic and revenue, I really like this new KeywordLuv plugin. Trying to leave comments with keywords in the name field has become a risky proposition, especially now that the Akismet service has become widespread on WordPress blogs.

    I’m one of the few WordPress bloggers who doesn’t use or need Akismet (I use WP-Spam Free instead), but about a week ago my URL was apparently being blocked by Akismet, probably because someone reported me as spam for having a keyword in the name field.

    Fortunately, with the KeywordLuv plugin, this problem is avoided somewhat because we now have a way to use both names AND keywords so that we do not seem spammy as long as we leave substantial comments.

  164. rich from future tech says:

    keyword luv is so cool. i just wish more bloggers would use it :/

  165. Norhafidz from Make Money on Internet says:

    It is a great marketing tool for webmasters to rank better on SE for specific keyword. Kudos to keywordluv’s inventors :)

  166. Mietwerkstatt from Schlosserei, Kneipe, Mietwerkstatt says:

    Thanks for this wonderful plugin… I use it already in 2 of my projekts and it seem to work well.

  167. ray from cult tv says:

    In case you didn’t already know, v1.02 works on WP 2.7

  168. Dave from Fashion Dressup games says:

    such a great plugin. not sure how itll work for PR yet but been trying.

  169. Ernesto from Photovoltaic Systems says:

    Indeed, the keyword luv plug in do entice commenters into writing more relevant comments on do follow blogs if onlly because they are assured of high quality link because of this plug in.

  170. Abdul from Make Money on the Internet says:

    I think that this widget would be the best as compared to the top commentators widget and CommentLuv, what could be better than your own keywords, very useful!

  171. Chris from Free PS3 says:

    This is a great plug-in. It totally avoids the feeling of being rude when entering keywords instead of your name – it makes the comments look so much more professional. Lets hope its use spreads.

  172. chris from voice lessons cd says:

    I just now noticed that this plugin is designed for WP- is there a blogger equivalent?

  173. ob from BMaine Waterfront Properties says:

    I can see how this plug-in really lures visitors to come and return. this post is the evidence, i guess the comments here are almost a hundred. really great visitor magnet plug-in!

  174. Jhong Ren from Wedding Planning says:

    I love your plugins and I think it is evident that people are returning to contribute in the comments. =)

    Great work!

  175. Daobits from Online Products and Services says:

    Certainly one of the best plugins I’ve seen for WordPress. But, how come all the comments added to this post are becoming no-follow?

    • Hi Daobits,

      As I’ve said further up in the comments, Pages are nofollow, Posts are dofollow. This is a page. I doubt you’d get much link juice when it’s shared out to 212 comments anyway!

  176. teve from SQuilts For Sale says:

    This is such a great plugin. I wish more used it.

  177. Houston Lawyers says:

    Hey I really like the keywordluv movement. I think it will get some getting used to, but it seems like the natural progression for the dofollowers. Great work!!

    LINK REMOVED: because of failure to use KeywordLuv syntax (name@keywords)

  178. oer from phosting coupons says:

    stephen, this is really nice idea after dofollow/nonofollow and commentluv movement. i’ll try this plugin in my personal blog. thanks.

    just realize something, you also give this plugin a comment preview! nice :)

  179. Dan from LA Toy Store says:

    This will be one of the plug-ins that I will include on my WP blog on my new website. This is really a great way for us to attract new unique visitors, thus generating traffic. Really a good idea!

  180. david from social-masters says:

    I am glad people are looking for ways to reward people who do leave valuable comments. Why should we all suffer because of the few people who want to abuse the system.

    Great work keep it up

  181. Jacob from All Tex Roofing Systems says:

    This is a great post. Thanks for letting us know of another way to reward our visitors for contributing to our website. I’m sure it will help increase traffic and comments.

    Thanks!

  182. arcin from MTech Gadgets says:

    KeywordLuv is the best plugin if you want to encourage more people to post comments on your blog. But once it gets popular you will need also good plugin to filter spam comments.

  183. dj from affiliate blogger says:

    Thanks for the free download – this is such a great concept!

  184. James Wheelock from Houston homes for sale says:

    Ok, I added this plugin to one of my blogs thinking it would be great to share link juice. But, all I did is get 500 errors when I or anyone else tried to use it. I was wondering if anyone out there has any experiece with the Revolution themes. If you do and you know how to set it up so this plugin will work please help me out. I would like to thank anyone who responds in advance.

  185. techniqueal t from the technical thought of you says:

    awesome! i just had the commentluv recently installed in my blog and learning that there is a “keywordluv” for wordpress, ah, can’t help but be hopeful that there would be a blogger version in the future too. ^_^

    way to go for this brilliant plugin! ^_^

  186. susan from promotional codes says:

    This is the first time i have seen this and was trying to comment on one of your other posts but i guess here will do as just want to say thank you as with a website only 2 weeks old i have learnt a lot already from your site. Thank you

  187. kapuva says:

    It says
    1. Upload the plugin folder to the `/wp-content/plugins/` directory
    1. Activate the plugin through the ‘Plugins’ menu in WordPress

    but not sure how to do it

    Help me

  188. Jack Clarke from Techno Blog says:

    I also enabled nofollow and keywordluv. The main thing I don’t let get through are auto blog comments which are very obvious. Other than that I think this is a good movement and helps everyone.

  189. ipram from KMake Money Onlie says:

    All peoples/blogger love to blogwalking at blog like this one, keywordLuv Plugin is the best way to promote our blog to the world.

  190. Steven from WebProsperity says:

    Nice Plugin Stephen.

    I am going to install it right now at http://www.theincometeam.com/blog

    Thanks

    Steven

  191. ancy from NWeb2.0 Writing Strategies says:

    Just installed KeywordLuv on both my blogs – and it works perfectly. Thanks for the plugin- and I’m going to write a post about it. Appreciate the follow – and the plugin.

  192. im Buttles from TBuilding Mailing lists says:

    Great WP plugin!
    I just saw it on Jack Humphrey’s blog and I’m going to install it on mine :>

    Thanks

    Tim Buttles

  193. ajtilak from RThe Chronicles of R says:

    Have you ever thought about porting the KeywordLuv to Blogger? It would be a great help.

  194. John O'Hara from Tribute Bands says:

    Hi…this is a fantastic idea!

    It’s so annoying when people comment on a post and insert keywords that they’re trying to rank for in the name field but never leave their actual name. It’s like they’re trying to hide something and it’s really infuriating. Then…along comes KeywordLuv to the rescue, it’s very clever and yet very simple. Now you can actually have your cake and eat it too!.

    I was alerted to this by a link in Jack Humphrey’s blog (The Friday Traffic Report).

    John O’Hara
    United Kingdom

  195. Mark from Money Saving Expert says:

    What an amazing plugin – cannot wait to download this plugin and install it.

  196. duardo from EClickBank Bonus Domination says:

    Wow. I didn’t know there could be a plug in like this
    This is great for people who want to build backlink and for the webmasters to gain more traffic

    Thanks for this Plugin :)

  197. dan from hardie siding says:

    this plug-in rocks. thanks for the tips paul!

  198. John Halderman from make internet marketing money says:

    Nice plugin Stephen,

    I’m going to install right now and will include mention of it on my blog in a post about encouraging more comments which I was doing research for when I found you. And I’ll add it to my plugins resources.

    Should help with socialization on a blog encouraging comment interaction.

    Good thinking!

    John

  199. Spot from affordable HDTV says:

    It is great that keywordluv now plays nice with commentluv. From a blogger’s point of view, is there any special advantage to using both? Or is that luv overkill?

  200. Anne Ahira says:

    This is good! I am going to install it in my blog!! Thank you!

  201. evin from KCanon Camera Reviews says:

    I can’t say I’ve ever seen more comments on a post than this one

  202. Jeff from Home Remodeling says:

    The thing I like most about the KeyWord Luv plugin is that it makes peoples blog comments look like one big spammy mess. Plus, people will actually spend time posting comments. Thank you for allowing it to be used on your site.

  203. Karan Goyal from The Domain Names Auction says:

    Wow, this is a terrific plugin. Thanks.

  204. Make Money Online Tips says:

    Thats a nice plugin. But whats the main idea? I can type my name either ways that way?

    LINK REMOVED: because of failure to use KeywordLuv syntax (name@keywords)

  205. TommyK from Sydney Digital Strategy says:

    The plugin certainly does inspire comments, but I’d question how many commentors return to really add value ongoing to your site’s community. Then again, if you’re looking for CPM-based advertising, getting 200+ “relevant” comments on each post is actually pretty attractive.

  206. erry from JEarn Cash Online says:

    I use both keywordluv and commentluv on my blog, and I love getting the comments (the interaction) so it’s a win-win! I certainly don’t mind giving my visitors even more value than my content :o )

  207. Anthony says:

    So then why doesn’t this blog have no follow tag removed?

  208. bleuken from Blogger says:

    Guys just installed the keywordluv. you can leave your comments there if you want. I will approve it immediately as long is it is related to the post. KeyworldLuv really rocks!

  209. rishna from KTech Tips says:

    Just downloaded the keywordluv plugin and using soon.

  210. NancyGomes from financial Updates says:

    The tool is really useful for me. I was looking for such a great tool, thans I have got this.

  211. Kevin from Living in France says:

    The beauty of a post like this is that lots of people have commented – 265 so far. Whilst many people will only read the first 2 or 3 comments, nearly all will read the latest comment. What is more, quite a number will receive an email follow up when someone (like me) makes a further post.

    This alone, can bring fresh eyes to your blog without having to do any other kind of SEO.

    Can you guess the subject of my blog? I bet you can’t.

    Comments are welcome. ;)

  212. Bob Maiocco from Denver Real Estate says:

    Thanks for clarifying this! I had commentluv on my blog and just recently switched to Disqus. Have you compared those two different commenting motivators? I’m blogging in the highly competitive Denver Real Estate market and every comment makes a big difference in our readership. I’ll be happy to switch back– specially since FiddyP is such a funny guy!

    I don’t have any great resources out here for expertise so I’m happy to get your input. Thanks in advance

    -Bob Maiocco

  213. on from Rhorses for sale says:

    Thank you!, I am learning alot about blogging and this certianly help those of us that are on the low side of the learning curve.

    I hope that this really catches on and alot more bloggers within my niche would find this. I will tell myself!

    The problem I have is that most of the horse related blogs I find are blacklisted, and that doesn’t do me any good to get a link from them correct?

    Thanks for your help.

  214. Rob from Baby Prams says:

    Yes this is a great plugin and all because it encourages more comments on your blog BUT…wouldn’t it also encourage more spamming on your blog and thus more moderating??

    My question is…is it worth it? Especially if you have a High PR blog…such as this one?

  215. arl from CHunting and Fishing says:

    I for one think this will build a hell of a lot of traffic for your site, not matter what the niche is because you can leave keywords. The only thing is spamming, there’s a lot of people that will leave a short message that makes no sense to the post you have just written. This kind of bothers me, I wish that you could limit comments to at least 20 or 30 words so you can get more content to your blog. Because the more content you got, the more traffic you’re going to get your blog.

  216. evin from Kprofromgoreview.org says:

    Thank you for all of the valuable information. I was not aware of the information about anchor text. That really does make a difference. Does it matter so much, when you make a comment on a blog, if that blog has a high page rank? I would think you are looking for sites with a high page rank, but you have to be respectful, and remain on topic. I would always hope that my comments would be relevant to the topic presented, and not just do some random rambling. My goal is to contribute to the experience.

    Thanks for the ‘Luv,’
    Kevin

  217. Mikey from margarita jello shots says:

    I really appreciate plugins such as these. It can be really difficult starting up a new blog from scratch. Links seem to be more king than is content. With the web so paranoid about who they link to it can be rather difficult getting anything off the ground. I appreciate all those bloggers out there that use some form of do follow plugin. We have added NOF to the dailydrinker.com to help share the love and hopefully encourage people to comment. From what I have read it seems to me like we need to help each other police these plugins useage closely as the last thing we want is for people to abuse them leaving us with a penalty from the search engines.

  218. ofomor from sinfomercial products sold on tv says:

    I agree that SPAM has shaped the way we interact nowdays. But its good to see people working positively. Getting nofollow tag has definitely hurt most of the webmasters as not everyone is a spammer. A pretty normal he/she would like to see his/her site get popular on every aspect (even if he ain’t an SEO or hired one). Therefore, dofollow is a discriminating IMO. There are some obvious exceptions like bulk loads of spammy text about porn, gambling, warez site which need to be curbed.

    Thanks alot

    Regards

  219. Jeff says:

    Love the doFollow idea and point so many blogger are not spammers and shouldn’t be punished for it.

    Blogging is fun and very rewarding for all who participate. I just started (3 months ago) blogging and love to see people such as your self posting such helpful info.

    I’m still in the stage of building up my content and getting traffic into the site. I’m having so much fun.

    Thanks and great post.

  220. homas from tweb hosting reviews says:

    I found this plugin a few weeks ago and I installed it on one site just to see what would happen

    True to form, I have noticed an increase in traffic. A lot of the comments I get are getting hit by Askimet and tagged as spam. I figure if Askimet considers something as spam, then more than likely it is.

    I have also found that people do not read any comment requirements such as link to something that is useful. I really don’t see how a link to a college in some country I have never heard before is going to benefit anyone, excpet the college itself.

    I guess thats the price we pay. Overall my experience has been great with the plugin. I plan on installing it on some of my other sites.

  221. ose from JChess Vip says:

    Great plugin!! I just noticed that this page has 87k+ backlinks
    This is great!! :)

  222. reg from GGoogle Secret Loophole Bonus says:

    Hey Stephen,

    I am using the comment/keyword luv plug in on feeder blogs that I create with a broad themes to help them get higher PR. I then use these feeder sites to give my niche sites and sniper sites more Google juice.
    This works great and does not take much time to create the sites compared to the benefit of helping the ranking for my money sites.

    Greg

  223. Karl Smart says:

    I have a problem. Very often, when I comment on a keyword luv blog, my comment disappears after I have written my comment and clicked submit.

    Why is that? Have my comment really disappeared – or has it just ended up in a secret moderation queue somewhere?

    • Hi Karl,

      Most likely you’ve fallen foul of the Akismet spam software that most WordPress blogs run. You can always contact Akismet and ask for ‘reconsideration’…

  224. helen says:

    Can this plugins use on my blog with blogspot.com ?

    • Hi Helen,

      No sorry, it can’t be use with Blogger. It would be possible to do something with JavaScript, but that wouldn’t be ideal as it Google would only see the original link, so there’s be no SEO benefit.

  225. Anton says:

    Funny stuff people come up with. This basically means that all comments are written only to promote oneself and not actually add any benefits to the original post…

  226. dave from uk web hosting says:

    I think this is great plugin! However, I find it really odd that some people use this plugin on their blogs and then accuse people of spamming when they post a couple of legitimate comments. Very odd considering that I figured most bloggers use this plugin as an incentive for more people to post. Aside from that, it’s a great plugin!

  227. viktor from coffeewithviktor.blogspot.com says:

    Do you have commentluv for blogspot too?

    • Victor,

      I believe CommentLuv is available for Blogger, but you’ll have to visit the commentluv site – it’s nothing to do with me (I wrote KeywordLuv, not CommentLuv).

  228. Camping Chair says:

    Ok, I am a little new to this and can’t figure out where to register a site for particular keywords. Must I install a feed to my site?

  229. graham from promotional pens says:

    Cool feature but why make it no follow defeats the idea surely?

    • Hi Graham,

      Sure. You need a separate DoFollow plugin as well as KeywordLuv. This blog used to use DoFollow plugin, but I had to disable it because of the mountains of spam and borderline spam I get. I’ve left KeywordLuv running as a demo for anyone who may want to use it.

  230. lex from Atraditional russian food says:

    Too sad that it’s not follow now. You were right about new blogs – yes, it’s really useful when you start, but after some time – it’s really a nightmare! lots of spam comments :(

  231. Internet Strategist from GrowMap says:

    Hi Stephen,

    Even though you’ve made the decision to go nofollow it is very good of you to continue to support KeywordLuv. We use it along with CommentLuv in all our blogs and still recommend it for creating an interactive community on blogs. Fortunately we haven’t encountered any issues using it.

  232. ack from JWarm Winter Jackets says:

    I believe that although they may cause a lot of spam, these types of plugins are good in the long run for bloggers. They encourage comments on our blogs which can only help our own rankings (providing they are on-topic). They of course help the other person ranking too.

    Spam… it will always exist. In fact I believe that as the years pass it will only get worse as spammers find all new ways to get their spam in. We have to deal with it the best we can.

  233. Ross from Lapel Pins says:

    I think this is great plugin! However, I find it really odd that some people use this plugin on their blogs and then accuse people of spamming when they post a couple of legitimate comments. Very odd considering that I figured most bloggers use this plugin as an incentive for more people to post. Aside from that, it’s a great plugin!

  234. oshua from jNatural Dog Beds says:

    I have installed the KeywordLuv plugin on all of my sites. I think that it has certainly enabled more blog comments than ever before and I luv it!

    I would recommend the plugins,
    comment luv and top commentator as well as keyword luv.
    there will still be some spam to filter out as there are still plenty of spammers out there.

    -Joshua

  235. Thanks for this info about keywordluv and dofollow. It generates a crazy number of comments but this can be difficult to find the time to moderate. I see the benefit of keywordluv is to the comment poster, it provides a good incentive to post a comment but are these comments adding value to the blog content or leeching the value? I suppose it depends on on diligently it is moderated but here again, the time factor. At some point one may have to change strategy to lessen the amount of posts. It is, however, a great way to generate initial interest in the blog.

    • Hi Dave,
      I agree with everything you say. The benefit to the blog owner is that Google seems to like blogs which get lots of comments and, as yet, it doesn’t seem to mind dofollow blogs either.

  236. lex from APanic Attacks Causes says:

    Thanks for a cool plugin Stephen, I attended a webinair with James Jones last night and they mentioned Keyword Luv. What a great idea. Just verify you also need to install the Do Follow plugin as well to make this beneficial for those leaving comments on your blog.

    I take it the benefit is twofold, you can get a backlink from another site by leaving comments on their blog and if you have the plugin on your blog, Google likes seeing relevant comments on your blog.

  237. Ted Raiter says:

    i wonder what that means for the future of dofollow when this is a nofollow blog — yikes. well thanks for the plugin gonna install it regardless.

    i’m going to experiment with it on my own blog and report the results on the blog itself.

    wish me luck! :)

  238. Art from womenssantacostumes.net says:

    I have noticed a lot of the marketing gurus are starting to teach their students to use luv sites to boost a sites rankings in the search engines. They do not recommend abandoning social marketing. They find that a good combination of the two are worth the efforts in keeping a site ranking high in Google. I am working on opening up about 10 new sites. I am interested to see how much effort it is going to take to keep up with the comments and spam. Hope it is not too much work. The more sites a person has the harder it is too monitor the comments.

  239. murkcore from blogger blog says:

    is there anyway I can integrate Keywordluv in blogger blogspot? thanks..

    • Hi Murkcore – Unfortunately, there ‘s no way to use it with Blogger. Any solution would have to be via JavaScript, which defeats the purpose (as the search engine spiders wouldn’t see it).

  240. murkcore from blogger blog says:

    thanks Stephen. I found a comment platform called Intense Debate and it has a CommentLuv plugin.. I’m using it now on my blogs..

  241. James from Canon Wide Angle Lens says:

    The keyword luv plug in is excellent but, those spammers are relentless. Even though I have clear instructions on my site that I will delete any comment that doesn’t contribute to the post or the website in general, I still get a bunch of “nice site”, “good job” type of comments. If people would take the time and construct intelligent comment that contribute to the main topic of the site or post, what a benefit this plug in would to us all.

  242. Dhany from Panduan SEO says:

    I’d like to contribute in Bahasa Indonesia translation for this plugin.
    Is that possible at this moment?

  243. Dan from how to train my dog says:

    I’m a big fan of the keywordluv plugin. It provides people with more incentive to comment and interact. It’s such a shame that there seems to be no end of spammers there to abuse it and the dofollow privilege.

    -Daniel

  244. Mike from Scrap Car says:

    This has got to be one of the greatest plug-ins ever made, rewarding people for commenting on your site is a fantastic idea and it has drawn a lot of traffic to my blog I have to say, unfortunately there is also a lot of spam I will have to implement the spam questions you have on your site.

  245. ina from TTraffic Ultimatum Bonu says:

    I am never quick about making changes but I’ve been hearing so much about keyword luv and comment luv that I felt I must. So, I acquired the two WordPress plug-ins, activated them and began watching my comments increase inormously.

    On the one hand I love the traffic. On the other hand I hate it because a large part of it is spammish in nature. Can anyone please tell me how I can solve that issue. It’s really, really bugging me.

  246. ustin from DBaby Toys Walker says:

    Great looking site and thanks for adding these plugins! I just added them recently to my site and they rule! More posts and your site plus backlinks for people posting so everyone wins! You just have to keep an eye on spammers, but Askimet does a pretty good job of taking care of that from my experience. Thanks again!

  247. ike from MTronGuyCostume.com says:

    Hey Stephen,
    I’ve been using your KeywordLuv plugin for many months and find it extremely useful to build page ranking amongst others. I use it on all my sites and it works perfectly.
    Keep up the great work!
    Sincerely,
    Mike

  248. Tom from Sleeping Bag Shop says:

    @ Calvin Miller, I have not yet come across Commentluv – Will check that one out now, thanks. In peoples opinion does the new content on pages help blogs perform better in google outweigh the negative effects of keywordluv (spam and taking PR away from the website)?

  249. yan from RMetacom Creative Design says:

    I recently installed Keyword Luv, and noticed it displays the link information with the name. In my recent comments widget it shows up fine, i.e. “Ryan from Metacom Creative Design” but on the actual post pages in the comments section, it would displays “Metacom Creative” class=”url” rel=”external nofollow”>Ryan@Metacom Creative Design

    I also find this weird, as I have the DoFollow plugin installed. Do you have any ideas of what would cause this? I can try deactivating plugins one by one, but I figured you might have seen a similar problem before.

  250. Aurelien says:

    Just a question, what if the blog is nofollow ? does using comment luv help with the ranking ?

    I a; asking this because I have people asking me to install comment luv on my comment although it is nofollow, to me it doesn’t make any big difference but I I’d like to make sure.

    Cheers

  251. Gail from KeywordLuv Works in WP 3.0 says:

    I have been asked whether KeywordLuv still works in WordPress 3.0 and know of one blog that has upgraded and it is still working. I thought others might want to know. We’ll know more when we upgrade additional blogs.

    If anyone wishes to know more about KeywordLuv they can read about it in my post linked to this comment which can also be reached from the Twitter account @KeywordLuv.

  252. Gail from KeywordLuv and PageRank says:

    I meant to mention that I remain unconvinced that having hundreds of dofollow comments in a KeywordLuv enabled post which each have two links hurts pagerank.

    My blog is currently PR4 and my post about KeywordLuv which has 443 comments in it is PR4. If all those links hurt my PR how could that post have the same PR as the blog? It is the ONLY page on that site that was PR4 last time I pulled that information.

    I have many other PR3 pages that have hundreds of comments – all of them dofollow with both CommentLuv and KeywordLuv dofollowed outgoing links. If being dofollow hurts PR you can’t prove it by me.

  253. ebbie from DCargo Shorts says:

    I have just discovered keywordluv – it looks like a really good way to engage people on your site and it also looks like a really helpful way of getting your seo off the ground if you have a new site. Thanks for this post.

  254. Meili from Freelance Writing says:

    I went here because it was the top result in google for keywordluv. Thanks for the great plugin but I guess you don’t really want compliments. I don’t know why it’s so bad if people just leave a short “nice thanks for the plugin” comment… sometimes people just want to say thanks. No offense but if you want better replies you need forums not blog comments.

    • Hi Meili,

      No offence taken! :)

      I wouldn’t mind if most of the comments were genuine, such as yours. It’s just for every decent comment I get about 40 or 50 that just aren’t genuine – they are just after the link and it’s so obvious. I used to be much more forgiving, and I had a nice little community going, but the spammers killed it and I toughened up… But I’m happy to still get genuine comments every so often – Thanks.

  255. Joseph from effective online marketing says:

    Hi Stephen,

    I maybe a little late to the party here but I just found out about this plugin. It’s amazing what you find online everyday :-)

    Anyway, I found this plugin in action on another blog, found a link and here I am. I really like this idea as it personalizes the commenters a bit more but the concern for abuse by spammers is inevitable. I want to encourage conversation but I don’t want to spend my time moderating thousands of useless crap comments. Maybe combining it with good anti-spam plugins would be the key.

  256. Akhila Sashidharan from Mallu says:

    Hi,
    I am very intrigued by how you have integrated the keywordluv plugin only on one of your pages. Is there an easy way to do it? I am sorry to ask this off topic question but I would really love to use this on my blog as well.

  257. jm from agence web says:

    Hi,

    Thank’s for this plugin.

    For your future update :

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead
    keywordluv.php L33
    replace by get_option(‘siteurl’)

  258. Elliott from www.karibik-journal.com says:

    Helpful info. Fortunate me I discovered your website unintentionally,
    and I’m stunned why this accident did not took place in advance! I bookmarked it.

  259. Hello,
    I just recently found out about KeywordLuv and stumbled on your article while doing some research. Thank you Stephen for the info. I was just wondering, I have also heard about CommentLuv. Even though, you have removed this plugin from your blog, which one would you recommend between the 2… or is there basically no differences between them? Thanking you in advance for your help.

    Antoun Sehnaoui

  260. Aron from Jämför Webbhotell says:

    Amazing plugin! Good SEO tool and a great way to get users more interested in posting comments. Bookmarked!

  261. Dorothea from Trading Xbox Games says:

    Hi there Dear, are you actually visiting this site daily, if so afterward you will definitely take pleasant knowledge.

Leave a Reply

This site uses KeywordLuv. Enter YourName@YourKeywords in the Name field to take advantage.

Anti-Spam Quiz:


Stephen Cronin

is Manager of Online Service Delivery at a Queensland Government department & has been a freelance WordPress developer/consultant since 2007
*Content on this site is my own and is not related to my employer

Hire me - I'm expensive, but I'm very good!

WordPress Plugins

Want a Custom WordPress plugin? See my Services page.

Greasemonkey Scripts

Visit my home page at Userscripts.org.