Chỉnh sửa thẻ Meta Description và Meta Keywords trong Blog

toi-uu-the-meta-description-meta-keywords


Để chỉnh sửa các thẻ meta keyword và meta description các bạn tìm đền đoạn code sau :

<meta name="description" content="" />
<meta name="keywords" content="" />

Và sửa thành :

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Mô tả blog" />
<meta name="keywords" content="Các từ khóa chính" />
</b:if>

Nếu không tìm được đoạn code trên thì bạn thêm đoạn code dưới vào đằng sau thẻ <head>

1 Bình luận trong "Chỉnh sửa thẻ Meta Description và Meta Keywords trong Blog"