Asites - web-service for site analysis. The application implements 2 types of analysis: general site analysis and analysis of individual indicators. The application has an admin panel that displays analysis statistics.
The application architecture is based on the MVC pattern.
- Frontend: bootstrap + JS.
- Backend: php.
- Checking the site quality index according to Yandex services.
- Checking the analytics counters.
- Checking for file availability robots.txt .
- Checking for the sitemap file.
- Html loading speed.
- The size of the html page.
- Analysis of the main page tags.
- Analysis of the download speed through the PageSpeed Insights service.
- The age of the site.
- Analysis of the sitemap file.
- File analysis robots.txt .
- Checking the server response.
- Checking the site loading speed.
- Checking the site quality index according to Yandex services.
- Checking analytics counters.
- The age of the site domain.
- Analysis of the top search engine output.
- Checking indexed pages.
Copy project files to web server with PHP 7+, PDO and CURL extensions.