PHP Classes

File: README

Recommend this page to a friend!
  Classes of Oliver Leuyim Angel   SEO keywords suggest   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: important read this
Class: SEO keywords suggest
Extract relevant keywords from Web pages
Author: By
Last change:
Date: 10 years ago
Size: 975 bytes
 

Contents

Class file image Download
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';