📝 Added seoanalyzer to repetoire of tools
This commit is contained in:
parent
b613e3f061
commit
9e3677f168
2 changed files with 7 additions and 0 deletions
3
scripts/seo
Executable file
3
scripts/seo
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
seoanalyze https://"${1}" --output-format html > seo.html && links seo.html
|
||||
|
|
@ -44,3 +44,7 @@ Uninstall speed-test and install speedtest (i know...)
|
|||
doas npm uninstall -g speed-test
|
||||
|
||||
paru speedtest-cli
|
||||
|
||||
Install python seoanalyzer:
|
||||
|
||||
pip3 install pyseoanalyzer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue