# Seo Onpage

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-m-binimran-dev-pack-seo-onpage`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [m-binimran](https://agentstack.voostack.com/s/m-binimran)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [m-binimran](https://github.com/m-binimran)
- **Source:** https://github.com/m-binimran/dev-pack/tree/main/skills/seo-onpage

## Install

```sh
agentstack add skill-m-binimran-dev-pack-seo-onpage
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.

- **Author:** [m-binimran](https://github.com/m-binimran)
- **Source:** [m-binimran/dev-pack](https://github.com/m-binimran/dev-pack)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-m-binimran-dev-pack-seo-onpage
- Seller: https://agentstack.voostack.com/s/m-binimran
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
