About this plugin
Adds an E-E-A-T tab that scores each crawled page for the signals Google quality raters are told to look for: Experience, Expertise, Authoritativeness and Trust.
It looks for named authors and author bios, publish and update dates, outbound citations, contact and about links, and trust markers like privacy and terms pages, then reports a per-page score with the missing signals listed so you can see what to fix rather than only a number.
This is the plugin that ships with LibreCrawl in web/static/plugins/, so if you already have LibreCrawl you already have it. Included here as a working example of what a plugin can do.
Installing
- Download
e-e-a-t-analyzer.js - Drop it into
web/static/plugins/in your LibreCrawl install - Refresh LibreCrawl. A new tab appears named after the plugin.
Plugins run in your browser with access to the crawl data on screen. Read the source before installing anything, the same way you would with a userscript.