구조화 데이터 // TOOLPOOL.SAMPLES
WebSite Structured Data Sample
A fixture page with WebSite structured data and SearchAction.
확인용 URL
https://toolpool.tools/ko/samples/schema/website
이 페이지는 검증용 샘플이므로 검색 색인 대상이 아닙니다. 카테고리 목록에서 사용할 수 있습니다.
확인할 내용
Use this to check site-level information and SearchAction structure.
- A WebSite JSON-LD item is detected
- name, URL, and potentialAction are visible
- SearchAction target and query-input can be checked
출력 내용
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"@id": "https://toolpool.tools#website",
"name": "TOOLPOOL",
"url": "https://toolpool.tools",
"inLanguage": "ko-KR",
"description": "Check, generate, format, and prepare small pieces of web work in the browser.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://toolpool.tools/ko?query={search_term_string}",
"query-input": "required name=search_term_string"
},
"mainEntityOfPage": "https://toolpool.tools/ko/samples/schema/website"
}
</script>