구조화 데이터 // TOOLPOOL.SAMPLES
SoftwareApplication Structured Data Sample
A fixture page that describes a Web tool as SoftwareApplication.
확인용 URL
https://toolpool.tools/ko/samples/schema/software-application
이 페이지는 검증용 샘플이므로 검색 색인 대상이 아닙니다. 카테고리 목록에서 사용할 수 있습니다.
확인할 내용
Use this as a fixture for a possible future tool-page schema.
- A SoftwareApplication JSON-LD item is detected
- applicationCategory, operatingSystem, and offers are visible
- A possible tool-page schema can be tested
출력 내용
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "OGP Checker",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"url": "https://toolpool.tools/ko/samples/schema/software-application",
"description": "A sample Web tool that checks Open Graph and social preview metadata in the browser.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"publisher": {
"@type": "Organization",
"name": "TOOLPOOL",
"url": "https://toolpool.tools"
}
}
</script>