<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<title>关键字 - 网站名称</title>
<meta name="description" content="网站的简短描述,包含关键字">
<meta name="keywords" content="关键字1, 关键字2, 关键字3">
结构化数据可以帮助搜索引擎更好地理解网站信息,从而在搜索结果中增加特殊的展示效果,吸引用户的点击。
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://www.example.com/",
"logo": "https://www.example.com/logo.png",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-800-123-4567",
"contactType": "customer service"
}]
}</script>
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Product",
"name": "产品名称",
"image": "https://www.example.com/product-image.jpg",
"description": "产品描述",
"brand": {
"@type": "Brand",
"name": "品牌名称"
},
"offers": {
"@type": "Offer",
"priceCurrency": "CNY",
"price": "100.00",
"seller": {
"@type": "Organization",
"name": "卖家名称"
}
}
}</script>