데이터가 많은 사이트가 있으며 Schema.org가 정확하다고 생각하는 JSON-LD 데이터를 동적으로 작성하고 있습니다. Schema.org에서 데드 온 예제를 찾을 수 없으며 콘텐츠를 게시해야하는 경우 Google에 문제가 있다고 기다렸다가 다시 시도한 후 다시 기다릴 때까지 시간이 오래 걸립니다. .
이것은 내가 확인하고 싶은 것의 예입니다.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "TravelAction",
"agent": {
"type": "Person",
"name": "John Schmuckatelly"
}
"fromLocation": {
"@type": "Country",
"name": Curacao",
"@type": "GeoCoordinates",
"latitude": 12.05",
"longitude": -68.81667"
}
"toLocation": {
"@type": "Country",
"name":Aruba
}
}
</script>