Skip to content

Releases: achmurali/seo-tags-validator

v1.1.0

27 Jun 07:59
Compare
Choose a tag to compare
  • Support for validating html files.
  • Minor refactoring.

v1.0.1

27 Jun 07:51
Compare
Choose a tag to compare

Rules for SEO validation -

  • Check for a title tag.
  • Check if every img tag has an alt attribute.
  • Check for meta tag with name attribute and value description.
  • Check for meta tag with name attribute and value keywords.
  • Check if the number of h1 tags exceed count of 1.
  • Check if the number of strong tags exceed count of 15.

Support for customization with different kinds of pre-defined rules, for info go through README file.