Blogger redirect 404 to homepage

Everyone who has a blog desirous that articles that have been posted on the blog can be found by search engines. What if the posting has been in the index by search engines and intentionally or unintentionally we change the url or delete such posts? When the posting has been deleted / changed address URL, and then there are potential visitors who find url long (before being removed / replaced),then when the URL is opened the message "Sorry, the page you were looking for in this blog does not exist. "
Blogger redirect 404 to homepage
Sorry, the page you were looking for in this blog does not exist

If visitors find such a message, there may be some visitors who feel disappointed. because they expect to find articles that they are looking for.
Well, to ease the disappointment of the visitors who come across an error message as above, then we can replace the message with a redirect to the main page search blogs.
Here's how to switch the 404 on blogger
- Login to your blogger account
- Settings> Search preferences
- Find Errors and redirections> Custom Page Not Found
- Click Edit, then will pop up a boxBlogger redirect 404 to homepage automatic
- Fill in the box with the following text:
 Sorry, the page you are looking for was not found. You will be redirected to the HomePage. <script type = "text/javascript">
//bloggermendalo.blogspot.co.id/
setTimeout(function() {
location.pathname= "/"
}, 2000);
</script>

Click Save Change
That post about Blogger redirect 404 to homepage, May be useful

How to add robots.txt to blogger

How to add robots.txt to blogger. Robots.txt is a text file that is found on a website or blog to instruct the robot on search engines so that the website can be crawled by the search mensin. (roughly like that sense robots.txt), if pengrtian robots.txt less true, please straighten in the comments field.

At blogger also provides the facility to add robots txt, but by default robots.txt at blogger is empty. And blogger warned us to be careful in adding robots.txt, because if one in adding robots.txt, then the blog will be ignored by the search engine (blog can not be found by search engines.

Here is how to add a robots.txt on blogger:
- Please go to "google blogger login account", and do login with your email and password
- Settings> Search preferences
- Find Crawlers and indexing, and underneath there is a Custom robots.txt
- In the default position, robots.txt disable status. And to use it please click Edit
How to add robots.txt to blogger
How to add robots.txt to blogger

- After clicking edit, provide a check on Yes, and will show an empty box that you must fill in:
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: / search
Allow: /
Sitemap: http://bloggermendalo.blogspot.co.id/feeds/posts/default?orderby=UPDATED

- Replace bloggermendalo.blogspot.co.id with your blog url
- Continue to click the Save Change
Hopefully, after the adding a robots.txt file, our blog will be easily crawled by search engines

how to add Featured post widget blogger

Feature post is a widget that displays one or more posts that have been chosen by website owners to display in the widget. But sometimes there are also some features posts are made at random, but specifically for a future post to display random posts are usually called random post. There are so many styles and shapes are used by website owners to display the features of the post, there is a feature that displays the post with a slider (feature post run), feature animation or a post with another post feaure style.

Nowadays bloggers have been providing widget feature post, although the feature post provided by still modest but at least have memperudah blog owner to make a feature post without changing the code of an existing template, just with a few clicks we have been able to have a widget feature post and post feature is also very easy to be moved to the widget to the left, right or center.

Here's how to create a feature post without editing html.
- If you have not logged in, please login to blogger
- Go to Layout> Add a Gadget
- Click Featured post and add
- Make the settings on the Configure page featured post your liking. On that page, you can specify the Show Post Title, Show image, then choose the posts to be displayed in the select a featured post.
Featured post widget blogger


- Then save your work by clicking Save
To move a widget featured post position, simply click and drag and move it in the desired position.

How to add related posts in blogger

How to add related posts in blogger. The function of the related post is to display related posts. In general, future post made based label, for example: if we make posts with label bloggers and when such posts open the post that labeled other bloggers will be shown on the related post. Benefits related post for visitors is to allow visitors to find other articles that relate to the post that is being read.
Well, then how do I make a related post on blogger?
Here is how to make the related post on blogger
- Please login to blogger
- Go to Template> Edit HTML
- Search code:
]]></b:skin>
Add the following code below
]]></b:skin>
Add the following code below

<!--RELATEDPOSTMULAI-->
<style>
#related-posts{float:left;width:100%;border-bottom:0 solid #888;border-top:0 solid #88daed;margin:5px 0 10px;padding:15px 0 10px}#related-posts .widget h2,#related-posts h3{font:18px Oswald;color:#000;text-transform:none;margin:0 0 10px;padding:0}#related-posts a{color:#16A1E7;font:12px Verdana}#related-posts li{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8fuDoQrDkmgsr_72V_0iYqmtnIfndZv0oY-KPZ4ShmUfkDcUi4BSx4EcVjfW-6KmIHMn435ZMfpOsLMrE9HdrF_IK0Gx-8SGYhBEEc4cHZxZGYYumu0reY3uso74CsyEkX2KfdwQgmeE/s1600/bullet-list.gif) no-repeat 0 10px;text-indent:0;line-height:1.3em;border-bottom:1px dotted #ccc;margin:0;padding:3px 0 8px 12px}#related-posts a:hover{color:#c00;text-decoration:none}#related-posts .widget{margin:0;padding:0}#related-posts ul{list-style:none;margin:0;padding:0}
</style>
<script type='text/javascript'>
var relatedpoststitle=&quot;<h4>Artikel Mirip denngan : <a expr:href='data:post.url'><data:blog.pageName/></a></h4>&quot;;
</script>
<script type='text/javascript'>
//<![CDATA[
var relatedTitles=new Array();var relatedTitlesNum=0;var relatedUrls=new Array();function related_results_labels(c){for(var b=0;b<c.feed.entry.length;b++){var d=c.feed.entry[b];relatedTitles[relatedTitlesNum]=d.title.$t;for(var a=0;a<d.link.length;a++){if(d.link[a].rel=="alternate"){relatedUrls[relatedTitlesNum]=d.link[a].href;relatedTitlesNum++;break}}}}function removeRelatedDuplicates(){var b=new Array(0);var c=new Array(0);for(var a=0;a<relatedUrls.length;a++){if(!contains(b,relatedUrls[a])){b.length+=1;b[b.length-1]=relatedUrls[a];c.length+=1;c[c.length-1]=relatedTitles[a]}}relatedTitles=c;relatedUrls=b}function contains(b,d){for(var c=0;c<b.length;c++){if(b[c]==d){return true}}return false}function printRelatedLabels(a){for(var b=0;b<relatedUrls.length;b++){if(relatedUrls[b]==a){relatedUrls.splice(b,1);relatedTitles.splice(b,1)}}var c=Math.floor((relatedTitles.length-1)*Math.random());var b=0;if(relatedTitles.length>1){document.write("<h3>"+relatedpoststitle+"</h3>")}document.write("<ul>");while(b<relatedTitles.length&&b<20&&b<maxresults){document.write('<li><a href="'+relatedUrls[c]+'">'+relatedTitles[c]+"</a></li>");if(c<relatedTitles.length-1){c++}else{c=0}b++}document.write("</ul>");relatedUrls.splice(0,relatedUrls.length);relatedTitles.splice(0,relatedTitles.length)};
//]]>
</script>
<!--RELATEDPOSTWESLAH-->


- Continue to find the code
<div class = 'post-footer ">
Add the code above:
<b:if cond='data:blog.pageType == &quot;item&quot;'><div id='related-posts'> <b:loop values='data:post.labels' var='label'> <b:if cond='data:label.isLast != &quot;true&quot;'> </b:if> <b:if cond='data:blog.pageType == &quot;item&quot;'> <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'> var maxresults=5; removeRelatedDuplicates(); printRelatedLabels(&quot;<data:post.url/>&quot;); </script>
</div><div class='clear'/>
</b:if>

View image:
How to add related posts in blog

- Click SAVE TEMPLATE


To create a related post responsive / mobile version, then we have to add the code:
@media screen and (max-width:320px){.related-posts ul{padding:0;list-style-type:none}.post blockquote{margin:5px;background:#C3C3C3;font-family:"Arial",Verdana;font-style:italic}}.post blockquote{-webkit-touch-callout:text;-webkit-user-select:text;-khtml-user-select:text;-ms-user-select:text;-moz-user-select:text}.post{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-ms-user-select:none;-moz-user-select:none}
above
]]></b:skin>

How to remove wrench icon in blogger

How to remove wrench icon in blogger. wrench icon that appears on the template bloggers are very influential in seo blog. If the statement is still unsure please check your blog in chkme.com. enter your blog url there, and if your blog is still there wrench_icon, then the image will show how many wrench_icon you have to mention //img1.blogblog.com/img/icon18_wrench_allbkg.png.

How to remove wrench icon in blogger
How to remove wrench icon in blogger

Without a long story, let's get to know how to remove wrench_icon on blogger
- Let's login to blogger.com
- Open the Template
- Edit html
- Find <b:include name='quickedit'/>, to facilitate the work simply press Ctrl + F paste <b:include name='quickedit'/> in the Search field: and enter
- Remove all the code <b:include name='quickedit'/> there is no template you, if it continue to save the template

There are also other ways that can be used by adding the css .quickedit {display: none;}
But if I am personally satisfied by deleting <b:include name='quickedit'/>

how to remove background image on blogger template

In the previous posts, we have discussed about "How to Change background image in blogger", and at this time we try to discuss about how to remove the background image on the default blogger template.
Actual background image on the template affects the loading speed of a blog, but basically if the template using a background image would look nicer. Due to various reasons and by taking strong decisions we finally decided to remove the background image on the blogger template.

If there are still some blogs admin who still need a tutorial on how to remove them, please follow the step by step below:
- Login to blogger
- Template> Customize> Background
- Under the Background image, there is a small town and underneath is written Remove image, please click on Remove mage. This will bring up a question Do you want to remove the background image, please click OK
how to remove background image on blogger template
how to remove background image on blogger template

- Appy to blog
This method can be used on blogs that uses blogger default template

How to change background image in blogger

When we use the default template or template blogger makers design results blogger templates, blogger templates sometimes preferred to use a background image, while we actually did not like the images used in the template ..
Well, one way out is we have to change the images used in the template database.
To change the background image on the (special blogger default template) is:
- Please login to blogger.com
- Click Template
- Customize
how to change background image in blogger
how to change background image in blogger

- Background
- If you clicked the background, it will show background_Select_background_image selection menu, please select the background that has been provided or simply upload your own background.
(to upload your own images please upload image)
- When you are done simply click Done, and Apply to blog
- See the results
Good luck