What problem does it solve?
It helps you prevent low search visibility by identifying missing or incorrect SEO fundamentals in your Replit app’s actual code and applying targeted fixes before you ship.
Core Features & Use Cases
- In-code SEO Audit & Fixes: Reviews your framework, routing style, and existing head markup, then implements improvements in the project rather than only listing issues.
- Critical On-Page SEO Improvements: Ensures each page has a unique title and meta description, enforces a sane heading structure (exactly one H1), and upgrades semantic HTML for better crawl understanding.
- Social Sharing & Crawlability Setup: Adds Open Graph/Twitter Card metadata, plus crawl enablers like robots.txt, sitemap.xml, and canonical URLs, with special handling for SPA realities.
- Use Case: You deploy a new Replit-built site and it doesn’t appear in search results; use this skill to make the app server/route-render SEO-friendly and verify meta tags and structured crawl assets are present.
Quick Start
Use the repl-seo-optimizer skill to scan your Replit project codebase and implement SEO fixes for meta tags, Open Graph, sitemap, structured data, and SPA crawlability.