Site Analyzer is a Ruby SEO site analizer gem.
Site Analyzer check site and make report for you.
Requirements
Ruby >= 1.8.7
Nokogiri >= 1.6.6.2
Addressable >= 2.3.8
Robotstxt >= 0.5.4
Terminal-table >= 1.5.2
Installation
This library is intended to be installed via the RubyGems system.
$ gem install site_analyzer
You might need administrator privileges on your system to install it.
How to use
require 'site_analyzer'
SiteAnalyzer::Report.create site: 'http://savchuk.space', pages: 10, robot: false, console: true
Return hash with report.
arguments: site - url must start from http or https, pages - number of pages to scan, robot - use or not robot.txt file, console - output to console
Author
Denis Savchuk denis@savchuk.space
Resources
Homepage savchuk.space
License
Copyright © 2015 Denis Savchuk, SiteAnalyzer is released under the MIT license.