repl-seo-optimizer

Automate SEO issue review and remediation across web frameworks.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill repl-seo-optimizer-shahmirerror
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repl-seo-optimizer
Source: https://github.com/shahmirerror/gsdcp-mobile/tree/main/.local/secondary_skills/repl-seo-optimizer
Command: npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill repl-seo-optimizer-shahmirerror

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SEO work is often manual, error-prone, and time-consuming when ensuring every page has correct titles, descriptions, and social sharing data. This skill automates discovery improvements by scanning codebases and implementing fixes directly.

Core Features & Use Cases

  • Audit project SEO health by analyzing HTML head content, headings, and semantic structure.
  • Auto-apply fixes to title tags, meta descriptions, OG tags, canonical URLs, and sitemaps.
  • Generate or infer structured data (JSON-LD) for pages and routes.
  • Use cases include pre-launch SEO checks for static sites, single-page apps, and multi-route web apps.

Quick Start

Run a pre-launch SEO sweep to ensure unique titles, descriptions, OG tags, and semantic HTML across all routes.

Frequently Asked Questions about repl-seo-optimizer

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

FAQPage Schema
How do I automate SEO audits for a React or Next.js codebase?

To automate SEO audits in React or Next.js, the skill scans the codebase for missing titles, meta descriptions, Open Graph tags, and semantic HTML, then applies automated remediation directly to the code to improve page discoverability across routes.

Can I automatically generate dynamic titles and meta descriptions for single-page app routes?

Yes, dynamic titles and meta descriptions for SPA routes can be generated using frontmatter-driven metadata extraction, ensuring each route has unique, discoverable head content for search engines and social sharing platforms.

What is the best way to add structured data (JSON-LD) to static sites and SSR apps?

Adding structured data to static sites and SSR apps is best handled by generating or inferring JSON-LD directly from page or route metadata, ensuring search engines receive proper context without manual HTML editing.

Does this SEO optimizer work with Vue and Angular frameworks?

Yes, the SEO optimizer works with Vue and Angular frameworks, applying fixes to titles, canonical URLs, Open Graph data, and sitemaps across SPA, SSR, and static site architectures to improve overall site visibility.

How do I fix missing Open Graph tags and semantic HTML before a site launch?

To fix missing Open Graph tags and semantic HTML before launch, run a pre-launch SEO sweep to audit head content, auto-apply necessary tags, and correct heading structures across all web app routes for optimal discoverability.