diff --git a/app/layout.tsx b/app/layout.tsx index c65f915..74f4d08 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -99,13 +99,17 @@ const jsonLd = { '@type': 'Offer', url: 'https://jaengseung-made.com/freelance', availability: 'https://schema.org/InStock', + priceSpecification: { + '@type': 'PriceSpecification', + priceCurrency: 'KRW', + }, itemOffered: { '@type': 'Service', name: '맞춤 개발 외주', url: 'https://jaengseung-made.com/freelance', description: '7년차 백엔드 개발자의 1:1 맞춤 소프트웨어 개발 외주. 자동화·API·웹/모바일 등 사이트 한정가로 제공.', serviceType: 'Custom Software Development', - provider: { '@id': 'https://jaengseung-made.com/#person' }, + provider: { '@id': 'https://jaengseung-made.com/#business' }, areaServed: '대한민국', }, }, @@ -113,13 +117,17 @@ const jsonLd = { '@type': 'Offer', url: 'https://jaengseung-made.com/services/website', availability: 'https://schema.org/InStock', + priceSpecification: { + '@type': 'PriceSpecification', + priceCurrency: 'KRW', + }, itemOffered: { '@type': 'Service', name: '웹사이트 제작', url: 'https://jaengseung-made.com/services/website', description: 'Next.js 기반 기업·브랜드 웹사이트 맞춤 제작. 반응형 + SEO + 배포 포함.', serviceType: 'Web Development', - provider: { '@id': 'https://jaengseung-made.com/#person' }, + provider: { '@id': 'https://jaengseung-made.com/#business' }, areaServed: '대한민국', }, },