Skip to content

nirjharlo/complete-google-seo-scan

Repository files navigation

Complete Google SEO Scan

Build Status

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 ScanOverview 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.