A simple HTML parser for performing static analysis of the website code.
Collects and displays information about some tags, their attributes and values in a form convenient for review.
The HTML parser was conceived and developed as an auxiliary tool to facilitate the static validation of web page HTML code for compliance with interactivity, availability, usability, and SEO specific requirements.
The latest version of the parser:
- displays the server response code
- shows the content of the meta canonical tag
- displays the content of the meta title and meta description tags
- shows the meta robots tag
- outputs the OGP markup tags
- lists the main tags for content images
- lists the main tags for links
- lists the main tags for buttons
- Download and install Python IDE
- Install the modules mentioned below and their prerequisites from the Python Package Index:
python -m pip install bs4
python -m pip install requests
python -m pip install sys
python ./parcer_land.py _Website URL_