JSON-LD 스키마 생성기
JSON-LD Schema Generator
블로그 글, 웹사이트, 간단한 구조화 데이터 스키마를 JSON-LD 형태로 생성하세요.
Builder
JSON-LD Schema Generator
Output
Copy-ready JSON-LD
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"name": "Explore Town",
"description": "Discovery hub for the blog corpus.",
"url": "https://youngju.dev/explore",
"datePublished": "2026-03-19",
"dateModified": "2026-03-19",
"author": {
"@type": "Person",
"name": "Youngju Kim"
},
"publisher": {
"@type": "Organization",
"name": "youngju.dev"
},
"mainEntityOfPage": "https://youngju.dev/explore"
}