From 0392a63d5eba321d69f255f66f0005e056e0dc74 Mon Sep 17 00:00:00 2001 From: jwkim Date: Tue, 30 Jun 2026 09:42:42 +0900 Subject: [PATCH] =?UTF-8?q?feat(seo):=20JSON-LD=20sameAs=C2=B7parentOrgani?= =?UTF-8?q?zation=20=EB=B3=B4=EA=B0=95\?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 67a9c10..6856727 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -58,7 +58,21 @@ "alternateName": "트리플픽", "url": "https://triplepick.o2o.kr/", "logo": "https://triplepick.o2o.kr/assets/bi/og-image.png", - "description": "GPT·Claude·Gemini 3대 AI가 같은 경기 데이터로 승패·스코어·승리확률을 예측·비교하는 참여형 축구 승부예측 서비스." + "description": "GPT·Claude·Gemini 3대 AI가 같은 경기 데이터로 승패·스코어·승리확률을 예측·비교하는 참여형 축구 승부예측 서비스.", + "sameAs": [ + "https://www.youtube.com/channel/UCIiFvxaahQA-rLP8KpkDM0w", + "https://www.instagram.com/triplepickai" + ], + "parentOrganization": { + "@type": "Organization", + "name": "AIO2O", + "alternateName": "AI오투오", + "url": "https://www.o2osolution.ai/", + "sameAs": [ + "https://www.facebook.com/aio2o", + "https://www.linkedin.com/company/aio2o" + ] + } }, { "@type": "WebSite",