0.0
No commit activity in last 3 years
No release in over 3 years
Provides a report to help webmasters improve website SEO. Makes it easy for webmasters to see a breakdown of URLs and all the title and H1-H6 tags on their site.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 5.8
~> 10.0

Runtime

~> 1.1
 Project Readme

seo_site_check

A command-line utilty that provides a report to help webmasters improve website SEO.

The report produced in CSV-format is a breakdown of all the webpages encountered on a site together with their title and H1->H6 tags. Very simple, but I find I'm always tuning this information on my sites. Hope it helps you too.

Image of SEO Site Report

Installation

SEO Site Check is meant to be run as a command line utility. To install on OSX and Unix-based systems:

$ gem install seo_site_check

Usage

Running SEO Site check only requires the URL of the homepage of the site you're checking:

$ seo_site_check http://www.ijonas.com

which will produce an seo-site-check-report.csv file in your current folder.

You can override the file path and name by specifying an additional parameter:

$ seo_site_check http://www.ijonas.com /tmp/sitereport.csv

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ijonas/seo_site_check. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Special Thanks

SEO Site Check couldn't have been built so quickly if it wasn't for the great Cobweb webcrawler provided by Stewart McKee.