Saturday, April 25, 2015

"Featured Posts" Slider Widget For Blogger

"Featured Posts" Slider Gadget For Blogger

Featured posts slider is a gadget that slides featured(recommended) articles of a blog. Featured posts sliders are of several types, some are of images type which slides only images of posts while some only slides titles of posts but in this post I will share something awesome which nobody has shared before me. Its a Slider that slides the whole posts along with thumbnails, titles, and a short description. It has a unique style and a good look! You can see a demo of this gadget on my blog's HomePage. Before you add this gadget in your blog let me tell you one thing that is you have to write the description, title, link of the post and thumbnail link on your own, it will not automatically get posts for you. You can select which posts do you want to show up.

I hope you'll love this gadget. You can add as much posts as you want, there is no limit of posts. To add this gadget in your blog follow below steps:

See Live Demo

Title Of Post goes here

Description Of Post goes here Post goes here Post goes here Post goes here Post goes here Post goes here

Title Of Post goes here

Description Of Post goes here

Title Of Post goes here

Description Of Post goes here



Step 1: Go to blogger dashboard.

Step 2: Select template and click on edit html.

Step 3: Search for <head> and just below it paste the below code:
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js'/>

Step 4: Click on save template.

Step 5: Go to Layout and click on add a gadget.

Step 6: Scroll down to Html/javascript.

Step 7: Copy below code and paste it in the Html/javascript window.

<div class="slider">
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description </p></div>
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>
</div>
<style>
.fadein { position:relative; height:332px; width:500px; }
.slider img {width:235px;height:200px;position:absolute; left:5px; top:5px;padding:0;border:0;box-shadow:none;}
.fadelinks > *, .slider > * { position:absolute; left:0; top:0; display:block; }
.fadelinks, .slider {
    position: relative;
    height: 200px;
width: 615px;
    background: #eee;
overflow: hidden;
padding: 5px;
}
.slider h3 {
    position: relative;
    left: 250px;
top: 5px;
    font-size: 17px;
  white-space: nowrap;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider a { text-decoration:none; }
.slider p {
    position: relative;
    left: 245px;
    font-size: 13px;
    bottom: 5px;
    padding: 0 5px;
   width: 350px;
}
</style>
<script src="https://rawgit.com/101Helper/docs/master/jsinstallizer.js"></script>
<script>
  $(function(){
  $('.slider > :gt(0)').hide();
  setInterval(function(){
    var rand = Math.floor(Math.random() * ($('.slider').children().length-1));
    $('.slider > :first-child').appendTo('.slider').fadeOut();
    $('.slider > *').eq(rand).prependTo('.slider').fadeIn();
  }, 7000);
});
</script>




Replace Your post link with your post's link Your post's title with your post's title Your post's thumbnail link with your post's image url and Your post description with your post's short description.


Step 8: Click on save and you are done.

Customization:

To change the time duration of sliding posts change the number 7000 highlighted by yellow color in the ending lines of code.

7000 means 7 seconds.
<script>
  $(function(){
  $('.slider > :gt(0)').hide();
  setInterval(function(){
    var rand = Math.floor(Math.random() * ($('.slider').children().length-1));
    $('.slider > :first-child').appendTo('.slider').fadeOut();
    $('.slider > *').eq(rand).prependTo('.slider').fadeIn();
  }, 7000);
});
</script>

Adding more slides:

I have set up 5 slides in this gadget but if you want to add a new slide just copy the below code and paste it above this piece of code:
<---Area below which new slide code is to be placed---->
<div class="slider">

Code for New slide:
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>

I have added 10 slides so you can add 10 slides without any problem as shown in above example.

Changing Width Of The Slider:

To change width of the slider make changes in  width: 615px; 

Note: If you are changing width of your slider then you need to change the width of description too.

width: 350px; refers to width of description and width: 350px; refers to width of title.

Make sure to change with of title and description while making any change in width of slider because it may look irregular if you don't do so.

I hope you like this post and it worked in your blog. If you have any problem ask me in comments or contact me. Follow by E-mail to get instant news about blogger gadgets in your inbox. If this post or any other post help you out then share it with others through social networks. Keep visiting 101Helper :)

Search tags: Increase post page views gadget,"Featured Posts" Slider For Blogger, Post slider gadget for blogger, Featured post gadget, 101Helper gadgets for blogger.

How To Add Facebook Page Plugin/Like Box In Blogger

How To Add New Facebook Page Plugin In blogger | 101helper

Facebook is the number one social network and has a global rank 2. It is used by every individual now a days. Facebook is good for chatting and also for small businesses like blogs or websites. It is used by most of bloggers to get in touch with their fans, so Facebook is used to create fan pages too. In the beginning Facebook provided a plugin called like box for blogs and websites but it will stop working from June 23rd 2015 as Facebook has upgraded this plugin to a new plugin called "Page Plugin".



Facebook new like box | 101helper

"Page Plugin" is much better than Like box due to its stylish look, share option, cover photo and professional look. As Facebook has deprecated the old plugin so now we should upgrade to new plugin in order to get in touch with our fans so in this post I will show you how to add Facebook "Page Plugin"  in blogger.


Don't Miss:
Follow below steps to add Facebook "Page Plugin" in blogger:

Step 1: Go to Facebook Page Plugin page.


Step 2: Replace https://www.facebook.com/facebook with your page's link.



Stylish Facebook new like box blogger blog

Step 3: Adjust width and height of your plugin(Minimum height is 130px and minimum width is 280 px and maximum width is 500px).


Stylish Facebook new like box blogger blog | 101helper

Step 4: Check or un-check other options according to your needs(Hide cover photo, Show friend's faces, Show pages posts).


Facebook like box new

You can see a preview of your plugin below the widget customization box.

Step 5: Click on Get Code(A pop-up window will be opened).

Facebook says to copy the javascript code and paste it after <body> or </body> but it won't work on blogger. Blogger will not accept your template so you have to do it in other way. So move to step 6.


Facebook new like box blogger

Step 6: Copy the javascript code and go to Blogger Dashboard > Layout > Add A Gadget > Html/javascript and paste the javascript .

Step 7: Go back to Facebook plugin page and copy the second code.


Facebook new like box blogger blog

Step 8: Paste this code(second code) into the same Html/javascript window in which you pasted the first code.

The overall code should look like similar to below code:

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-page" data-href="https://www.facebook.com/facebook" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/facebook"><a href="https://www.facebook.com/facebook">Facebook</a></blockquote></div></div>

Step 9: Click on save and you are done successfully!

I Hope you like this post and it was helpful to you. Follow by E-mail to stay updated. Keep visiting 101Helper and share this post with others. 

Give me your feedback in comments.

Search tags: Facebook like box, New Facebook like box, How To Add New Facebook Page Plugin In blogger, Facebook like box not working, Facebook like box for blogger. 

Friday, April 24, 2015

How To Check Your Blog's Seo Status

Seo analysis tools for blogger | 101helper

Search engine optimization is a way to get more blog traffic, organic traffic and unique traffic but it needs a blog to be optimized 100% for better traffic. There are many ways to optimize a blog for search engines like title optimization, description optimizations, robots text optimization etc but one more thing is important as well and that is to check your blog's seo, to know if you are doing it in write way or not. So in this post I am gonna tell you how to check your blog's seo using some online tools. I will discuss all tools one by one, hope you'll find this post helpful.


(1). Meta Checker:

Meta codes like meta title, meta description, meta keywords, meta language, meta author etc are added to blog to tell search engines bots about your blog's title, keywords, description, language, author info etc. It helps in better crawling as well as better search results. But while adding it there is no indicator or analyzer in blogger to tell you about the status of your meta codes, so you have to check it on you own by using online tools. So here I am using the best meta checker to check my blog's meta status. You can also use it to check your blog's meta codes status.


Step 1: Go to Meta checker


Step 2: Type your blog's Homepage url in the box.



Meta checker for blogger | 101helper

Step 3: Click on check and wait for your results.


This tool is 100% reliable. It gives you all info about your meta codes status, duplicate description, keywords strength as well as it has a meter at the top just like a car's speed meter and it indicates your blog's meta codes status. If the meter is showing reading from zero to 100 again and again then it means you are 100% optimized.


Seo Site Checkup:



Seo site checkup blogger | 101helper

Seo site checkup is an online tool which provides you with all seo information of your blog. It give all data such as title, description, keywords, favicon, url structure, social shares, speed, general analysis, Google search results preview, h1 and h2 tags etc. In other words this tool is all in one online seo checker and can be used for free as well as you can buy premium membership. Seo site checkup has seo articles too which are really helpful to make one's seo better. To check you blog's seo status follow below steps:


Step 1: Go to Seo Site Checkup.


Step 2: Enter your blog's Homepage url.



Seo site checkup blogger | 101helper seo

Step 3: Click on checkup and wait for tools to look up your blog.


Note: This tool is for free but can be used only once in an hour. You can also get more tools by signing up for 30 days trial.


Site Analyzer:



Site seo analyzer blogger seo tools

Site analyzer is another tool to analyze blog's seo status. It is similar to seo site checkup but is 100% free of cost. It gives all information about your blog, from accessibility to social networking with brief details. 


Use this tool


Bing Seo Analyzer:


Bing is one of the biggest search engines and like other developed search engines it also have webmaster tools. In Bing webmaster tools seo analyzer is also found which lets you to check out the seo of a specific page of your site/blog. It notifies about long or short description, images alt and h1 tags. So Bing seo analyzer can be used to make your blog's seo better. Follow below steps to know how to use Bing seo analyzer:


Step 1: Go to Bing webmaster tools and Sign-in to your Microsoft account(create a new one if you don't have a Microsoft account). 

Bing Seo Analyzer blogger | 101helper

Step 2: Click on Diagnosis & tools in the menu on left side and select Seo Analyzer.

How to use Bing Seo Analyzer | 101helper

Step 3: Enter the link of the page which you want to analyze.

Blog seo checkup | 101helper

Step 4: Click on Analyze and wait for Bing to analyze your page.

Final words(Conclusion):

Its important to analyze your blog using the above tools because it helps you to know if you are doing it in right way or your all efforts are going in vain. 

Hope you like this post and you found it helpful. If you have any problem or suggestion, share it with me in comments. Follow and subscribe to get latest blogger tutorials in your inbox. 

Search tags: How To Check Your Blog's Seo Status, Online seo tools, Seo tools for blogger, Seo guide 2015, How to check blogger seo.

Wednesday, April 22, 2015

How To Fully Optimize Blogger Blog Titles For Seo

How to optimize blogger blog titles for seo | 101helper

Title optimization is very important thing in seo, specially in 2015, blog title optimization is the first step to get high blog traffic. Although description and keywords are also very important but if you are very serious about your blog traffic then you must concentrate titles of your blog first, because the titles are on the top. You must have read about titles optimization in blogger by adding a separator between blog and post title, but that's not enough because that only works for post pages and what about other pages? so you have to optimize them too for more better results. Therefore in this post I will show you how to optimize your "blog posts", "pages" and also "page not found" pages for seo. If you have read this post http://101helper.blogspot.com/2014/12/blog-title-optimization-for-seo-in-blogger.html then your blog is 90% optimized but after applying this post your blog titles will be 100% optimized for search engines. So lets begin!


Step 1: Go to blogger dashboard > template > edit template.

Step 2: Search for the following codes:


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


If you didn't find it then find this one:


<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> |<data:blog.title/></title><b:else/><title><data:blog.pageTitle/></title> </b:if> 


Step 3: Replace it with the following code:


<title><b:if cond='data:blog.pageType == &quot;index&quot;'><data:blog.pageTitle/><b:else/><b:if cond='data:blog.pageType != &quot;error_page&quot;'><data:blog.pageName/> | 101Helper<b:else/>Page not found | 101Helper</b:if></b:if></title> 


Step 4: Replace 101Helper with your blog name.


Step 5: Save your template and you are done.


Congratulations! you are successfully optimized for search engines. 

How does it work?

It works in a very simple way. The old code which is recommended by every website/blog(used in step 2) adds a separator in only post titles and has no concern with other pages like contact, sitemap etc but these pages are also important as they are indexed so the new code which we used in step 3 adds separator in other pages too. To see a demo visit my blogs sitemap and see at the top of your browser.
   
Optimized robot text:

As above you have optimized your blog's titles for search engines therefore you have to use optimized robot text also to block those pages from being indexed that don't have any description or optimized titles(category/label pages). So I have created 100% optimized robots text which will surely help you in getting higher traffic. Follow below steps to add 100% optimized robots text in your blog:

Step 1: Navigate to Dashboard > Settings > Search Preferences >  Crawling and Indexing > Custom robots txt > Edit.

Step 2: Copy the below text and paste it into custom robots text window:

User-agent: Mediapartners-Google
Disallow: 

User-agent: *
Disallow: /search
Allow: /

Sitemap: http://Youblog.blogspot.com/sitemap.xml

Step 3: Replace http://Youblog.blogspot.com with your blog's Homepage url.

Step 4: Click on save changes.

I hope you like this post, if you have any question ask me in comments. Follow by E-mail to get latest blogger seo tutorials in your inbox. Share this post with others and help me spread my blog. 

Search tags: Robots text for blogger, How to optimize blogger blog titles for seo, 2015 seo guide, seo guide for blogger 101helper.

Wednesday, April 15, 2015

"About Me" Author Box Gadgets With Different Styles For Blogger

"About me" gadgets with different styles for blogger | 101helper

"About-me" gadget in blogger shows the profile pic, name and description about author of a blog. The simple about-me gadget shows only an image with a Google+ follow button and a link to Google+ profile. So I have created 4 stylish "about-me" gadgets which are easy to use, good looking and follow buttons of 4 different social networks are also added. I hope you like these gadgets. To add this gadget in your blog follow below steps.


Step 1: Go to blogger dashboard > Layout > add a gadget > Html/javascript.

Step 2: Copy the code of desired "about-me" gadget and paste it into Html/javascript window.


Style 1


<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>

<div class="box">
   <div class="ribbon"><span>Admin</span></div>
<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><p>Fahim Raza</p><p></p><h5>My name is Fahim Raza. I am a professional blogger. I have created many blogs. My recent one is 101Helper....</h5>
<p></p><p></p>
</div>
<div id="my-link">
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://i57.tinypic.com/aonk43.png" title="Facebook" width="22px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://i58.tinypic.com/2ldzzog.png" title="Twitter" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="http://i57.tinypic.com/3009oqw.png" title="Google" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest" height="22px" src="http://www.nptechforgood.com/wp-content/uploads/2012/02/pinterest-logo.jpg" title="Pinterest" width="22px" /></a></div></div>
<style>
#about-me{
  color:#444;
    width: 300px;
    padding: 20px 10px 110px;
    border: 2px solid #555;
  background-color:#eee;
 font-family: 'Open Sans Condensed',sans-serif;
}
#about-me img {
  border: 2px solid #666;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 16px;
  border-radius: 2px;
  left: 8px;
}
#about-me p{
position:absolute;
bottom:84px;
  font-size:17px;
font-weight:bold;
  left:119px;
color: rgb(58, 148, 227);
}
#about-me h5{
  width:200px;
  position:absolute;
  left:119px;
  top:9px;
  color:#555;
font-size:14px;
}
#my-link {
position:absolute;
top: 94px;
  left: 119px;
}
.ribbon {
  position: absolute;
  left: -3px; top: -3px;
  z-index: 5;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#359BED 0%, #5467A7 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #5467A7;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5467A7;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #5467A7;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5467A7;
}
</style>

Style 2

Stylish About me gadget for blogger style 2 | 101helper

<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>

<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><p>Fahim Raza</p><p></p><h5>My name is Fahim Raza. I am a professional blogger and owner of 101helper.blogspot.com. I like music, playing football,car race and blogging...</h5>
<p></p><p></p>
</div>
<div id="my-link">
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://i57.tinypic.com/aonk43.png" title="Facebook" width="22px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://i58.tinypic.com/2ldzzog.png" title="Twitter" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="http://i57.tinypic.com/3009oqw.png" title="Google" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest" height="22px" src="http://www.nptechforgood.com/wp-content/uploads/2012/02/pinterest-logo.jpg" title="Pinterest" width="22px" /></a></div>
<style>
#about-me {
  color: #444;
  width: 314px;
  padding: 40px 22px 114px;
  border: 2px solid #A0A0A0;
  background-color: #fafafa;
  font-family: 'Open Sans Condensed',sans-serif;
}
#about-me img {
  border: 6px double #A0A0A0;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 23px;
  border-radius: 12px;
  left: 18px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(-17deg);
  z-index: 5;
}
#about-me p {
  position: absolute;
  bottom: 102px;
  font-size: 18px;
  font-weight: bold;
  left: 146px;
  color: rgb(58, 148, 227);
}
#about-me h5 {
  width: 185px;
  position: absolute;
  left: 146px;
  top: 15px;
  color: #747272;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-align: left;
}
#my-link {
  position: absolute;
  top: 20px;
  left: 332px;
}
#my-link img{
border-radius:70px;
padding:2px;
}
</style>


Style 3

Stylish About me gadget for blogger style 3 | 101helper
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>
<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><p>Fahim Raza</p><h5>Hi there! my name is Fahim Raza. I am a professional blogger. I like music(Linkin Park), playing games(football) and blogging...</h5>
</div>
<div id="my-link">
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://i57.tinypic.com/aonk43.png" title="Facebook" width="22px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://i58.tinypic.com/2ldzzog.png" title="Twitter" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="http://i57.tinypic.com/3009oqw.png" title="Google" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest" height="22px" src="http://www.nptechforgood.com/wp-content/uploads/2012/02/pinterest-logo.jpg" title="Pinterest" width="22px" /></a></div>
<style>
#about-me {
  color: #444;
  width: 225px;
  padding: 20px 10px 110px;
  border: 2px solid #B0AEAE;
background: -webkit-linear-gradient(#eee, white);
  font-family: 'Open Sans Condensed',sans-serif;
  height: 175px;
}
#about-me img {
  border: 2px solid #666;
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 184px;
  border-radius: 60px;
  left: 65px;
}
#about-me p {
  position: absolute;
  bottom: 135px;
  font-size: 19px;
  font-weight: bold;
  left: 91px;
  color: rgb(58, 148, 227);
}
#about-me h5 { letter-spacing: 0.3px; width: 200px; position: absolute; left: 30px; top: 140px; color: #555; font-size: 14px; text-align: center; }
#my-link {
  position: absolute;
  top: 260px;
  left: 79px;
}

</style>


Style 4

Stylish About me gadget for blogger style 4 | 101helper

<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>
<div id="about-me"> 
  <img src="http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg" /><h5>My name is Fahim Raza. I am a professional blogger and owner of 101helper.blogspot.com. I like music, playing football,car race and blogging...<br /><br />Email: Fahimraza101@gmail.com<br />Phone: xxx-xxx-xxx-001<br />Skype ID: Fahim Khan</h5>
<h4>Author Name:</h4><p>Fahim Raza</p>
</div>
<div id="my-link"><p>Follow On</p>
<a href="https://www.facebook.com/pages/101Helper/623626157780837" target="_blank"><img src="http://icons.iconarchive.com/icons/danleech/simple/512/facebook-icon.png" title="Facebook" width="35px" height="35px" /></a>
<a href="https://twitter.com/101Helperblog" target="_blank"><img alt="Twitter" src="http://icons.iconarchive.com/icons/danleech/simple/1024/twitter-icon.png" title="Twitter" width="35px" height="35px" /></a>
<a href="https://plus.google.com/+101helperBlogspot" target="_blank"><img alt="Google+" src="https://developers.google.com/+/images/branding/g+128.png" title="Google" width="35px" height="35px" /></a>
<a href="https://www.pinterest.com/101helper" target="_blank"><img alt="Pinterest"  src="http://www.iconarchive.com/download/i54058/danleech/simple/pinterest.ico" title="Pinterest"  width="35px" height="35px" /></a></div>
<style>
#about-me {
  color: #444;
  width: 275px;
  border: 2px solid #A0A0A0;
  background-color: #fafafa;
  font-family: 'Open Sans Condensed',sans-serif;
  height: 310px;
}
#about-me img {
  border: 2px solid #A0A0A0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 15px;
  border-radius: 4px;
  left: 186px;
}
#about-me p {
  position: absolute;
  top: -2px;
  font-size: 18px;
  font-weight: bold;
  left: 99px;
  color: rgb(58, 148, 227);
  letter-spacing: .4px;
}
#about-me h5 {
    border-top: 3px double #999;
    width: 165px;
    position: absolute;
    left: 13px;
    padding-top: 5px;
    top: 16px;
    color: #747272;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-align: left;
}
#about-me h4 {
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 8px;
    border: 0;
    color: #555;
}
#my-link {
  position: absolute;
  top: 268px;
  left: 10px;
}
#my-link p {
position: absolute;
  bottom: 29px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  left: 3px;
}
#my-link img{
border-radius:5px;
padding:2px;
}

</style>

Customization:


To change pic:


Replace http://lh5.googleusercontent.com/-p4_CJcGp4AM/AAAAAAAAAAI/AAAAAAAAABM/vdNgm0VFg70/s80-c/photo.jpg with your profile pic url. 


To change name:


Replace Fahim Raza with your name. Maximum characters allowed are 12.


To change description:


Replace green colored text with your description. don't write too long description, otherwise it may look irregular.


To add your social profiles links:


Replace the yellow colored links with your social profiles links.  


Hope you this post and this gadget is working fine in your blog. If you have any question about any of the above gadgets, ask me in comments or contact me. Follow and subscribe to get instant updates about blogger gadgets. Share this post with others and help my blog grow.


Search Tags: "About me" gadgets with different styles for blogger, Stylish about me gadget for blogger, Author profile gadgets for blogger.

Tuesday, April 14, 2015

How To Improve Your Blog's Alexa Rank

alexa-rank-blogger-blog


Alexa.com is a website that keeps data about sites and blogs that are popular. They keep data of each and every blog and site. The data which Alexa keeps is bounce rate of your site, daily visitors time, traffic sources, load time, logo etc. In other words alexa helps you to know if your site is popular or not. If you are think that does Alexa rank have any effect on blog/site's traffic then let me tell you that it has a solid effect on your blog's traffic and one more thing that alexa ranking is also concerned with quality backlinks. The quality of a backlinks depends on Alexa rank of the site on which it is created. In this post I will give you some awesome tips which will definitely help you to improve your blogs Alexa rank.
(1). Quality Content:


Keeping quality content is the first and best way to improve your traffic as well as Alexa rank. Quality content means a content that doesn't need explanation and the content should be written in such a way that it could be easily understand. Images and videos are the vital part of a quality content.


You might also like: How to write a Powerful blog post.


(2). Backlinks:


After quality content second thing that affect Alexa rank most is Backlinks. Backlinks doesn't mean that they should be of low quality but they should exist, Nope! build more backlinks as you can and they should be of 100% quality or else it may decrease your blog's Alexa rank instead of increasing it.


You might also like: How to create quality backlinks.    


(3). Keep your visitors longer:


Its not easy to keep visitors longer, but it improves your Alexa rank as well as increase your blog's page-views. To keep visitors longer in your blog you should have widgets like related posts widget, recent posts widget, popular post widget.


You might also like: Tips to attract visitors to your blog.


(4). Release fresh content:


Fresh content means to release content daily. Create a new post daily or in two or three days. More posts means improved Alexa rank. It will also grab the interest of your audience.


(5). Socialize your content:


Socializing means make your every post shareable, share it on social networks. Ask your audience to share your post or try to use social exchanging sites to share your post. If you think that using social exchanging sites is black hat seo them you can share your posts on your own social fan pages. One more thing about social sharing is add social sharing buttons in your blog and let your visitors share your content easily.

You might also like: All in one social sharing buttons for blogger.  


(6). Blog design:


Design plays a vital role in Alexa rank, try to design your blog again and again. It will not only grab interest of your audience but also give a positive change in your blog's Alexa rank. It is not too important so you can neglect it.


(7). Optimize your blog's keywords:


I always use to say that optimizing blog for seo is the first way to be a successful blogger so if you want to improve your blog's Alexa rank, first improve your seo. While improving seo there are three things that are repeated again and again no.1 is title, no. 2 is description and the last one is keywords. All these things are important for seo but here I will talk about keywords because if you try to check rank of a site on Alexa you will see keywords that are used most to reach your site.



How to improve your blog's Alexa rank | 101helper

You can use these keywords is your <meta keywords> code to improve your seo.


You might also like: Seo(search engine optimization) tutorials for blogger.


(8). Social profiles:


Create your social profile pages. After creating social profile pages share your each and every post on your social fan pages. It will give you advantage in many ways like you will get quality backlinks, your fans will get latest updates about your blog posts and it will improve your Alexa rank.


(9). Rss feed and mail list:

Rss feed lets you to send updates of your new posts to your visitors, those who sign up to your feed will get updates in inbox. Rss feed not only helps you to increase your blog traffic but also plays a vital role in improving Alexa rank. Now it depends on your blog's feed that how much readers you have. So set up an Rss feed and grab some active E-mail lists and send them your blog's feed sign up invitation. It will definitely increase number of your blog readers as well as improve your blog traffic and Alexa rank. You can also add an E-mail subscription widget in your blog which will help you to collect more readers.


(10). Seo optimization:


Alexa rank improvement is totally dependent on seo of a because without seo there is no organic traffic, no page-views and no alexa rank improvement so to improve your blog's alexa rank first improve your blog's seo. 


(11). Meta tags:

Specify your country using below meta tag:

<meta content='Your country' name='geo.country'/>

(12). Alexa Browser Extension:

alexa browser extension 101helper
alexa browser extension

Install Alexa browser extension, it will help alexa to show better metrics of your site. It will tell alexa about your site traffic sources so Alexa will show better analytics of your blog. I will also show you how popular your site is and related links to your site.

It will help alexa to show your blog's rank in your own country with your globle rank.

I hope you like this post and you found it helpful. This post will definitely improve your blog's alexa rank. Share this post with others and help me improve my blog's Alexa rank :p. If you have any problem, please let me know by leaving a comment below.


Search tags: Seo tips for blogger, blogger seo, Alexa improve, Improve blog's Alexa rank,How to improve your blog's Alexa rank, 101helper seo for blogger.