https://github.com/nirjharlo/complete-google-seo-scan
WordPress Plugin with inbuilt SEO crawler
https://github.com/nirjharlo/complete-google-seo-scan
crawl-pages crawler seotools web-crawler web-spider wordpress wordpress-plugin
Last synced: 1 day ago
JSON representation
WordPress Plugin with inbuilt SEO crawler
- Host: GitHub
- URL: https://github.com/nirjharlo/complete-google-seo-scan
- Owner: nirjharlo
- License: gpl-2.0
- Created: 2016-10-26T09:09:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T12:33:24.000Z (3 months ago)
- Last Synced: 2025-10-12T08:31:43.764Z (1 day ago)
- Topics: crawl-pages, crawler, seotools, web-crawler, web-spider, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/complete-google-seo-scan/
- Size: 977 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Complete Google SEO Scan
[](https://travis-ci.org/nirjharlo/complete-google-seo-scan)
Complete Google SEO Scan is a WordPress plugin that crawls your site and highlights on page SEO issues. It analyses individual posts and pages, provides an overall score and offers quick pointers for improvement.
## Features
- On page SEO analysis with scoring
- Snippet and Open Graph preview
- Keyword extraction and content statistics
- Image optimisation checks
- Mobile and speed metrics
- Overview table for all scans## Installation
1. Download the plugin from the WordPress repository or clone this repo.
2. Upload to `wp-content/plugins/` and activate it in the WordPress admin.
3. Visit **SEO Scan** → **Overview** to fetch your first insight.## Development
The project uses Composer for autoloading and requires PHP 7.3 or greater.
After cloning run:```bash
composer install
```To verify PHP syntax you can run:
```bash
find . -name '*.php' -exec php -l {} \;
```## Contributing
Pull requests are very welcome. Open an issue to discuss your idea before submitting a change.
## License
GPL-3.0-or-later. See [LICENSE](LICENSE) for details.
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for release notes.