goseo 一个命令行工具来评估任何HTML文档或网页的可读性和SEO得分

goseo 一个命令行工具来评估任何HTML文档或网页的可读性和SEO得分

Go 命令行/控制台

访问GitHub主页

共50Star

详细介绍

goseo

Go Report Card MIT licensed

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: git clone git@github.com:dannyvankooten/goseo
  3. Run make from the repository's root directory.

Pre-built binaries for OSX, Linux and Windows will be available soon.

License

MIT licensed.

推荐源码