Cách tạo đoạn trích đánh giá {{Schema Review}} không cần plugin

Thông thường các anh em SEOer hay dùng plugin kk Star Ratings. Có thể nói đây là plugin mà hầu như website nào cũng đang dùng. Tuy nhiên, theo mình thấy thì 1 bài viết mới của các bạn. Thêm vào tự đánh giá bài viết từ plugin trên. Nhưng hầu như tỉ lệ hiển thị trên Google rất thấp.

Để khắc phục điều đấy, mình đã chuẩn bị đoạn code dưới đây. Bảo đảm sụp 1 phát là hiển thị ngay. Các bước làm như sau.

Có 2 cách để làm như dưới:

Xem Thêm : Hướng dẫn sử dụng camera yoosee nhanh nhất hiện nay

+ Nếu bạn là người làm biết thì dùng cách 1 nhé: Vẫn đoạn code dưới, bạn copy và dán thẳng vào file Footer hoặc header (tùy nhu cầu mỗi người). Khi dán vào vị trí này thì hầu như các trang của bạn đều được xuất hiện xếp hạng.

Cách 2: Vẫn đoạn code dưới, nếu bạn chỉ muốn xuất hiện bài viết quan trọng. Thì trong quá trình soạn thảo hãy copy dán vào cuối bài viết nhé!

<script type="application/ld+json">
{
  "@context":"http://schema.org",
  "@type": "Product",
  "name": "Đào tạo seo thần tốc",
  "review":
  {
    "@type":"Review",
    "reviewRating":
    {
      "@type":"Rating",
      "ratingValue":5,
      "bestRating":5
    },
    "author":
    {
      "@type":"Person",
      "name":"7526 Học Viên SEO"
    },
    "reviewBody":"Cam Ranh Media - Thiết kế website chuyên nghiệp"
  }
}
</script>

Xem Thêm : 9 địa điểm du lịch Singapore đẹp mê ly nhất năm 2023

Lưu ý: Một số thông tin của mình bạn hãy thay đổi sang thông tin của bạn nhé!

Update Schema đoạn trích đánh giá không báo lỗi webmaster

<script type="application/ld+json">
{
  "@context":"http://schema.org",
  "@type": "Product",
  "brand": {
        "@type": "Brand",
        "name": "Nàng Xuân Authentic"
      },
  "name": "Son Gucci 308 màu cam cháy Rouge matte",
  "description": "Son Gucci 308 màu cam nâu gạch, Son Gucci cam nghệ, review son gucci 308, giá son gucci 308 bao nhiêu, bảng màu son gucci, swatch son gucci, Louise orange ",
      "sku": "0966888950",
      "mpn": "925872",
      "image": "https://nangxuan.com.vn/wp-content/uploads/2020/06/Gucci-308.jpg",
  "review":
  {
    "@type":"Review",
    "reviewRating":
    {
      "@type":"Rating",
      "ratingValue":5,
      "bestRating":5
    },
    "author":
    {
      "@type":"Person",
      "name":"678910 Khách Hàng"
    },
    "reviewBody":"Son Gucci 307 màu cam cháy Rouge matte tại Nàng Xuân Authentic"
  },
  "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "99",
        "bestRating": "100",
        "ratingCount": "678910"
      },
      "offers": {
        "@type": "Offer",
        "url": "https://nangxuan.com.vn/san-pham/son-gucci-308-lucy-dark-orange",
        "priceCurrency": "VND",
        "price": "860000",
        "priceValidUntil": "2021-11-05",
        "itemCondition": "https://schema.org/UsedCondition",
        "availability": "https://schema.org/InStock",
        "seller": {
          "@type": "Organization",
          "name": "eBay"
        }
}
}
</script>

Cách tạo Schema Event không cần plugin chuẩn nhất

Event Schema là một loại dữ liệu có cấu trúc được Google. Và các bên tìm kiếm khác như Bing, Yahoo và Yandex nghiên cứu. Schema event sẽ hiển thị những sự kiện sẽ được tổ chức trong tương lai. Bao gồm các thông tin như tên sự kiện, thời gian diễn ra sự kiện, địa điểm diễn ra sự kiện… Chúng là một trong số các loại schema như Sản phẩm, FAQ, bài viết, công thức nấu ăn, review…

<div class="event-wrapper" itemscope itemtype="https://schema.org/Event">
    <meta itemprop="eventStatus" content="http://schema.org/EventScheduled">
    <div class="event-title" itemprop="name"><a href="https://camranhmedia.com/dao-tao-seo" itemprop="url">Đào Tạo SEO</a></div>
    <meta itemprop="mainEntityOfPage" content="https://camranhmedia.com/dao-tao-seo">
    <meta itemprop="description" content="Đào Tạo SEO">
    <div class="event-date" itemprop="startDate" content="2021-03-20">Từ ngày 20</div>
    <div class="event-date" itemprop="endDate" content="2021-03-28">Đến ngày 28</div>
    <meta itemprop="eventAttendanceMode" content="http://schema.org/OfflineEventAttendanceMode">
    
    <div class="event-venue" itemprop="location" itemscope itemtype="https://schema.org/Place">
        <span itemprop="name">Cam Ranh Media</span>
        <div class="address" itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
            <span itemprop="name">Số 40/31 Phạm Văn Đồng, TP.Cam Ranh, T.Khánh Hòa</span>
        </div>
    </div>  
    
    <div class="event-venue" itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
        <img itemprop="url" src="https://camranhmedia.com/wp-content/uploads/2020/07/dao-tao-seo-than-toc.jpg" alt=""/>
        <img itemprop="thumbnailUrl" src="https://camranhmedia.com/wp-content/uploads/2020/07/dao-tao-seo-than-toc.jpg" alt=""/>
    </div>
    
    <div class="event-venue" itemprop="performer" itemscope itemtype="https://schema.org/Thing">
        <span itemprop="name">Course</span>
    </div>
    
    <div class="event-venue" itemprop="organizer" itemscope itemtype="https://schema.org/Thing">
        <div class="event-title" itemprop="name"><a href="https://camranhmedia.com" itemprop="url">Cam Ranh Media</a></div>
    </div>
    
    <div itemprop="offers" itemscope itemtype="https://schema.org/Offer">
        <div class="event-price" itemprop="price">9000000</div>
        <meta itemprop="priceCurrency" content="VND">
        <a itemprop="url" href="https://camranhmedia.com/dao-tao-seo">Xem Ngay</a>
        <meta itemprop="validFrom" content="2021-03-20">
        <meta itemprop="availability" content="    http://schema.org/InStock">
    </div>
</div>

Cập nhật tạo Schema Event bằng Js tránh báo lỗi Webmaster Tool

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "Thiết Kế Website",
  "url": "https://camranhmedia.com",
  "summary": "Thiết kế Website",
  "startDate": "2018-06-06T09:30+00:00",
  "duration": "PT1H30M",
  "maximumAttendeeCapacity": "15",
  "location": {
      "@type": "Place",
      "name": "☎️ Gọi 0935961044",

    "address": "40/31 Phạm Văn Đồng, Cam Phú, Cam Ranh, Khánh Hòa, Việt Nam"
  },
  
  
  "image": "https://camranhmedia.com/wp-content/uploads/2020/04/logo-cam-ranh-media.svg",
  "description": "Thiết kế website chuyên nghiệp",
  "endDate": "2025-06-06T21:00+00:00",
  "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
  "eventStatus": "https://schema.org/EventScheduled",
  "organizer": {
    "@type": "Organization",
    "name": "Thiết Kế Website",
    "sameAs": "https://camranhmedia.com"
    },
  "offers": {
    "@type": "Offer",
    "url": "https://camranhmedia.com",
    "price": "2890000",
    "priceCurrency": "VNĐ",
    "availability": "https://schema.org/InStock",
    "validFrom": "2018-06-01T08:00+00:00"
  },
  "performer": {
    "@type": "PerformingGroup",
    "name": "Evergreen"
  },
  "actor": "Evergreen"
},
</script>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "Tối Ưu Pagespeed Website",
  "url": "https://camranhmedia.com/toi-uu-pagespeed-website/",
  "summary": "Tối Ưu Pagespeed Website",
  "startDate": "2019-06-06T09:30+00:00",
  "duration": "PT1H30M",
  "maximumAttendeeCapacity": "15",
  "location": {
      "@type": "Place",
      "name": "🚀 Load Như Sấm",

    "address": "40/31 Phạm Văn Đồng, Cam Phú, Cam Ranh, Khánh Hòa, Việt Nam"
  },
  
  
  "image": "https://camranhmedia.com/wp-content/uploads/2020/04/logo-cam-ranh-media.svg",
  "description": "Thiết kế website chuyên nghiệp",
  "endDate": "2025-06-06T21:00+00:00",
  "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
  "eventStatus": "https://schema.org/EventScheduled",
  "organizer": {
    "@type": "Organization",
    "name": "Tối ưu Pagespeed Website",
    "sameAs": "https://camranhmedia.com/toi-uu-pagespeed-website/"
    },
  "offers": {
    "@type": "Offer",
    "url": "https://camranhmedia.com",
    "price": "2890000",
    "priceCurrency": "VNĐ",
    "availability": "https://schema.org/InStock",
    "validFrom": "2018-06-01T08:00+00:00"
  },
  "performer": {
    "@type": "PerformingGroup",
    "name": "Evergreen"
  },
  "actor": "Evergreen"
},
</script>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "Quản Trị Website",
  "url": "https://camranhmedia.com/dich-vu-quan-tri-quan-ly-website-chuyen-nghiep/",
  "summary": "Quản lý Website",
  "startDate": "2019-06-06T09:30+00:00",
  "duration": "PT1H30M",
  "maximumAttendeeCapacity": "15",
  "location": {
      "@type": "Place",
      "name": "😎 Tối Ưu Nhanh",

    "address": "40/31 Phạm Văn Đồng, Cam Phú, Cam Ranh, Khánh Hòa, Việt Nam"
  },
  
  
  "image": "https://camranhmedia.com/wp-content/uploads/2020/04/logo-cam-ranh-media.svg",
  "description": "Thiết kế website chuyên nghiệp",
  "endDate": "2025-06-06T21:00+00:00",
  "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
  "eventStatus": "https://schema.org/EventScheduled",
  "organizer": {
    "@type": "Organization",
    "name": "Kiểm soát Website",
    "sameAs": "https://camranhmedia.com/dich-vu-quan-tri-quan-ly-website-chuyen-nghiep/"
    },
  "offers": {
    "@type": "Offer",
    "url": "https://camranhmedia.com",
    "price": "2890000",
    "priceCurrency": "VNĐ",
    "availability": "https://schema.org/InStock",
    "validFrom": "2018-06-01T08:00+00:00"
  },
  "performer": {
    "@type": "PerformingGroup",
    "name": "Evergreen"
  },
  "actor": "Evergreen"
},

</script>

Update 10/08/2020 code event Schema

<script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Event",
      "name": "Thiết kế website Nha Trang",
      "startDate": "2020-07-21T19:00:00-05:00",
      "endDate": "2025-07-21T23:00-05:00",
      "eventStatus": "https://schema.org/EventScheduled",
      "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
      "location": {
        "@type": "VirtualLocation",
        "url": "https://camranhmedia.com/thiet-ke-website-nha-trang.html"
        },
      "image": [
        "https://camranhmedia.com/wp-content/uploads/2020/06/hoc-thiet-ke-web-o-nha-trang-1.jpg",
        "https://camranhmedia.com/wp-content/uploads/2020/06/hoc-thiet-ke-web-o-nha-trang.png",
        "https://camranhmedia.com/wp-content/uploads/2019/09/banner-ve-chung-toi-cam-ranh-media.png"
       ],
      "description": "Thiết kế web Nha Trang chuẩn seo, làm web Nha Trang chuẩn seo, Địa chỉ thiết kế web Nha Trang chuẩn seo. Thiết kế website Nha Trang, thiet ke web Nha Trang, thiet ke website Nha Trang. Thiết kế website giá rẻ Nha Trang, dịch vụ thiết kế web Nha Trang. Công ty thiết kế website Nha Trang uy tín chuyên nghiệp, Thiết kế web ở Nha Trang. Báo giá thiết kế website trọn gói tại Nha Trang",
      "offers": {
        "@type": "Offer",
        "url": "https://camranhmedia.com/thiet-ke-website-nha-trang.html",
        "price": "10000000",
        "priceCurrency": "VND",
        "availability": "https://schema.org/InStock",
        "validFrom": "2024-05-21T12:00"
      },
      "performer": {
        "@type": "PerformingGroup",
        "name": "Thiết kề website Nha Trang"
      },
      "organizer": {
        "@type": "Organization",
        "name": "Thiết kế website Nha Trang",
        "url": "https://camranhmedia.com/thiet-ke-website-nha-trang.html"
      }
    }
    </script>

Update 2022 Event Schema hiển thị nội dung

<div itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate" content="2022">  </span><meta itemprop="endDate" content="2023">
<span itemprop="description" content="Hộp quà tết">  </span>
<span itemprop="image" content="https://happybox.vn/wp-content/uploads/2021/06/happyb.png">  </span>
<a itemprop="url" href="https://happybox.vn/hop-qua-tet/" title="Hộp quà tết" data-wpel-link="internal"> <span itemprop="name">► Hộp quà tết</span></a>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><meta itemprop="name" content="☎ 0906 330 360"><meta itemprop="url" content="https://happybox.vn/hop-qua-tet/">
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><meta itemprop="streetAddress" content="1073/21 Cách Mạng Tháng Tám, Phường 7, Quận Tân Bình, Tp Hồ Chí Minh, Việt Nam"><meta itemprop="addressLocality" content="TPHCM"><meta itemprop="addressRegion" content="Việt Nam">
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/Offer"><meta itemprop="price" content="1"><meta itemprop="priceCurrency" content="VND"><meta itemprop="url" content="https://happybox.vn/hop-qua-tet/"><meta itemprop="availability" content="https://schema.org/InStock"><meta itemprop="validFrom" content="2022-12-01T08:00+00:00">
</span><meta itemprop="eventAttendanceMode" content="https://schema.org/OfflineEventAttendanceMode"><meta itemprop="eventStatus" content="https://schema.org/EventScheduled">
<span itemprop="organizer" itemscope="" itemtype="http://schema.org/Organization"><meta itemprop="name" content="Quà tết cao cấp Happybox"><meta itemprop="url" content="https://happybox.vn/hop-qua-tet/"><meta itemprop="sameAs" content="https://happybox.vn/hop-qua-tet/">
</span>
<span itemprop="performer" itemscope="" itemtype="http://schema.org/PerformingGroup"><meta itemprop="name" content="Quà tết cao cấp Happybox">
</span>
</div>

 

Bình luận

BÀI VIẾT LIÊN QUAN
THÔNG TIN THÊM

Quảng cáo

Nhận Mã Giảm Giá Hosting

Quảng cáo