From bde1627dda49f4cfb31d07a0cec5cd253beb18bc Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Wed, 15 Apr 2026 13:46:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9B=90=EC=A7=84=EC=84=B1=ED=98=95?= =?UTF-8?q?=EC=99=B8=EA=B3=BC=20=EB=8F=84=EB=A9=94=EC=9D=B8=20wonjin.com?= =?UTF-8?q?=20=E2=86=92=20k-wonjin.co.kr=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 원진성형외과 공식 홈페이지가 k-wonjin.co.kr 인데, mockReport·mockPlan 의 다수 위치에 잘못된 wonjin.com 이 들어가 링크가 깨져있던 문제 수정. - mockReport_wonjin.ts: domain, channelScores, linkedUrls, profileLink, FB link/linkedDomain, 카카오톡 url, primaryDomain, additionalDomains, screenshots caption/sourceUrl 모두 정정 - mockPlan_wonjin.ts: targetUrl, channelBranding bioTemplate 5개 Co-Authored-By: Claude Opus 4.6 --- src/data/mockPlan_wonjin.ts | 12 ++++++------ src/data/mockReport_wonjin.ts | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/data/mockPlan_wonjin.ts b/src/data/mockPlan_wonjin.ts index 165698e..66e268a 100644 --- a/src/data/mockPlan_wonjin.ts +++ b/src/data/mockPlan_wonjin.ts @@ -19,7 +19,7 @@ export const mockPlanWonjin: MarketingPlan = { clinicName: '원진성형외과', clinicNameEn: 'Wonjin Plastic Surgery', createdAt: '2026-04-14', - targetUrl: 'https://www.wonjin.com', + targetUrl: 'https://www.k-wonjin.co.kr', // ─── Section 1: Brand Guide ─── brandGuide: { @@ -57,11 +57,11 @@ export const mockPlanWonjin: MarketingPlan = { ], }, channelBranding: [ - { channel: 'YouTube', icon: 'youtube', profilePhoto: 'Wonjin 원형 로고 1080×1080', bannerSpec: '2560×1440px, Deep Purple 배경 + Violet 악센트, "35년 강남 코성형 전문"', bioTemplate: 'WJ원진성형외과 — 코성형·눈성형 전문\n35년 임상 · 강남역 | 02-544-0404\nwonjin.com', currentStatus: 'incorrect' }, - { channel: 'Instagram KR (@wonjin_official)', icon: 'instagram', profilePhoto: 'Wonjin Deep Purple 원형 로고', bannerSpec: 'N/A (하이라이트: 코성형/눈성형/후기/이벤트/글로벌 — Purple 톤)', bioTemplate: '원진성형외과 KR 공식 — 35년 임상\n강남역 | 02-544-0404 | wonjin.com', currentStatus: 'incorrect' }, - { channel: 'Instagram Global (@wj_cosmetic)', icon: 'instagram', profilePhoto: 'Wonjin 영문 원형 로고', bannerSpec: 'N/A (Global highlights: nose/eyes/before-after/reviews)', bioTemplate: 'Wonjin Plastic Surgery — 35 Years of Excellence\nGangnam Seoul | wonjin.com', currentStatus: 'incorrect' }, - { channel: 'Facebook EN (@KwonjinPS)', icon: 'facebook', profilePhoto: 'Wonjin 공식 로고', bannerSpec: '820×312px, Deep Purple + Violet, "International Patients Welcome"', bioTemplate: 'Wonjin Plastic Surgery — 35 Years · 5 Languages\nGangnam Seoul | wonjin.com', currentStatus: 'incorrect' }, - { channel: 'Naver Blog', icon: 'globe', profilePhoto: 'Wonjin 로고', bannerSpec: '블로그 상단: 로고 + 코성형·눈성형 카테고리 메뉴', bioTemplate: '원진성형외과 공식 블로그 — 35년 코성형 전문\n강남역 | wonjin.com', currentStatus: 'incorrect' }, + { channel: 'YouTube', icon: 'youtube', profilePhoto: 'Wonjin 원형 로고 1080×1080', bannerSpec: '2560×1440px, Deep Purple 배경 + Violet 악센트, "35년 강남 코성형 전문"', bioTemplate: 'WJ원진성형외과 — 코성형·눈성형 전문\n35년 임상 · 강남역 | 02-544-0404\nk-wonjin.co.kr', currentStatus: 'incorrect' }, + { channel: 'Instagram KR (@wonjin_official)', icon: 'instagram', profilePhoto: 'Wonjin Deep Purple 원형 로고', bannerSpec: 'N/A (하이라이트: 코성형/눈성형/후기/이벤트/글로벌 — Purple 톤)', bioTemplate: '원진성형외과 KR 공식 — 35년 임상\n강남역 | 02-544-0404 | k-wonjin.co.kr', currentStatus: 'incorrect' }, + { channel: 'Instagram Global (@wj_cosmetic)', icon: 'instagram', profilePhoto: 'Wonjin 영문 원형 로고', bannerSpec: 'N/A (Global highlights: nose/eyes/before-after/reviews)', bioTemplate: 'Wonjin Plastic Surgery — 35 Years of Excellence\nGangnam Seoul | k-wonjin.co.kr', currentStatus: 'incorrect' }, + { channel: 'Facebook EN (@KwonjinPS)', icon: 'facebook', profilePhoto: 'Wonjin 공식 로고', bannerSpec: '820×312px, Deep Purple + Violet, "International Patients Welcome"', bioTemplate: 'Wonjin Plastic Surgery — 35 Years · 5 Languages\nGangnam Seoul | k-wonjin.co.kr', currentStatus: 'incorrect' }, + { channel: 'Naver Blog', icon: 'globe', profilePhoto: 'Wonjin 로고', bannerSpec: '블로그 상단: 로고 + 코성형·눈성형 카테고리 메뉴', bioTemplate: '원진성형외과 공식 블로그 — 35년 코성형 전문\n강남역 | k-wonjin.co.kr', currentStatus: 'incorrect' }, ], brandInconsistencies: [ { diff --git a/src/data/mockReport_wonjin.ts b/src/data/mockReport_wonjin.ts index 5561d41..7a16ef8 100644 --- a/src/data/mockReport_wonjin.ts +++ b/src/data/mockReport_wonjin.ts @@ -46,7 +46,7 @@ export const mockReportWonjin: MarketingReport = { location: '서울 강남구 강남대로 (강남역)', nearestStation: '2호선 강남역', phone: '02-544-0404', - domain: 'wonjin.com', + domain: 'k-wonjin.co.kr', source: 'registry' as const, registryData: { district: '강남', @@ -72,7 +72,7 @@ export const mockReportWonjin: MarketingReport = { { channel: 'Instagram', icon: 'instagram', score: 72, maxScore: 100, status: 'warning', headline: '3개 계정 운영 — KR/글로벌 분리, 채널 간 연계 전략 부재' }, { channel: 'Facebook', icon: 'facebook', score: 45, maxScore: 100, status: 'warning', headline: '@KwonjinPS — 운영 중이나 국내 도달 낮음' }, { channel: '강남언니', icon: 'star', score: 85, maxScore: 100, status: 'good', headline: '9.3점/10, 11,846 리뷰 — 강남 상위 5% 수준, 리뷰 리마케팅 미활용' }, - { channel: 'Website', icon: 'globe', score: 65, maxScore: 100, status: 'warning', headline: 'wonjin.com 다국어 운영 양호 — 전환 추적 고도화 필요' }, + { channel: 'Website', icon: 'globe', score: 65, maxScore: 100, status: 'warning', headline: 'k-wonjin.co.kr 다국어 운영 양호 — 전환 추적 고도화 필요' }, { channel: '네이버 블로그', icon: 'globe', score: 40, maxScore: 100, status: 'critical', headline: 'blog.naver.com/popokpop — 업로드 빈도 저조' }, ], @@ -110,7 +110,7 @@ export const mockReportWonjin: MarketingReport = { followers: 23400, following: 300, category: 'Health/beauty', - profileLink: 'wonjin.com', + profileLink: 'k-wonjin.co.kr', highlights: ['코성형', '눈성형', '후기', '이벤트', '글로벌'], reelsCount: 80, contentFormat: 'Reels + Before/After', @@ -125,7 +125,7 @@ export const mockReportWonjin: MarketingReport = { followers: 18000, following: 150, category: 'Health/beauty', - profileLink: 'wonjin.com', + profileLink: 'k-wonjin.co.kr', highlights: [], reelsCount: 30, contentFormat: 'Before/After + 시술 정보', @@ -152,8 +152,8 @@ export const mockReportWonjin: MarketingReport = { bio: 'Wonjin Plastic Surgery — International Patients Welcome', logo: '공식 로고', logoDescription: '원진성형외과 공식 로고', - link: 'wonjin.com', - linkedDomain: 'wonjin.com', + link: 'k-wonjin.co.kr', + linkedDomain: 'k-wonjin.co.kr', reviews: 0, recentPostAge: '추정 1주 이내', hasWhatsApp: true, @@ -173,12 +173,12 @@ export const mockReportWonjin: MarketingReport = { { name: '네이버 블로그', status: 'unknown', details: '공식 블로그 운영 중 — 최근 업로드 저조', url: 'https://blog.naver.com/popokpop' }, { name: '강남언니', status: 'active', details: '9.3점/10, 11,846 리뷰 · 코성형 강남 상위', url: 'https://www.gangnamunni.com/hospitals/2500' }, { name: '네이버 플레이스', status: 'active', details: '플레이스 운영 중', url: 'https://map.naver.com/v5/search/원진성형외과' }, - { name: '카카오톡', status: 'active', details: '채널 운영 중', url: 'https://wonjin.com' }, + { name: '카카오톡', status: 'active', details: '채널 운영 중', url: 'https://k-wonjin.co.kr' }, ], websiteAudit: { - primaryDomain: 'wonjin.com', - additionalDomains: [{ domain: 'k-wonjin.co.kr', purpose: '서브 도메인' }], + primaryDomain: 'k-wonjin.co.kr', + additionalDomains: [], snsLinksOnSite: true, snsLinksDetail: [ { platform: 'YouTube', url: 'https://www.youtube.com/@wjwonjin', location: 'Footer' }, @@ -332,8 +332,8 @@ export const mockReportWonjin: MarketingReport = { url: '/assets/clients/wonjin/screenshots/website-homepage.png', channel: 'Website', capturedAt: '2026-04-14T10:05:00Z', - caption: 'wonjin.com — 다국어 공식 홈페이지', - sourceUrl: 'https://www.wonjin.com', + caption: 'k-wonjin.co.kr — 다국어 공식 홈페이지', + sourceUrl: 'https://www.k-wonjin.co.kr', }, { id: 'naver-blog',