Skip to content Skip to sidebar Skip to footer

SEO Optimization Tips for blogger


SEO Optimization Tips for blogger:-
The 404 error is the HTTP Standard response code, it is indicate the client was requesting a particular page and the server can not able to find that requested page then the server send the 404 error, In blogger we can able to control that error, If the server response the 404 error the we have a settings for controlling the error

1) Settings -> Search Preference -> Custom page Not Found (Edit)

Blogger page not found settings


2) Paste the Below Code to their
<style type="text/css"> #error-404 { border: 20px solid #1B1B1B; border-radius: 240px 240px 240px 240px; height: 240px; margin: 0 auto 40px; text-align: center; transition: all 0.8s ease 0s; width: 240px; } #error-404:hover { border-color: #333; } #error-404 span { color: #FA4C29; font-size: 100px; font-weight: bold; line-height: 240px; } .large-heading { font-size: 48px; line-height: 1.2em; } .light-heading { font-weight: 400; } .status-msg-bg { background-color: transparent; } .sidebar-wrapper, .page-header { display: none; } .main-wrapper { margin-right: 0; } .outer-wrapper { min-height: 0; } .status-msg-border { border: 0 none; } </style><div><A href="http://www.google.com/">CLICK HERE TO HOME PAGE</a></div> <div id="error-404"> <span>404</span>
</div> <h1 class="large-heading" style="text-align: center;">Page not found.</h1> <h2 class="light-heading" style="text-align: center;"><A href="http://allinworld99.blogspot.com/"></a>.</h2>

Replase the word "http://www.google.com/" to your blogger name

How to place page not found code




Custom page not found 404 error




Advertisement

Post a Comment for "SEO Optimization Tips for blogger"