Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/seocheck
https://github.com/norfairking/seocheck
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/norfairking/seocheck
- Owner: NorfairKing
- Created: 2020-07-03T19:07:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T19:24:27.000Z (5 months ago)
- Last Synced: 2024-10-04T00:24:19.821Z (3 months ago)
- Language: Haskell
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEO check
A seo checker for CI.
This is designed to be run on CI to make sure that you do not have bad SEO manners before you deploy
## Using seocheck
Start your server locally on `localhost:8000` and run `seocheck` as follows:
```
seocheck http://localhost:8000
```### Using seocheck as part of a nix derivation
```
stdenv.mkDerivation {
name = "site";
buildInputs = [ final.haskellPackages.seocheck final.killall ];
buildCommand = ''
mkdir -p $out
cp -r ${site}/. $out$out/bin/site &
seocheck http://localhost:8000
killall site
'';
};
```## Limitations
* `seocheck` does not try to run JavaScript
* Does not try to fetch external links