nirjharlo / complete-google-seo-scan
WordPress Plugin with inbuilt SEO crawler
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 1
Type:wordpress-plugin
Requires
- php: >=7.3.0
This package is not auto-updated.
Last update: 2025-08-17 09:59:23 UTC
README
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
- Download the plugin from the WordPress repository or clone this repo.
- Upload to
wp-content/plugins/
and activate it in the WordPress admin. - 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:
composer install
To verify PHP syntax you can run:
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 for details.
Changelog
See CHANGELOG.md for release notes.