1. Fix lỗi "Missing Required Field Updated Error"
Đăng nhập blogger => Templates => Edit => Ctrl + F tìm đoạn code sau:
<data:post.timestamp/>
Thay bằng đoạn code sau:
<span class='updated'><data:post.timestamp/></span>
Lưu ý: Bạn phải thực hiện 2 lần việc này.
Sau đó lưu lại vào Google Webmaster để kiểm tra lại.
2. Fix lỗi "Page Contains Property "image_url" Which Is Not Part of The Schema Error"Đăng nhập blogger => Templates => Edit => Ctrl + F tìm đoạn code sau:
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>Thay bằng đoạn code sau:
<meta expr:content='data:post.firstImageUrl' itemprop='image'/>- Sau đó lưu lại vào Google Webmaster để kiểm tra lại.
3. Fix lỗi "Page Contains Property blogid, postid Which Is Not Part of The Schema Error"
Lỗi này gồm 2 lỗi nhỏ là:
- Error: Page contains property "blogid" which is not part of the schema.
- Error: Page contains property "postid" which is not part of the schema.
Ta thực hiện fix như sau:
- Đầu tiên: Backup template của bạn
- Tìm 2 dòng code sau và xóa nó đi:
<meta expr:content='data:blog.blogId' itemprop='blogId'/>- Sau đó lưu lại vào Google Webmaster để kiểm tra lại.
<meta expr:content='data:post.id' itemprop='postId'/>
Chúc các bạn thành công!
Chào bạn, nhờ bạn hướng dẫn giúp cách sửa lỗi Missing author. Cảm ơn bạn!
ReplyDelete