MetatagCop
MetatagCop loads csv file and checks whether meta tags is set proper value.
Any questions, issues and pull requests are welcome!
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
- 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
- Run
$ metatag_cop file_path
like this.
$ metatag_cop ~/sample.csv
- Check result in the console.
Development
- TODO
Contributing
- TODO
License
The gem is available as open source under the terms of the MIT License.