WordPress Plugin – KeywordLuv
Current version: 1.03 (7th March 2008) | Read The Changelog
Download (downloaded 2480 times) |
Subscribe To Plugin News
Description
Reward your commentators by separating their name from their keywords in the link to their website, giving them improved anchor text.
Example
If they enter "Stephen@Custom WordPress Plugins" in the Name field, their comment will have:
Stephen from Custom WordPress Plugins Says:
rather than:
Stephen@Custom WordPress Plugins Says:
If they don’t enter the @ symbol, the anchor text will simply display as normal. For a live example, see the first comment below.
Why Is Anchor Text Important?
There are many articles about the value of having your keywords in the anchor text of backlinks to your site. This helps your site rank well for those keywords with the search engines, bringing you more traffic.
One source of backlinks are comments on DoFollow blogs, but the anchor text is normally your name. While this helps you rank well for your name, it’s practically worthless for your keywords. That’s why some commentators put keywords in the name field, but they risk being marked as spammers.
I understand people’s desire to get the best value from their link, but I’m tired of answering comments with "Hi Miami Hotels". I’d like them to leave their name, without it effecting their keyword benefit. Enter KeywordLuv…
By using KeywordLuv (and a Dofollow plugin) you give your commentators better links, rewarding them and encouraging more people to comment.
DoFollow
For your commentators to benefit from KeywordLuv, your blog requires a separate Dofollow plugin to remove the nofollow tag. KeywordLuv does not do this and without it, your commentators will not receive any benefit.
While KeywordLuv could remove the nofollow tag, there are many existing plugins that do this AND provide advanced features I don’t want to replicate.
Requirements
WordPress 2.2+ (tested on WordPress 2.5, 2.3 and 2.2).
Compatibility – DoFollow Plugins
KeywordLuv hasn’t been tested with most DoFollow plugins but problems are very unlikely. If you do encounter any, please let me know.
Compatibility – WordPress Themes
There is a compatibility issue with some themes. If your theme uses comment_author_link() to retrieve the comment author link, KeywordLuv will work fine. If it uses comment_author() and comment_author_url() to build the comment author link, then it will do nothing.
This issue, along with the possible workarounds, is outlined on the KeywordLuv – Theme Compatibility Issue page.
Note: If you use Brian’s Threaded Comments or YATCP for threaded comments, KeywordLuv will work, as these both use comment_author_link().
Installation
- Download the keywordluv-1.03.zip file and unzip it.
- Upload the keywordluv folder to the wp-content/plugins folder.
- Activate the KeywordLuv plugin within WordPress.
Upgrade
- Download the keywordluv-1.03.zip file and unzip it.
- Upload the keywordluv folder to the wp-content/plugins folder, overwriting the existing files.
Usage
When your readers leave a comment, they should leave their name and keywords in the Name field, using the following format: name@keywords.
When posts are displayed, the plugin searches for the @ character, strips it out and moves the name to front (outside the link).
Telling Your Commentators
This plugin is really to help your commentators, so you need to tell them how to use it. By default, the plugin adds a message to the comment form telling users to enter YourName@YourKeywords in the comment field. You can customise this message in the KeywordLuv options page in the Admin area.
Note: This message does not appear if you are logged in, as logged in users normally don’t have a Name field to enter YourName@YourKeywords into.
The problem with this message is that there is no way to control exactly where it will appear. It depends on your theme. In some themes, it may not appear at all.
If you are comfortable editing your theme, the best solution is for you to disable the message (in the KeywordLuv options page in the Admin area) and add your own message exactly where you want it (in comments.php).
If You Disable The Plugin
Whatever the commentator enters in the Name field is what’s actually stored in the database. KeywordLuv simply changes the way it’s displayed. If you decide you no longer want to use the plugin, simply deactivate it and commentator’s names will revert to what’s in the database.
For example, if they enter "Stephen@Custom WordPress Plugins", that’s what’s stored. If the plugin is active, it will display:
Stephen from Custom WordPress Plugins Says:
If the plugin is disabled, it will display:
Stephen@Custom WordPress Plugins Says:
Support
This plugin is officially not supported (due to my time constraints), but if you leave a comment below or contact me, I should be able to help.













A sample comment showing KeywordLuv in action!
Note: you can’t see this working in the comment preview, only after it’s been posted.
this plug in is good but your site nofollow one.its pitty
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.
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.
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.
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:
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.
Okay, version 1.01 is up and I’ve update the page above and the changelog etc.
Wow.. an awesome idea, Stephen. I am going to try this plugin as soon as possible.
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!
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.
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….
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.
I’ll get it as soon as you have it ready (when I’m awake that is).
RT, I’m half an hour too slow for you! Don’t know about you, but I plan on not being awake very shortly!
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.
It certainly does make the comment section more personable. Thanks for the heads up. Zoomed ya!
Hi Paul, Thanks!
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.
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.
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
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).
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
Hi RT,
Excellent! Let me know if you have any problems with it…
And just for you:
Sorry, couldn’t resist. My father bought a wooden one when I was young, hung it on the wall and made many a joke.
I now have it installed on them. Keep your tuits to yourself.
RT Cunningham’s last blog post..Charlton Heston, The Legend, Dead at 83
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
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?
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
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?
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)
Awesome plugin! I’ve enabled it on my site (Kiwification) – I like to reward commentors however possible..
yes..I like to have more commentors as possible..
thanks to you..
This is a great tool to encourage comments. Thank you for sharing this with the community.
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!
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.
Great plugin, thanks! Good present for commentators with own blogs
Thanks to everyone who left comments over the last few weeks. I appreciate your support.
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!
Hi Tracy,
It should work with WP2.5, but not sure about the Sem Pro theme. Let me know if it works or not! I’d be very interested to know.
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
Hi Riggie,
Glad you like the plugin. I think it gives the commentators just a little more incentive to take action and leave a comment. Everyone wins!
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.
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.
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.
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
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.
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.
Hi Stephen, the plugin is great, it works perfectly with wp 2.5 too
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.
This is an awesome addition to our wordpress blogs. Will be getting mine installed shortly. Thanks for the example.
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.
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.
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.
I’m new to blogging, and this looks like a great tool to encourage people to comment. Thanks for this tool!
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.
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.
Like Luv makes the world go ’round Stephen!
Absolute magic plugin, hope your brownie point tally goes stellar!
Thanks for the great plugin!!! This is just awesome. I will definitely be using this one.
I’m a fan of this plugin… thanks for bringing it to our attention!
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.
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.
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.
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.
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.
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.
great work, thank you. i will try it in my 4 blogs.
This plugin rocks! I love be able to use both my name as well as some keywords. Much Luv for Keyword Luv!
yea this is one of the best plug-ins that has been needed forever ago! glad to see u put it to use
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
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
What a cool plugin. I’ll install it tonight and give ‘er a test. I think this will really catch on! Nice job.
This is a great plugin, I will install it into my own blog and see how it works. Thanks for the great information.
What a great plugin, I love the idea!
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?
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!
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.
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
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
Yeah, this is gonne be great to put in my blog in order to drive visitors to comment. Thanks for sharing this handy plugin.
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.
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!
Thanks very much for this, am looking forwards to trying this out on the blog!
Paul
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.
Very great plug-in, You really help people.. I’m going to test it out into one of my blog….thank U
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
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.
Wow! This is interesting. I’ve just downloaded it and about to install it on my blog. Thanks a lot.
Wow,
This is the plugin that I’m looking for…. Its important to the commenter….
Awesome plug-in many thanks to you and I will definitely recommend Keyword Luv to everyone I know!
Hi Stephen,
Thanks a lot for the plugin. I downloaded KeywordLuv, activated it and it worked fine.
Great work.
Nicole
I was looknig back at some older posts I saw your “Round to it” comment above – that’s great! Would make a great avatar.
Am trying this thing if this work… This really nice in optimizing certain keywords.
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.
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
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
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
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.
I believe in dofollow movement but the problem is Google penalized a lot of this people. I hope G change its mind regarding this.
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).
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
what a great plugin…thanks
yes it should increase for the keyword “author name”.
Great plug in and makes life quite easy.. hope it will go on and spread.
nice info & the implementation that i see here is simply great!
This plugin is great! I am going to add it to my blog today.
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!
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.
This is great. Like everyone else, I thought I’d just try it out … How many people are using it, do you know?
Seems to be a very great plugin, Stephen! I’ll probably review it soon
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!
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.
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.
I’m still wondering. Does Google really count link that coming from KeywordLuv?
anyone can answer it?
I’m new to wordpress, so finding this plugin is awesome! Thank you…
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?
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
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.
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.
this is great information
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
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.
Nice. I am getting this plugin
Thanks, I really love this plug-in and I am now using it on one of my blogs. Great work. Cheers.
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!
Testing the plugin
Excellent idea. Hope many people use it – although do you get much spam trouble?
Of course, it only works if you’re not a klutz and don’t paste your URL wrongly like I just did!!!
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.
I think I’m gonna start using it – I mean there’s no downside to dofollow, just showing a bit of link love
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.
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
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.
What a great plugin, i’m sick of stupid comments on my blog
Stephen I am very greatful to you for this plugin for wordpress. I have installed it into my 4 blogs.
It looks like a great plugin. Is there any way i can use it on wordpress.com hosted weblog ?
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.
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)
KeywordLuv is really a great tool, I should probably start using more on all my blogs, nice post.
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.
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.
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.
Great plugin! Thanks for taking the time to write it. I’m going to install it on my blogs this afternoon.
What an amazing idea to reward your readers, something I can use too on my blogs
I love this plugin, I have added it to my blog now and I’m hoping it will liven up the comments
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!
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?
too bad more people dont use the keywordluv plugin :/
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.
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.
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.
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.
I think this is a great plugin in sharing your luv to the commenter
Thanks for this plugin
(not as a user in blogs, but as a commentator)
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.
I saw this plugin from another blog… I had to check it
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.
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.
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!
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?
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.
this is one of great wp plugin, thanks for info. i just installed in several my blogs
I think this is one of wordpress best plug in along with top commentator.
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.
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.
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!
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.
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)
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
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.
i think i’ll try it since i have a problem when used commentluv. it’s happen when i changed the blog theme.
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…
@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.
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!
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)
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.
Lovely plugin. Thanks for sharing!
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.
Installed on five blogs just now, thanks to this article. Happy to share the comment luv.
Great plugin, I already install it in my wordpress blog.
Hy..i want to try this plugin
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!
Thanks Patrick.. I guess you can do addition!
Seems like a great wordpress plugin.
I will give it a try on my personal blog.
I’m sure my readers will love it
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.
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.
keyword luv is so cool. i just wish more bloggers would use it :/
It is a great marketing tool for webmasters to rank better on SE for specific keyword. Kudos to keywordluv’s inventors
um, that’d be me!
Thanks for this wonderful plugin… I use it already in 2 of my projekts and it seem to work well.
In case you didn’t already know, v1.02 works on WP 2.7
Thanks Ray, I’ve haven’t had time to check it so I’m glad to know!
such a great plugin. not sure how itll work for PR yet but been trying.
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.
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!
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.
I just now noticed that this plugin is designed for WP- is there a blogger equivalent?
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!
I love your plugins and I think it is evident that people are returning to contribute in the comments. =)
Great work!
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!
This is such a great plugin. I wish more used it.
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)
Oh sorry about that, thanks for letting me know.
I must have done this all over your blog. My bad mate, I must have completely overlooked the recommended format. At any rate, thanks and great post!
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
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!
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
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!
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.
Thanks for the free download – this is such a great concept!
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.
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! ^_^
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
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
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.
All peoples/blogger love to blogwalking at blog like this one, keywordLuv Plugin is the best way to promote our blog to the world.
Nice Plugin Stephen.
I am going to install it right now at http://www.theincometeam.com/blog
Thanks
Steven
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.
Great WP plugin!
I just saw it on Jack Humphrey’s blog and I’m going to install it on mine :>
Thanks
Tim Buttles
Have you ever thought about porting the KeywordLuv to Blogger? It would be a great help.
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
What an amazing plugin – cannot wait to download this plugin and install it.
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
this plug-in rocks. thanks for the tips paul!
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
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?
This is good! I am going to install it in my blog!! Thank you!
I can’t say I’ve ever seen more comments on a post than this one
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.
Wow, this is a terrific plugin. Thanks.
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)
You can type it in, but you didn’t! Anyway, it gives you better anchor text and removes the temptation for you to leave your name out…
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.
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
)
So then why doesn’t this blog have no follow tag removed?
Hi Anthony, as I’ve said in the comments above, this blog is dofollow on posts, nofollow on pages. This is a page.
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!
Hi Bleuken,
Thanks for trying it out. I’m heading over there now!
Just downloaded the keywordluv plugin and using soon.
The tool is really useful for me. I was looking for such a great tool, thans I have got this.
is it as easy as install and go? or does it need some coding? Anyway, I’ve been hearing some good views on this keyword and have helped me a lot in my link projects. Thanks for it!
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
Love this… can’t wait for a big list of sites using keywordluv… I’m sure Court or RT will post one soon.
Definitely one of the better plugins around – not only does it encourage participation in the discussion, but it also gives those people that are looking for some link love useful anchor text. Thanks
Thanks for this great plugin. Keywordluv is really a cool Wordpress plugin and I’m considering to use it in all of my blogs. And yes, a list of blogs using the plugin would be great.
Keywordluv is an awesome Wordpress plugin. It surely will take blog commenting to the next level. Hopefully bloggers and webmasters will show enough responsibility while commenting using his unique concept. I am too planning to use it in my best man speech blog.
LINK REMOVED: because of failure to use KeywordLuv syntax (name@keywords)
very usefull, I don’t completely understand
but I know it’s a benefit for me
Keywordluv is a great concept and hopefully we will find more and more blogs using it. Thanks for this awesome plugin which is surely going to help webmasters in their link building effort.
Brilliant, I’ll give this a bash on my blog.
Thanks
excellent plugin Stephen. this one deserves all the popularity it currently seems to be garnering. if i see KeywordLuv on a blog i know that the webmaster is enlightened and that i can spend a little time composing my post because it’s a lot less likely that i’ll be marked as a spammer simply because i want to make use of the anchor text in my site link.
Thank stephen for this detail iformation on keywordlove plugin
can i install a similar plugin in my blog running on the blogger
or there any other method to make my blog dofollow for comments ?
It looks like Keyword Luv is working just fine with the new Wordpress 2.7 update. I have been a big fan of Keyword Luv and I think that I am going to install it on my blog later this afternoon.
This thing is really good.
I will use it for my blog for sure.
Thanks for this bro.
All the best
Good Luck
I love Keywordluv! Really useful plugin.
We are just in the process of setting up our blog, we will definitely be adding keyword luv to the blog.
Wow what a plug in, had to try it to see what is does.
fantastic and simple
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.
I am loving keywordluv. As the last commenter (Kevin) has said – it can bring people back. I’m back here due to the email follow ups from this post. I just wish that there were more blogs using it.
Thanks for this post. This plug in is the best SEO plugin everr!!
Very useful
I think that more people should use keywordluv. I know that i personally appreciate the help with backlinks. I am new to this all and it is helping so much. thanks for the info and the link!
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
Seems like a great idea for attracting more readers to your blog – as well as making your comments look much neater. I’ll give it a try on my blog.
very cool…just trying it out!
This is such a great idea, I can’t understand why no one has thought of it before.
I found out about it almost by accident when adding a comment on another blog. I will be adding it to my own site later today, just as soon as I have a few minutes.
Thank you for making it available.
Clive
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.
This is really a great idea. Kudos to keywordluv!
I agree with Michael above, this is a great concept which obviously encourages visitors to leave comments about your blog post. Two thumbs up!
Does anyone have any real evidence to say that nofollow tags make any difference to Google? I’ve heard conflicting theories. Maybe a little experiment is in order.
Well i must say this plugin is amazing. I have recently got into using Wordpress myself and i love v2.7, the whole new admin panel etc and this plugin works a treat. Travis, nofollow tags do not make a different to Google, i found a very interesting article that explained that dofollow is what counts from a search engine point of view, but it also mentioned that it doesn’t do any harm to post in nofollow blogs because no follow are more for human eyes. After all you can still get visitors who may click your link should they find it relevant.
keyword love is one of thebest plugins available for wordpress blogs. i wish something like this was there for blogger too
What a great plug in, I was wondering when the SEO world was going to come up with something to combat the no follow for blog commenting and this is it!
There’s a group of plugins that ll bloggers should use. This is one of them. There’s also a dofollow plugin that works well also.
Keywordluv is great, but does it really help a website to have tons of spammy comments?
Then surely it is up to the blog owner to fish out and block spammy comments, isn’t it?
very good explanation, very complete and very useful, I just know this tool and your post is very useful for me to understand better
I can’t believe how many commnts this plug-in generates !
i Hope you could make some tips for Blogger blogs so that we could disable the nofollow rel. I’m having trouble to find it on how to remove nofollow. I hope you could find time to give us advice about it. By the way, this plug-in of yours is really a great lure for commentors.
Fantastic plug-in. What a great way to attract comments on your posts!
very nice tool hopefully most of the webmaster would install this and help each other.
Will try it out, thanks!
Thank you Stephen. I’m trying to build some backlinks through blog commenting right now by leaving comments that add value to the post and to the conversation and with your plugin my links don’t look spammy anymore.. so thank one more time
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?
I have installed a do-follow comment plugin on my golf blog within my website. Maybe it is better to install this type of plugin for better commenting and respect from commentors. I have downloaded the zip file to install.
I can’t believe how many comments this thing generates. 291 for this post alone ! I’m going to have to get myself this plugin for some of my hobby blogs. It seems to generate a lot of traffic and interest.
Thank you Stephen! I just installed KeywordLuv (as well as Lucia’s Linky Love, a dofollow plug-in) on my WordPress blog here:
http://www.madisonwirealestateagent.com
Anyone reading this please feel free to comment on my blog and get yourself some backlink love!
I got to you through netbizsimplied. Love the plugin and the whole no-nofollow following.
Wow great plug in. Never knew it could be so easier
Thanks
This plug-in is awesome guys. This is the firt time I’ve seen this and it is something that I will use for a long time.
Thanks
Awesome plugin. Thanks for the LUV. Hope the movement keeps growing.
Thanks for sharing it. it really helped me to build a lot of backlink in my blog. and allows to increase the PR on my blog
This is a very nice concept. I love it!
Very cool plug-in, I have been using it just over a week now and I am very impressed with the results.
This plugin really is drawing alot of attention. In the perfect world, this plugin would be a standard Wordpress feature, but i doubt that will ever happen. All we can hope for is that more and more bloggers each day find out about this plugin and decides to install it.
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.
I love this keyword love!
keyword is great, i agree. mann lots of comments u get tho
I saw this plugin on a theme development site, and I think it is pretty darn nifty! In conjunction with the “CommentLuv” plugin, contributors to various blogs should hopefully see some increased traffic and search engine results for their keywords…
Nicely done!
Be Well!
ECS Dave
Excellent idea for a plugin, pure gold!
Cool! Definitely digging this plugin, thanks!
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
What version of KeywordLuv works propertly with WordPress v.2.7 and how to integrate this function into my theme
Wow! Thank you. We are new to creating blogs and have been looking for ways to make them more beneficial for our users.
I have to admit I was jumping for joy when I realized the power and potential of this plugin
For KeywordLUV to work you must have a DOFOLLOW plugin on your blog, otherwise search engines will not follow the links and no one will get backlinks.
Some blogs using KeywordLUV I have found do not have the DOFOLLOW plugin, and search engines will not follow the links.
Carl
Thumbs up for this plugin… I have it on my personal blog and it works like a charm!
I am loving th love, but this is the most commented upon post in the history of the internet, No? but i am joining in because i can’t help myself.
Very good indeed… luving the keyword luv…
Thanks for letting us drop a link here, it’s nice of you!
Great Plugin!
Luv this one hehe
Love this plug-in. Im going to try and implement it tonight. Hopefully more users will start using it, since it is beneficial to both parties.
I love this plug in too have installed it an am getting loads of luv and giving lots too … Luv you all
I’ve been using KeywordLuv plug-in for quite sometime now and to be honest it really increases my visitors specially when I turned off my nofollow rel.
Thanks for recommending this plugin. I am Luvin it. It has shown improvement for my sites.
Tony
Wow. Wonderful tip for improving my performance. I am Luvin this plugin.
Thanks
are there any sites that you can submit keyword luv plugin blogs to?
Your plugin rocks! Thanks a lot for it an keep up the excellent work!
nice plugin i will implement it on my blog
Everyone seems to be talking about the keyword luv plugin now a days. And it’s no wonder because it really is fabulous!
Wow! I’m going to install it in my blog together with nofollow free plugin..Thanks for this great plugin!
Thank you for sharing such interesting plugin, I will give it a try soon!
I’ve just started doing some of my own blogs and was looking for something like this. Great plugin!
Just had this plug-in installed in my blog to increase readers. This is so great, both for the readers and blog writers. Way to go!
This is such a great idea. People get more comments on their blogs + commentors get link love = everyone is happy
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.
Wow, this is great! I will have to put this on my blogs. Thanks for the content.
Totally diggin this blog and the plugin… thanks!
Fantastic. This is much better than people posting keywords as their name which makes reading comments annoying. Hopefully people will not abuse it and will leave constructive comments. Great job!
Keyword luv is great for people that want to build links but cannot take advantage of comment luv. If you dont have a feed, keyword luv is great!
-George
Awesome. I never knew what that keyword luv thing was. Thanks for explaining it and also thank you for adding it to your site. Getting good links is hard work!
Thanks for the plugin. What a neat way to spread the juice.
Wish more sites had this.
What a great tool to get people to leave comments. Is this available for blogger?
Hi, it´s nice that you explain the advantages of keyword luv, but does it make any sence if the blog owner uses no follow?
keywordluv is great. It is truly an seo’s dream!
Man, i didn’t know there is sure a great plugin. Definitely a big help for all SEOers. Thanks for explaining everything so clearly, really glad that i found your site.
Hey, Stephen!! This is a very nice WP Plugin. I will try it on my site and see how it goes. I hope everything will work fine. Nice one man. Thanks!!
G’day, i’ve been using comment luv for a while but only just came across your plugin – i’m about to download it now! Great work, thanks.
Is there a list of blogs using keyword luv?
I just saw this used on a blog I just left a comment on, and followed the link over to this post to read about. I like it! I’ll check with the person who does the site work on my blog to see about putting this up on mine.
Thanks for the great explanation of keywordluv in this post!
Wow! – What a cool plugin. I wish more sites used this. I run an holiday cottage rental site which might be able to incorporate this. Thanks!..
This Plugin is really a cool.
Really cool tool. Only problem is that I have the latest version of WP (2.7.1) and a theme that was not obtained from WP. If I install this along with a do follow plug in and it creates issues, should I contact you or just remove the plug in?
This is a great idea to make link luv easier. Thanks.
This is probably the greatest plug in that has been around for a while. Pity that most bloggers just don’t know how to use it!
I just found this plugin and love the idea of sharing your Pr with other aspiring bloggers and SEO’s. Very cool – kudos!
It’s nice to feel the ‘Luv’… learning more about wordpress each day and appreciate the “open, sharing” nature of many of its users.
thank you!
is this a keywordluv site but not do follow site?
but i am really exciting with keywordluv and still don’t know how to use it.
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
Keyword love is a great plugin to have on the blog – I installed it just the other day and it’s increased readership. I know everyone want to have links out there but please say something worthwhile when commenting. thanks for the plugin!
This plugin is great! I appreciate you adding it to your blog.
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.
Are you going to update this plugin? I think it is awesome man.
This’s really helpful I’ve installed the plugin, thanks for sharing
Too bad the plugin is NOT supported. But I still plan to install it on a few of my blogs along with a dofollow plugin.
Thx for creating it.
Great to see you using the keywordluv plugin but pitty you dont use the dofollow plugin like you suggest. Your blog is still nofollow.
Love this plugin! Thanks alot!
Josh
I like win win types of tools. Thanks for sharing this plugin.
Great plugin. It makes it easier to encourage relevant and specific comments on a site.
Cool post. Thx for sharing with us about it. It’s a win-win for sure!
Just wanted to say thank you for the info regarding “dofollow.” I just recently adding keywordluv to my blog but was not aware that it is actually “nofollow” by default. I will browse WP to find a plugin to force “dofollow.” Thank again.
Great plugin, I installed it on one of my blogs, and have already seen an increase in traffic and readers. Thanks!
I have been reading books and spending time online regarding do follow and no follow. In the end I might have to get a professional to deal with it, as i am spending too much time with it, taking away my focus.
I enjoy all your video’s Brian. You are one super teacher when it comes to wordpress and affiliate marketing. I have learnet so much from you. Thanks
Great plugin, I just got turned onto it, love it!
This is a great plugin and it has increased traffic to my site. Thanks.
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.
I’ve found this blog about 2 weeks ago , but in some cases it generates nofollow links.
How can you tell if i generate nofollow backlinks?
This is great plug in..love..it thanks
Well, this is pretty freaking awesome!
Great plugin!! I just noticed that this page has 87k+ backlinks
This is great!!
found you on the kewordluv theme compatibility thing. thanks for the tips.
Great idea and execution – found out about this through another blog that was using your plugin. Will add it to my own. Thanks!
Great plugin and this post deserves all the link-love it has received. Changed the way I do SEO forever.
Thanks for your sharing. Need to install it too in my blogs.
What difference between ‘comment luv’ & ‘keyword luv’ plugin?
This is a great plugin–probably my favorite plugin for WordPress. I’ve been recommending it to everyone know, and I think I’m going to include it in an upcoming blog on SEO. Thanks!
Wow…Finally I have Found great Plugins..Thanks for your Sharing
Haha. Funny that you are not using DoFollow yourself
Fantastic plug-in, great idea and it’s nice to know people understand that comments can be a useful source of linking….provided it is done respectfully and reasonably. I’ll try and do a post on our blog about it soon to say thanks and spread the Luv!
best tool ever
How come you have all the “keyword Luv” links tagged with nofollow?!
This is possibly one of the best Wordpress plugins I have ever seen. Thanks for introducing people to it.
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
kick ass tool. keep it going
Dust to check out how it works
Love the tool Thanks for making it available.
Great concept. Just learning about this now. I think it is important to keep the blogs fresh and encouraging comments is valuable. This will give some incentive to the people who are posting the comments.
i have been searching what are the benefits of keywordluv now it make sense to me, i know keywordluv is a new plugin for wordpress blog and that really helps commentators increase their backlinks. thanks
I just found this plugin and will be putting on some of the blogs I manage. I think it’s useful for bringing traffic and getting some meaningful comments. We’ll see how it works – thanks.
We bloggers all strive to get meaningful comments which will improve traffic and ratings. I’m sad to point out that while KeywordLuv and CommentLuv increase traffic and therefore also comments, they also tend to attract spammers!
I think everybody should have the do follow plugin installed.Thanks for the post and the information. It is really hard to find the right plug-in. I tried the “you comment, I follow” one but I did not realize that there were additional settings to make it work correctly (i.e. nofollow)I will integrate this plugins i my blog. thanks
I think everybody should have the do follow plugin installed.Thanks for the post and the information. It is really hard to find the right plug-in. I tried the “you comment, I follow” one but I did not realize that there were additional settings to make it work correctly (i.e. nofollow)
I’ve seen this plugin on a lot of other blogs and have wanted to put it on my sites for a while, but like you said, even if something sounds great, actually getting the motivation to hit the download button and the activate button in the plugin control panel for Wordpress, it takes a little bit. I finally did download and installed it and am waiting to see it’s magic. I think the plugin sounds great, as it encourages people to post more comments and initiate conversation because they are outrightly promoting their own blogs, websites by posting a comment on mine and I love that link love.
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’…
Thanks for the article. I agree that KeywordLuv is making sense this past few months.
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.
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…
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!
I fall in love with keywordluv plugin. It rewards my commentors and at the same time increase my blog’s discussion
Thanks for the explanation.
I had heard of keywordluv but was not aware of how it works.
I’m considering adding this to my own blog. Thanks for explaining this a little better for me.
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).
[...] KeywordLuv I’m new to, but from what I’ve read, it works like this: When you post a comment, in the name field you fill it in as such: <yourname>@<keywords for your blog>. Then, when your comment is displayed, it’s displayed with your name from your blog, where your blog is a hyperlink and your name is just text. This way, your links are linked with keywords (which helps with search), but it lacks the spam feel of just using keywords as your name. [...]
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?
Umm, just don’t enter Camping Chair as your name – enter Pete@Camping Chair… (or whatever your name is).
The beauty of KeywordLuv is that it allows you to enter your name along with your blog name: YourName @ YourBlogName (or Keyword). This serves two purposes. (1) It gives you a personal identyt; (2) It helps with the backlinking.
In my opinion, KeywordLuv is one of WordPress’s best plug-ins.
This tool is really neat. I’ve downloaded it and installed on my blog. Great way to stop the spam comments.
Thumbs up man, great blog with good information you have.
Mike G
great plugin and very useful!
The ‘no longer a dofollow’ is no biggie. Thanks for the post. I just wanted to check it out. Thanks for the info, it explained a lot. =)
I’m just testing this plugin and all can i say is that is a very useful and intuitive plugin. Very well done man. Keep up the good work.
Since Installing this plugin ive seen my blog get more hits then usual. I havent seen too many spammers, most the comments have somewhat intelligent posts…
Do follow is definitely more work because spam is a problem but I do see the benefits after having changed a couple blogs I work with. Thanks
[...] keyword hyperlinked and the blog owner gets to have more comments on his posts.I’m talking about Keyword Luv which was built by Stephen Cronin.What this plug-in does is simple. My name is “Chukwudi” and [...]
This is great for seo. I’m going to try it on all my website. Thank you.
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.
Keyword Luv is a great alternative to comment luv for people who do not have a blog on their site! If you do have a blog on your site, both work great together!
Good plugin at least some benefits for commentators. sadly this blog remove do follow attribute. Please allow this.
Keyword love is a great way to get more visitors to your blog, since i downloaded the plugin my site has had many more comments. I do want to add that most of the comments are thoughtful and not just a ‘nice job” response
[...] Keyword Luv – Adds an extra field to your comments where people can enter their website so they don’t add their website’s name in the name field for SEO anchor text purposes. [Full Review] [...]