goseo
goseo copied to clipboard
command line tool to assess readability and SEO score for any HTML document or web page
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
Building from source
To build goseo from source, take the following steps.
- Ensure Golang is installed & configured properly.
- Clone the repository:
git clone [email protected]:dannyvankooten/goseo
- Run
make
from the repository's root directory.
Pre-built binaries for OSX, Linux and Windows will be available soon.
License
MIT licensed.