📝 Added seoanalyzer to repetoire of tools

This commit is contained in:
z3rOR0ne 2022-09-03 17:06:10 -07:00
parent b613e3f061
commit 9e3677f168
2 changed files with 7 additions and 0 deletions

3
scripts/seo Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
seoanalyze https://"${1}" --output-format html > seo.html && links seo.html

View file

@ -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