https://github.com/mbejda/jqueryseo
jQuery SEO Plugin
https://github.com/mbejda/jqueryseo
Last synced: about 1 year ago
JSON representation
jQuery SEO Plugin
- Host: GitHub
- URL: https://github.com/mbejda/jqueryseo
- Owner: mbejda
- License: gpl-2.0
- Created: 2014-02-16T13:06:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T14:20:59.000Z (over 12 years ago)
- Last Synced: 2023-08-04T02:02:01.139Z (almost 3 years ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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