Sha256: 406c7d3ae9d601ef46017663b8818c70ed7c40064c27170ae57f16abc2148ad3
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# SEOChecker Check your website if it is seo. ## Checklists - use sitemap file - each page are reachable - each page has title - use unique title tags for each page - each page has meta description - ues unique descriptions for each page - url does not just use ID number. - url does not use excessive keywords - url does not have deep nesting of subdirectories ## Install <code>sudo gem install seo_checker</code> ## 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 --debug -h, --help Show this message </code></pre> For example: <pre><code>seo_checker http://localhost:3000</code></pre> <pre><code>seo_checker http://yoursite.com --debug -b 10 -i 1</code></pre>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
seo_checker-0.2.3 | README.md |
seo_checker-0.2.2 | README.md |
seo_checker-0.2.1 | README.md |