This repository moved to https://git.sr.ht/~dvko/goseo on 2022-12-06 ⚠
goseo
goseo is a command line tool to assess readability and SEO score for any HTML document or web page.
Usage
Synopsis: goseo [location] [selector]
The command accepts accepts any HTML file or URL as its first argument, followed by an optional CSS selector pointing to the main article body.
goseo https://dannyvankooten.com/2016-year-in-review/ .post-content
Downloading
You can build from source or install one of the prebuilt binaries from the GitHub releases page.
Building from source
To build goseo from source, take the following steps.
- Ensure Golang is installed & configured properly.
- Clone the repository:
git clone git@github.com:dannyvankooten/goseo
- Run
go build
from the repository's root directory.
License
MIT licensed.