Test how AI reads your page — before it’s public
Drag the bookmarklet into your bookmarks bar and run the Grounding Check on the rendered DOM of any page you can see. Made for staging URLs, draft pages and JavaScript apps that crawlers can’t yet reach. For pages that are already public, URL input is faster.
Drag this button up into your bookmarks bar — clicking won't install it.
Ready in 3 steps
- Show bookmarks bar Ctrl + Shift + B (Windows/Linux) · Cmd + Shift + B (macOS)
- Drag button up Drop the blue Grounding Check button into your bookmarks bar.
- Click on any page The cleaned content opens in a new tab and analyses automatically.
Add manually as a bookmark
If drag-and-drop doesn't work, right-click the blue button above → Copy link, then create a new bookmark and paste the javascript: URL as the address.
How it works
Four steps from click to analysis — everything happens in your browser, no extension needed.
Read DOM
Uses the rendered browser content from <main>, <article> or <body>.
Clean content
Removes navigation, scripts and layout-only attributes — only the visible content remains.
Send to analysis
The cleaned content is transferred via postMessage — never as a URL parameter.
Show results
Entity map and scoring appear instantly. No extra click needed.
When to use the bookmarklet
Once a page is publicly crawlable, URL input is the faster path. The bookmarklet is the right tool for content that crawlers can’t reach yet.
Pages that already exist but aren’t yet public — staging environments, draft pages, internal review URLs, member previews. Test how AI would read them before you publish.
Next.js, Vue, React and other SPAs render client-side. Server-side fetches see an empty shell; the bookmarklet sees the finished result the way a browser does.
Member areas, intranet pages, paywalls. Useful for diagnosing your own content — not for grounding. AI crawlers can’t access these pages anyway, so any rewrite has to wait until the page is public.
One click on any rendered page instead of copy, paste, submit. Useful when you’re iterating quickly between edits and AI checks.
FAQ
Common questions about the Grounding Check Bookmarklet.
Is data sent anywhere?
postMessage, to the Grounding Check tab you just opened. No tracking, no third-party servers in between.