[feat/seo-114] ✨ feat: SEO 및 퍼포먼스 최적화 체계 구축#115
Merged
swallowedB merged 1 commit intodevfrom Jan 19, 2026
Merged
Conversation
3 tasks
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughSEO 최적화를 위해 메타데이터 자동 생성(generateMetadata), 정적 경로 파라미터 생성(generateStaticParams), robots.txt 및 sitemap.xml 라우트를 추가하고, 앱 전체 메타데이터 설정을 확장하여 검색 엔진 크롤링과 사이트맵 생성을 구현하는 변경입니다. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20-25 minutes Possibly related PRs
Poem
✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
변경 내용
세부:
app/layout.tsx: metadataBase, title template, 기본 description, OG/Twitter 설정 추가app/robots.ts: robots.txt 자동 생성 로직 추가 (Allow 및 sitemap 설정)app/sitemap.ts: velitePosts + CATEGORY_CONFIG 기반 sitemap 생성 (draft 제외 처리)posts/[slug]/page.tsx: generateMetadata 적용 (canonical, OG/Twitter 이미지 포함)category/[category]/page.tsx: generateMetadata 적용 및 slug 검증 추가스크린샷/동영상 (선택)
테스트
pnpm test통과 (변경 영향 없음)pnpm typecheck,pnpm lint)관련 이슈
close #114
Summary by CodeRabbit
릴리스 노트
새로운 기능
스타일
✏️ Tip: You can customize this high-level summary in your review settings.