Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmarsceill/jekyll-seo-gem
💎 🔎 A gem version of @bhardin's SEO Jekyll tool
https://github.com/pmarsceill/jekyll-seo-gem
jekyll seo
Last synced: 20 days ago
JSON representation
💎 🔎 A gem version of @bhardin's SEO Jekyll tool
- Host: GitHub
- URL: https://github.com/pmarsceill/jekyll-seo-gem
- Owner: pmarsceill
- License: mit
- Archived: true
- Created: 2015-04-05T16:44:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T16:46:15.000Z (almost 6 years ago)
- Last Synced: 2024-11-30T21:38:17.862Z (22 days ago)
- Topics: jekyll, seo
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 105
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-seo-gem
[![Gem Version](https://badge.fury.io/rb/jekyll-seo.svg)](https://badge.fury.io/rb/jekyll-seo)
*A gem version of [@bhardin]("//github.com/bhardin")'s [SEO Jekyll tool](https://github.com/bhardin/jekyll-seo-script)*
## Usage
### Install the gem
`gem install jekyll-seo`### Run the jekyll-seo command
Use the `-k` flag to input specifc keywords to check against, and the `-p` flag to specify the path to the post.
```
$ jekyll-seo -k "welcome to jekyll" -p _site/jekyll/update/2015/04/05/welcome-to-jekyll.html
```### Output
```
Analyzing Post: _site/jekyll/update/2015/04/05/welcome-to-jekyll.html...Article Heading: true (1)
Page title: true (1)
Content: true (1)
Meta description: false (0)
```