0.0
No commit activity in last 3 years
No release in over 3 years
Create site report for SEO many options.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.4
~> 3.3

Runtime

 Project Readme

Site Analyzer

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.