Skip to content

fix: 검색 노출 메타데이터 정비 - #102

Merged
ShipFriend0516 merged 1 commit into
masterfrom
fix/improve-seo-metadata
Sep 11, 2026
Merged

ShipFriend0516 merged 1 commit into
masterfrom
fix/improve-seo-metadata

Conversation

@ShipFriend0516

Copy link
Copy Markdown
Owner

📍 개요

검색엔진과 소셜 플랫폼이 블로그의 공개 콘텐츠를 정확히 식별하도록 메타데이터와 크롤링 범위 정비.

🗺 변경 구조

---
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
Loading

공통 사이트 정보는 모든 공개 페이지에 일관되게 반영하고 비공개 콘텐츠는 검색 노출 대상에서 제외.

📁 세부

  • 사이트 URL·설명·소셜 이미지 공통화 및 canonical 일관성 개선
  • 홈·글·시리즈·태그·포트폴리오의 Open Graph와 Twitter 메타데이터 보강
  • 홈페이지 구조화 데이터 범위 조정 및 브랜드 식별 정보 강화
  • 비공개 글의 정적 생성·사이트맵·시리즈 노출 차단
  • 관리자·오류·구독 결과 페이지의 검색 색인 차단

⚠️ 사이드이펙트 / 리스크

  • 배포 URL 환경 변수에 따라 canonical·피드·사이트맵 주소가 함께 변경 — 리스크: 낮음
  • 기존에 접근 가능했던 비공개 글 URL이 404로 응답 — 리스크: 중간
  • 포트폴리오 대표 이미지 변경에 따른 소셜 미리보기 갱신 — 리스크: 낮음

🌠 스크린샷

해당 없음

@vercel

vercel Bot commented Sep 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
blog Ready Ready Preview Sep 11, 2026 6:09am UTC

Request Review

@ShipFriend0516
ShipFriend0516 merged commit 936ab9f into master Sep 11, 2026
3 checks passed
@ShipFriend0516
ShipFriend0516 deleted the fix/improve-seo-metadata branch September 11, 2026 06:30
@2YH02

2YH02 commented Sep 11, 2026

Copy link
Copy Markdown

LGTM~🍋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants