Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/szabgab/site-checker.rs
- Owner: szabgab
- Created: 2023-10-06T08:18:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T10:02:35.000Z (11 months ago)
- Last Synced: 2024-10-31T12:03:50.008Z (about 2 months ago)
- Topics: link-checker, rust, rust-l, search-engine-optimization, seo, web, website
- Language: HTML
- Homepage: https://site-checker.code-maven.com/
- Size: 123 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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`