Skip to content

opifexM/PageAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.