Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

Monday, 14 October 2013



Submitting a site map to google search engine is very important for driving traffic to your blog. When you make sitemap of your blog then google automatically index posts to search engine.



Follow the given steps.


  • Copy the given code.
atom.xml?redirect=false&start-index=1&max-results=500
  • Paste this code in the box which appears by clicking on ADD/TEST SITEMAP button.

  • Now click on submit sitemap.
  • You have done it.
Note:
The above code is for 1 to 500 posts. When you make more then 500 posts then you have to follow the above steps again but this time following code must be entered in place of above code.

atom.xml?redirect=false&start-index=500&max-results=1000





Every blogger wants to make his/her blog beautiful, which attracts visitors. Now blogger can apply css3 labels which is very easy to apply.



Just follow the given steps.

  • Go to your blogger dashboard.
  • Go to template then edit HTML.
  • Search for      ]]></b:skin>      tag.
  • Above this tag paste the given code.
................................................................................................................................................................

.label-size {
    float: left;
    margin: 0 0 7px 20px;
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
    color: #996633;
    text-shadow: 0px 1px 0px rgba(255,255,255,.4);
    padding: 0.417em 0.417em 0.417em 0.917em;
    border-top: 1px solid #d99d38;
    border-right: 1px solid #d99d38;
    border-bottom: 1px solid #d99d38;
    -webkit-border-radius: 0 0.25em 0.25em 0;
    -moz-border-radius: 0 0.25em 0.25em 0;
    border-radius: 0 0.25em 0.25em 0;
    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');
    -webkit-box-shadow: inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    z-index: 1;
}
.label-size:before {
    content: '';
    width: 1.30em;
    height: 1.39em;
    background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feda71', EndColorStr='#feba47');
    position: absolute;
    left: -0.69em;
    top: .2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #d99d38;
    border-bottom: 1px solid #d99d38;
    -webkit-border-radius: 0 0 0 0.25em;
    -moz-border-radius: 0 0 0 0.25em;
    border-radius: 0 0 0 0.25em;
    z-index: 1;
}
.label-size:after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    -webkit-border-radius: 4.167em;
    -moz-border-radius: 4.167em;
    border-radius: 4.167em;
    border: 1px solid #d99d38;
    -webkit-box-shadow: 0 1px 0 #faeaba;
    -moz-box-shadow: 0 1px 0 #faeaba;
    box-shadow: 0 1px 0 #faeaba;
    position: absolute;
    top: 0.667em;
    left: -0.083em;
    z-index: 9999;
}
#Label1 {
    height: 210px;
}
.label-size:hover {
    background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d', EndColorStr='#fec86c');
    border-color: #e1b160;
}
.label-size:hover:before {
    background-image: -webkit-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fee18d', EndColorStr='#fec86c');
    border-color: #e1b160;
}
- See more at: http://www.helperblogger.com/2012/07/customize-blogger-labels-with-css3.html#sthash.GYtshpHH.dpuf
...................................................................................................................................................................

  • Now save template.
  • You have done it.

Sunday, 13 October 2013

Today I will tell you to verify your blog meta tags. By following this post you can drive more traffic to you blog.



Follow the steps given below.

  • Login to your Blogger Account with gmail account.
  • Go to WebmasterTools.
  • There you can see your blog address.
  • Click on "Manage site" then on "Add or remove users".

  • Then Click on "Manage site owners" on next page.

  • Then click on "Verify using a different method".
  • Select "HTML tag".

  • Copy the given code.
  • Now go to your Blogger dashboard >> Template >> Edit HTML .
  • Search for <head>
  • Now Paste that code below the <head> tag.
  • Save template.
  • You have done it.

Monday, 30 September 2013


adf.ly is a site which provide you a benefit to make money online by three different ways. Today I am going to share you all these three ways to make money online.
It will pay 4$ per 1000 clicks.
Minimum payout is 5$


Shorten a link:

Go to adf.ly, registered yourself there by filling a form. Now login to adf.ly. Copy a link to which you want to shrink/short and paste that link in the "shorten a link" box.

            

After that click on "shrink" , then a new link will be generated. Copy that new link and paste on the place where where you wan to put e.g on the website or blog, on facebook, on twitter or any social media. When someone click on that link, adf.ly shows a 15 seconds pop-up ad on that link. After  15 minutes if visitor click on skip ad, adf.ly will pay you.








Make referrals:

Login to adf.ly, click on "Referrals" button.


adf.ly will show you a referral link in box.


Copy your Referral Program/link and paste on the place where where you wan to put e.g on the website or blog, on facebook, on twitter or any social media. 


Put banner on your website or blog:

Again click on Referral and scroll down to bottom of the page. There you will see different banners of adf.ly having different sizes and shapes. Choose a banner of your desire, copy the code and place it on your blog. 




Wednesday, 18 September 2013




Heading is one of the most important Tag of a blog. It effects on traffic. In blogger H1 is given to blog title, H2 is given to widgets title and H3 is given to every post title by default. But for better SEO H2 must be given to post title instead of H3 or H4. Therefore in this post i am ging to show you how to change headings from H3 to H2 and get more traffic to blog.

Follow the given steps


  • Go to blogger dashboard.
  • Go to template >> Edit HTML
  • Search fo H3. By pressing ctrl+f
  • Replace all H3 with H2.
  • Save template.
  • You have done it :)

Thursday, 12 September 2013




Post title and blog title both are very important for a blog. They effects on traffic. Google shows only first 66 characters of the title in search results.If you're using blogger for your blog then you may notice search engines by default show your Blog Title first instead of Post Title. This reduces the SEO benefits because our post titles which have the main keywords got chopped because of the characters limit in search results. Certainly this will affect the flow of visitors to your site. Because when someone is searching for a topic he would like to click on that particular topic which matches his search words and/or interest him/her the most and not your blog title, because most of them may not be knowing it. But if your blog title appears first then the visitors may skip your site! So, to take the proper benefits we have to optimize our blog so that post titles shows before blog title in search results.

Below are some simple steps 

  • Go to your Blogger Dashboard
  • Go to Template >> Edit HTML
  • Search for this tag                                                                                                                <title><data:blog.pageTitle/></title>
  • Replace the above tag with the following tag  

<b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>


  • Save template 
  • That's all :)

Monday, 26 August 2013

Blogger has many templates by default but these templates are not professional template. Professional blogger uses Custom template. In this post I will guide you how to upload custom template to blogger.




Follow these steps
  • Download a custom template from Google and extract it
  • Login to your blog
  • Go to your blooger Dashboard >> Template

  • Click on Backup/Restore on the right side

  • Click on Choose a file on pop up page



  • Chose template file from your computer
  • Hit upload


  • Hit close
  • You have done it :)




Facebook like box or Facebook fan box is one of the most significant part of blog or website. It allows the user to join Facebook community with one click only. It also increases blog traffic.



Here are some simple steps to add this social plugin to blogger.


  • Create a facebook fan page
  • Login to your facebook account
  • Click here
  • Such a page will open in new tab

  • Copy your facebook page URL and paste "Facebook page URL" box in place of www.facebook.com/FacebookDevelpers

  • Now set width, height and colour scheme
  • Tick Show header, Show border and Show faces
  • Now hit Get code
  • After that code options will appear. Select IFRAME code

  • Copy the code
  • Go to blogger dashboard >> layout >> add a gedget >>HTML/JavaScript
  • Paste that code here
  • Write title
  • You have done it :)





Saturday, 24 August 2013


Flag Counter is a third party widget, which shows flag of that country from where your bog is visited. By clicking on flag counter image you can see the percentage of visitors from a specific country.




Do you wan to add flag counter to your blog?
If yes! follow these steps


  • Click here.    
  • Customize your counter according to your own desire.
  • Then hit Get your Flag Counter


  • Enter your email Address if you want otherwise click on skip. 


  • Now copy HTML code for website.
  • Go to your blogger dashboard >> Layout >>Add a Gadget >> HTML/JavaScript.
  • Paste that code here.
  • Write title.
  • And then Save it.
  • That all. :)

Thursday, 22 August 2013




Page Rank is very important for a site. "Greater the page rank greater will be earning".
Total points in PR is 10. It is not easy to get a good page rank. 4,5 and 6 PR is considered as excellent PR.



Check Page Rank (PR)

Today I am going to introduce a site from where you can easily check PR of your site and others sites as well. It is easy and free.

Follow these steps.


  • Click here.
  • Such a page will appear.



  • Enter the URL of any site and hit Check PR.
  • After that type captcha to clarify that you are a human being not a reboot.
  • Then hit enter now.
  • PR is checked.  :)


Do you want to add Page Rank Checker to your site?

If yes! Follow these steps.

  • Go to your Blogger Dashboard.
  • Click on Layout >> Add a Gadget >> HTML/JavaScript .
  • Paste this given code there.
.............................................................................................................................

<div style="text-align:center;">


<table cellspacing="1" style="margin:10px auto 40px;width:400px;border:1px solid #DDD;text-align:center;">
<tr><td style="background:#D1FFA4;vertical-align:middle;">
<p style="font-size:11px;font-family:Verdana;margin:0px;padding:2px;color:#666;"><strong>Check Page Rank of your Web site pages instantly:</strong></p>
</td></tr>
<form action="http://www.prchecker.info/check_page_rank.php" method="post" style="margin:0px;padding:0px;">
<tr><td style="border:1px solid #CCC;padding:10px;background:#DDD;">
<input type="hidden" name="action" value="docheck">
<input type="text" value="http://" name="urlo" maxlength="150" style="width:250px;padding:1px 2px 2px 3px;margin-right:10px;font-size:13px;font-family:Arial;"> 
<input type="submit" name="submit" value=" Check PR " style="width:80px;font-size:11px;font-family:Arial;padding:1px;">
</td></tr>
</form>
<tr><td>
<p style="margin:0px;padding:3px 0px 1px 0px;color:#AAA;font-size:9px;font-family:Verdana;">This page rank checking tool is powered by <a href="http://www.prchecker.info/" target="_blank">Page Rank Checker</a> service</p>
</td></tr></table>
</div>

......................................................................................................................................

  • Save arrangements and check your Blog.
  • You have added PR checker to your Blog.  :)