원클릭으로
seo-optimization
Improve search engine visibility with proper meta tags, structured data, sitemaps, and semantic HTML.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Improve search engine visibility with proper meta tags, structured data, sitemaps, and semantic HTML.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | seo-optimization |
| description | Improve search engine visibility with proper meta tags, structured data, sitemaps, and semantic HTML. |
Optimizes the portfolio for search engines by ensuring proper metadata, structured data (JSON-LD), semantic HTML, sitemaps, and social sharing previews.
Title and meta description — Every page needs a unique, descriptive <title> and <meta name="description">. Under 60 chars for title, 155-160 chars for description.
Open Graph / Twitter Cards — Set og:title, og:description, og:image, og:url, twitter:card, twitter:title, twitter:description, twitter:image.
Structured data (JSON-LD) — Add <JsonLd> component with appropriate schema (Person, WebSite, BlogPosting, Project, etc.). Follow existing patterns in the codebase.
Semantic HTML — Proper heading hierarchy (<h1>–<h6>). Use <article>, <section>, <nav>, <main>, <aside>, <footer> appropriately.
Sitemap — Ensure public/sitemap.xml or app/sitemap.ts is up to date with all canonical URLs. Include lastmod, changefreq, priority.
robots.txt — Verify public/robots.txt allows crawling of important pages, disallows admin/studio paths.
Canonical URLs — Every page has a <link rel="canonical"> to prevent duplicate content issues.
Performance — SEO and performance are linked. Ensure LCP < 2.5s, good Core Web Vitals per performance-optimization skill.
<JsonLd> component used for structured datalayout.tsx or page files using Next.js metadata exportBlogPosting schemaMigrate from Next.js 15 to Next.js 16 and handle breaking changes
Configure Content Security Policy and security headers for the portfolio
Deploy Next.js to Cloudflare Workers using OpenNext adapter
Manage the canary token honeypot system for detecting security scanning
Write, debug, and optimize GROQ queries for Sanity CMS in this portfolio
Advanced TypeScript patterns and type safety as used in this portfolio