Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szabgab/site-checker.rs

Check SEO of a website
https://github.com/szabgab/site-checker.rs

link-checker rust rust-l search-engine-optimization seo web website

Last synced: about 1 month ago
JSON representation

Check SEO of a website

Awesome Lists containing this project

README

        

# Site checker

See the web site of the [Site Checker project](https://site-checker.code-maven.com/)

## Development / Contributions

```
git clone [email protected]:szabgab/site-checker.rs.git
cd site-checker
```

Optionally install [pre-commit](https://pre-commit.com/) and then run `pre-commit install` to configure it in the current repository.

## Release and publish

* Update version number in Cargo.toml
* `git commit`
* `cargo publish`
* git tag using the same version number: (`git tag -a v0.2.2 -m "publish version v0.2.2"`)
* `git push --tags`