Sha256: a931f379caa25f6a98984e34d74f02fb8e0205b6fe6cb7982805a09c436107d6

Contents?: true

Size: 630 Bytes

Versions: 1

Compression:

Stored size: 630 Bytes

Contents

Description
===========

seo_info gem gets different seo information for web-sites.

Usage
=====

Things that you are able to do right now with this gem:

* Google Page Rank for pages and web-sites:

        google = SeoInfo::Google.new('example.com')
        google.page_rank

* Number of pages indexed by Google

        google = SeoInfo::Google.new('example.com')
        google.indexed_pages

Install
=======

`gem install seo_info`

OR

Put this line in your Gemfile:
`gem 'seo_info'`

Then bundle:
`$ bundle`

Contributing
============

If you consider to contribute to seo_info gem, please try to cover your code with tests

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seo_info-0.0.2 README.md