seo-analyzer icon indicating copy to clipboard operation
seo-analyzer copied to clipboard

The library for analyze a HTML file to show all of the SEO defects

Results 7 seo-analyzer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/91041886/180348113-cdfd5eee-53ac-4dee-8431-30d7db21bb0d.png)

![image](https://user-images.githubusercontent.com/46359076/159208432-212e9375-3cff-4015-8966-2a7472ccabd4.png) ![image](https://user-images.githubusercontent.com/46359076/159208560-d6401425-1197-425e-a9e6-a5913c4460b0.png) The terms-of-use.html still being checked

I love the cli option! I wish there were a simple html output option so I every nite could generate a html page to display on a big screen tv

I'm trying to run the seo-analyzer in a Next.js (13.2.3) project. But I'm getting the following output: 🚀 Ready on http://localhost:3000 🚀 Get sitemap from http://localhost:3000 ❌ Links not found...

I am using it with `nuxt` js but it fails to run without `next`. I would be happy to contribute if you can suggest how to make `next` optional.

Self-explanatory. Version 3.1.1 has types, but 3.2.0 is missing them.

We can't `fs` and `http.Agent` in the browser, but it'd be nice to process strings of htmls. ex: ``` export async function getSeoData(html) { const seo = new SeoAnalyzer(); const...