seo tutorial page example

product page 

<html>
<head>
  <title>产品页面示例</title>
  <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Product",
      "name": "示例产品",
      "image": "https://example.com/product-image.jpg",
      "description": "这里是示例产品的描述。",
      "brand": {
        "@type": "Brand",
        "name": "示例品牌"
      },
      "offers": {
        "@type": "Offer",
        "price": "99.99",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "seller": {
          "@type": "Organization",
          "name": "示例公司"
        }
      },
      "aggregateRating": {
        "@type"

Guess you like

Origin blog.csdn.net/qq_39339179/article/details/131190074