The Joomla! Extensions Directory ™


Seo KeyWord Link Plugin

A plugin that allows you to define keyword/link .The keywords will be automatically hyper linked in all the Joomla content. This is very useful to improve the internal pages SEO inside your site. you can define the limit of links to each keyword , NoFollow or DoFollow and open link in same window or new window.

Report

2012-02-08
Reviews: 16
it's a great extension and is very important for seo engine! i hope devs will upgrade to j1.7 as soon as possible i really need it!!
2011-03-28
Reviews: 3
I've just installed it and it does what it says. I'm going to do the hacks suggested in the comments to avoid headings and apply css.

Very useful for clients who are lazy about linking. Thank you!
2011-03-16
Reviews: 2
This is a super nice and very easy to install and use plugin BUT it does not support non latin languages! Adding this would make it perfect and a fiver for the rest of the planet who do not use lating languages :)
2011-02-03
Reviews: 8
Nice extension. Up and running in no time. But for an excellent rating it should have multi langual support.
2010-11-09
Reviews: 2
Nice plugin, easy to use.

Fix for h1 tags if making them as hyperlink.
in KeyWordLink.php replace curent $regEx with:
$regEx = '\'(?!((]*?))\'s'. $case;
2010-08-16
Reviews: 1
Sharif Mamdouh,
Many thanks for this plugin. Lightweight, optimized and very efficient. Love your coding style.

However I am very keen to prohibit it from linking heading tags and some other tags.

I would greatly appreciate if you can suggest a hack to fix this.

Best regards,
Bhavin
2010-04-16
Reviews: 4
I use this plugin in all my sites, but I have to add a little change to the code in order to take a better control on the automated links.

I always add the attribute:

class="keyword" (or whatever value I need)

to the tag in line 77 so that I can have a better CSS control on the links depending on wherever they appear without affecting other links within the same part of the code which have nothing to do with keywords.

It would be great if this was in the official versions and if there was a parameter in which you can specify the name of the class too (to avoid duplicating different CSS selectors).
0 of 1 people found this review helpful
2010-03-18
Reviews: 2
The problem I had with this excellent plugin was that it also added href to the H1 tags....

Replace line 80 with this line... and that takes care of that... no more H1 tags being changed to href...


$regEx = '\'(?!((]*?))\'s'. $case;


Love this plugin... thanks
2010-03-07
Reviews: 1
thanks for the useful plugin! but unfortunately it doesn't work with utf-8 encoded keywords.
2009-10-14
Reviews: 1
I love this plugin! It is easy to use and working very well...

I have just one problem with it, it does't like keywords with letters as: Š Č ė
2009-09-17
Reviews: 6
Great extension and a SEO must have to link your keywords automatically in your site. Easy to configure and gives you the option to limit the links for each keyword so you won't "overdo" it.

A real timesaver overall and when you change an url, you only need to adjust it once for the whole site.

Props to the developer. Thanks for a wonderfull plugin.
2009-07-21
Reviews: 1
This is a great module, up and running in less than 5 minutes.

Would be great to add control over which text types have the hyperlink created in. My titles which are formatted with "Heading 1" have the hyperlinks created where a keyword is present.
Would be nice to select which format types, i.e std formats H1,H2,H3,H4,Normal or main body of article or even looking at CSS formats.

Great Job!