Tuesday, 21 January 2020

Tuesday, 23 January 2018

Highest earning blogspot blog
Many peoples ask me which is the highest earning blogspot blog on the intenet or on google platform? can you make money on blogspot free blog? and many more questions which mostly asked by newly started bloggers, I also did the same when I started my first blog on blogspot.com. 



make money with a free blog

some of my friends think that google adsense doesn't entertain free blogspot blog, but its wrong blogger is belongs to google and google also want to promote blogger free blog which is blogspot.
Google investing too much money on blogger so they expect some of return from it,right? then if someone make money with a free blog then google gets more percentage as a commission from free blogspot blog than a wordpress blog. So think that when google has a more profit from blogger platform then google definitely likes blogger. But the problem is when we think to start a free blogger platform we doesn't take it too seriously like wordpress blog so ultimately blog quality (in terms of content ) not good or less posts, so google adsense program doesn't want to damage its strict reputation against less content or improper content. 


highest earning blogspot blog
Add caption




My advice to bloggers (specially blogspot blogs) is never ever give up , continue posting something special everyday (Only mantra to get money from blogspot) or you can check my post about how to earn money from blogspot blog step by step



Here are some of our friends who are making more than a wordpress blog, If they can acchieve this milestone with blogspot free blog then we also can, right?



This list is for blogger com earnings, (This is not ranking, last blog may earn more money from blogger or blogspot than first one )




















Here is complete guide for how to create a blog for free and make money

Please ask your question if you have any by just commenting below on this post.

Sunday, 31 December 2017

Remove Blog Title From Post Page Title
Remove Blog Title From Post Page Title
To change or remove blog title from post title blogger which is shown in the search results and on the tab in browser you need to find the following line in the head section of your blogspot template code


In this post we will learn how to remove blog title from post title


1) open your dashboard

2)Go to themes,Backup the theme by downloading xml file.
   select edit HTMl

3) Press Ctrl+F to find below code

<title><data:blog.pageTitle/></title>

4) Replace above code with the following 


<b:if cond='data:blog.pageType == &quot;index&quot;'>

<title><data:blog.title/></title>

<b:else/>

<title><data:blog.pageName/></title>

</b:if>



5) Save theme

Congratualations you have done.
You can check in browser, only post title is shown without blog title. 







remove blog title from post title in blogger


(how to remove post title in blogger)


With the help of replaced code your blogspot blog titile will only display on homepage and the post title will be shown in search results without your blog title.

When you will remove blog title from blog post then it will improve search ranking,seo of the blog.

Find below code and try this one if above doesn't worked for you, Please comment me your problems

<title><data:blog.pageTitle/></title>
Replace it with
<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <title>
    <data:blog.pageName/> </title>
  <b:else/>
  <title>
    <data:blog.pageTitle/>
  </title>
</b:if>
An alternative code if you want to display the blog title after the post title (in [Page name] | [Blog title] format)
<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <title>
    <data:blog.pageName/> |
    <data:blog.title/>
  </title> <b:else/>
  <title>
    <data:blog.pageTitle/>
  </title>
</b:if>



how to remove post title in blogger
remove blog title from post title in blogger

how to remove blog title in blogger


how to remove blog name from page title in blogger


how to remove post title in blogger

Friday, 15 December 2017

 home page not showing more posts
 home page not showing more posts
I also faced same problem when I started blogging. Its simple trick have to understand a logic behind it. 
If you set 8 post to show on home page but still not worked then add page break after image inside post, this will definetly work. inform me if you found any problem regarding this issue. Below is the step by step procedure to solve this problem. 

 Here is the solution:
Just go to the blogger dashboard than > Settings > Posts and comments
> Show at most > and than set you desired number if it will not help
than
go to your every post and put a page break after photo. It must help.
if you don't understand what i am saying than you can search google
for " auto pagination " without the quote.

Thank you.


Questions were asked to me 

My Blogger home page not showing more than 2 post please help ...
Only one or two posts showing on the home page of my blog .
Only 2 posts show on front page • Blogger Templates 
Blog Posts are not showing up on my Blog page 
My blogspot main page shows only 3 post
Blogger main page doesn't show more than 12 posts
showing only 4 posts in blogger


Thursday, 30 November 2017

How to add Adsense Ads in the middle or anywhere inside the blogger posts
This is complete guide for how to add Adsense ads in blogger posts

First step

<data:post.body/>

Search above code in template by pressing Cnt+F 



Second step

replace this code (second one, if not work then replace third one) with following code, 



<div expr:id='"adsmiddle1" + data:post.id'></div>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div style="clear:both; margin:10px 0">
<!-- Add here the code of your ad -->
</div>
</b:if>
</b:if>
<div expr:id='"adsmiddle2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("adsmiddle1<data:post.id/>");
var obj1=document.getElementById("adsmiddle2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>


Third step


paste adsense ad code at  <!-- Add here the code of your ad -->

To keep ad in center of post


<div style="clear:both; margin:10px 0">
<center> 
<!-- Add here the code of your ad -->
</center>
</div>


Fourth step

add <!-- adsense --> in the post where you wish to display ads 

<!-- adsense -->

This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text.<br /><br /> <!-- adsense -->This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text.




This was the clear explanation for the following questions
How to add Adsense Ads in the middle or anywhere inside the blogger posts
how to add adsense code in blogger post
how to put adsense in the middle of blogger post
how to add ads between posts in blogger
how to put google adsense below post title in blogger?
how to insert ads within your post content in blogger
how to paste adsense code in blogger
adsense ad code converter
how to implement ad code on blogger
parse adsense code