구조화 데이터 // TOOLPOOL.SAMPLES
Organization Structured Data Sample
A fixture page that describes a site operator or brand as Organization.
확인용 URL
https://toolpool.tools/ko/samples/schema/organization
이 페이지는 검증용 샘플이므로 검색 색인 대상이 아닙니다. 카테고리 목록에서 사용할 수 있습니다.
확인할 내용
Use this to check common properties such as name, URL, and logo.
- An Organization JSON-LD item is detected
- name, URL, logo, and similar properties are visible
- A site-level organization example can be checked
출력 내용
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://toolpool.tools#organization",
"name": "TOOLPOOL",
"url": "https://toolpool.tools",
"logo": "https://toolpool.tools/icon-512.png",
"description": "A collection of browser-based tools for small web production and development tasks.",
"sameAs": [
"https://toolpool.tools"
],
"mainEntityOfPage": "https://toolpool.tools/ko/samples/schema/organization"
}
</script>