By Unknown | 0 comment

Consequently Redirect Blogger 404 Blunder Pages to Landing page

404 lapse pages are regularly made at whatever point you erase out any old post or you simply redesign the posts changing the slugs so its old url simply gives back a mistake page. Well in blogger you are not ready to change any slugs yet in the event that you erase your old post possibly you can redirect that page physically to your another post by utilizing the pursuit inclination alternative formally in blogger or you can utilize the underneath script that will naturally redirect all your 404 blunder pages on blogger to your landing page. So if anybody has interfaced to your more established post and he clicks on that connection now if won't see any clear page rather than that he will be redirected to your landing page for some new substance.

Redirecting 404 Pages Blogger Custom Redirect

Well in the event that you wanna redirect just few 404 pages than you can utilize the authority custom redirect characteristic accessible in blogger that can tackle out your issue. It might be utilized to redirect any more seasoned page to the fresher overhauled one or another blogger post. 

blogger-custom-redirect
  1. Visit Blogger > Settings > Search Preferences > Custom Redirects.
  2. Now just click on edit and and press New Redirect and enter the old URL and your New URL on which you wanna redirect.
  3. Now check mark on Permanent and press Save.   

Redirecting Every one of the 404 Pages utilizing Javascript 

VIEW Demoif you would prefer not to do redirect each page physically than I surmise that you ought to utilize the beneath Javascript that will consequently redirect any 404 mistake page on your site to your landing page or another site. You simply need to glue the code in your format and everything takes a shot at its own.

1.) Visit Blogger > Template > Edit HTML

2.)Now click on Expand Widget Templates and press Ctrl + F and search for or

3.)Now paste the below code right below the above code you just found.
<script language="javascript">
window.location='';
</script>

4.) That’s it now just save your template and refresh any of your 404 error page to check if this script is working or not.

5.) The above is demo can be used as your demo too just change my domain name with your and see how that url will be redirected to your homepage automatically.

6.) NOTE Do not change that Sorry line else script will not work, that's the line blogger officially uses and that's what we are tracking and redirecting.

    Presently in the event that you don't need excessively redirect your 404 pages to your landing page rather you need to redirect to some an alternate site than simply supplant the blue line in above code with http://xxxxxxxx.com and that is it will begin redirecting your slip pages to that area name. 

So I think this will really helpful fro any individual who has numerous 404 slip pages like my site as I confronted some serious issue so I simply need to uproot numerous posts that are presently 404 blunder pages so I have introduced this script and its truly an easing.

0 comment: