How to create 404 error page and redirection for blogger blogspot website

0

How to create 404 error page and redirection for blogger blogspot website:

First of all,

Why we have to create 404 error page and redirection for blogger blogspot website?

Create 404 error page for blogger.com is a very important page for our blog because while visitor is entering wrong URL about your blog page, then it has to generate 404 error or it has to redirect to your custom landing pages. Because blogger.com is the base platform for all blogger.


Almost 90 % of the blogger starts their journey with blogger.com, after some improvement they will move on to WordPress or custom website.  Once if you created brand name on your blog, that time visitor will come with direct URL entry not from any search engine. That time if you did not create this 404 error page or 301 0r 302 redirections, it leads to bad impression about your blog to your visitor, then they will move on to another website.

READ  How to Change Author photo in blogger for premium template
Pixaline / Pixabay

In this tutorial I am going to show how to create 404 error page and redirection for blogger blogspot website

What happened if you did not create 404 error page and redirection for blogger blogspot website?

Nothing will happen, it just tells “Sorry, the page you were looking for in this blog does not exist”. Creation is not mandatory, it just information to our visitor. But redirection will be of effective one…That time you have two URL for your Home page of your website.

Please follow steps to create 404 error page and redirection for blogger blogspot website:

READ  Blogger XML Sitemap generator Do not Follow ctrlq.org/blogger/

First we see

How to create 404 error page for blogger blogspot website:

  • Login to your blogger.com dashboard, which you want to create 404 error page

 


  • Go to settings => search preferences => see error and redirections => Click edit on Custom page not found

  • Paste the below linked Code

——————————————————————————————————————

<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 id=”error-404″> <span>404</span>
</div> <h2 class=”large-heading” style=”text-align: center;”>Page not found.</h2>
<h3 class=”light-heading” style=”text-align: center;”>Sorry, the page you were looking for on this blog does not exist.<br>You will be redirected shortly to the homepage.</h3>
<script type = “text/javascript”>
BSPNF_redirect = setTimeout(function() {
location.pathname= “/”
}, 5000);
</script>

READ  How to add Menu and Submenu in blogger

————————————————————————————————————————-

  • Hit Save button, that all you done it

 

  • Then View your blog => put wrong URL like https://yourblog.blogspot.com/wrongurl=> enter

 

  • You will see the error message

  • That all you have created 404 error pages for your blogger blogspot website

READ  How to convert copied content into unique original content

Next: we see how to create custom redirection for your Blogspot website to any of your custom website

Your page may be broken or deleted, that time custom redirect helps to visitor visit custom pages.

In this tutorial we are going to see how to create custom redirects for your blogspot website. You can create two types of redirection

A 302 redirect means that the page has moved temporarily. A 301 redirect means that a page has moved to a new location permanently. Use the 301 redirect to your blog deleted or changed the URL of your post. In most instances, the 301 redirects are always recommended for SEO because it will pass the link of your custom page and visitors also will get benefit from this.

READ  How to enable ssl for a custom domain for blogger

301 is not suitable when you change your custom-domain, because it only supports redirection within the same blog, not to an external URL

How to create custom redirection:


  • Login to your blogger.com dashboard, which you want to create custom url redirection

 

  • Go to settings => search preferences => see error and redirections => Click edit on CUSTOM Redirection

 

  • Paste the URL followed by “/your page.html”
READ  How to Get ahref For Free

  • Provide from and to URL (source and destination)

 

  • Click Save it

 

  • You just check your pages. It will automatically redirect to your custom pages.

 


LEAVE A REPLY

Please enter your comment!
Please enter your name here