1.1.0 • Published 7 years ago

seo_defect_check v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

SEO HTML defect checker

Basic module for checking SEO HTML defects

Built for

Status

Build Status

Installation

This is node.js libarary. Install nodejs first, then:

npm install seo_defect_check

or

yarn add seo_defect_check

How to use?

There are 7 defined rules that you can use to validate HTML.

  1. Detect if there are any <img /> tags without alt attribute
  2. Detect if there are any <a /> tags without rel attribute
  3. In tag
  • Detect if there is any header that doesn’t have <title> tag
  • Detect if there is any header that doesn’t have <meta name=“descriptions” … /> tag
  • Detect if there is any header that doesn’t have <meta name=“keywords” … /> tag
  1. Detect if there are more than 15 <strong> tag in HTML (15 is a value should be configurable by user)
  2. Detect if a HTML have more than one <H1> tag.
For example:

```javascript
var seo = require('seo_defect_check')
seo.Parsing()

Features

  • Detect basic HTML tag defect by the defined rules

Contribute

Let people know how they can contribute into your project.

License

A short snippet describing the license (MIT, Apache etc)

MIT © jimmyko

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago