Project

seo_info

0.0
No commit activity in last 3 years
No release in over 3 years
Gets different seo information such as Page Rank, Alexa Rank, number of indexed pages in different search engines and so on.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

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