repl-seo-optimizer

Audit and fix SEO issues in codebases with meta tags and structured data.

18|4|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill repl-seo-optimizer-el3tar-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repl-seo-optimizer
Source: https://github.com/El3tar-cmd/DevHive-Cli/tree/main/agents/repl-seo-optimizer
Command: npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill repl-seo-optimizer-el3tar-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the detection and remediation of SEO gaps in a Replit-hosted site, ensuring proper meta tags, Open Graph data, sitemaps, and structured data are present.

Core Features & Use Cases

  • Scans project HTML/JSX templates to verify unique page titles and descriptions.
  • Injects or updates Open Graph/Twitter meta tags, canonical URLs, and structured data.
  • Provides a preflight plan for SPA routing, SSR readiness, and crawlable pages in deployment.

Quick Start

Run a preflight SEO audit and apply fixes across meta tags, OG data, and structured data in your codebase.

Frequently Asked Questions about repl-seo-optimizer

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

FAQPage Schema
How do I improve SEO for a single-page app by fixing meta tags and structured data?

Injecting canonical URLs and JSON-LD structured data prevents duplicate content penalties and helps search engines understand page context. This structured data augmentation clarifies content relationships for crawlers scanning your static site or SPA routes.

How do I run a preflight SEO audit on my codebase before launch?

A preflight SEO audit scans your HTML and JSX templates to verify unique page titles and descriptions across your project. It identifies missing Open Graph tags, canonical URLs, and structured data to apply fixes directly in your codebase before deployment.

Does this SEO optimizer work with static sites and single-page apps?

Yes, the SEO optimizer works with both static sites and single-page apps. It handles SPA routing considerations and provides fallback configurations for server-side rendering readiness to ensure your pages remain crawlable.

Why are my page titles and descriptions not showing correctly in search results?

Page titles and descriptions may display incorrectly if your HTML or JSX templates lack unique meta tags or proper SPA routing fallbacks. Scanning your codebase for duplicate or missing meta tag definitions resolves these search visibility gaps.