Structured Data // TOOLPOOL.SAMPLES
Article Structured Data Sample
A fixture page with common Article properties.
Target URL
https://toolpool.tools/en/samples/schema/article
This fixture page is marked noindex. Use it from the category sample index.
What to check
Use this to check Article structured data extraction.
- An Article JSON-LD item is detected
- headline, author, publisher, and similar properties are visible
- A complete baseline can be checked
Output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"@id": "https://toolpool.tools/en/samples/schema/article#article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://toolpool.tools/en/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": "en-US",
"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>