flex-seo
A Node.js package to scan a HTML file and show all of the SEO defects.
Install
npm install flex-seo
Run tests
npm test
Quick start
var fs = ; var Flexseo = ;var Input = Input;var Output = Output;var Rule = Rule; // chain any predefined rulesvar opt = enableImgTagDefect: true enableATagDefect: true enableHeadTagDefect: true enableStrongTagDefect: true enableH1TagDefect: true; var flexseo = opt; // configure input and outputflexseo;flexseo; // implement additional rule for meta tagflexseo; // show all of the SEO defectsflexseo;