Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 955 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 955 Bytes

Actions Status Java CI Maintainability Test Coverage

Page Analyzer

The application analyzes the specified pages for SEO suitability.

  • The resulting html page is parsed.
  • The presence of the 'title' tag on the page is checked.
  • The presence of the 'h1' tag on the page is checked.
  • The presence of the 'meta description' tag on the page is checked.