Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill seo-landing-page명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | seo-landing-page |
| description | >- Use when this capability is needed. |
Apply to public routes only (not app shell behind login). This skill is the entry point for marketing-page SEO.
Deep dives:
seo-meta-tags-spa — per-route titles, OG, canonicals in a SPAseo-structured-data — Schema.org JSON-LDseo-ssr-and-prerendering — populated HTML for crawlersseo-sitemap-generation — sitemap.xml + robots.txtseo-core-web-vitals — LCP, INP, CLSprogrammatic-seo-pages — templates at scale<title> (50–60 chars), meta description (150–160 chars).og:title, og:description, og:image (1200×630), twitter:card.h1; logical h2/h3 hierarchy (no skipped levels for styling).h1 and first paragraph naturally — no stuffing.header, main, footer, article./sitemap.xml and /robots.txt for indexable sites.json-ld Organization or WebSite on homepage when appropriate.Vite + React SPAs render an empty shell by default. For each public route, either:
<title> and meta tags via React 19's built-in tags (or react-helmet-async on older versions), ORVerify with curl -A "Googlebot" https://example.com/ | grep -i '<title' — title must be present in the raw HTML.
h1 hidden for SEO only.When auditing, return a table: URL | issue | fix priority (high/medium/low).
Source: charanjit-singh/lovable-skills — distributed by TomeVault.