With this class you can generate real SEO keywords from the content of the page you are retrieving the info.
This class only takes the really good unique keywords for the web page, because have a filtering by category glossary and stop words.
This class is multilingual only specify which language and the category is the page you are going to parse and the script do all the thing.
IMPORTANT
this class uses external files!!
one type of the stop words and another for the category glossary
the name file depends the language in the stop words
example: spanish
filename: stopwords_es.php
and in the calling script is like: $keywords->_lang = 'es';
another example: english
filename: stopwords_en.php
and in the calling script is like: $keywords->_lang = 'en';
--------------------
for the category
example: spanish telecom
filename: glodic_telecom_es.php
and in the calling script is like: $keywords->_catego = 'telecom';
|