Khắc phục lỗi hatom blogspot giúp site bạn tốt hơn được google index nhanh hơn và có thức hạng từ khóa tốt hơn trong SEO. Các lỗi thiếu author, thiếu update, thiếu entry-title là những lỗi thường thấy trên blogspot gây nhiều khó khăn cho việc tạo site vệ tinh cho các bạn mới học SEO, Sau đây mình xin chia sẻ lại một số hướng dẫn để mọi người khắc phụ lỗi này.


Để khắc phục lỗi hatom cần chỉnh sửa, thêm, bớt một số code trong html để công cụ đánh giá tốt hơn, giúp blog bạn trở nên hoàn hảo hơn trong bộ máy tìm kiếm google.

KHẮC PHỤC LỖI THIẾU AUTHOR

- Vào Mẫu > Chỉnh sửa HTML
- Tìm đoạn code có dạng như sau:
<span class='post-author vcard'> <b:if cond='data:top.showAuthor'> <b:if cond='data:post.authorProfileUrl'> <span class='fn'> <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'> <data:post.author/> </a> </span><b:else/><span class='fn'><data:post.author/></span></b:if></b:if></span>
- Có thể tìm đoạn code tương tự nằm trong thẻ<span class='post-author vcard'>
- Thay thế đoạn code vừa tìm bằng đoạn code sau:
<span class='post-author vcard' itemscope='itemscope' itemtype='http://schema.org/Person'> <b:if cond='data:top.showAuthor'> <b:if cond='data:post.authorProfileUrl'> <span class='fn author'> <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'> <span itemprop='name'><data:post.author/></span></a></span><b:else/><span class='fn author'><span itemprop='name'><data:post.author/></span></span></b:if></b:if></span>
- Lưu lại

Khắc Phục Lỗi Thiếu Update

- Vào Mẫu > Chỉnh sửa HTML
- Tìm đoạn code sau
<data:post.timestamp/>
- Thay thế thành đoạn code sau 
<span class='updated'><data:post.timestamp/></span>
- Lưu lại


Khắc Phục Lỗi Thiếu Entry-Title
- Vào Mẫu > Chỉnh sửa HTML
Tìm đoạn code như bên dưới với cụm từ 'data:post.title' (một số template có thể là h1, h2)
<b:if cond='data:post.title'>
<h3 class='post-title'>
- Thay thế bằng đoạn code sau:
<b:if cond='data:post.title'><h3 class='post-title entry-title'>
Tìm tiếp đoạn code sau
<div class='blog-posts hfeed'> 
- Xóa chữ hfeed đi và đoạn code trở thành:
<div class='blog-posts'>
Tìm đoạn code sau
<div class='post hentry'>
- Thay bằng đoạn code
<div class='post'>
Tiếp tục tìm đoạn mã
<div class='post hentry uncustomized-post-template 
- Thay thế bằng 
<div class='post uncustomized-post-template


- Lưu Mẫu.

- Có thể mất một vài ngày để google cập nhật, sau một vài ngày các lỗi thiếu author, update, entry-title sẽ được cải thiện.

Sưu Tầm