Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Latest Custom Robots.txt file settings in Blogger for SEO

Custom Robots.txt for blogger
Today I will show you How to Enable Custom Robot.txt File in Blogger for better SEO and search engine results?

Blogger now lets you edit your blog's robots.txt file. What are Robots.txt files, robots files are plain text files which instruct the search engines what to not index. Robot.txt is a way to tell search engines whether they are allow to index a page in the search result or not. The bots are automatic, and before they could access your site, they check the Robot.txt file to make sure whether they are allowed to crawl this page or not.

How to Enable Custom Robots.txt in Blogger


1. Blogger Dashboard >> Select Blog >> Select Settings tab >> Search Preferences

Robots.txt

2. Click on Edit in front of Custom robots.txt
3. Click on Yes and proceed to next step.
3. Next a box comes up and paste following given code.

User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Allow: /
Sitemap: http://YOURBLOGURL.blogspot.com/sitemap.xml
4. and finally click on Save Changes button to save code.

I hope this tip would help you. If you are having any issue regarding crawling then, feel free to leave your questions in the comments below and I would try to help you in solving them.

How to Open multiple links by a single click

Hello fellow Bloggers. A reader just asked about opening more than 1 link by clicking a link. I am presenting down the html code for that. You can open as many links by clicking single anchor text link. All the links will open in new tabs.

To open link in new tab

A regular link can be opened in new tab. Just place target='_blank' after the URL.
Like this
<a href="URL link" target="_blank">Text to Display</a>

To open multiple links in new tabs

To open more than one links just add the following code
onclick="window.open(&quot;YOUR_2nd_URL&quot;);"

Your link html will look like this
<a href="1st Link" onclick="window.open(&quot;2nd_Link&quot;);">Link Text</a> 

Just take this example Blogger SEO by UK . This link will open our homepage in current tab and 2nd link in new tab. But the text shown is one for both link tabs. Down is the html code.
<a href="http://www.blogtipsuk.com/" onclick="window.open(&quot;http://www.blogtipsuk.com/2015/05/how-to-make-money-with-infolinks-on-blogger.html&quot;);">Blogger SEO by UK</a> 

You can add as many links as you like with this code.
Hope its clear for all the readers. Have a good day!

Use stylish Mouse Pointers in Blogger/Blogspot

use Mouse Cursor in Blogger
Hello Friends, in today's tutorial I am going to tell you how to install a beautiful mouse cursor in your blogger blog with a very simple HTML code. Make your blog look beautiful with stylish mouse cursor and back to top button.

Mouse Cursor:

In computing, a pointer or mouse cursor (as part of a personal computer WIMP style of interaction) is a graphical image on the computer monitor or other display device. The pointer echoes movements of the pointing device, commonly a mouse or touchpad, and signals the point where actions of the user take place. It can be used to select and move other graphical user interface elements, and is distinct from the cursor, which responds to keyboard input. The cursor may also be repositioned using the pointer.
You would also like to add:  Emotion Smileys for Blogger Comments

Mostly people, especially new blogger want to make their blog more beautiful and shiny. There are many tricks have been shared on the internet about this issue. But the one I'm going to share, is the easiest method to add a mouse cursor in your blog. Let's now come straight to the solution.

How To Change Mouse Cursor In Blogger

Follow the steps below to do this

  • Log-in to your blog
  • Template >> HTML >> Proceed
  • Search For this code ]]></b:skin> (tip: Use CTRL+F)
  • Now Just above/before ]]></b:skin> insert following code

body{
cursor: url(IMAGE LINK), auto;
}
Now Save your template and view your blog.
Replace IMAGE LINK with the image link of your mouse pointer image.

Tell me in comments if this worked for you. In case of any error comment down I will try to solve your problem. Have a good day ahead!

Add Emoticons Smileys in Blogger Comments

Add Smileys in Blogger Comments
Emoticons/Smileys are a great way of making discussions more interesting and fun, so it's a pity that Blogger don't support them. In this tutorial, I will show you some simple steps on how to add some very cool emoticons called Kolobok to your Blogger/Blogspot comments, so that you and your blog visitors will be able to have an enjoyable time together.

UPDATE: Now available for threaded commenting system too!

How To Add Kolobok Smileys Emotions to Blogger Comments
Step 1.  Log in to your Blogger account and go to Template - Edit HTML

Step 2.  Click anywhere inside the code area and press the CTRL + F keys to open the search box

open the search box in blogger HTML

Step 3.  Search (CTRL + F) for this tag:
</body>

Step 4.  Copy and paste just above it, this code:

a) For previous commenting system with comments that have no reply function:
<!--kolobok-smileys-->
<script src='http://helplogger.googlecode.com/svn/trunk/[helplogger.blogspot.com]smileys.js' type='text/javascript'/>
<!--kolobok-smileys-->
b) For threaded commenting system with comments that have the reply function:
<script src='https://helplogger.googlecode.com/svn/trunk/kolobok threaded.js' type='text/javascript'/>
Note: ignore steps 5-8 if you are using threaded comments!

Step 5.  Now find this code snippet:
<b:loop values='data:post.comments' var='comment'>
Step 6.  Paste the following code just above it:
<div id='smileys'>
Step 7.  Find the following code (look carefully, it should be somewhere below the code from step 5)
</b:loop>
Step 8.  Paste the following tag just after it:
</div>
Step 9.  Now find this code:
a) For previous commenting system:
<data:blogTeamBlogMessage/>
Note: if you'll find it like 4 times, stop to the 2nd one!

b) For threaded commenting system:
<div class='post-footer-line post-footer-line-3'>

Step 10.  And add this code just after it:
<b:if cond='data:blog.pageType == &quot;item&quot;'><script type='text/javascript'>
//<![CDATA[
function moreSmilies() {
    document.getElementById('smiley-more').style.display = 'inline';
    document.getElementById('smiley-toggle').innerHTML = '<a href="javascript:lessSmilies()"><div style="font-size:small; font-weight:bold;color:#000000;">Hide Emoticons</div></a>';
}
function lessSmilies() {
    document.getElementById('smiley-more').style.display = 'none';
    document.getElementById('smiley-toggle').innerHTML = '<a href="javascript:moreSmilies()"><div style="font-size:small; font-weight:bold;">Show Emoticons</div></a>';
}
//]]>
</script>
<div class='emoticons'>
<a href="http://www.blogtipsuk.com/2014/08/add-emoticons-smileys-in-blogger-comments.html" ><img alt="Emoticons Smileys for Blogger Comments" title="Add these Smileys in your site" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBCqgO1PxvDi95xl_4l8q0Qck4fwgRpEzYazRvHHtWJkhnacBOT2uUgyj49I8DnkTDfyTzT7hyphenhyphenUnjfaNrimRJeGwp_MoJPzJUstBooOyArcYb074tjcOPrM8AkUW8EFRcElVW0O6ZCmVjq/s1600/Add+in+your+Site.jpg" height="20" width="100" /></a>
<span id='smiley-more' style='display: none;'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4oHa9vrlviX1OC4WfyH6PCjef3M3yNx04vup64_yBYwoL5CYMZWcz6BlMuti_Lyz6PQViaYrSNFJIRmtlQTvDMpoluJ-HQS2UJPyWv4n6yJnRqUfSmUmHeNUbthFnTlUtTFTfD7qzrao/s1600/smile3.gif'/>:)
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPQfYO0bxfWg-r1nt2yETWy5Z5P-ShgWMGey9G9v3MzNRznzbWbItcH83Ma9jzinFVhi3WvajVXKFvfS0QJjsARBnKfzKLvyAqXeCqMtc2k3GCKLOwtVvm4MUNmQTyPJIbAZA9pSCkmtE/s1600/sad.gif'/>:(
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpsmGjHQTWtQPfyZBqZ6e1_jrhM9DR_4xwSWCFltPAQuzl14xp8Goc8uIAlKQjQNOUJbETE_cuhuMksWXcFwMSyjPCeZ63IOdCOBAN1o56tecyvev_Ml0bjveSDr0XsNOt_G67EjhDJ6Y/s1600/taunt.gif'/>:))
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgusUgN-Fe6TEFzfb_w2LE8zhwy6wNs7qNXyA0IiMTYyBNF-n7XmHIzAtwGpWk-Kgn_Sw8xAsIty5i07Qg62tc5TIKUsL143W1EiyK2p0UgAoqAFu44eXkGyiI3jKEnG2PkxcVTy88osLs/s1600/cry2.gif'/>:((
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmzWdJp8KdIeMOfCrdstn8qYAy-uCYAa2jmjlp0LEsLrNC0GI_AJm4heWNJWyPv9JWWPo-rlvCqpsq87FbAckPg0qkPFvg2X1iKB09zbsTa12D0lc2miJ03Z1R501pSSjBaeCY7L8ppEU/s1600/rofl.gif'/>=))
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3fD0WtorbifmlMgDPfA5cYLXq_ab99QwTx3bGpXBUyeUpI6kpaV1urCgoaThB8XiuHgPN_8WOn7VMsqi9CIpzNVzzvUMkqPGf0N7VqCFI3cFcgWqz7kEtIogBgmCkDSkWY3bTidjvV44/s1600/suicide.gif'/>=D&gt;
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8RfJLRu3xOS1nXjPyJGjLyzdvakKMwmP3Xjrm1ba6j9PpuylzAZ-082eeLfBj7rAk-J1wtkFl33MirU7QlqPCihj_v2AnOQMA6XZ30d1d9-RrgHSE6mAWo4id-8m4naguJTnQJnscnp0/s1600/biggrin.gif'/>:D
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKNVD-AWAJsMeay9cnjZdapawGepz6kTNtJc_PqMtvAam7vr-qFEshSKYXHBf1JpTNMDy-cbSHa4Fl9eMMPnOf0o0OoIUy9xfIrMVaTK4bO2nM3f2w2yuvHunUD4ub76GYDW8H2TqGgpk/s1600/tongue.gif'/>:P
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsHB__0dUUSjpL0RJ8opzjA1yU5PkPUzp9aRwytZ_tiQzJ9uNYQUI695WmGjB51URx-P5VvdyjrQzetPGsnUNsIa5RQqtTZ7oaScU5RF0Z6a6s3cFko5y3Y8d8mRyawHAJDnkACLTesz0/s1600/shock.gif'/>:-O
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZuGl7uiw1afwDdGT0bQXnitzeZReqmrolbV6mB_WzI1L52BZSnoB70GiDxnmrMHtUFIF0Coa8NyHrWQHmkwfMD4k1V5B-UqMf5LGZYTXu9-ktwxDScTGbGUiLpCyceNIHiBVu6h-6y68/s1600/think.gif'/>:-?
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCHEdPxLP4_VSlXPgrqaxgy2hfP1SfjDCdFC1RFT5g-4cz63mDi2gNgD3cERbhnlpBeqybePns1hByN3jMQ846TDjCM_wg7sbgZlA7lQXXN0olp5UtpCHdFJe4s6M4rQxzLGT9d0DBu2A/s1600/unsure.gif'/>:-SS
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeNMZaQE9S9ba_ziA2Xag_N8zMKjqdDUKr3sI-NNCPSS3nSTf5nu25tHWi7iPRVuA57G4uV3xJt_OC2D5jTL_DDz5c9prEk_MmnnX3J6AsWO6BVnuf5PNtkuXksEtgfky16_BpG3YDp04/s1600/flowers1.gif'/>:-f
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2NOENpOBPG4fbTlPCehWWWeQFonwFjuPeTHZy4Nmxq5CwIgFIJ-FxWrKa10gGGMs_arAF24soZOCNcl64BtZXZxGYpppG65-IFK_GbbYLnQlFA4hiYzgRWvxHFI8NO0lA2Yg6-JdMj1U/s1600/doh.gif'/>d(
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm9Np6skLC2Wb3DAY8VKfcxKGrmrVIDpfaLRicOqd3O3VCC6K5IfyQ3AEkebcF8OymO8gGg6hjSOnksH1vsvqPr7JNv2TT8eAepV5V8qfXcwV9UE7VljG4h4SBYgE9SJT4OqAI-Yy1d_w/s1600/air_kiss.gif'/>:-*
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBy5xj3SlxEBujv4YUtgcCcOJ3bfLCR0pUk8Uinzr7ZohPTWeaoXO3g6fFhWn1TO4Gjmc1RpZi_3qQ2iFXpbq6i0ND-b6C1hbjmhDzlZE2MSKJAoxuypDE85xaNwVIMA2k6Bb3HiHegow/s1600/threaten.gif'/>b-(
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvj59L1djY8ta8KYGAsTaVz2GcSKS323r1Wn0i1mrzjdhSSfcF1yT7QWV_5o9ldl_MyuYs_0ADxS0EovZdes1wXUJ9zkWEK-GETnS2SOioJz_hce7WUDzTdJlKWdL_fqWnW6IZeSWSHyM/s1600/help.gif'/>h-(
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirXc11HX-xHvPnr7qAunAe8e3R4EzIiIYIZH0njZDJUwgUTwcsIbeFbUw6ZgTVLglaOyCEqPtRuAhxMqYZHKN05VE_4B6biKawLgs09m-PUe2r9rAC6qTuRDoq5rCuL9T9PCso3Q_XRAY/s1600/good.gif'/>g-)
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpzA_LxiUu9S9b4QR9TqL59jyZSeq_9j_ZOIcx01StsrqrQ0iXSF0r-OJwclwVXYnmmqKAn6mjY0eOR0M7XdKrPz7BVMsS_OPBTT9jBP4191rTDR2Ar0IEhChVSqY1c3Qqxb7d4jMKTVA/s1600/beee.gif'/>5-p
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDvv7dOrVo0-rseNshlSSWPxM0-IzCG9y3KQy_vUmAQZPZW7Bcrgjk1Y7gnTWBuOFUPwdDAJI069ytXuF3PazNxJxbLf4K_fM6SCezObFzDXQXRzjphRUKJxfGs1kb3GK6TJj_EF03ahY/s1600/yahoo.gif'/>y-)
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkHq3U_QYl2SIRRYgv2mSdP2slWiUeyhU0xl_uQN2fPa-YeIZHJyIrK9VV467aB8cCJ0loWJi-xNwhk8H3zCzSwwECt4yAfObFlpIT7r9S1jQv454QMF6MlZ6Np68nEzYDJoQJfg4HTh4/s1600/crazy.gif'/>c-)
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkdFn3Z0MbJFG3jGDrOlolD2LhO6vkq9GJ5GIRwxv4hTM4xdSCn73SIl8AkhYCKjN9yOecTZq3Kv_yo5o3dR9z5d0MA_tschJ5VZFU3EqsTaGgruBz65cqZ-af5kFfNhLbWL4vDjeBt1I/s1600/spiteful.gif'/>s-)
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXxGbB2S6GoaVK2A2DsS4Rgv4NqGW3n7Vb-2LtEylT6ohWZTp2yO1Eb6Ga_YAch6Ahrw83CM-wBM9bLQfE43rZUqCnGaYpMEjyo1AFIiSbTcKCaDbOec-oxBqwnTyuu8tBQmTa2rjTIyQ/s1600/drinks.gif'/>d-)
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmyWBgFQs9JyREs15pQSF2CQ0wy8-bGCYFlYguLDgyVsqYeFK4oxMpiVYqvFw1oSHxC5TAtbLv7JRUB1KajQEk4cl6bYnlaZJiO4BkS7Wjj24s-Qt39fR51MIPZSsFJrAbKIIfjdeOR6E/s1600/cheer.gif'/>w-)
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeBT3jYH1zmUpWNvTnDWKc2Dr50b1AG5ucW0wZ6cREwrC_pZ4saYcr1Kx3ZfVVl3sPgniJJPrdMR3OErkVMXm9OSadFOkaWIWzAPirOC5SZVzcn8TjGaJjZANtA92GudJmljP0idK9qmU/s1600/hi+2.gif'/>:-h
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwTIGsxECmFrJOHEco_YDQyefTYs6ZBdzSTfYn1j6jAL0sCEcIhot8OtQA6tihSKHJ9I4o2tMrsleOUVYRltHfEqq9QJcudPR8b9k4y4xQpMPhxW_VzNpX4UYjj4kiXimCCgo0QfnWHC4/s1600/give_heart.gif'/>:X
</span>
<span id='smiley-toggle'><a href='javascript:moreSmilies()'><div style='font-size:small;font-weight:bold;'>Show Emoticons <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4oHa9vrlviX1OC4WfyH6PCjef3M3yNx04vup64_yBYwoL5CYMZWcz6BlMuti_Lyz6PQViaYrSNFJIRmtlQTvDMpoluJ-HQS2UJPyWv4n6yJnRqUfSmUmHeNUbthFnTlUtTFTfD7qzrao/s1600/smile3.gif'/></div></a></span>
</div></b:if>
Note: Ignore steps 11-12 if you are using threaded comments!


Step 11.  Finally, find this code
]]></b:skin>
Step 12.  Add this one below, just above ]]></b:skin>
.emoticons {-moz-background-clip: -moz-initial;-moz-background-origin: -moz-initial;-moz-background-inline-policy: -moz-initial;text-align: left;width:400px;}
.emoticons a, .emoticons a:hover {margin-left: 20px;text-decoration:none;}
Note: if you want to change the size of the emoticon container, edit the red code.

Step 13.  Save the Template and you're done. Enjoy!

Hide or Show a Widget on some Pages Blogger

show and hide blogger widgets
Hi Bloggers, you may have noticed, all the widgets/gadgets you add to your blog, will be displayed on all the pages by default, including the homepage as well. And I'm sure very few know that AdSense could disable your account in case you've put ad units inside the content of your contact or privacy policy pages. Therefore, hiding certain elements inside your blog pages is not only a matter of design, but it is also a requirement.

Today I'll show you the easiest and simple ways to show or hide any widget in your blog to show on pages you like. So let's start.

To hide (or show) widgets in particular posts, static pages, homepage or archive pages, you can use these conditional tags.

How to Hide or Show a Widget on some Pages Blogger


Step 1. Go to Blogger's Dashboard > Layout and name the HTML/Javascript gadgets that you have already added. Doing this, it will be easier for you to identify the widgets that you have in your Blogger's template. Give it a unique title so that it does not match with any of the titles of any other widgets already added.

Step 2. Next thing to do is to go to Template and click on Edit HTML

Step 3. Click anywhere inside the code area and press the CTRL + F keys to open the search box

blogger template, ctrl + f, search box

Step 4. Find the HTML of your widget by typing the widget's name in the search box - hit Enter.

Let's say that the title for one of your widgets is "Recent Posts". After searching for the widget's name, You will find a similar code in my template:
<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>  
This code represents the widget/gadget that you have added in the Page Elements location (Layout).


Step 5. After you've found your widget's code, add the following conditional tags marked with red just below and above to hide the widget from specific pages or posts in Blogger. For instance, in case you want:

To show the widget only in Homepage:

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

To show Blogger widget only in post pages 

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "item"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

To hide Blogger widget in post pages

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType!= "item"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

To show the widget in a specific page

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == "URL of the page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

Note: Replace URL of the page with the address of the page in which you want the widget to appear

To hide a widget only in a particular page

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url != "URL of the page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget> 

To show widgets only in static pages

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "static_page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget> 
To hide widgets in Static Pages
<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType != "static_page"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget> 

To show widgets only in Archive Pages

 <b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "archive"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget> 
Note:  Pay attention each time you're adding a new address which should end up with .com, otherwise it may not work.

Step 6. After you have added the conditional tags, Save Template and view your blog.

Summary:

1.  See which widget you are willing to hide or show in some pages.
2.  Give that widget a Title in you Blogger Layout.
3.  Search it in your HTML code and use the above tags.

That's it!  Have a Good Day :)

Free On Page SEO for Blogger/Blogspot blogs

Get Free on-page SEO for Blogger
Hello from BlogTipsUK.com to all the new beginner bloggers who are facing problems establishing their blogs. Beginners work a lot in writing content but face problems like doing basic SEO of their blogs to get traffic naturally from Search Engines.

We believe good Content without good traffic is nothing. Basic SEO is the best source for getting organic traffic from search engines. So today I am going to share a simple task from BlogTipsUK.com , by doing which you can earn a simple reward that is free on-page SEO for your blog from our SEO analyst and professional blogger, Umar Khaleeq.

Note: You must Join BlogTipsUK.com socially to earn rewards. Every blog will be picked for SEO by owner's choice.

Follow these simple steps. and read the note at the end of post for the terms of the task.

Step 1.  Join BlogTipsUK.com

You must Join BlogTipsUK.com socially to earn rewards.


Step 2.  Join these sites under our Referral Link

By joining these all sites will help you to start earning money online with your blog and eventually will help us too if you join with my links. See a complete list of sites that work best for bloggers to earn money online. if you need any help regarding any site, comment on the respected post.
(this is optional)

Step 3.  Apply all our Widgets in your blog

Apply all our 100% working Best Blogger widgets in your blog without any changing. These widgets will help your blog in many ways. All widgets are stylish and loads fast. Here is the list:
1.  Social Media Floating Widget
2.  Recent Posts Widget
3.  Related Posts Widget
4.  Sliding Facebook Like Box Widget
5.  Facebook comment box in blogger (this is optional)

Step 4.  BackLinks

Enter any one link in a blog post of your choice. Remember only one link is required in any one of your blog's post. (in a post not in sidebar). These two links are mentioned below:

1.  <a href="http://www.blogtipsuk.com/2014/03/increase-traffic-visitors-to-blog-easily.html" rel="dofollow">Increase blog traffic</a>
2.  <a href="http://www.blogtipsuk.com/2014/03/earn-money-from-blogger-blogs-blogging.html" rel="dofollow">earn money from blogging</a>

After doing all the above procedures, please post your blog's link on our facebook page. I will try to reply you as soon as possible. When a blog is picked for on-page SEO, you just need to select a template and I’ll fully optimized it for better SEO. Which will results in better ranking and increases your blog's traffic from all the search engines. Else you can also see our blog's SEO section for more help and info on traffic and SEO.

Reward Terms

1. You must join our site socially e.g., on facebook, twitter and subscribe us by email.
2. You must complete all the steps given above to qualify for free SEO.
3. Optional points are not required for getting rewards.
4. After doing all the steps, leave your blog link on our FB page, which I will review and reply you.
5. Finally, You'll need to select a template and I’ll fully optimized it for better SEO.

Have a Good Day ahead! Keep Smiling.

Highlight Author Comments in Blogger websites with CSS

Change Author Comments Color Style
Hi friends, you surely have seen on many blogs and websites whenever an Admin of the blog or website make a reply to your comments, its comment's color and style is changed from other comments. These admin styled Comments are the best way to make good relationship with blog visitors or Followers.
So do you have a blog and your blog is getting good traffic then your blog will also be getting many comments, that may be positive or negative related to your blog website content.


 If you want to highlight your comments in your blog website, then here is the trick to do that and make your comments stylish,colorful and recognizable to others.Here I am going to share the trick to highlight Author Comments in Threaded comments and this trick also work in basic commenting system. This is coded using simple CSS and Jquery.

How To change Author Comments style In Blogger

Learn how to change blogger admin comments style and color in blogger template using CSS and Jquery for better interaction with your blog's users in easy steps.

Step 1.  Login to Blogger >> Go to Dashboard >> Template >> Edit Html

Step 2.  Find </body> and copy the following code above it [Tip: Ctrl+F]
<script type="text/javascript">
    $(function() {
      function highlight(){
        $(&#39;.user.blog-author,.ssyby&#39;).closest(&#39;.comment-block&#39;)
          .css(&#39;border&#39;, &#39;1px solid #e1e1e1&#39;)
          .css(&#39;background&#39;,&#39;#f1f1f1 url(&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicWqY359PMJSTrFZrCT9wuW0fLJA_MQ-ghyphenhyphenYt19TrvBqExN0lde3-KC3_JOZjsVNXSNaWE9D2PGb1KSlEoXtkeFT7A0BfHMQwefg0F7AMtTNCz_8pA97UoTVnxUD9qm9_zJ4zIWv0A1Xk/s1600/admin_comment1.png&quot;) no-repeat bottom right&#39;)
          .css(&#39;padding&#39;, &#39;10px&#39;);
          }
          $(document).bind(&#39;ready scroll click&#39;, highlight);
   });</script><a style="display:none" href="http://www.blogtipsuk.com" >Blogger seo tips</a>
Step 3.  Change red color bolded text according to your choice for border of the author comment.

Step 4.  Now save your template and you are done.

Congratulations you are done. If you enjoyed this article please like and share.

Install Scrolling "Back To Top" Button for Blogger/Blogspot

"Back To Top" Button
You surely have seen on many blogs and websites a  "Back To Top" Button in the sidebar at the bottom of the page that shows an image when clicked, it takes the user to top of your blog website. Animated back to top button in blogger website is one of the best Jquery style animated widget that looks good and also visitors enjoy easy site navigation scroll to top.

The best thing about this button is that it appears only when the user scrolls down the page and disappears as he scrolls up, and also one more feature of this script you can add your own image that you like as the back to top button.

Exactly same type of Back to Top Button in being used in our site. Probably one of the best Back to Top Button.

You would also like to use:  Sharing Buttons for websites in Blogger.

Add Smooth Scrolling "Back To Top" Button Widget to Blogger Jquery

Step 1.  Log in to your Blogger Dashboard, then go to Layout and click on Add a Gadget link
Step 2.  From the pop-up window, scroll down and choose HTML/JavaScript.
Step 3.  Select & Copy the code below and paste it into the new HTML/JavaScript:
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js' type='text/javascript'></script>
<script type="text/javascript">
var scrolltotop={
//Modified by www.blogtipsuk.com more JQuery Scroll to Top Design
//startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
//scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
controlHTML: '<img src="IMAGE LINK" />', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ bottom of window corner
anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
state: {isvisible:false, shouldvisible:false},
scrollup:function(){
if (!this.cssfixedsupport) //if control is positioned using JavaScript
this.$control.css({opacity:0}) //hide control immediately after clicking it
var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
dest=jQuery('#'+dest).offset().top
else
dest=0
this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
},
keepfixed:function(){
var $window=jQuery(window)
var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
this.$control.css({left:controlx+'px', top:controly+'px'})
},
togglecontrol:function(){
var scrolltop=jQuery(window).scrollTop()
if (!this.cssfixedsupport)
this.keepfixed()
this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
if (this.state.shouldvisible && !this.state.isvisible){
this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
this.state.isvisible=true
}
else if (this.state.shouldvisible==false && this.state.isvisible){
this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
this.state.isvisible=false
}
},
init:function(){
jQuery(document).ready(function($){
var mainobj=scrolltotop
var iebrws=document.all
mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
 mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
.css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
.attr({title:'Scroll to Top'})
.click(function(){mainobj.scrollup(); return false})
.appendTo('body')
if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
mainobj.togglecontrol()
$('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
mainobj.scrollup()
return false
})
$(window).bind('scroll resize', function(e){
mainobj.togglecontrol()
})
})
}
}
scrolltotop.init()
</script>


Step 4.  Replace IMAGE LINK with the image link of your back to top button.We have collected some back to top buttons for your ease. If you want to add image link then right click any button below and select "Copy image URL" and add this link:

Collection of Back to Top buttons

back to topback to topback to topback to topback to topback to topback to top
back to topback to topback to topback to topback to topback to topback to top
back to topback to topback to topback to topback to topback to topback to top

Step 5.  Save the Widget and drag it near the footer or any bottom position.
Step 6.  View your blogger website to see Smooth Scrolling "Back To Top" Button.

Related Posts reduces bounce rate

Want some other widgets for blog designs or need any help regarding this post, then you can comment below. I will try to answer as soon as possible. Enjoy your day!

Add Floating Sliding Facebook LikeBox Widget in Blogger

Facebook LikeBox Widget
Blogging has become a trend now a days online. Every blogger want there blog attractive and stylish so they always add new and more beautiful widgets in there blogs.Today I am going to share a very easy and simple way to put a sliding Facebook like box which is called Sliding Facebook Like Box or Floating Facebook Like Box.The widget works as a fb image remains in a fixed position on the right hand side of your site.  When you hover over the blue facebook image, the like box will then slide and reveal itself using jquery.
Simple when you take your mouse on facebook image , like box will then appear.

Add Facebook Floating Like Box Widget in your blogger websites
The process of adding this widget to your blog is simplest. You need just to follow below steps:

1. Open Blogger
2. Go to Layout
3. Add a Gadget
4. Add HTML/JavaScript
5. Copy the below code and Save
<!--Floating Facebook Widget by http://bloggerseotipstraining.blogspot.com/ START-->
<script type="text/javascript"> /*<![CDATA[*/ jQuery(document).ready(function() {jQuery(".blogtipsuk").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);}); /*]]>*/ </script> <style type="text/css"> .blogtipsuk{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV_GLSCvB6szsxNBkYOIJ4msDilf6gDZ85-GhxyqvUOG7X9uvItmqerQBZnCWLmj1CIZh5WRIphC2ETs0md3spmPNL6OYndTziRDXC0_w0W7m2Zg7cduFKS-Va_61iT-z1moU51GMHmGaq/") no-repeat scroll left center transparent !important; float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index:  99999;position:fixed;right:-250px;top:20%;} .blogtipsuk div{ padding: 0; margin-right:-8px; border:4px solid  #3b5998; background:#fafafa;} .blogtipsuk span{bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;} .blogtipsuk span a{color: gray;text-decoration:none;} .blogtipsuk span a:hover{text-decoration:underline;} } </style><!--Brought to you by http://bloggerseotipstraining.blogspot.com/--><div class="blogtipsuk" style="">
<!--http://bloggerseotipstraining.blogspot.com/2014/04/add-stylish-facebook-floating-like-box-widget-to-blogger.html--><div>
<!-- http://bloggerseotipstraining.blogspot.com/2014/04/add-stylish-facebook-floating-like-box-widget-to-blogger.html--> <iframe src="http://www.facebook.com/plugins/likebox.php?href=Write URL of Facebook Page&width=245&colorscheme=light&show_faces=true&border_color=white&connections=9&stream=false&header=false&height=270" scrolling="no" frameborder="0" scrolling="no" style="border: white; overflow: hidden; height: 270px; width: 245px;background:#fafafa;color:000;"><!--Brought to you by www.BlogTipsUK.com--></iframe><!--Brought to you by http://bloggerseotipstraining.blogspot.com/--><span><!--Brought to you by http://bloggerseotipstraining.blogspot.com/--><b:if cond='data:blog.url == data:blog.homepageUrl'><center>
<a style="color:#a8a8a8;font-size:8px;" href="http://www.blogtipsuk.com">New Blogger Tips</a> - <a style="color:#a8a8a8;font-size:8px;" href="http://bloggerseotipstraining.blogspot.com/2014/04/add-stylish-facebook-floating-like-box-widget-to-blogger.html">Floating Facebook LikeBox in website</a></center></b:if>
</span></div>
</div>
<!--Floating Facebook Widget by http://bloggerseotipstraining.blogspot.com/ END-->
6. Save Arrangement 

Customization

1. The floating is set to right side of your blog, if you want set it for left side of your blog then simply change the bolded float:right property to float:left
2. Change Write URL of Facebook Page with your own facebook page URL.

Note:
If the floating facebook like box widget is not working properly after step 1, then you need to add jquery to your site. 
Follow the instructions below. 
1. Go to Design>Edit HTML
2. Search for <head> and just below it paste the following JQuery code. 
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js' type='text/javascript'/>


Related Posts Widget for Blogger/Blogspot with Images

Related Posts Widget for Blogger
How to add Related Posts Widget to Blogger

Related posts Widget will generate the list of linked or connected posts . This Widget can be added either in homepage (under each posts) or inside the post. By placing this related posts Widget, there is chance to spread the other similar posts to visitors and they may have a tendency to take that post from the list, it will reduce the bounce rate of your blog and will keep your visitors from suddenly quit from your blog. Let's see how to add related posts widget to your Blogger site.


How to add Related Posts Widget to Blogger

Step 1. Log in to your Blogger Dashboard, then go to Template and click Edit HTML.
Step 2. Find below text from search (Ctrl + F)
]]></b:skin>

Step 3. Copy and paste the given code above this line.

<!--BlogTipsUK Related Posts with thumbnails Start-->
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts h2{
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
text-transform: none;
color: #5D5D5D;
font-family: Arial Narrow;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
}
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}

<!--BlogTipsUK Related Posts with thumbnails End-->

Step 4.  Copy and paste the below code where you want to show the related posts.
<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>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://www.blogtipsuk.com/2014/03/related-posts-widget-images-for-blogger-blogspot.html' >Related Posts</a></b:if></b:if>

Change red color to change number of posts displayed in widget.

Step 5.  Find below text from search (Ctrl + F)

</head>

Step 6.  Copy and paste the below code above this line.
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGUq7NAnZ0U-q_NtQZ7ssBVU2Yy8Ag_YLz7mXQrx5iTuWnsUPY_Bt4GLtTmX6W4VU0k96RrOHeZIEmbFEe-RzR9p3xm-qaThzdARWaBmlC_yhUe4pzq-cr7fsqjutb4VQiYvqxqGKvSvA/s400/noimage.png";
var maxresults=6;
var splittercolor="#DDDDDD";
var relatedpoststitle="Related Posts";
</script>
<script src='https://googledrive.com/host/0Bxhkdxy8J6szQ2tCNUJJdllKVVk/' type='text/javascript'></script>

Change the red value to show number of posts. Change the green color to change color of splitter line between posts. Change the blue color to change Name of title.

 I hope this article will help you.We have just ​added a Related Posts Widget to Blogger. If so please like and share our blog. You can check here more Exciting Blogger Widgets.

Add Facebook Comment Box to Blogger/Blogspot

Facebook Comment Box in Blogger
Facebook comment for your blog can serve as a good way to make your site more engaging and encourage readers to drop comments if they're already logged in to Facebook. It also serves as a source of traffic since using Facebook comment shares the comment and post page on the visitor’s viewer's Facebook wall. One thing should be noted though: Facebook comment has no SEO value since it’s being displayed in an iframe which Google won't index. Comments made with the regular comment box on your site has more advantages especially if you get loads of comment, more keywords you didn't actually mention in the post content but appearing in comments do bring more search engine traffic. This is something Facebook comment lacks, except the extra traffic you get from Facebook.

I just thought you should know that before you implement it on your blog. As you can see, I do use it too. I wrote a post on this particular topic earlier but Facebook has changed since, lots of things on the post may not look exactly as explained. Also, this one has a feature the previous one didn't have – getting notified of every comment made on your blog.

Also Read: Add social media FB buttons in Blogger

How to add Facebook comment box to Blogger Blogspot Blogs

There are about five steps to get this done. Just follow the steps and you'll have a nice Facebook comment box installed on your blog in no time.

1. Creating a Facebook Application:

i. Head on to facebook developer page, you should create a new app by clicking the button at the top right.
ii. Enter your application name and namespace,input the captcha code and proceed.
iii. On the next page, enter your custom domain name (if you’re using a custom domain) or just blogspot.com (if you’re using blogspot sub domain) in the space provided for App domain.

For App website, enter your blog URL. ( http://www.xyz.com/ or http://xyz.blogspot.com/ ). Be sure it starts with http:// and ends with / as shown in the screenshot below:
iv. Scroll down a bit and hit the Save Changes button. Now you're done with creating your facebook application but there's one more thing to do. On that same page, you should see your application ID. Copy it and save somewhere, you're gonna be needing it.
Now let's head to your blog and add following html codes to add facebook comment box.

2. Add html codes to your template for Facebook Comment Box 

Add these four sets of codes into your template to make this comment box work in your blog site.

Step 1. Log in to your blogger account and click on Template > Edit HTML
i. Press Ctrl + F and search for this code
<html
This should be found on the second or third line of your template.
Right in front of this, add the following code:
xmlns:fb='http://www.facebook.com/2008/fbml'
>>Be sure to have a space before and after this code. Take a look at the example below:
<html xmlns:fb='http://www.facebook.com/2008/fbml' expr:dir='data:blog…………..2005/gml/expr' >
ii. Press CTRL + F on your keyboard and search for this:
<body>
If you can't find this, search for something similar. You should search for this instead:
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
Get Facebook LikeBox Widget

In the next line, paste this code:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'YOUR APPLICATION ID HERE',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
Be sure to replace YOUR APPLICATION ID HERE with the application ID I asked you to copy earlier, remember?
iii. Now, let’s add the open graph meta tag. Search for this code in your template:
</head>
In the line above it, paste this piece of code:
<meta property="fb:app_id" content="YOUR_APP_ID" />
Replace YOUR_APP_ID with that same application ID you previously copied.

iv. Now here’s the last part of tweaking your template your template to make it display Facebook comment box. The last thing is the iframe to display the comment box where you want. Search for this in your template:
<data:post.body/>
If you’re using a magazine style template, you’re likely to have more than one occurrence of this. Using the wrong one won’t make the comment show up. If you’re not sure about which one to use, search for this instead:
<div class='post-footer-line post-footer-line-1'>
In the line just below it, paste this code:
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>
.blogtipsuk-fb-comments
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #BBBBBB;
background-color:#F2F2F2;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px;
box-shadow: #B3B3B3 5px 5px 5px;
padding: 5px;
margin: 10px;
}
</style>
<p align='center'>
<div align='center' class='blogtipsuk-fb-comments' style='background: #f2f2f2;'>
<font size='6'><strong>Love to hear what you think!</strong></font>
<br/>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
<div><fb:comments expr:href='data:post.url' expr:title='data:post.title' expr:xid='data:post.id' width='450'/></div><div align='right'>[
<a href='http://bloggerseotipstraining.blogspot.com/' target='_blank'><small>Blogger Widgets</small></a> | <a href='http://bloggerseotipstraining.blogspot.com/2014/03/add-facebook-comment-box-to-blogger-websites.html' target='_blank'><small>Facebook Comments in Blogger</small></a>]</div></div></p></b:if>
Save your template, the Facebook comment form should now appear. If it looks rather small, replace width=’450′ with width=’600′. This increases the width from 450px to 600px.

Get Free SEO for Blogger

If this works for you, you can say thank you by sharing on Facebook, hitting the Google +1 button or simply using the comment box. Also, it would be nice of you not to remove the credit link to allow others find this useful widget. If you're having problems implementing this as well, don’t hesitate to let me know maybe I can be of help.

Add Blog URL to Google Search Engine

Submit URL to Google
In today's post I will teach you how to submit your new blog URL to Google, Bing, Ask and Yahoo for free and get high traffic to your blog from these search engine submissions. When you add your blog URL, Search Engines will index your blog and enter or show in their search engine results page (SERP).

How to Submit Blog URL in Search Engines


Add URL to Google

Follow these steps to add your blog url in google search engine results for free.

Step 1.  Go to the following link: http://www.google.com/addurl/?continue=/addurl
Step 2.  Type in your URL, example: http://www.yoursite.com
Step 3.  Enter the captcha text shown in the box.
Step 4.  Now click Submit Request


Add URL to Bing and Yahoo

Follow these steps to add your blog url in Yahoo and Bing search engine results for free. 
Note: Bing and Yahoo are same search engines.

Step 1.  Go to the following link: http://www.bing.com/docs/submit.aspx
Step 2.  Type in your URL, example: http://www.yoursite.com
Step 3.  Enter the captcha text shown in the box.
Step 4.  Now click Submit

When you complete the above steps, submit your blog only once, after some days your blog will show in searches. Because it takes time for the search engines to index your pages. If you submit more than once, some search engines may consider this spamming which could result in not indexing your blog site at all.

Incoming search for:
google add url
add url to google
add url to google com
add url on google
add google url
google url add
add url google
add to google url
add a url to google
add my url to google
how to add url in google search for free

Enable Custom robots header tags for blogger SEO Traffic

enable Custom robots header tags in blogger
Blogger has recently introduced search preferences tab in Blogger and continually introducing new features in it to help fellow bloggers do better SEO of their blogs. This will help bloggers to increase your blogs traffic and get better google search results rankings.
One of the new features introduced by blogger's developers is Custom Robots Header Tags.This tool plays great role in our blog's Search Engine Optimization. Using it properly helps us to gain more visitors from search engines and hence our blog page views will also increase.
Also the search engine will not accept the duplicate content form your site so you can avoid your site duplicate content with the custom robots header tags settings.

What are Custom Robots Header Tags ?


These are all the header tags used in blogger and their usage/meaning is defined below.

all:  There are no restrictions for indexing or serving. This is default for all pages
noindex:  Do not show this page in search results and do not show a "Cached" link in search results.
nofollow:  Do not follow the links on this page
none:  Equivalent to noindex, nofollow
noarchive:  Do not show a "Cached" link in search results.
nosnippet:  Do not show a snippet in the search results for this page
noodp:  Do not use metadata from the Open Directory project (DMOZ) for titles or snippets shown for this page.
notranslate:  Do not offer translation of this page in other languages in search results.
noimageindex:  Do not index images on this page.
unavailable_after: [RFC-850 date/time]: Do not show this page in search results after the specified date/time. The date/time must be specified in the RFC 850 format. Example: 17 May 2012 15:00:00 PST

How to Enable Custom robots header tags in Blogger SEO

Follow these steps to enable Custom robots header tags in Blogger Blogs to increase your blog traffic and page views.

Step 1.  Log in to your blogger account Dashboard and click on your blog.
Step 2.  Go to Settings >> Search Preferences.
Step 3.  
Click on edit link in front of Custom Robots Header Tags and then click on Yes option.
Step 4. 
Once you click on the Yes you will see many options. Simply tick on the options as shown in the below image.
Best Custom robots header tags for blogger SEO Traffic

Step 5.  Now click on "Save changes" button and You are done!

That's all! If you have any doubt or need help about this post, please leave comment.

Custom Robots.txt file for Blogger/Blogspot blogs for SEO

Custom Robots.txt for blogger
Today I will show you How to Enable Custom Robot.txt File in Blogger for better SEO and search engine results?

Blogger now lets you edit your blog's robots.txt file. What are Robots.txt files, robots files are plain text files which instruct the search engines what to not index. Robot.txt is a way to tell search engines whether they are allow to index a page in the search result or not. The bots are automatic, and before they could access your site, they check the Robot.txt file to make sure whether they are allowed to crawl this page or not.

How to Enable Custom Robots.txt in Blogger


1. Blogger Dashboard >> Select Blog >> Select Settings tab >> Search Preferences

Robots.txt

2. Click on Edit in front of Custom robots.txt
3. Click on Yes and proceed to next step.
3. Next a box comes up and paste following given code.

User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Allow: /
Sitemap: http://YOURBLOGURL.blogspot.com/feeds/posts/default?orderby=UPDATED
4. and finally click on Save Changes button to save code.

I hope this tip would help you. If you are having any issue regarding crawling then, feel free to leave your questions in the comments below and I would try to help you in solving them.

How to remove Blogger Navigation Bar?

Blogger Navigation Bar

In every blog there is a blogger default navigation bar (nav bar) of the above style. This nav bar make your blog look less professional. These navigation bars can be removed using a simple CSS one line code.

Also read: Remove Subscribe to: Posts (Atom) Link on Blogger

Removing Blogger Deafult Nav Bar


Apply these steps to remove the Blogger Navigation bar / Blogger Nav Bar.
Steps:

  • Log-in to your blog
  • Template >> HTML >> Proceed
  • Search For this code  ]]></b:skin>   (tip: Use CTRL+F)
  • Now Just above/before  ]]></b:skin>   insert following code

#navbar-iframe,#navbar { display: none !important; }

Save your template and view your blog. Blogger Navigation Bar will no longer be there.

Recent/Latest Posts Widget For Blogger/Blogspot

Recent Posts Widget
You surely have seen on many blogs and websites a Recent Posts Widget in the sidebar that shows the recent or newest or latest posts of the certain blog or website. This widget shows how to write posts title for SEO, date of post and an image of the post and even a snippet of the post. So today we are going to learn how to make this widget for your blog with some very easy steps. So let's start now.



How to add Recent Posts Widget to Blogger


Step 1. Log in to your Blogger Dashboard, then go to Layout and click on Add a Gadget link
Step 2. From the pop-up window, scroll down and choose HTML/JavaScript.
Step 3. Select & Copy the code from one of the options below and paste it into the new HTML/JavaScript: 

Option 1: Recent posts widget with snippets

<div id="hlrpsa">
<script src="http://helplogger.googlecode.com/svn/trunk/recent-posts-with-snippets.js">
</script>
<script>
var numposts = 5;var showpostdate = false;var showpostsummary = true;var numchars = 100;var standardstyling = true;
</script>
<script src="http://your-blog.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts">
</script></div>
<div id="rpdr" style="font-family: arial, sans-serif; font-size: 9px;">
<a href="http://www.blogtipsuk.com/2014/03/increase-traffic-visitors-to-blog-easily.html" target="_blank" title="Grab this Recent Posts Widget" alt="Increase blog Traffic tips">how to increase blog traffic in blogger</a> by <a href="http://www.blogtipsuk.com/" title="Recent Posts Widget"
alt="Blogger Tips and tricks">SEO Tips and Tricks</a></div><noscript>Your browser does not support JavaScript!</noscript>
<style type="text/css">
#hlrpsa a {color: #0B3861; font-size: 13px;} #rpdr {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0-1tVNqu1lB9droZgWAnXPpaGRggZZ0luRGlzqGaEgZpQxCwxWw4kXmf6rmtFTLX6ga7Rjo7qw92MtS-v4IVZUrDwkrY6F46mcqzI0w7eqX1vnfS2_KN9Zhyphenhyphen-ooA9XpgD3GOedCX3kwwk/s1600/blogger.png) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:14px; margin: 5px 0px 0px 0px;line-height:14px;}
#rpdr, #rpdr a {color:#808080;}
#hlrpsa { color: #999999; font-size: 11px; border-bottom:1px #cccccc dotted; margin-top:-10px; padding-bottom:10px;}
.hlrps a {font-weight:bold; }
.hlrpssumm {}
</style>


Option 2: Recent Posts Widget Showing Post Titles Only


<div id="hlrpsb">
<script style="text/javascript" src="http://helplogger.googlecode.com/svn/trunk/recent-posts-with-titles-only.js"></script>
<script style="text/javascript">var numposts = 10;var showpostdate = false;var showpostsummary = false;var numchars = 100;var standardstyling = true;</script>
<script src="http://your-blog.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script></div>
<div id="rpdr" style="font-family: arial, sans-serif; font-size: 9px;">
<a href="http://www.blogtipsuk.com/2014/03/increase-traffic-visitors-to-blog-easily.html" target="_blank" title="Grab this Recent Posts Widget" alt="Increase blog Traffic tips">how to increase blog traffic in blogger</a> by <a href="http://www.blogtipsuk.com/" title="Recent Posts Widget"
alt="Blogger Tips and tricks">SEO Tips and Tricks</a></div><noscript>Oops! Make sure JavaScript is enabled in your browser.</noscript>
<style type=text/css>
#hlrpsb a {color: #0B3861; font-size: 13px;} #rpdr {background: url( https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0-1tVNqu1lB9droZgWAnXPpaGRggZZ0luRGlzqGaEgZpQxCwxWw4kXmf6rmtFTLX6ga7Rjo7qw92MtS-v4IVZUrDwkrY6F46mcqzI0w7eqX1vnfS2_KN9Zhyphenhyphen-ooA9XpgD3GOedCX3kwwk/s1600/blogger.png ) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:14px; margin: 5px 0px 0px 0px;line-height:14px;}
#rpdr, #rpdr a {color:#808080;}
.bbrecpost2 {
padding-top:6px;
padding-bottom:6px;
border-bottom: 1px #cccccc dotted; }
</style>

Step 4.

  • Change 5 (option 1) and 10 (option 2) with the number of posts you want to display. 
  • Change false to true if you want the posts dates to appear 
  • Change 100 (option 1) if you want more characters to be displayed.
  • To change the color and font size of the links, modify the values in blue (links) and violet (font-size)
  • To change the style of posts summary, modify the values in green (color) and orange (font size)
  • Replace the your-blog text with the name of your blog or if you have a custom domain change all the bolded line with your address.

Step 5. Save your widget. And that's it! Enjoy!

If you need any help, leave a comment below.
And if you liked this post, please consider sharing it. Thanks.

Add Custom Error Page (Page Not Found) in Blogger

Custom Error Page (Page Not Found)

What is Error 404 Page ?

This page appears only

1. When a reader reaches to a page that does not exist or

2. Reader type wrong permalink for a post or page. This type of link is known as broken link or Custom Page Not Found or (Error 404 Page).


Also Read: How to Remove "Powered By Blogger" Attribution from Blogger

How to Add Custom Error Page (Page Not Found) to Blogger

Now you can create a Custom Error 404 Page (Page Not Found) for Blogger blog. This error page design i'm giving you is an idea only (which i use in my blogs). This error page gives the users message that page is not found or currently unavailable. It also has a link to Homepage of the blog and a Search box for users to search within your site. You can create a custom error page as per your blog design and creativity. 

Follow these steps to apply this error page on your blog or website.

1. Blogger Dashboard >> Select Blog >> Select Settings tab >> Search Preferences
2. Now under Error and redirections you can find Custom Page Not Found. Next to this there is an Edit option. Now click on this.
3. Next a box comes up and paste following given code

<h3>Your requested page was not found</h3>
<p>Sorry, we cannot find the page that you are looking for. It might have been removed, had its name changed, or is temporarily unavailable.<br/>
Please check that the Web site address is spelled correctly.</p>
<b>Other things to try:</b><br/>
<ul>
<li>Go to our <a href="/">home page</a>, and use the menus or links to navigate to a specific post.</li>
<li>
<form method="get" action="/search">
<table width="100%">
<tr>
<td><input type="text" style="width:95%;padding:2px;" value="Search this blog.." onfocus="if (this.value == &quot;Search this blog..&quot;) {this.value = &quot;&quot;}" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Search this blog...&quot;;}" name="q"></td>
<td><input type="button" Value="Search"></td>
</tr>
</table>
</form>
</li>
</ul><br /><a href="http://bloggerseotipstraining.blogspot.com/2013/04/add-custom-error-page-not-found-in-blogger.html">Error Page from Blogger and SEO Tips</a>
 4. and finally click on Save Changes button to save code.

Now visit any page which is not a part of your blog e.g., ( www.yourhomepage.com/ssssss ) and see this beautiful error page working having a link to homepage and a search box.
If you have any question regarding this than comment down and ask, I'll try to answer your questions. Thanks.