ShareScope BETA
Beta / experimental. Free while in beta. Feedback welcome. No guarantee of revenue or results.
Checks why your landing page won't get found or shared right — before you spend on traffic.
Get the free beta by email Get a launch audit Send feedback How it works
What it does
Runs a deterministic, local-first, read-only scan over the HTML of your landing page or static site and returns a verdict (SHARE-READY / NEEDS POLISH / NOT READY), a 0-100 score, severity counts, evidence for every finding, and a Claude-ready fix prompt per issue, in JSON, Markdown, and HTML. It catches the first-impression mistakes AI-built pages ship with — an accidental noindex, a blank social card (missing og:image), no meta description, missing canonical or viewport. Runs entirely on your machine with zero runtime dependencies: no cloud, no account, no telemetry.
Who it's for
Indie founders, AI-app builders, and small agencies launching a landing page or static site who want a fast, honest check that the page will be found in search and share cleanly on social and chat — before they drive traffic to it.
What it does NOT do
Reports discoverability and share-readiness signals, not guarantees. It is not a guarantee of search ranking, traffic, or revenue, and not a substitute for content quality, backlinks, or page speed. It never renders JavaScript, never deploys or changes your site, never touches DNS or hosting, never reads or transmits real secrets (secret-looking values are redacted to [REDACTED]), and never crosses an owner manual gate. Not a security, legal, or compliance audit.
How to try it
Request free beta access via the feedback form, then run it locally on Node: scan a bundled demo (node src/scan.mjs --demo bad or --demo good), point it at your own HTML folder, or open the local-only dashboard at 127.0.0.1 — no account or payment required.
What ShareScope checks
- Accidental noindex / nofollow that hides the page from search engines
- Missing or empty <title> and meta description (the search-result headline and snippet)
- Missing og:image — links share as a blank, low-trust social card
- Relative og:image URL that won't render when the link is pasted into chat or social
- Missing og:title / og:description and missing Twitter card tags
- Missing responsive viewport (mobile rendering and mobile-friendliness signal)
- Missing canonical link, <html lang>, and favicon
- Heading structure — not exactly one <h1> — and images missing alt text
- Leftover placeholder / example.com values in page metadata
- Missing robots.txt and sitemap.xml at the scanned root
How it works
- Point ShareScope at your landing page or site folder (or a bundled demo). It reads .html/.htm files read-only, skipping node_modules, .git, and build output — your source never leaves your machine.
- A deterministic check engine runs 14 per-page checks plus 2 folder-level checks and scores the result into SHARE-READY / NEEDS POLISH / NOT READY with a 0-100 score and severity counts.
- Every finding includes evidence and a copy-ready Claude fix prompt that tells a Claude Code session exactly what metadata to fix — and what not to do (no deploy, stop at any owner manual gate).
Known limitations
- Experimental beta — checks and scoring may change or miss things.
- Reports discoverability / share-readiness signals only — no guaranteed ranking, traffic, or revenue.
- Static HTML only: it does not render JavaScript or measure page speed; not yet reviewed for production use.
Changelog
- 2026-06-25 — Beta candidate created: local-first SEO + social-share + crawlability audit engine (14 per-page + 2 folder checks), CLI scan, JSON/MD/HTML reports, local-only dashboard, good/bad demo fixtures, and 9 unit tests. Owner review required before promotion.
Try ShareScope free while it's in beta
ShareScope is free while in beta. Run it on your own landing page, then tell us whether the SHARE-READY / NEEDS POLISH / NOT READY verdict matched reality and what it missed — no account, no payment, and no guarantee of results.
Built by Everstead Labs LLC. Live on Shopify: LaunchLock and CatalogCare.