fix(seo): OfferCatalog 외주·웹사이트 항목 SEO 정합성 보강
- provider @id: #person → #business (기존 5개 항목과 provider 일관성) - priceSpecification 스텁 추가 (priceCurrency만, price 미정) — Search Console incomplete Offer 경고 방지, "price-on-request" 시그널. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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: '대한민국',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user