Sha256: 978e7bc4c4246a2e8e2f3a41269d2e054a1c609fcf726f8a6269dced9d84d737

Contents?: true

Size: 821 Bytes

Versions: 1

Compression:

Stored size: 821 Bytes

Contents

# SEOChecker

Check your website if it is seo.

## Checklists

- use sitemap file
- use unique title tags for each page
- ues unique descriptions for each page
- url does not use excessive keywords
- url does not have deep nesting of subdirectories

## Usage

It is easy to use, just one line.
<code>seo_checker http://example.com/</code>

It is strongly recommand to check seo in development environment. If you want to test in production environment, you can use option <code>--batch</code> and <code>--interval</code> to make sure it does not get too crowded.

<pre><code>
Usage: seo_checker [OPTIONS] website_url
    -b, --batch BATCH_SIZE           get a batch size of pages
    -i, --interval INTERVAL_TIME     interval time between two batches
    -h, --help                       Show this message
</code></pre>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seo_checker-0.1.0 README.md