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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request