on-site-seo

Generate framework-specific meta tags and semantic HTML for on-page SEO.

207|31|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AbsolutelySkilled/AbsolutelySkilled --skill on-site-seo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: on-site-seo
Source: https://github.com/AbsolutelySkilled/AbsolutelySkilled/tree/main/skills/on-site-seo
Command: npx skills add https://github.com/AbsolutelySkilled/AbsolutelySkilled --skill on-site-seo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

On-site SEO integration for codebases across frameworks, enabling production-grade meta and structural SEO without manual guesswork.

Core Features & Use Cases

  • Implement complete meta tags, OG/Twitter cards, and canonical URLs directly in framework-specific code (Next.js, Nuxt, Astro, Remix).
  • Enforce semantic HTML patterns (main, article, nav, header, footer) and clear heading structure to boost crawlability.
  • Dynamically drive SEO across pages using framework patterns (generateMetadata, useSeoMeta, etc.) for consistent, scalable pages.
  • Real-world use: convert a content page into a fully optimized, shareable page with accessible metadata and social previews.

Quick Start

Trigger the skill for a hands-on code task by providing page details to generate a complete SEO block.

Frequently Asked Questions about on-site-seo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement on-page SEO meta tags in Next.js or Nuxt?

On-page SEO meta tags in Next.js or Nuxt are implemented using framework-specific patterns like generateMetadata or useSeoMeta. This approach dynamically generates title, description, canonical, and Open Graph tags to ensure consistent, scalable SEO signals across pages.

What is the best way to generate Open Graph and Twitter card metadata?

Generating Open Graph and Twitter card metadata is best done by creating a complete, production-grade SEO block. This block dynamically drives social preview tags alongside canonical URLs and standard meta tags to ensure pages are fully optimized for sharing.

How do I enforce semantic HTML and a single H1 structure for better crawlability?

Enforcing semantic HTML and a single H1 structure involves applying specific structural patterns like main, article, nav, header, and footer. This clear heading hierarchy and descriptive alt text boost search engine crawlability and improve overall page accessibility.

Does this on-site SEO approach work across Astro and Remix frameworks?

Yes, this on-site SEO approach works across Astro and Remix frameworks. It applies framework-specific metadata generation techniques to ensure production-grade meta and structural SEO without requiring manual guesswork for each platform.

Why do I need canonical URLs and dynamic metadata for scalable pages?

Canonical URLs and dynamic metadata are needed for scalable pages to prevent duplicate content issues and maintain consistent SEO signals. Dynamically driving SEO across pages using framework patterns ensures every page emits correct, production-grade metadata.

What is included in a complete on-page SEO code integration?

A complete on-page SEO code integration includes title, description, canonical, Open Graph, Twitter cards, and semantic HTML patterns. It enforces single H1, descriptive alt text, internal linking, and framework-specific metadata generation to optimize a target page.