샘플 목록으로 돌아가기

구조화 데이터 // TOOLPOOL.SAMPLES

Article Structured Data Sample

A fixture page with common Article properties.

확인용 URL

https://toolpool.tools/ko/samples/schema/article

이 페이지는 검증용 샘플이므로 검색 색인 대상이 아닙니다. 카테고리 목록에서 사용할 수 있습니다.

확인할 내용

Use this to check Article structured data extraction.

출력 내용

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "@id": "https://toolpool.tools/ko/samples/schema/article#article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://toolpool.tools/ko/samples/schema/article"
  },
  "headline": "Article Structured Data Sample",
  "description": "A fixture page with common Article properties.",
  "image": [
    "https://toolpool.tools/ogp.png"
  ],
  "datePublished": "2026-05-06T00:00:00.000+09:00",
  "dateModified": "2026-05-06T00:00:00.000+09:00",
  "inLanguage": "ko-KR",
  "author": {
    "@type": "Organization",
    "name": "TOOLPOOL",
    "url": "https://toolpool.tools"
  },
  "publisher": {
    "@type": "Organization",
    "name": "TOOLPOOL",
    "url": "https://toolpool.tools",
    "logo": {
      "@type": "ImageObject",
      "url": "https://toolpool.tools/icon-512.png"
    }
  }
}
</script>