pagesight
v0.19.0
Published
See your site the way search engines and AI see it.
Downloads
249
Maintainers
Readme
Pagesight
SEO, analytics, page, and performance evidence for developers and AI assistants. Use it through the TypeScript API, CLI, local HTTP server, or MCP.
Requires Bun. Try a page check without provider credentials:
bun add pagesight
bunx --bun pagesight page --url https://example.comimport { execute } from "pagesight";
const result = await execute({ operation: "page", url: "https://example.com" });
console.log(result);Provider reports need access to the relevant Google or Bing account. Results keep raw observations, failures, and limits; missing data is not zero.
- API, CLI, HTTP, and MCP
- Snapshots and comparisons
- Choose pages to investigate
- Provider access
- Bing diagnostics, HTML images, and UI findings
MIT — see LICENSE.
Assess measurement quality and verify analytics with saved snapshot summaries, GA Realtime and a repeatable browser-check workflow.
