PositionInspector

Inspect positions of domains in google SERP

Installation

Install it yourself as:

$ gem install position_inspector

Usage

Usage:

$ position_inspector -d yourdomain.tld -q "your keywords" -e google-tld

Examples:

$ position_inspector -d pagedegeek.com -q "page geek" -e fr

Advanced examples:

$ position_inspector -d pagedegeek.com -q "\"page de geek\"" -e fr -p 3 -s 0

Use saved plans:

$ position_inspector -c ~/.plans.yml

Example of plans.yml

You can check file config/plans.example.yml

Help

$ position_inspector -h

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request