SEO HTML

Heading Tag:


Tag Meta SEO: (Tham khảo)


<html lang="vi">

Khai báo ngôn ngữ cho website


Tag in <head>


<meta name='revisit-after' content='1 days' />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

`Thêm 3 thẻ này` Nếu bị trùng or website đã có thì không bổ sung `Lưu ý` Thẻ meta http-equiv="Content-Language" content="vi"> đối với website nào mà 2 ngôn ngữ thì khi chuyển qua ngôn ngữ tiếng anh, chổ content sẽ là en meta http-equiv="Content-Language" content="en">


<title>Your Fantastic Title</title>
<meta name="description" content="Your gorgeous description">

Title: keep it under 70 characters long

Description: 160 ~ 300 characters


<link rel="alternate" href="https://domain_name.vn/iphone/" hreflang="vi-vn">

"Thẻ hreflang là một thẻ siêu dữ liệu khai báo trên đầu của website giúp các công cụ tìm kiếm trích xuất dữ liệu theo đúng ngôn ngữ mà website đang viết"

Canonical tag:


<link rel="canonical" href="https://domain_name.com/thu-vien-anh">

`Đang ở trang nào thì link sẽ là link ở vị trí trên sẽ là link của trang đó, vd đang ở trang thư viện thì sẽ là link: https://domain_name.com/thu-vien-anh`


Open Graph tags - SEO Facebook:


<meta property="fb:app_id" content="467308673824165">

<meta property="og:title" content="Name_website">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.domain_name.vn/vi/">
<meta property="og:image" content="https://www.domain_name.vn/uploads/image_1.jpg">
<meta property="og:description" content="Lorem ipsum dolor sit amet consectetur adipisicing elit.(the limit of 200 characters)">

Robots tag - Noindex 404: Viewmore


Để hướng dẫn Google không cho phép một trang cụ thể xuất hiện trong kết quả tìm kiếm, bạn có thể chỉ định googlebot làm tên của thẻ meta:
<meta name="robots" content="noindex, nofollow">

Để chỉ định riêng nhiều trình thu thập dữ liệu, hãy sử dụng nhiều thẻ meta robots:
<meta name="googlebot" content="noindex">
<meta name="googlebot-news" content="nosnippet">

Nofollow Tag a: link social, email, tel:

            
<a href="#" rel="nofollow" title='facebook' target="_blank"> Content tag </a>