1

제품 페이지에 구조화 된 데이터 마크 업을 사용하고 있습니다. json + ld를 사용하고 헤더 섹션에 스크립트 태그를 넣습니다.JSON + ld 구조화 된 데이터의 웹 마스터 도구 유효성 확인

enter image description here

스크립트 섹션은 두 개의 선으로 표시된다. http://json-ld.org/playground/index.html에서 JSON 세그먼트의 유효성을 검사하면 적절한 결과가 제공됩니다. 그러나 Google 웹 마스터 도구를 사용하여 유효성을 검사하면 콘텐츠가 표시되지 않습니다. http://www.google.com/webmasters/tools/richsnippets

이 문제를 식별하는 데 도움을주십시오. 나는 이것을 정확하게 만들었다 고 생각한다.

자세한 내용은 JSON 세그먼트를 게시하고 있습니다.

<script type="application/ld+json"> { 
"@context": "http://schema.org", 
"@type": "Product", 
"productID": "mpn:20AV002YMB", 
"description": "Whether you re an overachiever or an up-and-comer, ThinkPad laptops are the tools you need. From the thin-and-light wonder to the heavy-duty mobile workstation, they re built, tested and enhanced for reliability, durability and speed. Enjoy superior web conferencing on your L540, which includes a low-light sensitive 720p HD webcam with wide-angle viewing.", 
"url": "http://www.abc.lk/lenovo/business-notebook/thinkpad-l540-core-i5-4200m-4gb-500gb-15-6in-1080p-dvdrw-win7-pro-win8-pro-azb/20av002ymb/product-details/m852r253.aspx", 
"name": "ThinkPad L540 Core i5-4200m/4GB 500GB 15.6in 1080p Dvdrw Win7 Pro/Win8 Pro Azb", 
"image": "https://www.abc.lk/ProductImages/images/M852R253.jpg", 
"model": "ThinkPad L540", 
"manufacturer": { 
"name": "Lenovo", 
"url": "http://www.abc.lk/en/lenovo" 
}, 
"offers": { 
"@type": "Offer", 
"availability": "http://schema.org/OutOfStock", 
"price": "706.97", 
"priceCurrency": "EUR" 
} 
} 
</script> 

그러나 Google 검색이하는 (쓰기시) JSON-LD를 지원하지 않는 당신에게

답변

3

Google 웹 마스터 도구를 감사드립니다.

당신은 자세한 내용은이 스레드를 볼 수 있습니다

:

https://productforums.google.com/forum/#!topic/webmasters/9lzzOw2W-dk

을하고 이메일을 구글의 베타 마크 업 테스터를 사용

https://www.google.com/webmasters/markup-tester/ (또한 웹 HTML을 위해 일 것이다) - 당신의 JSON 여기의 유효성을 검사합니다

나는 이것이 오래된 스레드라는 것을 알고 있지만, 여기에있는 사람의 답변을 검색하는 모든 사람들에게 유용 할 것이라고 생각했습니다.

+0

감사 댄. 이것을 했는가 – JCTLK