seo_defect_check

1.1.0 • Public • Published

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

  • [x] 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]

Package Sidebar

Install

npm i seo_defect_check

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

6.98 kB

Total Files

4

Last publish

Collaborators

  • jimmyko