An open API service indexing awesome lists of open source software.

https://github.com/mbejda/jqueryseo

jQuery SEO Plugin
https://github.com/mbejda/jqueryseo

Last synced: about 1 year ago
JSON representation

jQuery SEO Plugin

Awesome Lists containing this project

README

          

jQuery SEO Plugin


Plugin Methods

Method

Description

h1Count

Counts h1 tags in a block of text

h2Count

Counts h2 tags in a block of text

h3Count

Counts h3 tags in a block of text

h4Count

Counts h4 tags in a block of text

h5Count

Counts h5 tags in a block of text

h6Count

Counts h6 tags in a block of text

density

Returns keyword density in a block of text

pageRank

Returns wesite page Rank

alexaRank

Returns website Alexa Rank

wordCount

Counts words in a block of text.


Every method expects a callback which returns the result as parameter.

Examples



///Get word count in body
$('body').wordCount(function(results){
console.log(results);
})


///Get website page rabk
$('a.link').pageRank(function(results){
console.log(results);
})

html

http://google.com

Sponsered By
SerpRankChecker.com