기능(seo): fantazzk.com 도메인 기반 SEO 메타데이터 전면 적용 (#81)#94
Merged
Conversation
accent-light 사용 시 핑크/시안 등 테마에서 너무 밝게 튀는 문제 수정. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Tailwind v4 @theme 블록에서 해당 변수들이 emit되지 않는 문제로 Logo.svelte의 SVG 원형 배경/코너마크가 투명하게 렌더링됨. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
Author
자동 리뷰 결과아키텍처
시맨틱/접근성
|
아키텍처 규칙에 따라 도메인 무관 순수 헬퍼는 utils/에 배치 constants.ts·meta.ts 통합, __tests__/meta.test.ts → utils/__tests__/seo.test.ts $lib/seo/ import 경로 전체 업데이트 후 빈 디렉토리 삭제
Collaborator
Author
피드백 처리 완료
|
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.
Summary
src/lib/seo/모듈 추가:buildMeta()헬퍼, 사이트 상수, 단위 테스트app.html에 기본 og/twitter 메타 추가,+layout.svelte에 JSON-LD WebApplication 스키마 주입/,/templates/create,/sandbox/[id],/auction/[id],/draft/[id],/lobby/[id],/result/[id])에buildMeta()+<svelte:head>적용Logo.svelteSvelte 컴포넌트 신규 추가 — 5개 테마 CSS 변수에 반응static/og-image.png(1200×630) 신규 추가,static/logo.png(512×512) 신규 추가package.jsondescription,homepage갱신, GitHub 리포 홈페이지fantazzk.com으로 업데이트layout.css5개 테마에--color-accent-deep,--color-accent-dark토큰 추가Test plan
bun test— seo/meta 단위 테스트 5개 통과 확인<title>, og:image 메타 확인 (DevTools > Elements)/og-image.png) 브라우저에서 직접 열어 확인Closes #81
🤖 Generated with Claude Code