A page analyzer is a website that analyzes pages for SEO-suitability. It retrieves parameters such as title, description, status code, and more. The application also keeps a history of user requests in an SQL database and provides a separate page to view all URLs and their analysis history.
- Analyze URLs using request method
- Retrieve parameters like title, description, status code, etc.
- Store and manage user request history in an SQL database
- View all URLs and their analysis history on a dedicated pages
- Python
- Flask (Web framework)
- HTML/CSS
- SQL (Database)
- Enter a URL in the input field and click "Проверить" button
- On the url page click "Запустить проверку" button to start check
- See the result below
- Navigate to the "Сайты" page to see a list of all analyzed URLs
- Click on a URL to view its detailed analysis history