From b846a713c1cba4e8cfe4d54609f361e023fce92f Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 01:56:58 +0900 Subject: [PATCH] =?UTF-8?q?fix(seo):=20jsonLd=20Service=20URL=EC=9D=84=20/?= =?UTF-8?q?outsourcing=EC=9C=BC=EB=A1=9C=20=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 467ecd1..973bf9d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -83,12 +83,12 @@ const jsonLd = { itemListElement: [ { '@type': 'Offer', - url: 'https://jaengseung-made.com/work/freelance', + url: 'https://jaengseung-made.com/outsourcing', availability: 'https://schema.org/InStock', itemOffered: { '@type': 'Service', name: '외주 개발', - url: 'https://jaengseung-made.com/work/freelance', + url: 'https://jaengseung-made.com/outsourcing', description: '7년차 백엔드 개발자의 1:1 맞춤 소프트웨어 개발 외주. 자동화·API·웹/모바일 등 사이트 한정가로 제공.', serviceType: 'Custom Software Development', provider: { '@id': 'https://jaengseung-made.com/#business' }, @@ -97,12 +97,12 @@ const jsonLd = { }, { '@type': 'Offer', - url: 'https://jaengseung-made.com/work/website', + url: 'https://jaengseung-made.com/outsourcing', availability: 'https://schema.org/InStock', itemOffered: { '@type': 'Service', name: '웹사이트 제작', - url: 'https://jaengseung-made.com/work/website', + url: 'https://jaengseung-made.com/outsourcing', description: 'Next.js 기반 기업·브랜드 웹사이트 맞춤 제작. 반응형 + SEO + 배포 포함.', serviceType: 'Web Development', provider: { '@id': 'https://jaengseung-made.com/#business' },