AgentStack
SKILL verified MIT Self-run

Seo Onpage

skill-m-binimran-dev-pack-seo-onpage · by m-binimran

Add on-page SEO to a Next.js site — title/meta, Open Graph, canonical, structured data (schema.org JSON-LD), and sitemap/robots. Use when building or auditing pages for search visibility and link previews.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-m-binimran-dev-pack-seo-onpage

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Seo Onpage? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

seo-onpage

Per page

  • Unique `` (≤ 60 chars) and meta description (≤ 155 chars). In Next.js App Router use the

metadata export or generateMetadata.

  • Open Graph + Twitter tags: og:title, og:description, og:image (1200×630), og:url, twitter:card.
  • Canonical URL to avoid duplicate-content splits.
  • One `` per page; headings in order.

Site-wide

  • app/sitemap.ts and app/robots.ts (Next.js generate these natively).
  • Structured data (JSON-LD) for the page type: Organization, LocalBusiness, Product, Article,

BreadcrumbList. Hand off complex schemas to a schema-markup skill if available.

  • Descriptive, keyword-aware URLs; no ?id= for primary pages.

Output

  • The metadata/generateMetadata block per page.
  • sitemap.ts + robots.ts.
  • JSON-LD `` for the right type.

Guardrails

  • Don't keyword-stuff. One clear topic per page.
  • og:image must be an absolute URL. Verify the preview actually renders (don't assume).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.