Schema Markup 生成器 | JSON-LD Structured Data Generator
可视化生成 Schema.org 结构化数据(JSON-LD),让 Google 搜索结果显示富文本摘要(Rich Snippets),提升点击率。
📰 文章信息
📋 生成的 JSON-LD
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "文章标题",
"author": {
"@type": "Person",
"name": "作者名"
},
"datePublished": "2026-06-21",
"image": [
"https://example.com/image.jpg"
],
"description": "文章描述",
"publisher": {
"@type": "Organization",
"name": "MoreToolbox"
}
}💡 将代码粘贴到 HTML 的 <head> 中,访问 Google 富文本测试 验证。