Skip to content

Commit

Permalink
feat: persist report name, save progress every 100 urls, continue sca…
Browse files Browse the repository at this point in the history
…n for urlList, filter item duplicates, add fields redirects, redirected_from, add preset seo-minimal, run plugins only if plugin fields in preset, reduce --timeout 30s -> 10s, add --screenshot, support comments in url list, less crashes
  • Loading branch information
popstas committed Dec 24, 2023
1 parent 4eebbee commit 9598b19
Show file tree
Hide file tree
Showing 11 changed files with 5,097 additions and 189 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Open https://viasite.github.io/site-audit-seo-viewer/.
- depth
- status
- request_time
- redirects
- redirected_from
- title
- h1
- page_date
Expand All @@ -88,6 +90,7 @@ Open https://viasite.github.io/site-audit-seo-viewer/.
- text_ratio_percent
- dom_size
- html_size
- html_size_rendered
- lighthouse_scores_performance
- lighthouse_scores_pwa
- lighthouse_scores_accessibility
Expand Down Expand Up @@ -149,7 +152,7 @@ Usage: site-audit-seo -u https://example.com --upload
Options:
-u --urls <urls> Comma separated url list for scan
-p, --preset <preset> Table preset (minimal, seo, headers, parse, lighthouse, lighthouse-all) (default: "seo")
-p, --preset <preset> Table preset (minimal, seo, seo-minimal, headers, parse, lighthouse, lighthouse-all) (default: "seo")
-e, --exclude <fields> Comma separated fields to exclude from results
-d, --max-depth <depth> Max scan depth (default: 10)
-c, --concurrency <threads> Threads number (default: by cpu cores)
Expand Down Expand Up @@ -186,6 +189,7 @@ Options:
### Linux/Mac:
``` bash
site-audit-seo -d 1 -u https://example -f 'title=$("title").text()' -f 'h1=$("h1").text()'
site-audit-seo -d 1 -u https://example -f noindex=$('meta[content="noindex,%20nofollow"]').length
```

### Windows:
Expand Down Expand Up @@ -382,4 +386,5 @@ site-audit-seo -u https://example.com --lighthouse
- Breadcrumbs - https://github.com/glitchdigital/structured-data-testing-tool
- joeyguerra/schema.js - https://gist.github.com/joeyguerra/7740007
- smhg/microdata-js - https://github.com/smhg/microdata-js
- indicate page scan error
- indicate page scan error
- Find broken encoding like `регионального`

0 comments on commit 9598b19

Please sign in to comment.