repl-seo-optimizer

Scan Replit projects for missing SEO tags and implement fixes.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill repl-seo-optimizer-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repl-seo-optimizer
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/secondary_skills/repl-seo-optimizer
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill repl-seo-optimizer-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and fix SEO gaps directly in a Replit project to improve search visibility and social sharing.

Core Features & Use Cases

  • Scans codebases to detect missing or outdated title tags, meta descriptions, Open Graph tags, canonical URLs, sitemaps, and structured data.
  • Applies fixes by editing HTML templates, React components, or server-rendered pages, and provides guidance on crawlability and SPA routing improvements.
  • Use case: before launch, ensure all pages have unique titles/descriptions and social previews to maximize discoverability.

Quick Start

Run the repl-seo-optimizer against your project to scan for SEO gaps and apply fixes to 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 fix missing meta tags and Open Graph data in my React SPA?

Fix missing meta tags by editing React components to inject dynamic titles, meta descriptions, and Open Graph tags. This ensures search engines can crawl SPA routes properly and social platforms display sharing previews.

What is structured data and why does my Next.js site need JSON-LD?

Structured data using JSON-LD helps search engines understand your page content. Injecting JSON-LD into server-rendered Next.js pages enhances search visibility by providing explicit context about your site's content structure.

Can I generate a sitemap.xml and robots.txt for a static HTML site?

Yes, you can generate sitemap.xml and robots.txt placeholders for static HTML sites. Creating these files guides search engine crawlers to indexable pages and improves your site's overall search visibility.

How do I add unique page titles and meta descriptions before launching my Replit app?

Add unique page titles and meta descriptions by scanning your Replit project codebase for outdated or missing HTML tags. Editing server-rendered pages or templates ensures each page has distinct metadata for maximum discoverability.

Does this SEO optimization approach work for plain HTML and server-rendered projects?

Yes, this SEO optimization approach works for plain HTML, React, and Next.js server-rendered projects. It detects missing canonical URLs, optimizes images, and applies structural fixes across different rendering environments.