Seo: add meta tags to your blogger blog

Seo: add meta tags to your blogger blog

This is my first post in this blog i want to tell you something about seo
Did you know what is seo, seo means (search engine optimization) it's mean if your blog's seo is good your blog is full optimized for search engine crawling .

Adding Meta Tags to Your Blog


  1. Goto blogger > dashboard > open template > edit html
  2. Find <head>
  3. after <head> paste the following code
   <!-- Meta Tags ~ haseebnet.blogspot.com  -->
<meta content='Your Blog Description' name='description'/>
<meta content='Your Keywords here!' name='keywords'/>
<meta content='Author Name' name='Author'/>
<meta content='Author Email Address' name='Email'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='Language Name' name='language'/>
<meta content='Country Name' name='country'/>
<meta content='blogger' name='generator'/>
              <!-- /Meta Tags ~  haseebnet.blogspot.com  -->
     4. change the blue code according to your need
     5. now your blog is optimized for search engines,

Login with Google Account OAuth

We covered almost all the Open Authentication (OAuth) login systems for Facebook, Twitter, Google plus and Instagram, but unfortunately I missed most important Google Open Authentication login. Today I want explain how to implement this for your web project, this script is very quick and sure it helps you to increase your web project registrations.

Login with Google Account OAuth.
Read more »

RESTful Web Services API using Java and MySQL

Are you working with multiple devices like iPhone, Android and Web, then take a look at this post that explains you how to develop a RESTful API in Java. Representational state transfer (REST) is a software system for distributing the data to different kind of applications. The web service system produce status code response in JSON or XML format.

RESTful Web Services using Java and MySQL
Read more »

UPrinting Online Printing Service

Every beautiful design looks awesome on a digital screen but to bring the same level of quality out of a digital world into real world is possible only through a fine quality print. This week I am to review UPrinting website. It is a commercial online printing service which provides high quality press print with its robust and easy to use online ordering portal.

UPrinting Online Printing Service
Read more »

Multiple File Drag and Drop Upload using HTML5 and Jquery.

Are you looking for Drag and Drop multiple file upload using HTML5. Just take a look at this post, I had implemented this system with using jquery and PHP that uploads multiple files into server. This script helps you to enrich your web applications upload system. It works with all modern browsers try live demo and drop files.

Multiple File Drag and Drop Upload
Read more »