sbseo
v1.0.0
Published
Scan a HTML file and show all of the SEO defects
Downloads
7
Readme
How to use it?
node app.js ~/pathtoFile/test.html 1 2 3 4 5 6 7 8 node app.js ~/pathtoFile/test.html 0 2 3 4 5 6 7 8 //don't use rule 1 node app.js ~/pathtoFile/test.html 0 2 3 4 5 6 7 8 //don't use rule 1 and rule 8
Rules for this package:
- Detect if any tag without alt attribute
- Detect if any tag without rel attribute
- Detect if header doesn’t have tag
- Detect if header doesn’t have <meta name=“descriptions” ... /> tag
- Detect if header doesn’t have <meta name=“keywords” ... /> tag
- Detect if there’re more than 15 tag in HTML
- (15 is a value should be configurable by user)
- Detect if a HTML have more than one tag