Learn to Add a Floating Contact Us Widget in Blogger 2015

Previously, we have already showed you away on how to add a contact us widget in blogger. However, you might have noticed that sometimes users find it difficult to locate your contact us page link because it is located somewhere deep down into your footer. What if you are running an eCommerce site on blogger and your customer needs to send a quick query email to the support to find some desire information. Since, your contact us page is located deep down the footer he may not send any email and would move to another better site taking away all the possibilities of making a new sale. A simple solution to this problem is to have a floating contact us widget. Today in this article, we will show you how to add a floating contact us widget in blogger.

The live preview of this widget can be seen on this page.


The very first thing you need to do is to take a backup of your template, so in case you did not followed the bellow instructions properly you can use the backup to restore the template.

Go to Blogger >> Template >> Edit HTML >> Click anywhere in the HTML template editor and press (CTRL+F), this will enable a search box. Now search for skin tag and just above it paste the following CSS style sheet coding.

#mbl-contact .ContactForm {
    margin: 0px!important;
}
#mbl-contact .contact-form-button-submit {
    max-width: none;
    width: 100%;
    height: 35px;
    border: 0;
    background-image: none;
    background-color: #FA411E;
    cursor: pointer;
    font: normal normal 13px Open Sans;
    font-style: normal;
    font-weight: 400;
}
.#mbl-contact .contact-form-button-submit:hover {
    background-color: #222;
    background-image: none;
    border: 0;
}
#mbl-contact #contact {
    position: fixed;
    bottom: 0;
    right: 1%;
    background-color: #EEE;
    color: #555;
    width: 300px;
    z-index: 1.0E+15;
}
#mbl-contact #contact .contact-form-widget {
    padding: 30px;
    display: none;
}
#mbl-contact #contact {
    position: fixed;
    bottom: 0;
    right: 1%;
    background-color: #EEE;
    color: #555;
    width: 300px;
    z-index: 1.0E+15;
}
#mbl-contact #contact h2.title {
    margin: 0px;
    font-weight: 400;
    background-color: #FA411E;
    color: #FFF;
    padding: 8px 15px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 3px;
    text-align: center;
}
#mbl-contact #contact h2.title .fa {
    position: absolute;
    left: 10px;
    top: 12px;
}
#mbl-contact #contact .contact-form-widget {
    width: 240px;
    padding: 30px;
    display: none;
}
#mbl-contact #contact * {
    transition: all 0 ease;
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
}
#mbl-contact #contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message {
    background-color: #DDD;
    color: #111;
    border: 0;
    padding: 10px 5px;
    font: normal normal 13px Open Sans;
}
#mbl-contact .contact-form-name,.contact-form-email,.contact-form-email-message,.contact-form-widget {
    max-width: none;
    margin-bottom: 15px;
}

Now with the help of search box, look for the starting <body> tag and just below it paste the following coding which consists of a contact us widget and JavaScript that will make the contact us widget floating across your site.

<div id="mbl-contact">
<b:section class='contact' id='contact' maxwidgets='1' showaddelement='yes'>
    <b:widget id='ContactForm2' locked='true' title='Contact us' type='ContactForm'>
      <b:includable id='main'>
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><i class='fa fa-paper-plane'/> <data:title/></h2>
  </b:if>
  <div class='contact-form-widget'>
    <div class='form'>
      <form name='contact-form'>
        <input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;' expr:placeholder='data:contactFormNameMsg' name='name' size='30' type='text' value=''/>
        <input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;' expr:placeholder='data:contactFormEmailMsg' name='email' size='30' type='text' value=''/>
        <textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;' expr:placeholder='data:contactFormMessageMsg' name='email-message' rows='5'/>
        <input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;' expr:value='data:contactFormSendMsg' type='button'/>
        <div style='text-align: center; max-width: 222px; width: 100%'>
          <p class='contact-form-error-message' expr:id='data:widget.instanceId + &quot;_contact-form-error-message&quot;'/>
          <p class='contact-form-success-message' expr:id='data:widget.instanceId + &quot;_contact-form-success-message&quot;'/>
        </div>
      </form>
    </div>
  </div>
</b:includable>
    </b:widget>
  </b:section>
</div>
<script type='text/javascript'>
 //<![CDATA[
$( "#contact h2.title" ).click(function() {$( "#contact .contact-form-widget" ).toggle("fast");});
   //]]>
</script>

Once everything is done, press the “Save Template” button located at the very top of the HTML template editor. Congratulations, you have successfully added a floating contact us widget in blogger. Now go to your site and you will notice a floating contact us widget on the bottom right of your screen.

We hope this tutorial we have helped you to learn how to add floating contact us widget in blogger. If you like this widget then, do share it with your blogger friends on Facebook, Google+ or tweet about us on Twitter.

Learn to Put your Blogger Site on Maintenance Mode

You might have seen sites which show a message that “Our site is in Maintenance mode, please try accessing later”. Many popular site uses maintenance mode when they are going through a monthly maintenance check or improvising site experience because nobody likes to land on a page that is either broken or no longer reachable.  in other sense, new websites often use it as coming soon page allowing users to sign up to be notified when site is ready for launch. In this article, we will show you how to put your blogger site on maintenance mode.


First thing you need to do is to download Soonex – Maintenance mode template. Since, you are putting your site on Maintenance mode so be sure to take a backup of your existing template. Now upload the template to your blogger site.  After uploading the, you need to go to Blogger >> Layout >> to configure the template.

This template setting is divided into three different sections i.e. tabs, first one is home, second is about and third is contact.

Adding Welcome Note:

Soonex allows you to create beautiful pages to provide improved user experience. The first option is of “Welcome Note” that you’ll find in the Layout area on blogger dashboard.  To customize press the “Edit” link and input the description which you want to display on your site, weather your site is on maintenance mode or you are about to launch a new site.
Once you’re done writing it, press “Save” button to store the changes you made to the template.

Adding Email Subscription:


Soonex also allows you to add a subscription widget from which users can subscribe to your feeds and can also receive notification when your site goes live again. To customize,  go to “Email Subscription” and press the “Edit” link. Now input the username of your feed (Example feeds.feedburner.com/myblogtools, here myblogtools is the username).
 Once you are done with adding the username, press “Save button.

Adding Countdown:

If you are creating a coming soon page, or you would like to display a accurate time to your users when your site will be up, then scroll down to "Countdown Settings" and press “Edit” link. Now enter the time and date of the countdown in this format 2014/10/15 12:00:00.
However, If you don’t want to display the countdown widget then simply leave the text area blank or input “empty” in the text area and press “Save” button to store the changes.

Adding About us:

You can also add information about your site. Go to “About The Company” and  press “Edit” link. Now in the text, insert the information you would like to display on about tab. Once you’re done press “Save” to store the changes.

We hope this article would help you in creating a powerful under maintenance or coming soon page for your blogger site.  Have you ever used a maintenance page on your site, if yes feel free to share your knowledge in the comments below.  If you like this article then, share it on Twitter, Facebook and Google+.

Learn To Create a Social Content Locker in Blogger BlogSpot 2015

ATTENTION: The Tutorial is Update, Please Update Your Scripts or it will not work!
How many people are using Social networking websites to boost their Website’s Traffic? There are tons of professional Bloggers who entirely depends on the Social Traffic. However, it is extremely difficult to get social exposure quickly. Though, there are some widgets which help to increase social followers, but it is not enough. If we want to dominate the social web, then we have to make use of each and every opportunity that we have. For that reason, we have come up with one of the much anticipated Social Widget of all time, Social Content Locker. 


Do you use multiple social sharing widgets on each and every page of your site? However, still your social exposure is on the lower side. Actually, the problem is that, people love your content. Therefore, they don’t click the social buttons and instead Read and leave your website because they don’t care about your traffic or your website. Asking people to like, +1 or tweet to get access to your content is indeed an ideal way of forcing users to share it on the social web. 

Social Locker consists of three social buttons and a locker displaying horizontally. The Social buttons consist of Facebook, Twitter and Google plus. Whenever, a person would either press Like, Tweet or Plus one button it would display the hidden content. This allows a person to get more real social followers. Feel Free to enjoy the Following Real time Demo. 


How To Install Social Content Locker in Blogger?

The Steps are extremely straightforward that even a small kid can follow it. There is no need of learning any Html coding because all we have to do is to copy paste the coding. Just follow the following instructions. 
  • Go To Blogger.com >> Template >> Edit HTML >> Proceed.
  • Search for </head> just and above it paste the following CSS Coding.

<link href='https://dl.dropboxusercontent.com/u/137869302/lockercss.css' rel='stylesheet' type='text/css'/>


  • After pasting the coding save the template and proceed to next step.

How To Add Social Content Locker in Blogger:

Now whenever a person wants to add a Social content locker in his specific article, then he can follow the following instructions. (Remember: The same steps can also be used on Gadget Area and even in a template).  

  • Go To Blogger.com >> New Post.
  • Select the HTML Tab from the blogger post editor and paste the following coding.
<article id="default-usage">
<div class="to-lock" style="display: none;">
        
<!--Hidden Content Starts (You can Use HTML BELOW)-->


<div style="text-align: center; margin-bottom: 20px;">
<img src="Add_Hidden_Image_Here" alt="" style="margin: auto;" />
</div>

<div style="text-align: justify">
Add Your Hidden Text Here
</div>

<!--Hidden Content Ends (You can Use HTML ABOVE)-->

</article> 
</div><div id="mblunlocker"> </div>
<script type="text/javascript" src="https://dl.dropboxusercontent.com/u/137869302/lockers.js"></script>

<script>
jQuery(document).ready(function ($) {
$("#default-usage .to-lock").socialLock({

text: {
header: "Share it To Unlock This Content",
message: "Yes, this is Social Locker. Just try it, click on one of buttons."
},

style: "ui-social-locker-secrets",
buttons: {
order: ["twitter", "facebook", "google"]
},

// twitter options
twitter: {
url: "http://www.myblogtools.com",
text: "Upgrade your social buttons to get more social traffic!"
},

// facebook options
facebook: {
url: "http://www.facebook.com/xossipchat",
appId: "418044881593120"
},

google: {
url: "http://www.myblogtools.com"
}
});
});;;;
        
</script>


Customization:

  • For Facebook: Replace http://www.facebook.com/mybloggerlab with your Facebook Page.
  • For Twitter: Replace http://www.mybloggerlab.com with your Website's URL or etc. 
  • For Google+: Replace http://www.mybloggerlab.com with the URL of your website or post.
  • Replace Add_Hidden_Image_Here with the Image that you want to Hide.
  • Replace "Add Your Hidden Text Here" With the text that you want to hide from users.
Remember: Don't forgot to Add Facebook App ID otherwise the Facebook Like button will not appear properly. i.e. Replace 418044881593120 from above coding. 

All Done: That's All, we hope this widget would help everyone to magnetize more social followers on your website. Feel free to leave your comment.

From The Editor's Desk:

We are sure this widget would act as an icing on the top. However, using source code a user can easily get access to the hidden content but he should be smart enough to do that. Mostly visitors are not that smart so don't worry about it. What are your thoughts about this widget? Suggest would be welcomed  Take a lot care of yourself till then, Peace, Blessing and Happy socializing. 

Original Resource

  1. http://codecanyon.net/item/social-locker-for-wordpress/3667715
  2. http://codecanyon.net/item/social-locker-for-jquery/3408941



3 Website Ranking that most important

Website Ranking is used by Google and all other search engines to display it's search results for each search query. We know rank is the only way to sort out huge amount of data depends upon some priority.
So, Each and every search engines are used some own algorithms, ranking factors and formulas to order the search result. This metrics will determine the Website Ranking of each web page.

Purpose of Website Ranking

Now a day, there are millions of Web Pages available in the internet for every search query. Search engine purpose is sort out the perfect matched pages for user typed search query. For this reason, Every Search Engine having it's own rank metrics and Algorithms to sort the search result.
But, huge amount of search results will needed more complex algorithm to find out best matched web pages. So, every search engine hardly working to improving their web Ranking metrics but, Google is the only search engine got success for very long time period in the search field.

How Website Rankings are measured?

Each site Web Rank will defer by vendor like (Google and more) each vendor having different factors, measurements and website data. So, the ranking should vary depends upon the rank providers.
Without site owner permission it's hard to get the accurate data about site traffic details. Traffic also plays an important role to measuring the rank of the website. Traffic details are the most important factor that makes more variation in this measurement.
Here is the List of factors that matters most to calculate this rank,
  • Page Quality
  • Page Quantity
  • Other Quality and relative website Links to the Page
  • Proper SEO
  • How long the Page available
  • User experience about the Page
The above list is the most common SEO factors that are used by all vendors to rank the website. Also there are lots of hidden factors that are unknowable.

Top Most important ranks we must need to know

We know there are several website ranking tools and sites are available. Each of them is using several things to calculate the rank.
We need to find what matters most important to get on the first page of Google search because that is the rank we need to improve. So, here is the list of Website Ranking you must need to know just click the start button to explore more about this article.

Buy Backlinks is that good for SEO 2015

Buy Quality Backlinks for a cheap rate or affordable price this is the word we can saw often around the SEO blogs and marketing websites. So Buying Backlinks is that safe and good for SEO Best Practices? The answer for this Question is "Big NO".
Now a days guest posting blogs are not ready to put more links of the other websites because Google tighter their security about this Unnatural link building techniques buying, selling links.

Google eye about Buying Backlink

Due to more Cheap Link Sale websites Google reduced the weight of the Backlink from their search engine ranking factor. Google clearly states that buying backlinks to improve your rankings breaches their guidelines.
Also they are added a list of websites that are selling links that links are considered as spam and get penalized by the Google Panda and Penguin Updates.

Who are penalized for buying and selling Backlinks by Google?

Buy Backlinks is that good for SEO
Google have some quality guidelines that need to follow by every webmaster to maintain the quality of the Web and better user experience in the search. Here is the link you can read about the guidelines that explain about Link Schemes.
Buying and Selling Backlinks will penalize both of them. The website selling links get penalized by Google also the Website getting the link from it.
Once your website got penalised you will loss every keywords ranking in the search engine and that can't able to recover until 6 months or even it's takes more time to recover your previous search traffic.
If you penalised for buying links then you got the permanent black mark from google eye. So think before you click the advertisement that selling Cheap Backlinks.

Matcutts words about Purchased Link and Advertisement

Matcutts Explanation Advertisement,
Advertisements are not manipulating search engine. It's used for only delivering the traffic for your website with following Google guidelines like adding nofollow attributes that is not passing the Pagerank of the webpage.
And about Paid Links,
Paying Links are manipulating the search engines by not following the quality guidelines it's giving not relevant and wreckful information that manipulating search engines. And that makes worst user experience for the internet searchers.
Here is the Video you can know about the difference,

How Google caught your links are paid link or spammy

This are the following ways you may caught as a buyer of the spammy links
  • Paid Links always builder so faster manner this faster manner links are considered as paid link.
  • From not relevant spammy sites and pages that not related to your targeted content
  • Links from google known buying websites.
So if you have the plan to buy backlinks then just check the above checklist before you go ahead.
Lots of quality ways to get on the first page of google rather than this black hat seo technique so follow them to get more search traffic. Buying links is not the safest way to get Quality links so be careful before buy backlinks.

8 Google SEO tools help to optimize your website

This list is about only Top 8 Free Google SEO Tools that helps to improve the Website rank in SERP and makes the Website to traffic flow machine from the Organic Search. Google have great deal with the Search Engine also providing some Search Engine Optimization Tools that help to optimize your website.

Why Google Tools?

Busy Common World no human having the time to spent more anywhere so, making Search Engine Optimization as much as simple and fast. So SEO Tools are really that is making this process simple, fast, efficiently and necessary to improve web Page Optimization to get more organic Search Visits but, why we need to prefer Google SEO tools?
The answer for the above Question is the world number one Search Engine provides tools means then that are the best of best compare with other Tools also that are coming without spending money that is absolutely free of cost.
Optimizing the Web Page can provide great Quality Content to the Visitors of the Website. And makes more engagement to the site. Analyzing the Web Page we can improve the mistakes that are affecting the rank and reducing the website worth in the Search Engine.
Social Promotion makes Viral Visibility to the Quality Content. These all are the Crucial Part of SEO Strategy. You can read more briefly about all this Google SEO Tools that help to improve SEO of your Website by clicking the below Start from no 8 link.

Best Google Adsense alternatives (WITH HIGH CPM)

No Google Adsense alternative with high paying around the internet then why we need the Google Adsense alternatives? Getting approved by adsense is so tough because of lots of publishers want the maximum revenues.
Google is sharing 70% of money from the advertisers to publishers there is really no alternative can make this much but still have some Best CPM Ad Networks that pays high CPM

Google Adsense Alternative in 2014

You can able to find more Adsense alternative in lots of blogs and websites but here we are going to provide the very best only because we don't won't to confuse with more choice. We tested personally by ourselves. Attached image is having the earnings report of the EPOM Market

Why EPOM Market is the Best alternative?

Best Google Adsense alternatives (WITH HIGH CPM)
EPOM Market is a growing Ad Network founded in 2010. It's pays better than other Ad Networks competitors with Google with $0.5 - $3.7 CPM. This is the best CPM compare with any other Ad Networks. Everything needs proof when it's comes as making money.
Attached image is the proof of two different publishers of the EPOM Network. One account is this website proof and another one is our friend website report.
Right now we are receiving average 200 to 300 visitors and 3 ad slots so we delivering 600 to 900 impressions only but we are making near to $1 every day. In last day earning we delivered 855 impressions and receive $0.89 with $1.04 CPM in attached image bottom right report you can able to see.
And Next one is the friends site that delivering more than 4000 impressions per day most of them are from Indian traffic that gains more cpm and they got the first payment $206 in 2months. In last day earning they delivered 5068 impressions and receive $9.31 with $1.84 CPM.
So even small and medium publishers can earn mentioned CPM rate. If you have 4000 impression also you get least CPM like us $1 means you can reach the payout in month just signup to EPOM Market and gain more revenue from your website.
EPOM Market Details
Payout Minimum: $100
Method: Paypal, Wire transfer
Waiting time: NET 45 (you can receive before also)
Link: EPOM Market
Recommended to read more about EPOM Market Review here

More Alternatives for complement

May be you can't happy with the only one alternative but this is the best one and genuine. Here is the more list of Advertisers that is not tested.
But we prefer EPOM Market as the Best Google Adsense alternative of the year (2014) by our review.

Best SEO Plugin for Wordpress 2014

This Top 10 Best SEO Plugins for Wordpress are helps to boost your rank to top of Google search in 2014. This Famous Plugins are absolutely Free of Cost and used by most peoples.
We know Search Engine Optimization is the important process to help to get traffic from Search Engines. For this reason we need to use Plugin.
No need to worry to find the best one. Here is the list of best wp plugin click here to start the top 10 plugin list from number 10

Necessaries of Plugins for Wordpress

WP is the top CMS around the internet used by most popular blogs as well as most of the CMS Websites are designed by the Wordpress. It has some basic Search Engine Optimization Features as well but in the modern era Competition is high to getting top in Google Search.
In 2014 not only the competition Search Engines also advanced so it's must to use Plugins. So it's Necessary to use Most Popular Best Wordpress SEO Plugin. Hit the below Start button to know the top ten Free WP Plugin.

SEO Tips and Tricks for 2015

Search Engine Optimization in 2014 is too complex for beginners so they must need to follow some Best SEO Tips and Tricks that will boost their Website ranking better in modern Search Engines.
So here we are going to see some Basic and Intermediate SEO Tips and Tricks that helps to improve your 3 important website ranking and also in Search Engine Results Page.
Below SEO tips and techniques are provided as per Google Best Practices and this cover most of the onpage factors.

Tips and Techniques for Keyword Analysis

The Below list will help to improve the Keyword Analysis better.
  1. Use this Google Keyword Planner for Keyword research
  2. Find Less Competitive Keywords with high search Volume
  3. Choose Key phrases
  4. List out Relative Keywords by relevance
Google Keyword Planner - Google Keyword Planner is the free SEO tool that is provided by Google and it helps to find out the Keywords search volume and relative Keyword ideas for you. Useful tool compare with other keyword analysis tool because Google is the top Search Engine used by people so it's worth to use this tool. Also use this 8 Free Google SEO Tools that help to Optimize your website
Less Competitive Keyword with high Search Volume - Finding this one is crucial part of SEO because if you find out this Keyword then you can get high search visitors. More competitor's means ranking high is also too much tough. So find out less completive Keywords.
Choose Key Phrases - Rather than selecting a single Keyword it's better chance to ranking more than one keyword if you chosen Key Phrases. So select Key phrases that works better compare to keywords.
List out Relative Keywords by relevance - List the relevant Searches and Keywords and use the words or phrase in the article going to publish in the blog for the selected keyword. This is going to help get ranking in more phrases than you targeted.

Excellent SEO Tips to improve On-Page optimization

Use this free top 10 wordpress SEO Plugins for better on-page seo for Wordpress blogs.
  1. Interesting and Descriptive to read
  2. Quality of the Content
  3. Short and Sweet Title
  4. Relative Meta Description
  5. Use this Optimal Keyword Density Ratio in content
  6. SEO Friendly Url
  7. Keywords in First Paragraph
  8. Use of Headings
  9. Focusing Keywords
  10. Image Optimization
SEO Tips and Tricks for 2014
Interesting and Descriptive article - No one is going to like boring long articles so write your content interest to read and descriptive content that will clear all things about the article title.
Quality of the Content - Don't copy Paste whole content from the other website that never going to bring you traffic. Google has very good eye to find out the Duplicate contents. Avoid Keyword stuffing and other Black-hat SEO tricks.
Shot and Sweet Title - Title must be relative and the Key phrase Keywords must be present in the Title. And in length is better to keep it between 40 to 65 Characters. To make website title tag to more search engine friendly read this Tips to optimize the title tag .
Relative Meta Description - Writ a short and sweet 156 Characters that will explain your whole story of the article will help to know better in Search Engines Results Page.
Optimal Keyword Density Ratio - Maintain your Keyword Density in the Safe manner to not getting Google Algorithm Penalties.
SEO Friendly URL - Url of the content must be meaning full to the content. Then search Engine highlight the Url Keywords also it's a boosting signal for the SEO.
Keyword in First Paragraph - Use the Keywords in First Paragraph so search Engines know this is the content really explains about the Title.
Use of Headings - Use prober headings tags h1, h2, etc... It will make readability easier and Nice Chapter wise content.
Focusing Keywords - Highlighting the Keyword with strong or em tag will increase the visibility of the point you are really want to reader by people also it's add some weight in SEO.
Image Optimization - One Image can explain everything better than long story content so add an image and Optimize image using proper Alt Tags.

Tips to improve Off-Page SEO

  1. Use of Social Media
  2. Quality Link Building
Use of Social Media - Use of Social Media not going to build follow back links but it's a powerful source to deliver traffic to the website. Traffic signal is also important factor in SEO so use the social media to get traffic.
Quality Link Building - Don't build your Link too much faster. Quantity of Back links that's not matter Quality will Matter. So write your articles good and interesting then the Back link will flow automatically to your content.

Useful SEO Tricks for 2014

  1. Find LSI Keywords
  2. Use LSI Keywords more
  3. SEO Check Up
Find LSI Keywords - Find the Latent Semantic Indexing Keywords related to your keywords using different methods available in the internet.
Use LSI Keywords more - Rather than Keyword stuffing the new idea use mixes it up LSI Keywords with Keywords as Keyword Stuffing. Use it in all important On-Page SEO Factors.
SEO Check Up - Take SEO Check Up and using different tools available in the Internet and improve the SEO Score by fixing by the tips then you can get a better rank in SERP.
Add a Bookmark of this Page above Tricks will be updated in regular manner to maintain the Quality of the Article.

Necessaries of SEO Tips and Tricks in 2014

Competitive world everything will have some Guidelines and rules that must we need to follow. So we need to follow this techniques to survive our ranking in search Engines.
Always one thing we need to remember in SEO that is if we write Unique and Good Articles that is interest to read for a user not for search engines this is the one rule always survives you in SERP.
Hope this SEO Tips and Tricks will helps to boost your rank in Google in 2014.

How to get on the First page of Google Search 2015

Coming on the First page in Google Search is the Efficient way to increase the traffic of your website, so how to get on the First page of Google.
All the Webmasters want to do this on website and webmasters also know the reason to top of the first page in Google Search is SEO Optimization. What is Search Engine Optimization, the simple answer is tricking the Search Engine to redirect the user to your Website.

The Keys to get on the first page of Google

How to get on the First page of Google Search
1.     Keyword Research
Before start up Writing the Article you must need to do is made a Keyword research. It’s the First and best chance to take your website on Top of any Search Engine Results. Because, We need to write about the topic that will be searched by someone then only it's useful to people. So, target what people looking for.
Using this Google Keyword Planner (Keyword tool) Link you can freely analyze the Keyword mostly used in Google Search engine. How to Find the Best Keyword is the tough task for all. But, it makes the difference and traffic compare with your Competitors.
Choosing only one keyword that must be a Long tail Keyword is the good idea to come up First on the Google Search in more search compinations.
2.     Tweak your Content to Targeted Keyword Combinations
To Engaging Audience with different Queries your result on the First Page on a single Article then tweak the Content with more relevant Search Queries.
Find the Query Combinations that are used in search engine mostly by the Users by using the Same Google Keyword Tool.
Example Making Coffee is your Keyword then writes the content with the combination of keywords making the Coffee, Making a Coffee, and Coffee Making. This will make the Search Engine to View your article on first page in all this Different Query Combinations.
On writing the content, Use this SEO tips and tricks that help to write content more optimizely.
3.     Build a Quality Back link to your Content
Always Difficult to find a unique topic in the Competitive internet world. So, you need to be in front page get more related Back links from other website that has same niche of your website. That will make your page always in front page of all Search Engines.

Extra Efforts to get on the First Page of Google Search

Always in Front row only considered as Best, Like that getting the First Page in Google Search make your website more and more traffic.
How much time spent and effort we do will take us to top in all things
Like the above quote we need to spend more time then get on the first page of Google Search is strong as possible. So, take more time to analyze and write the article.

ADD Title tag optimization tips 2015

Title tag Optimization make most impact on SEO. Title tag is first thing that discovered the eye of the User also search engines. Search Engine's will show the Search result as shown in the attached image below. Title tag is showed as the Link of the particular page content and the Search query keywords will highlighted with bold in the title tag and meta Description.

Definition of Title Tag

Best Example for title tag in html is subject or a lesson title. In book lesson or subject title describes the hole content of the lesson or subject exact on this manner in websites the title tag describe the content of the page.

Make it for humans not for Search Engines

Title tag optimization tips
Always humans are search internet for something they needed to know or buy. So the title tag for the human should be more relevant to the topic in the page much more relevance will make the human spend more time on the page. So in human point of view the search result title should be the first part they looking which one is good for their exact need.

Best Practices make the title tag good for humans

  • Should be more relevant to the page content.
  • Should be readable for the humans.
  • More descriptive about the content.
  • Shot and Sweet to read.

Search Engine view of the Title tag

In html the tag present in the <head> section so it will be the first part the search engine crawl from the page content so, it must be descriptive about the page texts.
Search engine point of view is also like the same view as human view in these days. Because of spamming increasing search engines also make them more accurate and efficient to list down the search results as much as the human wants.
No more keyword stuffing and all other spamming things in the title tag will never work again. Effective algorithms of search engine like Google make harder to come in front of the search. If the content and title is match then only the result is displayed in-front otherwise it consider as spam.

Best Practices make the title good for Search Engines

Search engine view is much as more relevant to user view small points will be changed from the user view compared with search engines view.
1. Keyword usage count
Using same keyword more than two times is not recommended practice of the situations in the SEO. Because it’s misunderstood like as spamming the Keyword in title.
Repeating the keyword more than one time title is preferable to use the synonyms of the keyword.
Concentrate one or two Keywords more than two keyword for the same post it's not greater idea to in front of the row in search result. Better Choose for Keyword Phrases.
Learn What is the Safe Keyword Density
2. Maximum Usage of Characters and words
Each and every Search Engine may be deferred with the count of the Characters but we will see which one is best fit for Google. The reason for the Google is most wanted search engine for the real people.
Optimized Title tag Length in Maximum Characters is 70 Characters. We can use more than this but that will not display in the result given by the Google. So keep your Keywords before this limit to Show your Keyword to your Visitors. Right Now Google is showing 65 to 70 Characters it's vary. So keep it within 65 Characters.
Recommended word count is 10 to 12 words. This is not from any search Engine this is just from the calculation mostly more than this words not consider as much as related to the topic because the left side part of the title is the most wanted part for the search engines
3. Use of Stop Words
Using the stop words in title is not preferable because Search engines negate the stop words mostly. Stop words like the, an, a, etc. If you feel the user will search the query with the stop word regularly then you may use that.
4. Keyword Placement
Top Keyword must be positioned front in the title; secondary keyword must be after this. Keyword in-front of the title makes it in-front of the result for the keyword queries in search engines.
If you use Key Phrases then all word in the keyword phrase must be prsent in the title more then the sequance of the keyphrase in order means is too good.
Example : Key Phrase is Best Title Tag Optimization
  • The full keyphrase must be present.
  • All words must be present.
  • Words are need to be place before 65 characters
  • Keep the Count of the word will not make it as spam
Use On Page SEO Tool to find your title tag is well Optimized. Using this tool you can also improve other tags and On Page Optimization of the Web Page.
5. Title tag Uniqueness
During Title tag Optimization that must be unique between pages of the site is important repeating the same title may confuse the search engine to which one is the relevant content try to avoid the Duplicate content issue by the use of Canonical URL Optimization. Pick up Unique title for every page in the website.
6. Reflect the Page Content
It must be reflecting the content of the page so, choose the title as much as relative and descriptive about the page content. Try to select as short and sweet to read.
7. Place of Branding Keyword
Placing the branding keyword is also important to discover the loyalty searcher of our website. Place your Brand name as showed in above "- BEST SEO IDEAS" keep this in last is preferable because, we need the First place for our main keyword.
That's it play around your old title tags with this tips may rank high in search engine because of this optimization.
Hope this would give you some Best SEO Idea for you about the tag and how to optimize the title.

Know Safe Keyword Density for SEO 2015

Keyword Density is also important factor that impact on SEO. What is the Safe Keyword Density? This Question not get any accurate answer because the reason is Google and all other search engines updating their algorithm with very complex mathematical calculation that's vary upon different sites and key phrases.
Is that any SEO Tips or Tricks to find this safe density. We recommend SEO Checker to Check your Keyword Density and SEO Score. Using this tool you can also improve other tags and On Page Optimization. All on-page factors must be good then only you can get placed in Number one result in Search Engines

Best and Safe Keyword Density Calculation

Safe Keyword Density for SEO
Example: Consider the Web page has 100 total words and the Keyword chosen is
Google
Let Assume the word "Google" present 2 times on the html document. So, the Optimal Word Density calculated from below formula,
(Keyword presence / total words) * 100
This is formula for Density, keyword having single word value. So right now the density is (2 / 100) * 100 = 2%
Best and Optimal Keyword Density for single word: 2% to 4%
Now Consider the Keyword is three words that is Key Phrase
Google Keyword Density
So the formula is different and also it's used as a generic formula for both if it's a single word or Key Phrase.
(Keyword presence / total words) * 100 * Key Phrase word count
It's a three word so the Key Phrase word count is 3. Let assume the Key Phrase present 2 time so Keyword Density is (2 / 100) * 100 * 3 = 6%
Due to Keyword Stuffing the Keyword ratio is checked more deeply. The Phrase is having 3 words Consider the 3 Words are Presence and Density ratio as follows,
  1. Google - 4 times - 4%
  2. Keyword - 2 times - 2%
  3. Density - 3 times - 3%
All above split word ratio is in Optimal Density range because already we have seemed about the Good single word density. Key Phrase is Higher Value than the range of 2% to 4% so this is considered as Keyword stuffing only so place the entire Phrase also in Best ratio.
Best and Optimal Density for Key Phrases: Key Phrase and all split words are 2% to 4%

Best Practice of Safe Keyword Selection and Usability

If you want to be best and safe in this On Page Optimization your website must follow the bellow rules
  • Keep the entire words ratio in the page between 2% to 4%.
  • Don't pick single word Choose Word Phrases it will give you more search engine impressions in different word formations
  • Use synonyms of the words you have chosen
  • Optimize your title, h1, image alt tags with the key phrase
Hope this would give you some Better SEO Idea for you about the Optimal Keyword Density ratio and Usage.
Note: We are not recommended to use this exact ratio mostly this ratio will be used all around best seo people.
Try to find out your competitors and optimize your keyword like that. Keep it in this Safe Keyword Density ratio then you are not consider as a Spammer so follows this and keep your website clean and legitimate for Search Engines.

Learn What is Search Engine Optimization (SEO) 2015

In Very Simple Explanation if you want more traffic from Search Engines like Google, Yahoo, Bing then you must need to Optimize your website or Blog for Search Engines this is called as Search Engine Optimization (SEO).

Brief Explanation of SEO

SEO is the process to optimize your website and it's content for Search Engine attraction. To discover the Search Engines attraction needs more concentration of website Content uniqueness, Content Quality.
What is Search Engine Optimization (SEO)
SEO not only depends on the content optimization. It's depend on various process, E.g. On Page SEO, OFF Page SEO and different SEO FACTORS. In this website we will share more Ideas to improve this Search Engine Optimization.
Best SEO of the website depends on mostly not from the SEO depends on Fresh and Unique Content.

SEO IDEAS FROM THIS ARTICLE

  • Keep Your Content Fresh and Unique
  • Content is the King for SEO
If you are Beginer then Learn SEO step by step using this you can also come as a SEO Lecturer.

Learn How to change image on hover

Urdu:

Meray Pass Aik Bohot Achi aur Asaan Tip Aap k Lie Aaaj Hai....
Jo Boot Faida Mand Ho gi Aaap K Lie...
Ye Code Try Karain image1 ko Replace Karney k Lie... Code ko body k andar daalain jahan aap chataty hain pic show ho ... " aur ' quotes ko bohot dekh bhaal k lagain un ki same jagah per....

English:

 I have a very easy and basic hover effect tips today, which can be very useful.
try the code below replacing image1 ect with your image name. put the code in the body where you want the images to appear.be carefull to keep the " and ' quotes in the same places.
CODE:
<img src="image1.gif"
onmouseover="this.src='image2.gif'"
onmouseout="this.src='image1.gif'">