Skip to content

tackeyy/metatag_cop

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published