348 lines
16 KiB
TypeScript
348 lines
16 KiB
TypeScript
import type { MarketingReport } from '../types/report';
|
|
import { mockReport } from './mockReport';
|
|
|
|
/**
|
|
* 이룸성형외과 (서울아이) — 데모 리포트
|
|
*
|
|
* 실측 (2026-04-14):
|
|
* - YouTube @SEOULiPS. (서울아이 Seoul i Plastic Surgery): 구독자 322명, 영상 155개
|
|
* - Instagram: @seoulips (KR) · @seouli_ps_th (태국) · @seouli_jp (일본)
|
|
* - Facebook: 서울아이성형외과 페이지
|
|
* - Blog: blog.naver.com/seoulips · 카페: cafe.naver.com/seoulips
|
|
* - 홈페이지: seoulips.com (seoulipsmedical.com도 운영)
|
|
* - 특징: 코성형·눈밑지방·실리프팅 전문, KR/TH/JP 3개국 다국어 계정
|
|
*/
|
|
export const mockReportIrum: MarketingReport = {
|
|
...mockReport,
|
|
id: 'irum',
|
|
createdAt: '2026-04-14',
|
|
targetUrl: 'https://www.seoulips.com',
|
|
overallScore: 35,
|
|
|
|
clinicSnapshot: {
|
|
...mockReport.clinicSnapshot,
|
|
name: '이룸성형외과 (서울아이)',
|
|
nameEn: 'Seoul i Plastic Surgery',
|
|
established: '2015',
|
|
yearsInBusiness: 11,
|
|
staffCount: 3,
|
|
leadDoctor: {
|
|
name: '서울아이 의료진',
|
|
credentials: '서울아이성형외과 · 코성형·눈밑지방·리프팅 전문',
|
|
rating: 9.4,
|
|
reviewCount: 86,
|
|
},
|
|
overallRating: 9.4,
|
|
totalReviews: 86,
|
|
priceRange: { min: '100,000', max: '8,000,000+', currency: '₩' },
|
|
certifications: [
|
|
'성형외과 전문의',
|
|
'코성형·눈밑지방 전문',
|
|
'한·태·일 다국어 상담',
|
|
'리팟레이저 도입',
|
|
],
|
|
mediaAppearances: ['강남언니 86 리뷰', '태국·일본 외국인 환자 특화'],
|
|
medicalTourism: ['태국어·일본어 Instagram 계정 운영', '외국인 전용 코디네이터'],
|
|
location: '서울 강남구 (강남역 인근)',
|
|
nearestStation: '2호선 강남역',
|
|
phone: '02-555-0900',
|
|
domain: 'seoulips.com',
|
|
source: 'registry' as const,
|
|
registryData: {
|
|
district: '강남',
|
|
branches: '본점 1개',
|
|
brandGroup: '코성형·외국인 환자 특화',
|
|
gangnamUnniUrl: 'https://www.gangnamunni.com/hospitals/839',
|
|
googleMapsUrl: 'https://maps.google.com/?q=서울아이성형외과',
|
|
},
|
|
logoImages: {
|
|
circle: '/assets/clients/irum/logo-circle.png',
|
|
horizontal: '/assets/clients/irum/logo-horizontal.png',
|
|
korean: '/assets/clients/irum/logo-korean.png',
|
|
},
|
|
brandColors: {
|
|
primary: '#0D4F3C',
|
|
accent: '#2ECC71',
|
|
text: '#0D4F3C',
|
|
},
|
|
},
|
|
|
|
channelScores: [
|
|
{ channel: 'YouTube', icon: 'youtube', score: 18, maxScore: 100, status: 'critical', headline: '@SEOULiPS. — 구독자 322명 · 155개 영상 · 성장 정체' },
|
|
{ channel: 'Instagram', icon: 'instagram', score: 52, maxScore: 100, status: 'warning', headline: '3개국 계정 운영 (KR/TH/JP) — 강점, 채널간 연계 전략 부재' },
|
|
{ channel: 'Facebook', icon: 'facebook', score: 10, maxScore: 100, status: 'critical', headline: '서울아이성형외과 페이지 — 비공개/삭제 상태 확인됨' },
|
|
{ channel: '강남언니', icon: 'star', score: 65, maxScore: 100, status: 'warning', headline: '9.4점/10, 86 리뷰 — 리뷰 응답·마케팅 활용 미흡' },
|
|
{ channel: 'Website', icon: 'globe', score: 45, maxScore: 100, status: 'warning', headline: 'seoulips.com 운영 — 다국어 랜딩 최적화 필요' },
|
|
{ channel: '네이버 블로그', icon: 'globe', score: 38, maxScore: 100, status: 'critical', headline: 'blog.naver.com/seoulips — 업로드 저조' },
|
|
],
|
|
|
|
youtubeAudit: {
|
|
...mockReport.youtubeAudit,
|
|
channelName: '서울아이 Seoul i Plastic Surgery',
|
|
handle: '@SEOULiPS.',
|
|
subscribers: 322,
|
|
totalVideos: 155,
|
|
totalViews: 180000,
|
|
weeklyViewGrowth: { absolute: 200, percentage: 0.1 },
|
|
estimatedMonthlyRevenue: { min: 0, max: 10 },
|
|
avgVideoLength: '4.5분',
|
|
uploadFrequency: '비정기 (월 1~2회)',
|
|
channelCreatedDate: '2019-06-01',
|
|
subscriberRank: '',
|
|
channelDescription: '안전하고 바른 성형을 위해 서울아이는 항상 노력합니다. — 코성형·눈밑지방·실리프팅',
|
|
linkedUrls: [{ label: '서울아이성형외과', url: 'seoulipsmedical.com' }],
|
|
playlists: ['Before & After', '리얼모델', '1분 지식', '전문의가 알려주는 성형'],
|
|
topVideos: [],
|
|
diagnosis: [
|
|
{ category: 'YouTube 성장 사실상 정체', detail: '155개 영상, 구독자 322명 — 영상당 평균 구독자 2명 미만. YouTube 전략 전면 재설계 필요', severity: 'critical', evidenceIds: ['yt-channel'] },
|
|
{ category: '다국어 YouTube 콘텐츠 부재', detail: '태국·일본 Instagram 계정 운영 중이나 YouTube에는 다국어 자막/콘텐츠 없음', severity: 'critical' },
|
|
{ category: '전문의 Q&A 콘텐츠 발굴 필요', detail: '코성형·눈밑지방 전문성을 YouTube에서 전달하는 교육 콘텐츠 부재', severity: 'warning' },
|
|
],
|
|
},
|
|
|
|
instagramAudit: {
|
|
accounts: [
|
|
{
|
|
handle: '@seoulips',
|
|
language: 'KR',
|
|
label: 'KR 공식',
|
|
posts: 600,
|
|
followers: 826,
|
|
following: 200,
|
|
category: 'Health/beauty',
|
|
profileLink: 'seoulips.com',
|
|
highlights: ['코성형', '눈밑지방', '리프팅', '후기', '이벤트'],
|
|
reelsCount: 30,
|
|
contentFormat: 'Before/After + 시술 설명',
|
|
profilePhoto: '서울아이 공식 로고',
|
|
bio: '서울아이성형외과 KR 공식',
|
|
},
|
|
{
|
|
handle: '@seouli_ps_th',
|
|
language: 'EN',
|
|
label: '태국',
|
|
posts: 200,
|
|
followers: 5000,
|
|
following: 100,
|
|
category: 'Health/beauty',
|
|
profileLink: 'seoulips.com',
|
|
highlights: [],
|
|
reelsCount: 15,
|
|
contentFormat: '태국어 시술 정보',
|
|
profilePhoto: '서울아이 로고',
|
|
bio: '서울아이성형외과 태국 채널',
|
|
},
|
|
],
|
|
diagnosis: [
|
|
{ category: 'Instagram 다국어 강점 미최적화', detail: 'KR/TH/JP 3개 계정 운영은 강점이나 채널 간 콘텐츠 공유 체계 없음', severity: 'warning' },
|
|
{ category: 'Reels 부족', detail: '국제 계정에서 Reels 활용이 낮아 알고리즘 노출 손실', severity: 'critical' },
|
|
],
|
|
},
|
|
|
|
facebookAudit: {
|
|
pages: [
|
|
{
|
|
url: 'facebook.com/서울아이성형외과-105199207892670',
|
|
pageName: '서울아이성형외과',
|
|
language: 'KR',
|
|
label: '공식',
|
|
followers: 0,
|
|
following: 0,
|
|
category: '성형외과',
|
|
bio: '서울아이성형외과 Facebook (비공개/삭제 상태)',
|
|
logo: '공식 로고',
|
|
logoDescription: '서울아이성형외과 로고',
|
|
link: 'seoulips.com',
|
|
linkedDomain: 'seoulips.com',
|
|
reviews: 0,
|
|
recentPostAge: '추정 수주 이내',
|
|
hasWhatsApp: false,
|
|
postFrequency: '월 1~3회',
|
|
topContentType: '시술 정보',
|
|
engagement: '게시물당 좋아요 5~20개 (추정)',
|
|
},
|
|
],
|
|
diagnosis: [
|
|
{ category: 'Facebook 채널 비공개/삭제', detail: '공식 페이지 접근 불가 확인 — 외국인 환자 FB 채널 신규 개설 필요', severity: 'critical' },
|
|
],
|
|
brandInconsistencies: [],
|
|
consolidationRecommendation: 'Facebook 공식 페이지 비공개/삭제 확인 — 외국인 환자 광고 채널로 신규 페이지 개설 후 태국·일본어 타겟 광고 세팅 필요.',
|
|
},
|
|
|
|
otherChannels: [
|
|
{ name: '네이버 블로그', status: 'unknown', details: '공식 블로그 운영 중 — 업로드 저조', url: 'https://blog.naver.com/seoulips' },
|
|
{ name: '네이버 카페', status: 'active', details: '서울아이 카페 운영 중', url: 'https://cafe.naver.com/seoulips' },
|
|
{ name: '강남언니', status: 'active', details: '9.4점/10, 86 리뷰', url: 'https://www.gangnamunni.com/hospitals/839' },
|
|
{ name: '네이버 플레이스', status: 'active', details: '플레이스 운영 중', url: 'https://map.naver.com/v5/search/서울아이성형외과' },
|
|
],
|
|
|
|
websiteAudit: {
|
|
primaryDomain: 'seoulips.com',
|
|
additionalDomains: [{ domain: 'seoulipsmedical.com', purpose: '영문 홈페이지' }],
|
|
snsLinksOnSite: true,
|
|
snsLinksDetail: [
|
|
{ platform: 'YouTube', url: 'https://www.youtube.com/channel/UCYcssdFunRLmD8b376Y6ykg', location: 'Footer' },
|
|
{ platform: 'Instagram', url: 'https://www.instagram.com/seoulips/', location: 'Footer' },
|
|
{ platform: 'Facebook', url: 'https://www.facebook.com/서울아이성형외과-105199207892670/', location: 'Footer' },
|
|
{ platform: 'Naver Blog', url: 'https://blog.naver.com/seoulips', location: 'Footer' },
|
|
],
|
|
trackingPixels: [
|
|
{ name: 'Google Analytics', installed: true, details: 'GA4 추정' },
|
|
],
|
|
mainCTA: '전화 상담 + 카카오톡',
|
|
},
|
|
|
|
problemDiagnosis: [
|
|
{
|
|
category: 'YouTube 성장 완전 정체 — 즉각적 전략 재설계 필요',
|
|
detail: '155개 영상 누적, 구독자 322명. 태국·일본 인스타그램 계정을 운영하는 글로벌 강점이 YouTube에 전혀 반영 안 됨. 다국어 자막 추가만으로도 즉시 도달 확장 가능.',
|
|
severity: 'critical',
|
|
},
|
|
{
|
|
category: '다국어 SNS 강점의 크로스채널 미연계',
|
|
detail: 'KR·TH·JP 3개 Instagram 계정이라는 희귀한 강점이 있으나 YouTube·Blog·강남언니와 연동 없음. 채널 간 시너지 0% 상태.',
|
|
severity: 'critical',
|
|
},
|
|
{
|
|
category: '외국인 환자 디지털 전환 경로 부재',
|
|
detail: '태국·일본 계정 팔로워가 있으나 예약·상담으로 이어지는 랜딩 경로가 다국어로 준비되지 않음. 유입 대비 전환 극히 낮을 것으로 추정.',
|
|
severity: 'critical',
|
|
},
|
|
],
|
|
|
|
transformation: {
|
|
...mockReport.transformation,
|
|
brandIdentity: [
|
|
{ area: '브랜드 아이덴티티', asIs: '서울아이 / 이룸 혼용', toBe: '"Seoul i Plastic Surgery" 영문 브랜드 통일 + 다국어 로고 버전 제작' },
|
|
{ area: '컬러', asIs: '미확인', toBe: 'Primary: Forest Green (#0D4F3C) + Accent: Mint (#2ECC71) 명문화' },
|
|
{ area: '글로벌 포지셔닝', asIs: '국내 위주', toBe: '"서울 강남 K-Beauty 전문 — 태국·일본 환자 환영"' },
|
|
],
|
|
platformStrategies: [
|
|
{
|
|
platform: 'YouTube',
|
|
icon: 'youtube',
|
|
currentMetric: '322 subscribers · 155 videos',
|
|
targetMetric: '3K / 12개월',
|
|
strategies: [
|
|
{ strategy: '다국어 자막 추가', detail: '기존 155개 영상에 EN/TH/JP 자막 추가 → 즉시 글로벌 노출' },
|
|
{ strategy: '주 2회 업로드 정착', detail: '코성형·눈밑지방 전문의 Q&A + 외국인 환자 브이로그' },
|
|
{ strategy: 'Shorts 전환', detail: '기존 영상에서 Shorts 50개 추출' },
|
|
],
|
|
},
|
|
{
|
|
platform: 'Instagram',
|
|
icon: 'instagram',
|
|
currentMetric: 'KR @seoulips 826명 (실측) · TH/JP 계정 운영 중',
|
|
targetMetric: '@seoulips KR 30K / 12개월',
|
|
strategies: [
|
|
{ strategy: '계정 간 콘텐츠 연계 자동화', detail: 'KR → TH/JP 번역 배포 파이프라인 구축' },
|
|
{ strategy: 'Reels 주 5회 (전 계정)', detail: 'YouTube Shorts 동시 다국어 배포' },
|
|
{ strategy: '86 리뷰 콘텐츠화', detail: '강남언니 리뷰 → Instagram Story' },
|
|
],
|
|
},
|
|
],
|
|
websiteImprovements: [
|
|
{ area: '다국어 랜딩페이지', asIs: '한국어 위주', toBe: 'TH·JP 전용 랜딩페이지 제작' },
|
|
{ area: 'YouTube 임베드', asIs: '없음', toBe: '시술 페이지별 다국어 자막 영상 임베드' },
|
|
],
|
|
newChannelProposals: [
|
|
{ channel: 'LINE (일본)', priority: 'P0', rationale: '일본 환자 전환 채널 — 현재 일본 인스타는 있으나 직접 상담 경로 없음' },
|
|
{ channel: 'TikTok', priority: 'P1', rationale: '태국/동남아 10~20대 도달, Shorts 동시 배포' },
|
|
],
|
|
},
|
|
|
|
roadmap: [
|
|
{
|
|
month: 1,
|
|
title: 'Foundation',
|
|
subtitle: '다국어 기반',
|
|
tasks: [
|
|
{ task: '브랜드 아이덴티티 통일 (Seoul i 영문 브랜드)', completed: false },
|
|
{ task: '기존 YouTube 영상 EN/TH 자막 추가 (우선 30개)', completed: false },
|
|
{ task: 'Instagram KR/TH/JP 크로스 배포 루틴 구축', completed: false },
|
|
{ task: '강남언니 86 리뷰 SNS 콘텐츠화', completed: false },
|
|
],
|
|
},
|
|
{
|
|
month: 2,
|
|
title: 'Content Engine',
|
|
subtitle: '글로벌 노출',
|
|
tasks: [
|
|
{ task: 'YouTube 주 2회 업로드 정착 (다국어 자막 포함)', completed: false },
|
|
{ task: 'TikTok 계정 개설 + Shorts 동시 배포', completed: false },
|
|
{ task: '태국·일본어 랜딩페이지 v1 제작', completed: false },
|
|
],
|
|
},
|
|
{
|
|
month: 3,
|
|
title: 'Optimization',
|
|
subtitle: '전환 추적',
|
|
tasks: [
|
|
{ task: '국가별 환자 유입·전환율 분석', completed: false },
|
|
{ task: 'Facebook 태국·일본 광고 캠페인 시작', completed: false },
|
|
{ task: 'KPI 리뷰', completed: false },
|
|
],
|
|
},
|
|
],
|
|
|
|
kpiDashboard: [
|
|
{ metric: 'YouTube 구독자', current: '322', target3Month: '800', target12Month: '3,000' },
|
|
{ metric: 'YouTube 업로드 빈도', current: '월 1~2회', target3Month: '주 2회', target12Month: '주 3회' },
|
|
{ metric: 'Instagram @seoulips 팔로워', current: '826', target3Month: '3K', target12Month: '10K' },
|
|
{ metric: 'Instagram 태국(@seouli_ps_th) 팔로워', current: '~5K', target3Month: '8K', target12Month: '15K' },
|
|
{ metric: '강남언니 리뷰', current: '86', target3Month: '1,000', target12Month: '1,500' },
|
|
{ metric: '외국인 환자 전환', current: '측정 불가', target3Month: '랜딩 UTM 시작', target12Month: '월 15건' },
|
|
],
|
|
|
|
screenshots: [
|
|
{
|
|
id: 'yt-channel',
|
|
url: '/assets/clients/irum/screenshots/yt-channel.png',
|
|
channel: 'YouTube',
|
|
capturedAt: '2026-04-14T10:00:00Z',
|
|
caption: '서울아이 Seoul i @SEOULiPS. — 구독자 322명, 영상 155개',
|
|
sourceUrl: 'https://www.youtube.com/channel/UCYcssdFunRLmD8b376Y6ykg',
|
|
},
|
|
{
|
|
id: 'ig-profile',
|
|
url: '/assets/clients/irum/screenshots/ig-profile.png',
|
|
channel: 'Instagram',
|
|
capturedAt: '2026-04-14T10:02:00Z',
|
|
caption: 'Instagram @seoulips — 826 팔로워 (KR 공식)',
|
|
sourceUrl: 'https://www.instagram.com/seoulips/',
|
|
},
|
|
{
|
|
id: 'fb-page',
|
|
url: '/assets/clients/irum/screenshots/fb-page.png',
|
|
channel: 'Facebook',
|
|
capturedAt: '2026-04-14T10:03:00Z',
|
|
caption: 'Facebook 서울아이성형외과 — 페이지 비공개/삭제 확인',
|
|
sourceUrl: 'https://www.facebook.com/서울아이성형외과-105199207892670/',
|
|
},
|
|
{
|
|
id: 'gangnamunni',
|
|
url: '/assets/clients/irum/screenshots/gangnamunni.png',
|
|
channel: '강남언니',
|
|
capturedAt: '2026-04-14T10:04:00Z',
|
|
caption: '강남언니 — 이룸(서울아이)성형외과 9.4점, 86 리뷰',
|
|
sourceUrl: 'https://www.gangnamunni.com/hospitals/839',
|
|
},
|
|
{
|
|
id: 'website-homepage',
|
|
url: '/assets/clients/irum/screenshots/website-homepage.png',
|
|
channel: 'Website',
|
|
capturedAt: '2026-04-14T10:05:00Z',
|
|
caption: 'seoulips.com — 공식 홈페이지',
|
|
sourceUrl: 'https://www.seoulips.com',
|
|
},
|
|
{
|
|
id: 'naver-blog',
|
|
url: '/assets/clients/irum/screenshots/naver-blog.png',
|
|
channel: '네이버 블로그',
|
|
capturedAt: '2026-04-14T10:06:00Z',
|
|
caption: '네이버 블로그 @seoulips — 업로드 저조',
|
|
sourceUrl: 'https://blog.naver.com/seoulips',
|
|
},
|
|
],
|
|
};
|