Simple Symfony crawler. It crawls given website url and checks missing titles on all a tags.For now it gives percentage and show urls with missing title tag. This will be SEO site audit app. It's still in development. Will free to contribute, suggest changes or criticize.
- git clone or download
- composer install
- yarn install
- Checking title length SEO
- Checking meta title length SEO
- Checking images with missing alt tags
- Showing images and images url with mising alt tags on result page
- yarn run encore dev --watch