"The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server, but the server could not find what was requested."
In simple words the page that will be displayed when the actual page is not found is called a 404 Error Page.
Our 404 page will prompt visitor that he has landed a wrong page and will provide him three important options which are:
In simple words the page that will be displayed when the actual page is not found is called a 404 Error Page.
Our 404 page will prompt visitor that he has landed a wrong page and will provide him three important options which are:
- Go Back to the page from where he came from. We will use JavaScript here.
- Contact the Admin and inform him about the broken link. This will help you track broken links
- And finally to provide a link to homepage.
How to Install
- Go To draft.blogger.com > Settings > Search Preferences
- Click on Edit link next to : Custom Page Not Found
- Inside the box paste the following code:
<p style="line-height: 30px"><strong><font color="#ff0000" size="5"> Oops!
</font><font color="#666666">Looks like you either clicked a broken link or
a Page that no more exits. Kindly do one of the followings: </font></strong>
</p>
<ol style="line-height: 25px">
<li><a href="javascript:history.go(-1)">« Go Back</a> </li>
<li>Report the Problem to us by
<a href="http://bloggertofree.blogspot.com/p/contact-us.html">Clicking Here</a> (<em>This
will help us serve you even better</em>) </li>
<li>Go To Homepage by <a href="http://bloggertofree.blogspot.com">Clicking
Here</a> <br>
</li>
</ol>
<p align="center"><font style="font-size: 100px" color="#0080ff"><strong>404</strong></font></p>
<p> </p>
<p align="center"></p>
<p align="center"><font size="5">Page Not Found!</font></p>
Make these customizations:
- You can edit the bolded texts with anything you like
- Replace http://bloggertofree.blogspot.com/p/contact-us.html with link of your contact page
- Replace http://bloggertofree.blogspot.com with your homepage link
0 comments:
Post a Comment
Please do not spam Spam comments will be deleted immediately upon our review.
Regards,
JeHad Hussein
Note: Only a member of this blog may post a comment.