fix: 검색 노출 메타데이터 정비 - #102
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
LGTM~🍋 |
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.
📍 개요
검색엔진과 소셜 플랫폼이 블로그의 공개 콘텐츠를 정확히 식별하도록 메타데이터와 크롤링 범위 정비.
🗺 변경 구조
--- title: 검색 노출 정보 정비 --- flowchart LR siteConfig[(사이트 공통 정보)] publicPages[공개 페이지] socialPreview[검색 및 소셜 미리보기] crawlRules[크롤링 규칙] publicContent[/공개 콘텐츠/] privateContent[/비공개 콘텐츠/] searchIndex[(검색 색인)] siteConfig --> publicPages publicPages --> socialPreview crawlRules --> publicContent publicContent --> searchIndex crawlRules -- 제외 --> privateContent classDef default fill:#f8fafc,stroke:#475569,color:#0f172a classDef excluded fill:#fee2e2,stroke:#dc2626,color:#7f1d1d class privateContent excluded공통 사이트 정보는 모든 공개 페이지에 일관되게 반영하고 비공개 콘텐츠는 검색 노출 대상에서 제외.
📁 세부
🌠 스크린샷
해당 없음