1.0.0 • Published 7 years ago

seonodetest v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

SEODetector

A node.js test project

Example:

var parser = require('seonodetest'); var customConfig = { "head" : { "meta" : { "description" : { "enable" : true }, "keywords" : { "enable" : true } }, "nonMeta" : { "title" : { "enable" : true } } }, "body" : { "img" : { "enable" : true, "needAttribute" : "alt" }, "a" : { "enable" : true, "needAttribute" : "rel" }, "strong" : { "enable" : true, "limit" : 2 }, "h1" : { "enable" : true, "limit" : 1 } } };

parser(customConfig, 'test.html', 'result.txt');