An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Complete Google SEO Scan

[![Build Status](https://travis-ci.org/nirjharlo/complete-google-seo-scan.svg?branch=master)](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.