Cách tạo trang báo lỗi liên kết gãy 404 cực đẹp cho mọi mã nguồn dùng cPanel
Ảnh hưởng của liên kết gãy (404 Not Found) ?
Các liên kết gẫy (hay link die) có mã lỗi là 404. Nếu bạn đang SEO website của mình thì liên kết gãy chính là kẻ sát nhân sẽ sát hại trang web của bạn. Khi các bot của máy tìm kiếm tìm thấy các trang 404 này thì không những các trang này không được index lên google mà còn bị google đánh giá xấu về trang web, hơn nữa. Bọ tìm kiếm của máy tìm kiếm sẽ dừng lại ở trang bị gãy mà không đi tiếp để thu thập thông tin của trang web của bạn. càng có nhiều liên kết gãy thì trang web của bạn sẽ bị rating càng tệ và điều này sẽ vô cùng khó khăn khi bạn seo top. Chúng ta có thể dễ dàng tạo ra một trang báo lỗi 404 để khắc phục điều trên bằng công cụ sẵn có của cPanel và làm đẹp nó bằng sức sáng tạo của mình. Hôm nay tôi sẽ ví dụ cho các bạn làm một trang như thế nhé!
Demo: https://cpanel.edu.vn/404.shtml
Demo ảnh:
Hướng dẫn tạo trang báo lỗi 404 (Not Found) độc đáo trên cPanel
Đầu tiên các bạn đăng nhập cPanel và ấn vào Error Pages trong mục Advance để truy cập trình sửa lỗi 404
Tiếp đến ở mục Step 1: Select Domain to Manage Error Pages chọn tên domain mà bạn cần tạo trang báo lỗi.
Mục Step 2: Edit Error Pages for: chọn 404 (Not found)
Sau đó các bạn điền code sau vào và sửa lại nội dung text cho phù hợp với tên site và khẩu ngữ theo ý thích của bạn:
<!DOCTYPE html> <!–[if lt IE 7 ]><html class=”ie ie6″ lang=”en”> <![endif]–> <!–[if IE 7 ]><html class=”ie ie7″ lang=”en”> <![endif]–> <!–[if IE 8 ]><html class=”ie ie8″ lang=”en”> <![endif]–> <!–[if (gte IE 9)|!(IE)]><!–> <html lang=”en“> <!–<![endif]–> <head> <head> <meta charset=”utf-8” /> <title>Hướng dẫn sử dụng cPanel</title> <meta name=”author” content=”cPanel edu” /> <meta name=”keywords” content=”Hướng dẫn sử dụng cPanel, các lỗi thường gặp khi sử dụng cPanel” /> <meta name=”description” content=”Hướng dẫn sử dụng cPanel, các lỗi thường gặp khi sử dụng cPanel” /> <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1” /> <style> @import url(https://fonts.googleapis.com/css?family=opensans:500); body{ background: #33cc99; color:#fff; font-family: ‘Open Sans’, sans-serif; max-height:700px; overflow: hidden; } .c{ text-align: center; display: block; position: relative; width:80%; margin:100px auto; } ._404{ font-size: 220px; position: relative; display: inline-block; z-index: 2; height: 250px; letter-spacing: 15px; } ._1{ text-align:center; display:block; position:relative; letter-spacing: 12px; font-size: 4em; line-height: 80%; } ._2{ text-align:center; display:block; position: relative; font-size: 20px; } .text{ font-size: 70px; text-align: center; position: relative; display: inline-block; margin: 19px 0px 0px 0px; /* top: 256.301px; */ z-index: 3; width: 100%; line-height: 1.2em; display: inline-block; } .btn{ background-color: rgb( 255, 255, 255 ); position: relative; display: inline-block; width: 358px; padding: 5px; z-index: 5; font-size: 25px; margin:0 auto; color:#33cc99; text-decoration: none; margin-right: 10px } .right{ float:right; width:60%; } hr{ padding: 0; border: none; border-top: 5px solid #fff; color: #fff; text-align: center; margin: 0px auto; width: 420px; height:10px; z-index: -10; } hr:after { content: “\2022”; display: inline-block; position: relative; top: -0.75em; font-size: 2em; padding: 0 0.2em; background: #33cc99; } .cloud { width: 350px; height: 120px; background: #FFF; background: linear-gradient(top, #FFF 100%); background: -webkit-linear-gradient(top, #FFF 100%); background: -moz-linear-gradient(top, #FFF 100%); background: -ms-linear-gradient(top, #FFF 100%); background: -o-linear-gradient(top, #FFF 100%); border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; position: absolute; margin: 120px auto 20px; z-index:-1; transition: ease 1s; } .cloud:after, .cloud:before { content: ”; position: absolute; background: #FFF; z-index: -1 } .cloud:after { width: 100px; height: 100px; top: -50px; left: 50px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; } .cloud:before { width: 180px; height: 180px; top: -90px; right: 50px; border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; } .x1 { top:-50px; left:100px; -webkit-transform: scale(0.3); -moz-transform: scale(0.3); transform: scale(0.3); opacity: 0.9; -webkit-animation: moveclouds 15s linear infinite; -moz-animation: moveclouds 15s linear infinite; -o-animation: moveclouds 15s linear infinite; } .x1_5{ top:-80px; left:250px; -webkit-transform: scale(0.3); -moz-transform: scale(0.3); transform: scale(0.3); -webkit-animation: moveclouds 17s linear infinite; -moz-animation: moveclouds 17s linear infinite; -o-animation: moveclouds 17s linear infinite; } .x2 { left: 250px; top:30px; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); transform: scale(0.6); opacity: 0.6; -webkit-animation: moveclouds 25s linear infinite; -moz-animation: moveclouds 25s linear infinite; -o-animation: moveclouds 25s linear infinite; } .x3 { left: 250px; bottom: -70px; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); transform: scale(0.6); opacity: 0.8; -webkit-animation: moveclouds 25s linear infinite; -moz-animation: moveclouds 25s linear infinite; -o-animation: moveclouds 25s linear infinite; } .x4 { left: 470px; botttom: 20px; -webkit-transform: scale(0.75); -moz-transform: scale(0.75); transform: scale(0.75); opacity: 0.75; -webkit-animation: moveclouds 18s linear infinite; -moz-animation: moveclouds 18s linear infinite; -o-animation: moveclouds 18s linear infinite; } .x5 { left: 200px; top: 300px; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); transform: scale(0.5); opacity: 0.8; -webkit-animation: moveclouds 20s linear infinite; -moz-animation: moveclouds 20s linear infinite; -o-animation: moveclouds 20s linear infinite; } @-webkit-keyframes moveclouds { 0% {margin-left: 1000px;} 100% {margin-left: -1000px;} } @-moz-keyframes moveclouds { 0% {margin-left: 1000px;} 100% {margin-left: -1000px;} } @-o-keyframes moveclouds { 0% {margin-left: 1000px;} 100% {margin-left: -1000px;} } </style> </head> <body> <div id=”clouds“> <div class=”cloud x1“></div> <div class=”cloud x1_5“></div> <div class=”cloud x2“></div> <div class=”cloud x3“></div> <div class=”cloud x4“></div> <div class=”cloud x5“></div> </div> <div class=’c‘> <div class=’_404‘>404</div> <hr> <div class=’_1‘>CÓ GÌ ĐÓ SAI SAI</div> <div class=’_2‘>TRANG MÀ BAN VỪA TRUY CÂP KHÔNG TỒN TAI HOĂC ĐÃ ĐƯƠC RỜI ĐI</div> <a class=’btn‘ href=’https://cpanel.edu.vn/‘>Ấn vào đây để trở về Trang Chủ</a> </div> </body> </html>
Xong rồi! , giờ hãy thử truy cập bừa một đường link không tồn tại và xem kết quả nhé!
Related Posts