Closed denisoed closed 7 months ago
Analyze the url list and output the report to the console
const SeoAnalyzer = require('seo-analyzer'); new SeoAnalyzer() .inputUrls(['https://example.com', 'https://example.com/about']) .addRule('imgTagWithAltAttributeRule') .outputConsole() .run();
Analyze the url list and output the report to the console