Nếu bạn là một người am hiểu về SEO thì khái niệm Structured Data thì
không phải bàn, trong webmaster bạn sẻ thấy phần Structured Data của
Blogger luôn có những lỗi phổ biến như: "Missing Required Field Updated
Error", "Page Contains Property "image_url" Which Is Not Part of The
Schema Error", "Page Contains Property blogid, postid Which Is Not Part
of The Schema Error". Sau đây là hướng dẫn nhanh giúp các bạn fix những
lỗi này giúp cho việc SEO Blogger tốt hơn.
1. Fix lỗi "Missing Required Field Updated Error"
Đăng nhập blogger => Templates => Edit => Ctrl + F tìm đoạn code sau:
Đăng nhập blogger => Templates => Edit => Ctrl + F tìm đoạn code sau:
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à:
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:
Chúc các bạn thành công!
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!