Sửa Lỗi Cơ Bản Trên Google Structured Data Testing Tool

Sửa Lỗi Cơ Bản Trên Google Structured Data Testing Tool

Sửa Lỗi Cơ Bản Trên Google Structured Data Testing Tool
Trong quá trình tìm hiểu và sử dụng về Rich Snippet Webmaster Tool (một tiện ích trong Google Webmaster Tool) tôi có phát hiện một lỗi như: missing required field updated, page contains property "image_url" which is not part of the schema, page contains property blogid, postid which is not part of the schema,... 

Do đó tại bài viết này mình xin hướng dẫn 3 lỗi cơ bản mình vừa nêu trên để giúp Blogger của bạn có một cấu trúc tốt để SEOthuận lợi hơn.


» Warning: Missing required hCard "author" error


1. Đăng nhập vào blog
2. Chọn Mẫu
3. Chọn Chỉnh sửa HTML
4. Bấm phím Ctrl+Ftìm và xóa từ khóa hfeed:

Ví dụ thay:
<div class='blog-posts hfeed'>
bằng code:
<div class='blog-posts'>
>>Chú ý: Sẽ có khoảng 02 - 03 vị trí của đoạn mã code này, và bạn phải thực hiện điều này ở tất cả các vị trí.

5. Bấm phím Ctrl+Ftìm và xóa từ khóa hentry:

Ví dụ thay:
<div class='post hentry'>
bằng code:
<div class='post'>
Và thay:
<div class='post hentry uncustomized-post-template'>
bằng code:
<div class='post uncustomized-post-template'>
6. Lưu mẫu và trở lại trang Rich Snippet Webmaster Tool kiểm tra lại. Nếu cảnh báo không xuất hiện nữa, xin chúc mừng bạn - bạn đã khắc phục thành công cảnh báo này.


» Warning: Missing required field "updated"


1. Đăng nhập vào blog
2. Chọn Mẫu
3. Chọn Chỉnh sửa HTML
4. Tìm đến đoạn mã code sau (search theo từ khóa "timestampISO8601"):

<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
Thay thế bằng đoạn mã code :
<a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
5. Lưu mẫu => Xong

» Warning: page contains property "image_url" which is not part of the schema


1. Đăng nhập vào blog
2. Chọn Mẫu
3. Chọn Chỉnh sửa HTML
4. Tìm đến đoạn mã:
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
Thay thế bằng đoạn mã code :
<meta expr:content='data:post.firstImageUrl' itemprop='image'/>
5. Lưu mẫu => Xong

» Warning: page contains property blogid, postid which is not part of the schema


Lỗi này theo mình nghĩ thì thực sự bình thường, blogger cung cấp id của bài viết và id của blogger cho các công cụ tìm kiếm, mình không chắc để làm gì nhưng mình chắc xóa nó đi cũng chả sao. Các bạn nào không thích nhìn thấy lỗi này nữa thì đơn giản chỉ cần tìm đến 2 đoạn mã sau:
<meta expr:content='data:blog.blogId' itemprop='blogId'/>
và chỉnh lại đôi chút
<meta expr:content='data:post.id' itemprop='postId'/>

Like This Post? Please share!

  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

1 comments :

  1. sưa xong thấy lỗi post bài title bị lỗi, bạn xem hộ mình với http://websiteviet123.blogspot.com/

    ReplyDelete

Scroll to top