PHP Classes

SEO keywords suggest: Extract relevant keywords from Web pages

Recommend this page to a friend!
  Info   View files View files (6)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 63%Total: 558 This week: 1All time: 5,459 This week: 560Up
Version License PHP version Categories
seo-keywords 2.0GNU General Publi...4.0HTML, PHP 5, SEO, Parsers
Description 

Author

This class can extract relevant keywords from Web pages.

It can retrieve a Web page from a given URL and extract the most relevant keywords from the page by eliminating any stop words from the page content and finding the remaining keywords with the highest frequency.

The class may consider only the keywords from a given category defined in a glossary dictionary.

The stop words and glossary may be loaded considering a given language.

Picture of Oliver Leuyim Angel
  Performance   Level  
Name: Oliver Leuyim Angel <contact>
Classes: 7 packages by
Country: Mexico Mexico
Age: 37
All time rank: 114412 in Mexico Mexico
Week rank: 52 Up2 in Mexico Mexico Up

Recommendations

Details

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';

  Files folder image Files  
File Role Description
Plain text file class.keywords.php Class main class file
Accessible without login Plain text file glodic_telecom_es.php Aux. The glossary for telecom category
Accessible without login Plain text file stopwords_en.php Aux. list of the stop word for english
Accessible without login Plain text file stopwords_es.php Aux. list of the stop word for spanish
Accessible without login Plain text file example.php Example Example for use this class
Accessible without login Plain text file README Doc. important read this

 Version Control Unique User Downloads Download Rankings  
 0%
Total:558
This week:1
All time:5,459
This week:560Up
User Ratings User Comments (1)
 All time
Utility:83%StarStarStarStarStar
Consistency:75%StarStarStarStar
Documentation:66%StarStarStarStar
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:63%StarStarStarStar
Rank:816
 
a little out of date but very usefull and interesting
6 years ago (zinsou A.A.E.Moïse)
77%StarStarStarStar