~dvko/goseo

command line tool to assess readability and SEO score for any HTML document or web page
8f928a53 — Danny van Kooten 2 years ago
add builds badge
016919ec — Danny van Kooten 2 years ago
fix dir in build file
655c4062 — Danny van Kooten 2 years ago
attempt at getting a build running go test

clone

read-only
https://git.sr.ht/~dvko/goseo
read/write
git@git.sr.ht:~dvko/goseo

You can also use your local clone with git send-email.

#goseo builds.sr.ht status

goseo is a command line tool to assess readability and SEO score for any HTML document or web page.

Example of goseo

#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

#Building from source

To build goseo from source, take the following steps.

  1. Ensure Golang is installed & configured properly.
  2. Clone the repository: https://git.sr.ht/~dvko/goseo
  3. Run go build from the repository's root directory.

#License

MIT licensed.