0.0
No commit activity in last 3 years
No release in over 3 years
metatag_cop loads csv file and checks whether meta tags is set proper value.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.0

Runtime

~> 0.2.5
~> 1.0
~> 1.7
 Project Readme

MetatagCop

MetatagCop loads csv file and checks whether meta tags is set proper value.
Any questions, issues and pull requests are welcome!

https://gyazo.com/ad116c7c62b7782320a8fe50ba5f8b99

Installation

Add this line to your application's Gemfile:

gem 'metatag_cop'

And then execute:

$ bundle

Or install it yourself as:

$ gem install metatag_cop

Usage

  1. Prepare csv file like this.
url,                            title,                description,                h1
https://www.google.co.jp/,      exepected title here, exepected description here, exepected h1 here
https://www.google.com/doodles, exepected title here, exepected description here, exepected h1 here
  1. Run $ metatag_cop file_path like this.

$ metatag_cop ~/sample.csv

  1. Check result in the console.

https://gyazo.com/ad116c7c62b7782320a8fe50ba5f8b99

Development

  • TODO

Contributing

  • TODO

License

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