Skip to content
Free · no login to scan

How do I fix my site for security, SEO, AI search, monetization, accessibility, speed, social, or installability?

Other scanners flag a problem and leave you hunting for it. GreenLight shows you the exact page, the exact element, and the exact fix, in plain language. No guessing, no searching.

Point it at any live site, new or years old. Whether you run it or build it, see where you stand and get the exact fix, free.

What do you want to scan?

Security scanSEO checkAI Search (GEO)MonetizationAccessibilitySpeed signalsSocial readinessPWA / installableURL error checkLocal / NAPEmail & anti-spoofing

Governance log: GreenLight on our own site

Every issue tracked as Challenge, Action, Result: plain-language accountability you can audit. This is the dog food: we run GreenLight on mygoldfinger.com and log what we do about it.

·

HSTS header was missing

Challenge mygoldfinger.com wasn't sending an HSTS header, so a visitor's first request could be downgraded to insecure HTTP.

Action GreenLight flagged it with the exact fix. We added Strict-Transport-Security: max-age=31536000; includeSubDomains.

Result HTTPS is now enforced on every visit; a re-scan reads OK.

·

"Crawling blocked" (false alarm)

Challenge GreenLight reported mygoldfinger as blocked from Google.

Action It was wrong. The Disallow: / only targeted AI-scraper bots, not Google. We taught the scanner to read the User-agent context.

Result GreenLight now reports crawlability accurately: governance of the tool itself.

·

Homepage had no H1

Challenge The homepage's served HTML had no <h1>, so crawlers couldn't read the page's main heading.

Action Made the homepage's headline a real <h1> in the server-rendered HTML (same look, proper heading).

Result The homepage now serves an <h1>, a clear page topic for search engines. (Live in production.)