Loading Legacy
Create schema.org Article JSON-LD with headline, description, canonical URL, hero image, publish dates, and author details—ready to paste into a page head or tag manager.
Headline
Description
Canonical article URL
Image URL (OG / hero)
Date published
Date modified
Author name
Author URL
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to ship faster with small utilities",
"description": "A practical guide to building focused tools that developers reuse every week.",
"url": "https://codeopx.com/blog/example-article",
"image": [
"https://codeopx.com/og-default.png"
],
"datePublished": "2026-04-01",
"dateModified": "2026-04-28",
"author": {
"@type": "Person",
"name": "CodeOpx",
"url": "https://codeopx.com"
},
"publisher": {
"@type": "Organization",
"name": "CodeOpx",
"url": "https://codeopx.com"
}
}No. Article marks editorial content; FAQ schema is for question-and-answer blocks. Pick the type that matches on-page content.
Yes. Google recommends fully qualified https image URLs in structured data.