An open API service indexing awesome lists of open source software.

https://github.com/opifexm/pageanalyzer

Web Page Analysis Program
https://github.com/opifexm/pageanalyzer

bootstrap5 ebean gradle h2-database html5 jackson jacoco java jsoup junit5 postgresql slf4j thymeleaf unirest

Last synced: 3 months ago
JSON representation

Web Page Analysis Program

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/opifexM/java-project-72/workflows/hexlet-check/badge.svg)](https://github.com/opifexM/java-project-72/actions)
[![Java CI](https://github.com/opifexM/java-project-72/actions/workflows/main.yml/badge.svg)](https://github.com/opifexM/java-project-72/actions/workflows/main.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/17ed1f71a9b6dafee8bb/maintainability)](https://codeclimate.com/github/opifexM/PageAnalyzer/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/17ed1f71a9b6dafee8bb/test_coverage)](https://codeclimate.com/github/opifexM/PageAnalyzer/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.