1.5.1 • Published 7 years ago

seoreadder v1.5.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Description

This is a basic seo analyser based on the rules below:

  • Detect if any <img /> tag without alt attribute
  • Detect if any <a /> tag without rel attribute
  • In <head> tag

    i. Detect if header doesn’t have <title> tag

    ii. Detect if header doesn’t have <meta name=“descriptions” ... />tag

    iii. Detect if header doesn’t have <meta name=“keywords” ... /> tag

  • Detect if there’re more than 15 <strong>tag in HTML (15 is a value should be configurable by user)

  • Detect if a HTML have more than one H1 tag.

Installation

  • npm i seoreadder

Base Usage

var seoreadder=required('seoreadder') var strongTagNumber=15 seoreadder('path/to/index.html',strongTagNumber)

Output

Output image

Contribution

Fork and enjoy coding :)

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago