@nexoxa/seo
v0.1.2
Published
Page SEO and UI audits for Nexoxa Bridge deployments — scores, issues, and viewport snapshots
Maintainers
Readme
@nexoxa/seo
Per-page SEO and UI audits for apps on your server — stored in .nexoxa/seo/, read by Bridge over SSH.
Install
npm i @nexoxa/seoNext.js
// app/api/nexoxa-seo/collect/route.ts
import { createSeoCollectHandler, seoOptionsHandler } from "@nexoxa/seo/node";
export const POST = createSeoCollectHandler();
export const OPTIONS = seoOptionsHandler;import { SeoInsights } from "@nexoxa/seo/next";
<SeoInsights siteKey="nx_your_deployment_key" captureSnapshot />Each route visit posts:
- seoScore — title, description, headings, canonical, Open Graph
- uiScore — viewport, font size, alt text, tap targets
- issues — actionable list
- snapshot — optional viewport JPEG thumbnail
Privacy: asteron.nexoxa.com/privacy (section 8).
MIT
