seo-lint
seo-lint copied to clipboard
Collection of improvements for handling meta refresh & internal links
I've found this tool really helpful and wanted to suggest some changes that have made a big difference for me. Happy for feedback or to split into multiple PRs if necessary.
- Better handling for pages containing
<meta http-equiv="refresh">
. Obviously not great for SEO, but a necessary evil of static sites, and this PR adds some specific checks to those pages. - Removes URL fragments and
mailto:
links from the internal links set. Also recognises fully qualified (non-domain-relative) URLs as internal. - Watch out for
&
/&
in innerText/innerHTML comparison
Thanks for this. @lukeed is working on a major overhaul of the code as we speak. I think it is close to being done but the repo is private. We'll work to make sure these improvements are included.
Is there any update on this, since the last post was 11 month ago? Suggested changes seem to be useful from my point of view, especially the changes to link handling. Thanks for your work! :tada:
Is there any update on this, since the last post was 11 month ago? Suggested changes seem to be useful from my point of view, especially the changes to link handling. Thanks for your work! 🎉
I agree