# Pageinfo Pageinfo will browse through your site then list every page on your site and give detail meta info about the page. ## Installation Add this line to your application's Gemfile: ```ruby gem 'pageinfo' ``` And then execute: $ bundle Or install it yourself as: $ gem install pageinfo ## Usage Browse your site using: $ pageinfo "http://www.yoursite.com" ## Development ## Contributing 1. Fork it ( https://github.com/aditiamahdar/pageinfo/fork ) 2. Create your feature branch (`git checkout -b new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin new-feature`) 5. Create a new Pull Request