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

Sunday, 20 March 2016

Top ways to Set Favicon on WordPress Blog

Posted by Anshul Katiyar

Today in this post I am going to help you to How To Set Favicon on WordPress Blog. This post is well fabricated to help you to get Top way to set favicon on WordPress blog, I noticed that sometime their is no favicon seen on some WordPress blog because of some reasons and you will unable to reset favicon on your blog, only need to show favicon on WordPress blog to follow below steps.

Once you setup WordPress blog, then you need to set-up some important setting which are important for each and every blog, one of most important part of these settings is to Set Favicon on your WordPress blog. Blog favicon helps to make your blog different and unique which make your blog hard presence on Internet world and everyone want to make their blog unique.

Most of time WordPress favicon do not support .png or .jpeg and this is also top most problem of no favicon seen on your blog, but some times PNG or JPEG image may works, before proceeding you should know about some basic requirements for setting up WordPress facvicon, let see below point:

  • The recommended size of WordPress Favicon is 12×12, 16×16, 150×150, 512×512.
  • Always upload Favicon before change it with FTP (File Transfer Protocol).
  • Favicon image should in .ico format because some times .jpeg or .png format image not work.
A Complete Guide To Setup A Blog On The BlogSpot Blogging Platform
You will  also use some website who create your WordPress favicon completely free, some of websites are www.favicon.cc.

How to add Favicon on WordPress Blog?

WordPress theme your are using, already have a feature to add Favicon but some of free WordPress theme are not come with this feature, if your theme do not haveing this feature then you should follow the below steps.

5 Important Things, You Should Take Care For Your New Blog

Add Favicon by Wordpress Directory:

In WordPress version 4.4.2 having inbuilt feature for adding Favicon on your WordPress blog and with the help of custom feature you will easily add favicon on your blog in less then one minute.
  1. First loin to your WordPress blog, then do to Homepage and click on Customize option which is situated top sidebar at right side, if you do not find any top sidebar then go to Your Profile > and fill blank don on “Show Tool-bar when viewing site”.
  2. After you find clicking on customize option, now click on ''select image'' and upload Favicon.
  3.  Now click on save& publish and your work done.
How To Add Google Adsense Code Inside Blogger Post
I hope this post may help you, so did you know any other methods to add favicon on WordPress blog?. Tell us via comment. 
Read More

Monday, 29 February 2016

How to add Facebook Fan Page in Blogspot Blog

Posted by Anshul Katiyar
acebook is most popular social networking website in world and it is very helpful for promoting our blogs or blog post, which result tons of traffic from social media. You user may like your post or then eveFn express their views on your Blog Facebook Fan Page, this also helps to create a good brand value on Internet world, so today we are going to tell you that How To Add Facebook Fan Page on your Blog.

add-like-box-blogspot

Create Facebook Fan Page

1. First Go To www.facebook.com and create a fan page of your blog, if already haveing Fan Page then read next step.
2. Go to https://developers.facebook.com/docs/plugins/like-box-for-pages > Fill all required detail like Page Name, Hight, Wight ect.
3. Now click on Get Code, Copy HTML code > Then Go to Blogger Dashboard.
4. Click on Layout > Now Click On Add Gadget > Now Click On Add HTML widget.
5. Now you will find new popup window open on your desktop > Copy-Past Code > Click On Save.
6. Your Facebook Like Box is ready, Check it by click on View Blog.
Read More

Saturday, 27 February 2016

How To Add an Instagram Widget in a Blogger Blog

Posted by Anshul Katiyar
All of us knows very well about Instagram, its is photo sharing App which is currently running under its parent company Facebook. Instagram is very much similar to Facebook but, they mainly focused on photo sharing on their platform, which is very much popular in our youth. With a very short passage of time Instagram get popular in Internet world.


Also Read :
How-to-Make-blogsport-blog


The another good thigh about Instagram is that is is not only made for Individual, App is completely made for Business, Tech, Origination, Website & blog. Currently Instagram having more then 200 million active users and 7.8 billion register users, so we can say that it is third largest online social media platform after Facebook and Twitter in world.

Today in our this post we are going to help you to install Instagram widget in your blogspot blog. According to my view Instagram is great platform for all blogger and this is very helpful in getting some extra traffic on your blog.

How to install Instagram widget in your blogspot post?

  1. To install Instagram widget in blogger blog fist go to http://www.intagme.com/.
  2. Now Fill your selected Username > Select Widget Type.
  3. Next, Select Thumbnail Size of your Instagram profile.
  4. If you want to change background color, then click on empty box and then select your color.
  5. If you want other social sharing button on your widget then, Select 'Yes' or 'No'.
  6. All done, now click on Get Code.
  7. Now Go to Your Blogger Dashboard > Click on Layout > Click on Add Gadget.

  8. After that you will find a new popup window open and then select, Add Html Widget.
  9. Copy Past then Code and then Click on Save below.
  10. Hope your widget is visible on your blog, if you are facing any problem then contact us via comment.
Read More

Wednesday, 24 February 2016

How to add Google Adsense Code inside Blogger Post

Posted by Anshul Katiyar
As we all know that Google Adsense is best advertisement network in world, this because Adsense revenue is much more as compare to other Adesense alternatives like infolinks or  bidvertise. I know that we all thinks Adsense is best, but some of you still have complain that nobody is hitting a single click on your Google Adsense ads, if you are one who is dealing with this type of situation then don't worry we have solution of this, actually this all happens because of wrong placement of Google Adsense ads.

Today I will tell you that how to increase Adsense revenue with the help of placing Adsense ads in middle of post.

How to Put Google Adsense Below Post Title in Blogger?

Note: Before moving forward, I will request you to take a backup of your blog.
  1. Fist you have to Go to Blogger > Click on Template of your blog > Now Take Backup of your Template.
  2. After that when you take backup then click on Edit Template
  3. Now press Ctrl+F > Then Type <data:post.body/> on search box.
  4. Note : It is possible that you find more than one <data:post.body/>, so find second one and then select that one.
  5. Next Step replace the selected <data:post.body/> with below 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>
Once you done with copy-past of code, then simply replace <!-- Add here the code of your ad --> wtih you Adsense code.
Read More

Tuesday, 23 February 2016

Definitive guide Before Buying Expired Domains

Posted by Anshul Katiyar
You have seen that most of newbies blogger uses old domain instead of using new domain for their blog, but question is arise in our mind that why they are going to use old domain?., actually answer is that the old used domain have inherent domain authority, high quality backlinks and which helps to get tons of traffic on your blog.

I also seen that many of blogger are totally involved in buying and selling domain business or we can say domain flipping business.

Why?.

This is good business for them and at the ends it is easy.

One day I got to know via my blogging forum that some bloggers are selling PR1 , PR3, PR4 old domain and they are getting huge response form other buyer who are willing to buy them in the sake of getting high rank in search engine.

But according to me all of as who are willing to buy old expired domain, should do consider some things before buying them.

Before getting in deeper, lets get to know about what is meaning of old domain or expired domain.
Old domain or expired domain are those which does not get renewed by their owner. Many of us forget to renew domain on time, so to renew domain again the domain registrar usually give short extension of one month to renew domain again. If domain is not get renewed in given time period then it will considered as old or expired domain.
After extension time domain registrar start acution of expired domain and sell it to the highest paying customer.

Things To Know Before Buying Old domain or Expired domain. 

1. Check PA/DA of expired domain

Always check Page authority or domain authority of many domain which you want to buy. buy only those domain having domain authority more than 25/100. PA and DA is very important factor grab a quality domain, you can check Page or Domain authority using Moz or Open Site Explorer

2. Check Domain for Google or Adsense banned

Before make your mind to burn your money to buy expired domain, you should check domain that is not banned by Google. You can easily check that is domain ban by Google using Adsense Sandbox.
If your selected domain having good PA/DA and you really like the domain name then you will ask Google to remove ban form that domain using tool called Google reconsideration request

3. Check archive of domain using wayback machine

You are going to buy a domain which having good PA/DA and you also liked domain name and domain age is much more which means having so many good quality of backlinks, but wait my friends here you have know that domain which you are going to buy is which kind of website before, Ya this is important because it matter in SEO and you can easily check that using Wayback Machine.

Final words : These are few and most important things to go for buying new domain and above we are going to insert a infographic which helps you to understand this topic more easily.


Read More

Monday, 22 February 2016

5 Important Things, You Should Take Care For Your New Blog

Posted by Anshul Katiyar
Hello friends if you are new in blogging world or you are going to start a blog then you should read this post because this post really going to help you. If you want to get success in blogging then you need to follow the top most 5 tips which I am going to mention below in this blog post. Most of times new blogger do some mistake in blogging and this post is actually written for new blogger to help them and here I am going to list of mistakes which you do while blogging.

5 Important Tips For New blog and Bloggers

1. How To Use Custom Domain

Most of news blogger use free subdomain like (blogsport.com or wordpress.com ect), if you are new and learning how to blogging then use of free domains are good for you, but if you are serious for blogging and wants to be a professional blogger then, premium domain and hosting is very important for your blogging journey. The are age of you custom domain really helps a lot in getting high traffic and top rank in search engine. Actually if your domain age is very important and it helps to get tons of traffic on your blog because Google counts your domain age in order to index your post. Custom also makes Backlinks for your blog and all knows that Backing directly means to having high rank in Google or in other search engines.

Also Read : 
  1. A Complete Guide To Setup A Blog On the BlogSpot Blogging Platform
  2. Awesome Hindi Launguage Blog - ShoutMeHindi.in a Sister Blog Of ShoutMeLoud
  3. Top 5 High Traffic BLOGS Who Changed Indian Blogging World

2. Blog Design and Custom Template

When someone comes o your blog he firstly looks at your blogger Template or Theme and if the blog layout is not good then user mainly disappoints form your blog and he never come back directly to you blog. So thats why having good and SEO friendly blogger template is very important for blog blog. 

3. Do not Copy Content From other blogs

copying content for your blog post is not good idea and Google will surely penalize your blog because Google have some bunch of algorithms which keeps finding the copied content and if you use even a single line form other blog then Google counts for content as a duplicate content. News blogger naturally use to do some experiment with their blog but if you copy content form other blog then you will never gonna get much traffic on your blog. And keep this think in your mind that if your are creating duplicate post then you will never got any rank in Google search engine , so always creates original post which is very good for SEO of your blog.

4. Find you niche 

Please do not choose a niche in which you don't have any interest and you are only doing blogging on that topic just for making money via your blog, actually this not good idea of making money and you will never get that success which you are suppose to get, thats why I always ask to you that;
Do what you like, because it that is not look like work.       

5. Do not do blogging only for making money

I know that we all doing blogging for making tons for money and actually money is top most important to survive in this world but, some of us only doing for doing blogging for making money, If your main motto is making money then you will keeps your main focus on generating money via your blog and not take care your of your blog which is not good for your blogging profession, so friends start blogging if you love otherwise you will never gonna win race. 

Also Read :
  1.  Prefect 6 tips to improve new blog in Hindi 
  2.  Stop Blogspot Blog To Redirecting To Country Specific Domain 
  3.  What is Nofollow And Dofollow links [SEO STUDY] 
So what do you think about these above tips or you know some other Top tips to improve new blog ?., if Yes then tell us via comment section below.
Read More

Friday, 19 February 2016

Recent Comments Widgets For Blogspot Blog

Posted by Anshul Katiyar
Here we are going to write about that How to Add recent comment widgets on your blogger blog, I know that Recent comment widgets mainly seen on WordPress blog because they have plugin which helps to show recent comment happens on your blog, but no need to be sad Here on WhyToFail we come with a bunch of codes which helps you to list all recent comment on your blog home page.

How to add Recent Comment on Your Blogspot Homepage

  1. First you need to login to your blogspot dasboard, then go to layout section and then click to add add gadget. 

  2. Now you have to chose HTML widget to add and then copy the whole code written on below.
  3. Now select this code and copy and paste it to HTML gadgets.
  4. Download Code From Here
  5. Now you have to save and then check that your widget is working or not.
Note : Please Replace https://www.your-domain.com with your domain before copy it to HTML gadget.
Hope you like our post and it will help you, if you are still facing any problem then please tell us via comment section below.

Read More

Wednesday, 10 February 2016

Stop Blogspot Blog To Redirecting To Country Specific Domain

Posted by Anshul Katiyar
If you are from India and having a blog like example : allindiastory.blogspot.com, where you are writing about news, tips and tricks and much more according to you view. But if you browse your blog in your own browser then it will automatically redirect to allindiastory.blogspot.in


How To Stop Redirecting Blogspot Blog To Country Specific Domain 

  1. Go to your blog blog
  2. Now open the menu of your blog and then click on the template section below
  3. Next in only you have to press Ctrl+F, and then find <head> and then past whole code below it.
<script type="text/javascript">var blog = document.location.href.toLowerCase();if (!blog.match(/\.blogspot\.com/)) {blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");window.location.replace(blog);}</script
If you are facing any type of problem then notify us via comment. 
Read More

Friday, 15 January 2016

How To Remove Powered By Blogger Attribution From Your Blog

Posted by Anshul Katiyar 5 Comments
Some of blogger blog have inbuilt powered by blogger attribution and if you are not felling happy with this attribution, but not knowing the trick to remove it from your blogger template then you landed to right place, Today I will help you to simply remove the Powered By Blogger Attribution.


How To Remove Powered By Blogger Attribution

You have to follow some simple steps to hide powered by blogger attribution:
Step 1 : First to to blogsport login page and login to your blogger dashboard, Now you have click on below template option on your blog menu.

Step 2 : After clicking on Template option you will find html code enter box click inside it and then press the CTRL + F keys to open the Blogger' search box and type;
</head>
Step 3 : Now you have to past this below code to above </head>
<style>
#Attribution1 {
display: none;
}
</style>
Step 4 : Now only need is to click to save option and then check you blog, you will find that powered by blogger attribution is removed.

If you still face any type of problem then fell free to write us using comment box below.
Read More

Monday, 4 January 2016

AllTechBuzz Blogger Template - SEO Optimized ATB Blogger Template

Posted by Anshul Katiyar 2 Comments
Blogging is one of most popular task to make money online, and it does not need any technical qualification to make any blog, If you want make a blog the click here.
Blogging is very easy and it does not take much time to make money, you only need to go chose one blogging platform like blogger or wordpress and then make your own blog and you are ready. Many of our users using Blogger.com as their blogging platform, Beacasue it is totally free, easy to use and and fully secured.

Once you are ready with your blog you need to get a awesome blogger template which is fully SEO optimised ans ready with awesome features, Blogger doesn't have much features like wordpress platform but here in AlltechBuzz template you are going to experience some features which you are not going to find in any template.

When Imran who is founder of AllTechBuzz shifted from blogger to wordpress he uploaded this privious same template on his blog. This is custom designed Responsive Template. After getting many request Imran shared this template. He does not encrypted anything from template. You are free to edit any element in the template.



Why this is most advanced Blogger Template?

This Blogger template is rich with some most advance features which make it differnt from other Blogger templates.

1.Fully Responsive Template
2. Conditionally Loading Social Sharing Buttons/ Script Integrated
3. SEO Optimized
4. Four Column Responsive Stylish Footer
5. Sticky Post
6. Auto Alt Title Tag Generator Script Integrated
7. Many more features


How To Edit Blogger Template:


If you have any problem in this template or any other, then please tell me via comment below.

Read More

Thursday, 31 December 2015

Top 3 ways for On Page SEO Which Helps You to Get First Rank

Posted by Anshul Katiyar 2 Comments
Did you still don't have any traffic on your blog?


Want your post keyword targeted?. But do not know the correct solution.

Planning to make easy for search engine to get get understand that which keyword your targeting and used by you to get high rank minimum PR 6.

Yes its is not too much easy but not as too much hard to fix, You should have to learn many thinks but its does not takes much time.

Now in this post you are going to learn some Technique of on page SEO.
Many of us learning blogger are daily used to try to optimize our blog or website and this process is divided in two type first one is onpage optimization or offpage optimization, both of two are very important for our blog or website ranking but today in this post we are going to talk about onpage optimization. Here I am going to tell you about some awesome tips and tricks for onpage SEO and after using them it will help directly in improving blog ranking in search engine. This means you are going to boost your blog ranking with rocket speed.


On-Page-Search-Engine


Now, lets move to discussion on onpage optimization with onsite optimization. The most featured parts of this topics are about, Onpage SEO optimization, How to use our targeted keywords to get high rank in search engine. This also cover the topics like proper use of H1 , H2, H3 heading which also called Heading Tags like Heading, Sub Heading, Minor Heading., Keyword placement, Content quality and much more. Before understanding SEO concept we need to know Importance of keywords in blog post.


Also Read : 

What is On Page SEO and Why do you need On Page Optimization:

This post mainly target to help you to understand how to write SEO friendly blog post which means SEO optimized article and many of you thinks that it is not seo best practices.

But you should known look at ShoutMeLoud this post which helps you to understand this fact easily Recover from Google panda.


Actually many of us not understanding the fact called ''SEARCH ENGINE'', Search Engine is a program which a mixture of algorithm and these algorithms are work in such manner that it identify some keywords which are unique and considered as good content which ultimately results in high rank of that keyword or content in Search engine.
Search Engine is always shows some post in number one position or in second, why don't you think that why your post is not ever seen their.?

Search Engine Optimization is a methods which happen is some sets and it is a proven way to raise the content quality of you post. Search Engine like Google, Yahoo , Bing do not mainly looks on On Page SEO to take your blog in first position but they also looks on some other things like Backlinks, Social Media Blog value, domain authority and some other factor but our today's task is only to create that type of post content which is made with the help of targeted keyword and easily catch by Search Engine to consider you blog as good quality content blog  instead of focusing on raking for irrelevant long tail keyword.


Also Read:

Here is a quick Guide to understand On Page Search Engine Optimization Facts:

On-PAGE-SEO-CHART

Here you can easily analyse that lot on things matters in On Page SEO, The above chart clearly helps you to understand that keyword planning, content length, Image optimization, Use of proper H1, H2 and H3 tags matters a lot in now days. The above chart is published by SEO metrics team after doing a brief research on SEO and noticing the behavior of Google over the blog or website content and how Google shows its reaction on these things.


Also Read:

Top 3 On Page Search Engine Optimization :

Blog Post Title

You all know that blog post title is most important part of any article. It really plays a huge role in post ranking in Google and other search engine. While choosing a good title of any post we should take care to use a good targeted which having high search and less composition. Please do not use targeted keyword more then one time in the sake of getting a good rank in Google, Yahoo and Bing. The last but not least so not use more then 65 character in title tag it will take down the SEO value of your blog or website.

Post Permalink Structure

Post Permalink Structure is another main topic to look, It mainly helps to Google to show your link with exact matched searched keyword. Please always choose custom permalink before publishing any post and used the top targeted keyword in it and make sure that the length of permalink is not too much. Always avoid the use of special characters, symbols, brackets, comma’s etc because in search engine these all not matters a lot. Another main thing is do not random strings in your permalink.

Heading Tag Of Post
In above section I think I clearly tell the correct use of heading tags but take a short look again, So you should use all of heading tags because they matter a lot in on page SEO, the correct use of h2, h3, h4 tag is very important and make sure that please do not use h1 tag in any part of your post because you title is also refer as h1 tag and there is on use of another title in one post. Note please : do not use h2, h3, h4 tags many time and use alternative like bold, italic tools etc. Here is a brief video to understand the Heading Tags:


Keyword Density

Keyword is consider as main and one of top weapon for boosting any post, so there is need of a good keyword planning before writing any post, while writing any post we should not exceed  it from 1.5% percent with mix of LSI keywords. Use all the targeted keyword in title, heading like sub-heading and minor-heading. in first paragraph and then in the last paragraph and also don't forget to use keyword in bold and italic tools.  Here  is a video for understanding keywords use in blog post.


In this post , I try to cover some factors that help you to make your post on page SEO full-proof. If you have any question or want to tell other important facts, then let me know via comments.
Read More

Friday, 25 December 2015

3 Marketing Tools For Blogger and Webmasters : For Your Future in 2016

Posted by Anshul Katiyar
We all are here to creating a awesome product for our readers and it help us to make money and also helps to make your product to next level where you want to see it in future. A blogger job is very tough and it is not as simple as you are thinking and it need time to get a ProBlogger like quality. Once if you are going to be a blogger and writing a huge content as  you are and not doing any promotion and any think else and just writing as it is , it does not make any scene for Google and Google is not going to show your content in any page. Actually the real work starts after you publish you content on web and not you have to make you post to reach more audience, So that it get popular and it also helps in creating backlinks by your audience.



Marketing of your product works same as you do on SEO and Keyword research for a blog post. If your not doing any type of marketing you will easily get to know that your freshly uploaded content did not getting any clicks because no one going to reach it via Search engine or other social media platform and then you keep on finding what you are doing wrong but never get any solution.
Now a days newbies keep on finding about tips and tricks of marketing but because of thousand of social media network and other marketing network they are keep on confusing and it is very complicated to find any proven solution of this problem.

Also Read : 15 Ways to Get Quality Backlinks

Many of newbies blogger are still finding a good solution of marketing of their product, Most of them finds that veteran blogger are doing very well in this field and they also stack to see their success while their product is not much old but doing well. The veteran blogger knows the real path to promote their product and they have well idea about existed product which helps them to save their time and make more money.
Marketing is one of top think which is need in 2016 to make your earning to next level and now it is need for a post to having a good quality of content on one side and promote your post with right tool on other side.


11 Terrific Marketing Tools For Blogger and Webmasters

Having a right marketing product helps you and your product to see sky touching success and also helps you to see you efforts changes in viral jackpot. This tools mainly helps to save your time and money to investing in marketing of you product or blog and make the task simple as affordable. Here is top 11 Terrific marketing Tools which is going to change your views point about it.

BuzzSumo :


BuzzSumo is most used marketing tool used by marketers to promote their blog or webpage. It is one of sought content research tool which helps you to find top preforming articles and top shared article post on varous socila media platform and on search engines. It also features some more tools which also helps you to find top influencer and top article title shared on social media hub.

Here is a Video tutorial to explain you to how to use BuzzSumo

                                                                 Video By Harsh Aggarwal

You Should Read : What is Nofollow And Dofollow links [SEO STUDY]
                                   A Complete Guide To Setup A Blog On the BlogSpot Blogging Platform

Google Scholar :

Google Scholar is awesome tool to research deeper on any article or topic and the awesome think is its is free tool comes from Google. It is very simple to use you only need to enter your keyword and hit on search and it will bring some top rated articles for you which available on web. The tool have some amazing features like alert, which send an email to you on you given email id on topic in which you are interested.

Feedly :

Feedly is RSS reader tool which have more than 7 million registered users and is one of top place to  research over great content which helps you to find awesome article title, Content and much more. Its most interesting thing is that it is available for both Computer users and mobile users.

So here we come to end of a list of top 3 Marketing Tools for Blogger. May be we missed some other top marketing tools, So please tell use in our commenting section, We love to know more.

Read More

Wednesday, 16 December 2015

How To Create Adsense Account (A Complete Guide For Bloggers)

Posted by Anshul Katiyar

As a blogger you naturally herd about Adsense, and if you are still unaware about this network then not need to worry. Adsense is an advertisement network owned by Google (Wikipedia article about Adsense). All knows that their are many alternative of Adsense but all knows that Adsense is best in all ways.
If you still wants to make money with other way then I will suggest you to read our post A complete Affiliate Marketing Guide written by ShoutMeLoud.com 
In this post I will clear that How to Create Adsense Account in Five Minute and many of us facing so many problems in getting Adsense account approve for you blog, so I will suggest you to read Guide to get adsense approval.
I started blogging and get to know about Adsense which is only way in my terms to earn money on that time and I was very confused about Adsense so I ask my one friend and he tell me about this and still I am not completely sure that I am doing right or not. But bleave me here I make every effert to simplify this because of my reader and I know that this very difficult for any beginner to understand about Adsense.
Here is a video which was publised by ShoutMeLoud.com :


A complete Guide To Make Adsense Account In Five Minute.

Now Adsense approvel process is completely changed, Now steps to make Adsense account are like this.
  • Sign up for Adsense
  • Add Adsense ads to your blog
  • Wait while your account is reviewed and either accepted or rejected
Adsense approval is not easy and publisher have to create quality blog before applied on Adsense, After account is created you need to wait until Google Adsense approve your account.
And one more thing to remember before applied on Adsense that you blog meets all the requirement which match with adsense policy.
Read More

Wednesday, 9 December 2015

How To Create Gmail Button with Email Icon Generator

Posted by Anshul Katiyar

We all face a big problem to put our email address in text form as such as.
 whytofail@gmail.com is email harvester bots.
The bots pick you all such spam which make your blogging experience too much bad. This is common issues which is faced by blogger now a days, For those who want to leave their own email adders for contact.
We a have one quick solution of this is that you should replace the @ with (AT), and then see that you will not getting more emails because some users send mail without using @ and it will not send to you.
One more easy way is to create Gmail button with email icon generator

Free Email Icon Generator service:

Go to Link and you will find this Snapshot like webpage.
After Proceeding like this you will get Gmail own email address Button, and if you are facing any problem while doing this , please let me know.
So did you like above article or you know any more tricks, If yes then please tell me by commenting below. 
Read More

Monday, 14 September 2015

15 Ways to Get Quality Backlinks To Your Blog in one Month

Posted by Anshul Katiyar 4 Comments

Search Engine Optimization is very important for success of every blogger. We all want tones of traffic on our blog whether it have good content or not, our focus is mainly to grow more traffic in less time. So here this post have some successful tips to grow your blog traffic to 100,000 Visits a Month. Here we mention some useful methods to increase your blog traffic by learn about SEO, which is most important if you wanted to grow 1000000 of hits on your blog. We all wanted to know search engine optimization and also know the importance of getting high quality backlinks, which is one of boost way to increase your blog traffic and improve blog ranking in search engine, So in this post listed 99 way to get backlinks to your blog.

15 Ways To Get High Quality To Your Blog

1. Please do comment dofollow on your blog

2. In order to increase your blog traffic and wanted to get high quality backlinks so links to your blog to high quality forums.

3. Start submit guest post to other blogs to make quality backlinks.

4. Use social bookmarking site links Facebook,Twitter,Digg,Linkdin ect.

5. You can also use Blogging Community like Blog Engage,Inbound.com,Blogadda.com.

6. Use Yahoo Answers to ask question related blogging and also link your blog in your question and answers

7. Interlink your blog post when you are writing post on your blog or in guest post.

8. Submit your blog in other big blogging directory.

9. Also submit your post to top web directory.

10. Ask your friends and family to like your blog or blog Facebook page.

11.  Submit your blog to all social bookmarking website so that it will got more popularity in less time.

12. Review your blog on other review websites, which enable you to submit review in free of cost.

13. Submit your post to stumpleupon.

14. Submit rss feed of your blog to various rss directories.

15. Always try to write high quality content for your blog.
Read More

Tuesday, 25 August 2015

Awesome Hindi Launguage Blog - ShoutMeHindi.in a Sister Blog Of ShoutMeLoud

Posted by Anshul Katiyar 15 Comments

Today I am Very Happy To Tell You That The Popular Blog ShoutMeLoud is Going To Start their Hindi How-To-Blogging Blog

This awesome blog is started by famous Indian Blogger Harsh Agrawal, This blog is running under the banner of ShoutDrems. ShoutMeHindi is blog where he & his team will write about blogging, SEO, content marketing in Hindi language.


So Why Harsh is going to launch Hindi language blog.

Actually Harsh Aggarwal, who is also a founder of ShoutMeloud.com which is most popular blog in blogging community, understand the power of own language and he correctly knows that what is potential in our own Hindi language. Harsh is most popular blogger from India and according to me it is not only his work but his duty to create some think which helps to locals to understand and help in problem solving of those who do not understand english or other language.
Harsh is not only one who are giving their contribution in our own language but he is first who is working in blogging field or writing a lot of stuff about blogging in Hindi.

How ShoutMeHindi helps you?

ShoutMeHindi is a blogging tips and tricks type blog, and they are only writing over their in Hindi language, we all knows that ''apnay jaysa maja aur kahi nahi hota'', So learning some think in own language is very interesting and it also helps to those who are unable to understand other language.

Read More

Sunday, 5 July 2015

A Complete Guide To Setup A Blog On the BlogSpot Blogging Platform

Posted by Anshul Katiyar 11 Comments
Having own blog is great thing because with the help of your blog you can share any thing and You and also earn money with blogging (How to Generate $1,000,000 from Your Blog). Blogsport is one of most popular blogging platform for newbie bloggers and here we have complete article which is written on alltechbuzz by AllTechMedia to chose Blogger as blogging Platform (Advanced SEO Guide for Blogger/Blogspot Blogs). If you have little knowledge about blogging they you will definitely know that blogger is free platform and it have many professional features which helps to do your post featured in each and every aspect.



Blogger is One of best online blogging platform which allow user to host their blog on other server or you may chose Google hosting. Blogsport platform have many advantages over WordPress; one is that Google give more value to your blogsport blog rather than WordPress blog. Blogsport have some limitation (What Are the Limitations of a Blogger.com Account) but we all know blogger is most popular because it allow user to create Free Blog. This post is written the “beginners” who are new to blogging but would like to get started, and who wants to make money without any wealth risk or we can say it free way to create blog.
Before I start you to guide How-To-Make-Blog; I would like to tell you some important facts:

First, BlogSpot or blogger is a blogging platform which is run by Google.  If offer free hosting including your uploaded image which is also hosted on Google platform.


Second, if you want to make money with your blog or run business in the form of blogging, then I will recommended you to make blog on WordPress which is easy and not much costly here we have WordPress guide for you to make blog on wordpress.


Step-by-step Guide to Creating a Free Blog on BlogSpot:

To create blogsport free account you have to go to Blogsport.com and login using your Google account.
Once you login into blogger account then you will find ''Create New Blog'' button, click on it and select title of blog and blog address.
when you done to create blog than next work you have do id that, You have to select blogger profile or you will continue with existing Google Plus Profile. I will suggest using Google Plus profile.


Name your blog:

The first thing you need to do is to select an appropriate blog name which directly represent about what your blog type and please do not select your personal name which is quite unprofessional or You will advice that not use numeric between blog name like ''why2fail.com''; here you will understand it is confusing and difficult to remenber. I suggest you read how to select a domain name for additional information.
Here we show how-to-make-blog with image.


once you create you blog the next step is to select an SEO optimize template which is most important part of succesful blog, I will reccomded you to use Most Advanced SEO Optimized ATB Responsive Blogger Template. This is unique template which is published by AllTechMedia. Now your blog is ready to start blogging, but you are not fully done yet. There are few settings which you have to dine before start blogging.
Now go to setting and change some basic settings of blog like you have Set 404 Page and more.
Now you are fully ready to start posting on your blog.


Expert Tips


  1. Please write keyword rich post this is very helpful to rank higher in Google.
  2. Always make sure that you are promoting your post on various social media platform, this help to get loyal audience on your blog.
  3. Do not copy or recreate your post this will act very bad on search engine optimization and your blog never get rank high in top search engines.

Video Tutorial to Create a BlogSpot Blog:


                                 SOURCE : ShoutMeLoud

Here I cover all important which should be in Blogsport Setup Guide. If you need any help please comment on this post we are ever ready to help you.
Read More
Powered by Blogger.