Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo Add Social Bookmarking Buttons near Adsense Ads 2013

Seo Master present to you:
The main advantages of this widget is that you can increase your AdSense impressions along with CTR - and of course, fill up the empty space besides Adsense units, making your blog look more attractive.

Adding the social bookmarking buttons at the top of your blogger post, will make things easier when your readers will want to share your posts via the networking sites. The widget includes buttons for Del.icio.us, Twitter, Facebook, StumbleUpon, Technorati and Digg.


How to add this widget:

1. Firstly, login to your Blogger Dashboard and go to Template and then click on the Edit HTML button
 (don't forget to make a backup of your template)

2. Search (CTRL + F) for the following tag:

]]></b:skin>

3. Paste the following CSS code just above it:

.ads{margin-bottom:10px; border-top:solid 1px #DEDEDE; padding-top:10px; font-size:13px;}
.ads-right-min{border-left:solid 1px #DEDEDE; height:250px; padding-left:10px;}
.ads-right-min a:link,
.ads-right-min a:visited,
.bottom-share-links a:link,
.bottom-share-links a:visited{
font-size:12px;
color:#222;
display:block;
height:22px;
line-height:22px;
margin-bottom:16px;
padding-left:32px;
}
.ads-right-min a:hover,
.bottom-share-links a:hover{color:#666;}
.mini-tech{background:url(http://www.matrixar.com/-WzNU2IHbPUw/T0tzV4pdJUI/AAAAAAAAA9g/zpcW79rwjDA/s1600/technorati.gif) no-repeat;}
.mini-facebook{background:url(http://www.matrixar.com/-GLdDN18ez0s/T0tzkMMN_OI/AAAAAAAAA9o/SotoFVp-n6U/s1600/facebook.gif) no-repeat;}
.mini-tweet{background:url(http://www.matrixar.com/-EhUjF27bY6c/T0tzyzWbpVI/AAAAAAAAA9w/udfjwp25Y3c/s1600/tweet.gif) no-repeat;}
.mini-del{background:url(http://www.matrixar.com/-EUzXfWgxw7Q/T0t0Fcu-1XI/AAAAAAAAA94/j-sKpYQpWRY/s1600/delicious.jpg) no-repeat;}
.mini-stumble{background:url(http://www.matrixar.com/-X-5Vt1_irbM/T0t0VsULXeI/AAAAAAAAA-A/gLqH65DlX48/s1600/stumbleupon.png) no-repeat;}
.mini-digg{background:url(http://www.matrixar.com/-8AQN6eSDWsQ/T0t0kQViaMI/AAAAAAAAA-I/D8kpuTno4sA/s1600/Digg.png) no-repeat;}

4) Now search - using "CTRL+F" - for the following line:

<div class='post-body entry-content'>

 If you can't find it, search for this one:

<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>

5) Add the following code directly below it:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='ads'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td width='354'>
&lt;script type=&#39;text/javascript&#39;&gt;&lt;!--
google_ad_client=&quot;pub-YOUR PUBLISHER ID&quot;;
google_ad_host=&quot;pub-1556223355139109&quot;;
google_ad_width=300;
google_ad_height=250;
google_ad_format=&quot;300x250_as&quot;;
google_ad_type=&quot;text_image&quot;;
google_ad_host_channel=&quot;0001&quot;;
google_color_border=&quot;FFFFFF&quot;;
google_color_bg=&quot;FFFFFF&quot;;
google_color_link=&quot;0000FF&quot;;
google_color_url=&quot;008000&quot;;
google_color_text=&quot;000000&quot;;
//--&gt;&lt;/script&gt;
&lt;script src=&#39;http://pagead2.googlesyndication.com/pagead/show_ads.js&#39; type=&#39;text/javascript&#39;&gt;
&lt;/script&gt;
</td>
<td><div class='ads-right-min'>
<a class='mini-del' expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Add To Del.icio.us'>Add This To Del.icio.us</a>
<a class='mini-tweet' expr:href='&quot;http://twitter.com/home?status=Reading &quot; + data:post.title + &quot; &quot; + data:post.url' target='_blank' title='Post this article on Twitter'>Tweet/ReTweet This</a>
<a class='mini-facebook' expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Share On Facebook'>Share on Facebook</a>
<a class='mini-stumble' expr:href='&quot;http://www.stumbleupon.com/refer.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Stumble This'>StumbleUpon This</a>
<a class='mini-tech' expr:href='&quot;http://www.technorati.com/faves?add=&quot; + data:post.url' target='_blank' title='Add To Technorati'>Add to Technorati</a>
<a class='mini-digg' expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Digg This'>Digg This</a>
</div>
</td>
</tr>
</table>
</div>
</b:if>

Replace YOUR PUBLISHER ID with your AdSense account ID. You'll find it with the Home tab, on your "Account settings" page. It should look something like this:

pub-5623269265862168 (copy only the numbers and then paste them)

6) Save template... and just go to one of your post to see the changes!2013, By: Seo Master

seo Wrap text around Adsense block in left or right corner 2013

Seo Master present to you: Maybe you have wondered how to wrap text around an Adsense block. You may have noticed that many Wordpress blogs have ad units embedded in top left or right corner of the post content as shown in the picture below:

adsense

The main advantage of this Adsense ad placement is that it has the highest CTR on most of the blogs. Adding this ad unit is very simple and requires a code snippet before and after your regular Adsense ad script.

If you want to add a ad unit in top right corner of your post, then include the red lines below in your ad code:

<div style="float:right;">
Your Adsense ad script
</div>

If you want to place ad unit at left corner, change the float tag to "left":

<div style="float:left;">
Your Adsense ad script
</div>

The most appropriate for this ad placement is 250×250 square ad unit. Placing AdSense unit in the middle of the post, may disturb the reading flow, so I'd recommend to have ad units at the beginning of the post.

If you have any query adding this ad unit in your blog post, just leave a comment below. 2013, By: Seo Master

seo How to get Google Adsense approval 2013

Seo Master present to you:
Basically, there is no pre-defined ways of getting Google Adsense approval. And with Google being so strict in its policies and number of bloggers increasing exponentially, it has become a hell difficult task to get  Google Adsense approval. But then, there are some common mistakes which results in denial from Google Adsense program. Lets discuss how to get Adsense approval. 



  • Genuine and updated contents. Don't copy paste contents from anywhere. Google will know about it. Trust me. And don't try even to copy a paragraph from one website and another paragraph from some other website. Its still copy-paste. Write yourself. Your spelling mistakes won't create much problem. Update your blog frequently. Its better to post a topic daily. You may post 2-3 topics per day in beginning. Depends on you. 

  • How old should be your blog. Well, Google says it should be 6 months if you are from India, Pakistan, or neighboring countries. That's simply because there are hundreds of thousands of blogs set up daily from these region and even a lot of spamming. However, if your blog has really great contents, apply after a couple of months. 6 months old website or blog is a necessary condition, not a compulsory condition. People may find this line wrong. But I myself got registered on 52nd day of setting of my blog. 

  • How much content. Its better to have at least 50 posts before applying. But as I said earlier, its not compulsory. I got my Adsense account with 14 posts. However more contents means more chances of getting approval. It will simply say Google that your blog is worth showing Ads and you going to get good traffic. 

  • About us, and Privacy Policy page. Get a about us page mentioning the objective of your blog. The reason why your blog is up. A page where a common user will get to know a brief idea of what your website is for. Creating privacy policy is as easy. Just Google search. You will find a lot of websites creating Privacy Policy for you for free if you don't wanna use your brain. 

  • Get a custom domain. Getting approval for .blogspot.com domain is possible but with .com domain, its a lot easier. You can buy a custom domain in as less as 10$ from blogger dashboard only. Or with godaddy you can get it in even less with discount coupons. Get it. There is nothing in spending Rs 500 for your blog. 

  • Traffic. There is no distinct number of visitors you should get for applying. However, try getting atleast a 100 visitors per day before applying. Try getting organic traffic i.e. from Google searches. Getting good amount of visitors from Google Search Engine will increase your chances a lot for getting approved by Adsense.

  • Don't give up. Google Adsense rejected your application? No problem. Show Google you worth it. Write some better quality posts. Show them you deserve it and it was their mistake not to accept you. You attitude matters the most. Your application will surely be rejected a couple of times (unless its really awesome). Don't loose hope. Try again with improvements and they will accept you for sure. 
2013, By: Seo Master

seo Make Money With Your Blog and Google AdSense 2013

Seo Master present to you:
Blogger provides a simple way for you to make money with your blog. AdSense is Google's content- targeted advertising program. If you use AdSense, you don't have to select keywords or categories for your ads. Instead, Google's servers determine what your posts are about and display the most relevant ads to your readers. For example, if you blog about , you might see ads for “Baseball” next to your post. If you blog about painting, you might see ads for “Art Supplies.”
SIGN UP FOR ADSENSE

Starting a new account with Google AdSense is one of the easiest ways to start monetizing your blog. While Google AdSense might not make you rich, it's a simple and useful tool. In fact, it's usually the first step bloggers typically take to earn an income from their blogs because it is so easy to get started.

Please Follow instructions below:

1. Read the Google AdSense program policies.

2. Visit the Google AdSense home page.
Click on the 'Sign Up Now' button in the upper righthand corner of your screen.

3. Complete the online application.
You will need to provide your blog's URL and primary language as well as answer some questions related to the rules of the Google AdSense program. You'll also need to provide your payment information to receive the money you generate on your blog from Google.

4. Access your new account and review the ads available to you.
Google AdSense provides a Broad range of advertising options to bloggers from text ads to image ads and more. Take some time to research everything that's available to Assessment what will work best for your blog.

5. Select your ad design choices.
Once you've decided which ad opportunities are best for your blog, select them. Google will provide a snippet of HTML code to you after you make your selection.

6. Insert your Google AdSense HTML code into your blog.
Copy and paste the HTML code provided by Google into your blog's template. One of the easiest ways for a beginner blogger to do this is by inserting a text widget into his or her blog's template and pasting the code in the widget.

7. Let Google do the rest.
It may take a few hours or a few days for Google to start serving ads on your blog. Google will search your blog to determine the predominant subjects of each page. When readers visit your blog, the HTML code you pasted into your blog from Google will activate and relevant ads will be displayed based on each page's content.

8. Collect your money.
Intro to Adsense Payment
Remember, Google AdSense typically pays based on click-throughs (the number of times people click on an ad). Therefore, Google AdSense is unlikely to generate a large income for you, but every bit helps!

This Topic available on Google Support Beginner's guide

Tips:
  • Read and adhere to the Google AdSense policies in full before you sign up for a Google AdSense account. If you violate any of the policies, your account will be cancelled.
  • Take some time to perfect your Google AdSense program once you get started by learning the steps you need to take to increase your Google AdSense earning potential.
2013, By: Seo Master

seo Introducing Google's DoubleClick For Publishers API 2013

Seo Master present to you: Today, we announced the next generation of our ad serving technology for online publishers, the new DoubleClick for Publishers (DFP) from Google. We are pleased to announce that the new version of DFP comes with a modern API that enables publishers and third-parties to customize and extend the product.

The new API is available to publishers who use DFP, as well as to third-parties and vendors who would like to build applications on top of DFP. A growing community of developers are already working on sales, order management, workflow and data visualization tools. We've incorporated feedback on the existing DART for Publishers API and believe the new API is a significant step forward. It uses SOAP, a standard and widely-adopted messaging technology that uses HTTP requests to transmit and receive XML data between your client and our servers. This means you can use it with virtually any programming language of your choice. We have a wealth of public documentation available online and there are numerous code samples and client libraries ready for you to download.

To learn more about the new API, there are a few places to get started:

We are looking forward to working with you and seeing what you build!

2013, By: Seo Master

seo AdSense: Your optimization checklist, Part 1 2013

Seo Master present to you:
AdSenseWith a fresh start to the year, now is a great time to review your AdSense strategy to ensure you’re making the most out of your ads. With that in mind, we’re kicking off a two-part optimization checklist series to help you increase your earning potential. In this first post, we’ll review some oldie-but-goodie tips; take a look, check off the items that you’ve already covered, and see if there’s anything you may have missed.


  1. Increase ad coverage: Placing additional ad units on your site can have a big impact on your earnings. You can put up to three standard AdSense for content ad units (note only one 300x600), three link units and two AdSense for search boxes on each page of your site. Sometimes publishers find it difficult to decide whether an additional ad unit makes sense for their site. Watch this short video to help you make sure you're following best practices, as outlined on Google’s Webmaster Guidelines, when placing new ad units on your site. As always, it’s important to consider the amount of ads in relation to the quality content on your site.
  2. Use recommended ad sizes: As a rule of thumb, wider ad sizes tend to outperform their taller counterparts, due to their reader-friendly format. If positioned well, wide ad sizes can increase your earnings significantly. The sizes we've found to be the most effective are the 728X90 Leaderboard, the 336x280 Large Rectangle, the 300x250 Medium Rectangle, and the 160x600 Wide Skyscraper. Keep in mind that while these ad sizes typically perform well, you should use the size that best complements your pages.
  3. Show both text and image ads: Image ads compete in the same auction for your ad space that text ads do. So, choosing to display both text and image ads increases the competition for ads to appear on your site, and may help you earn more. Check this case study to see how displaying both text and image ads helped one publisher. You can also find instructions how to enable image ads in our Help Center.
  4. Experiment with ad color combinations: Choosing the right ad styles can mean the difference between ads your users will notice -- and click -- and ads they'll skip right over. There are three techniques you can use to design ad styles that will be successful for your site: blend, compliment and contrast.  Experiment with ad color combinations to find the best fit for your site. See this Help Center article for additional information.
  5. Ensure optimal ad placement: The placement of your ads plays a big role in revenue earning potential and user experience. While we often recommend placing an ad above the fold, it’s also important that users can easily find the content they are looking for. Check out this resource for more tips on ad placement, and see our heat map for even more information.
  6. Add a search box (or two): As mentioned in #1, you can put up two AdSense for search boxes (along with three standard AdSense for content ad units and three link units) on each page of your site.  AdSense for search is a free product that lets you place a Custom Search Engine on your site to provide users with web search. You'll also earn revenue from relevant ads on the search results page.
We hope you find these tips useful. If you have additional tips to share, or would like to let us know about your experience with using an optimization tip, leave a comment on our AdSense +page. Stay tuned for our second part of the series, where we’ll cover some advanced optimization tips.

Posted by Jamie Firkus - Inside AdSense Team
2013, By: Seo Master

seo Google AdSense - A look back at 2012 highlights 2013

Seo Master present to you:
Google AdSenseTime sure flies! We’re coming up on another year end and, with that, we’d like to take a step back to review our AdSense highlights of 2012.
With your feedback in mind, we made updates to the AdSense interface including a refresh to the Ad review center and the ability to add multiple users to your account. We also introduced more reporting features, a new look to Performance reports, and enabled you to manage your account and block ads directly from your site with the new Publisher Toolbar.
You asked for more tips to help increase your revenue, so we showed ways to improve your site by using social tools, going mobile, making user experience changes, and using DoubleClick for Publishers Small Business. Many of you reported revenue uplift (up to 400% for some!) after implementing specific changes recommended through an email or the AdSense interface.

Video


We had the opportunity to connect with many of you through our AdSense in Your City events (now called Learn with Google for Publishers), and through our newly created AdSense +page. We’d love to continue these interactions, so be sure to opt in to receive special offers, and follow our AdSense +page for the latest updates and Hangouts.
You let us know that you value hearing from other publishers, so we highlighted publisher stories throughout the year, including Philip Martin, who became an artist with the help of AdSense.
We made the payments process easier by updating the look of the Payments page in the AdSense interface and by extending payment options in Southeast Asia.
We introduced changes to ad formats to provide you more options and increase your earning potential.
You also told us that improved communication around the AdSense policies are important to you. We reviewed policy resources, provided some tips and announced ways we can work better together.
And finally, following our annual tradition, we’re happy to reveal our most visited blog post of the year: the announcement of AdSense availability in Indonesian. Please keep +1’ing our posts to let us know when you like them and also +1 our blog in the upper right-hand corner if you’re a fan.

It was a busy and fulfilling year working with you, our dedicated publishers. Stay tuned for updates on future improvements. Happy New Year 2013!

Source: Adsense.blogspot.com and Google AdSense
2013, By: Seo Master

seo 70 High Google Adsense High Paying Keywords 2013 2013

Seo Master present to you:
70 High Google Adsense High Paying Keywords 2013The strategic direction for the blogger if you intend to earn extra income from your blog. I've tried to collect and share would receive comments from you. 70 High Paying Google Adsense Keywords Of 2013, The following keywords are Google adsense highest paying keywords .

MESOTHELIOMA LAW FIRM ($ 179.01)
DONATE CAR TO CHARITY CALIFORNIA ($130.25)
DONATE CAR FOR TAX CREDIT ($126.65)
DONATE CARS IN MA ($125.58)
DONATE YOUR CAR SACRAMENTO ($118.20)
HOW TO DONATE A CAR IN CALIFORNIA ($111.21)
SELL ANNUITY PAYMENT ( $ 107.46 )
DONATE YOUR CAR FOR KIDS ($106.01)
ASBESTOS LAWYERS ( $ 105.84 )
STRUCTURED ANNUITY SETTLEMENT ($100.8)
ANNUITY SETTLEMENTS ($ 100.72 )
CAR INSURANCE QUOTES COLORADO ($100.93)
NUNAVUT CULTURE ($99.52)
DAYTON FREIGHT LINES ($99.39)
HARDDRIVE DATA RECOVERY SERVICES ($98.59)
DONATE A CAR IN MARYLAND ($98.51)
MOTOR REPLACEMENTS ($98.43)
CHEAP DOMAIN REGISTRATION HOSTING ($98.39)
DONATING A CAR IN MARYLAND ($98.20)
DONATE CARS ILLINOIS ($98.13)
CRIMINAL DEFENSE ATTORNEYS FLORIDA ($98.07)
BEST CRIMINAL LAWYER IN ARIZONA ($97.93)
CAR INSURANCE QUOTES UTAH ($97.92)
LIFE INSURANCE CO LINCOLN ($97.07)
HOLLAND MICHIGAN COLLEGE ($95.74)
ONLINE MOTOR INSURANCE QUOTES ($95.73)
ONLINE COLLEDGES ($95.65)
PAPERPORT PROMOTIONAL CODE ($95.13)
ONLINECLASSES ($95.06)
WORLD TRADE CENTER FOOTAGE ($95.02)
MASSAGE SCHOOL DALLAS TEXAS ($94.90)
PSYCHIC FOR FREE ($94.61)
DONATE OLD CARS TO CHARITY ($94.55)
LOW CREDIT LINE CREDIT CARDS ($94.49)
DALLAS MESOTHELIOMA ATTORNEYS ($94.33)
CAR INSURANCE QUOTES MN ($94.29)
DONATE YOUR CAR FOR MONEY ($94.01)
CHEAP AUTO INSURANCE IN VA ($93.84)
MET AUTO ($93.70)
FORENSICS ONLINE COURSE ($93.51)
HOME PHONE INTERNET BUNDLE ($93.32)
DONATING USED CARS TO CHARITY ($93.17)
PHD IN COUNSELING EDUCATION ($92.99) 
NEUSON ($92.89)
CAR INSURANCE QUOTES PA ($92.88)
ROYALTY FREE IMAGES STOCK ($92.76)
CAR INSURANCE IN SOUTH DAKOTA ($92.72)
EMAIL BULK SERVICE ($92.55)
WEBEX COSTS ($92.38)
CHEAP CAR INSURANCE FOR LADIES ($92.23)
CHEAP CAR INSURANCE IN VIRGINIA ($92.03)
REGISTER FREE DOMAINS ($92.03)
BETTER CONFERENCING CALLS ($91.44)
FUTURISTIC ARCHITECTURE ($91.44)
MORTGAGE ADVISER ($91.29)
CAR DONATE ($ 88.26 )
VIRTUAL DATA ROOMS ($ 83.18 )
AUTOMOBILE ACCIDENT ATTORNEY ($ 76.57 )
AUTO ACCIDENT ATTORNEY ($ 75.64 )
CAR ACCIDENT LAWYERS ($ 75.17 )
DATA RECOVERY RAID ( $ 73.22)
MOTOR INSURANCE QUOTES ($ 68.61 )
PERSONAL INJURY LAWYER ($ 66.53)
CAR INSURANCE QUOTES ($ 61.03)
ASBESTOS LUNG CANCER ($60.96)
INJURY LAWYERS ($60.79)
PERSONAL INJURY LAW FIRM ($60.56)
ONLINE CRIMINAL JUSTICE DEGREE ($60.4)
CAR INSURANCE COMPANIES ($ 58.66 )
BUSINESS VOIP SOLUTIONS ($ 51.9 )

Other:
Insurance, Treatment, Loans, Attorney, Mortgage, Hosting, Rehab, Classes, Transfer,Recovery,
Software, Claim, Trading, Lawyer,Donate, Credit, Conference Call, Degree, Gas/ Electricity, Cord Blood
Top 20 Google Adsense High Paying Keywords 2012

Wish you success, thanks 
2013, By: Seo Master
Powered by Blogger.