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

seo Working better together: Protecting against invalid activity 2013

Seo Master present to you:
Protecting against invalid activityPublishers are the lifeblood of the Internet, and we’re committed to helping you grow your businesses. Last year alone, we shared $6.5 billion with our AdSense publishers. We also invest immense amounts of time and millions of dollars in systems (including sophisticated algorithms and human reviews) that keep
bad ads from appearing on your sites and prevent advertisers from being fraudulently charged for bad clicks. When everything is working well, advertisers trust our network and continue to invest in it, which generates revenue for you the publisher, ultimately funding the free content users love. But we’ve also heard the stories: publishers finding their accounts suspended or even disabled for “invalid activity” without a clear understanding of why or how to fix it. We know this can be an intensely frustrating, even scary experience. So why does this happen?

While the vast majority of publishers who sign up for AdSense do so in good faith, unfortunately there are some bad actors out there.  As you can imagine, we can’t reveal all the tools we use to keep bad sites and bad traffic out of our network.  But sometimes these tools result in good publishers who become a source of invalid activity having their accounts disabled without much recourse.  We’re making some changes we think will help fix this:
  • We are considering tenure more actively when responding to detected invalid activity. For example, some trusted publishers will now have their accounts suspended instead of terminated, and over time we hope to work directly with more publishers to resolve invalid traffic issues without needing to disable the account at all. (As always, we’ll continue to credit advertisers for any invalid activity.)
  • We’ve given publishers tools to submit more informative appeals via a new form, which may help resolve issues more quickly.
  • We’re providing more details on invalid activity’s causes. If we’ve detected a violation of our policies you’ll receive an email and a notification to your account with further information and instructions. And you can read all about the causes of invalid activity at our Ad Traffic Quality Resource Center, which is now available in most languages supported by AdSense, such as German, French, Polish and Arabic.
  • Whether you’re looking for a refresher or just creating your first ad unit, you can review the do’s and don'ts of ad traffic in our expanded AdSense Academy
  • In order to help publishers avoid common pitfalls, we’re kicking off a video series that explains why some of our policies exist and how you can make sure you’re working with them. Our first looks specifically at invalid traffic.

    We want to work with our publisher partners to keep the AdSense network strong -- keeping good publishers’ accounts in good standing, while also protecting advertisers and users from fraudulent activity. This is why we’re making changes, like the ones discussed today, to provide more help when things go wrong. We’ll be making even more changes as the year goes on so look for continued updates on this blog.

    Posted by Jonathan Bellack - Product Management Director

    We want to hear from you. Let’s continue the conversation -- submit your questions to us about the topics discussed in this post via Google Moderator. We’ll be holding a Google Hangout in January with members of our Product Quality Operations team for the first time to address your questions. Please note that for privacy reasons, we won’t be able to respond to account-specific questions.


    Source: http://adsense.blogspot.com2013, By: Seo Master

    seo Ad placement options for banner 468x60 2013

    Seo Master present to you:
    Ad placement options for banner 468x60 How To Apply This Ad placement options for banner for Blogger. Here are tips of Duy Pham, Banner 468x60 pixels is one of the commonly used banner ads on weblog, normally it is placed in the header. To attract attention to your readers will guide insert it in two places in between the first and second article 2 when browsing the index and type at the top of the article while browsing the item type.
    How to Add Google Advertisements (Google AdSense) to Your Blogger?
    Code:

    Step 1 : Create a function to display ads. Find <b:includable cards id='main' var='top'> and prepend it to the code below:

    <b:includable id='adsblogger' var='posts'>
     <div style='clear:both'/>
     <div style = 'background: # FFF; padding: 10px 0; text-align: center; line-height : 0 '>
     Code Ads

    Replace Code Ads with the address of the website to be advertised address of banner ads. Step 2 : Call the function in the position to insert ads. Adsense Code Converter

    In between the first and second article two when browsing index types:
    At the top of the article while browsing the item type:

    Find <b:include cards data='post' name='post'/> and prepend it to the code below:

    <b:if cond='data:blog.pageType == "item"'>
     <b:include data='post' name='adsblogger'/>
    </ b: if>
    <b:include cards data='post' name='post'/>




    Find <b:include cards data='post' name='post'/> and add to it the following code:

    <b:include cards data='post' name='post'/>
    <b:if cond='data:blog.pageType == "index"'>
     <b:if cond='data:post.isFirstPost == "true"'>
      <b: include data = 'post' name = 'adsblogger' />
     </ b: if>
    </ b: if>


    Enjoy !
    you have done?
    2013, By: Seo Master

    seo How to Add Adsense Below Post Titles ? 2013

    Seo Master present to you:
    Insert Adsense ads code in Blogger Posts following will guide the you how to insert quảng cáo code củaGoogle Adsensevào Blogger , how is and apply with a number of quảng cáo khác like Adnet.vn, Bidvertiser ...Google Adsense is the most popular ad network on the planet. A lot of Blogger users also use it. It's an endless discussion where to place these ads on your blog for maximum exposure. The best ad places are around the header or above the posts or below the post titles. You can easily add adsense in your sidebar as a gadget. But Blogger doesn't allows us to directly place the ads below post titles. The ads below post titles have proven to be one of the most successful money making positions.

    Before pasting the ad code in Blogger, we must make it compatible with Blogger format. So go to http://duytemplates.tintucmoivn.com/p/adsense-code-converter.html paste the ad code and convert it. You'll find the converted ad code in the bottom box there. Copy the converted ad code.
    Open your Blogger account and go to Design then Edit HTML tab and checkExpand Widget Templates option.
    Press Ctrl + f & find <data:post.body/> you'll see some code like this:
    <div class='post-body entry-content'>
    <data:post.body/>
    <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>
    Paste the converted ad code just before the above code. The result would look something like this:
    Code Ads
    <div class='post-body entry-content'>
    <data:post.body/>
    <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>
    Click the PREVIEW button to see the result. Thought you might not see ads below post titles instantly because sometimes Adsense ads take some time to display.
    After that save your template by clicking the SAVE TEMPLATE button.

    Tip: Make Ads Appear Only on Post Pages

    Usually, users don't like to see too many ads on a single page. So, we can hide the ads under post titles on main page. These ads will appear only when users will click the post title and go to the post page. To do that follow the steps above but after step 8 you have the converted ad code. Ad some more code in that converted code so that it should look like this:

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    Code Ads
    </b:if>

    What I did here is that I've added an if condition to make the ads appear only on post pages. After that, follow the steps above to complete the tutorial.
    Or
    1 / Insert on the top and bottom post title but under the blog title In Design - Edit HTML - Click Expand Widget Templates Find the line (Ctrl + F): <div class='post-header-line-1'/> Insert to just below it the following code:
     <b:if cond='data:blog.pageType == "item"'> <p class='ads'> Adsense code converter </p> </b:if>
    2 / Insert into the bottom of each post In Design - Edit HTML - Click Expand Widget Templates Find the line (Ctrl + F): the same code <div class='post-body entry-content'> <p> <data:post.body/> </ p> <div style='clear: both;'/> </ div> 
     Inserted just below it the following code: 
    <b:if cond='data:blog.pageType == "item"'> <p class='ads'> Adsense code converter </p> </b:if> 
    3 / time advertising to the left of each post In Design - Edit HTML - Click Expand Widget Templates Find the line (Ctrl + F): <div class='post-header-line-1'/> 
    Insert to just below it the following code: 
     <b:if cond='data:blog.pageType == "item"'> <p class='ads' style='float:left'> Adsense code converter </p> </b:if> 
    4 / The right of each ad post In Design - Edit HTML - Click Expand Widget Templates Find the line (Ctrl + F): <div class='post-header-line-1'/> Insert to just below it the following code:
    <b:if cond='data:blog.pageType == "item"'> <p class='ads' style='float:right'> Adsense code converter </p> </b:if>
    Source: http://blogger.lambanghieu.net and http://www.betatemplates.com2013, By: Seo Master

    seo Add descriptions to Labels 2013

    Seo Master present to you:

    Add descriptions to LabelsThis was a query that I got over email and I when I saw her implement it on her blog, it looked cool and I thought this might be useful for others as well. This won’t look that great with Blogger’s Label Cloud. So this trick is only for those who use the list view in the Label Gadget. To do this, you will have to modify your Label Gadget with some custom code. You will have to add a small code snippet for each label of yours.

    This is how the Gadget will look like after applying the code changes
    Add descriptions to Blogger Label Gadget
    If you want to go ahead and do the same on your blog, then follow these instructions.
    1. Build the modified Gadget Code.
    <b:widget id='Label1' locked='false' title='Labels' type='Label'>
    <b:includable id='main'>
    <b:if cond='data:title'>
    <h2><data:title/></h2>
    </b:if>
    <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
    <b:if cond='data:display == &quot;list&quot;'>
    <ul>
    <b:loop values='data:labels' var='label'>
    <li>
    <b:if cond='data:blog.url == data:label.url'>
    <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
    <b:else/>
    <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
    </b:if>
    <b:if cond='data:showFreqNumbers'>
    <span dir='ltr'>(<data:label.count/>)</span>
    </b:if>
    <!-- Label Description Start -->
    <b:if cond='data:label.name == "firstlabelname"'>
    <span class="labeldesc"> - This is a label1 desc</span>
    </b:if>

    <b:if cond='data:label.name == "secondlabelname"'>
    <span class="labeldesc"> - This is label2 desc</span>
    </b:if>

    <b:if cond='data:label.name == "thirdlabelname"'>
    <span class="labeldesc"> - This is label3 desc</span>
    </b:if>

    <!-- Label Description End-->
    </li>
    </b:loop>
    </ul>
    <b:else/>
    <b:loop values='data:labels' var='label'>
    <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
    <b:if cond='data:blog.url == data:label.url'>
    <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
    <b:else/>
    <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
    </b:if>
    <b:if cond='data:showFreqNumbers'>
    <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
    </b:if>
    </span>
    </b:loop>
    </b:if>
    <b:include name='quickedit'/>
    </div>
    </b:includable>
    </b:widget>
    This is the modified gadget code. You will have to edit it appropriately and will have to add one <b:if/> condition per label. You have to edit the label name and description. Once you have done this, your modified Gadget Code is ready.
    2. Now it’s time to apply these changes to your Template. I’m assuming that you have already added the label gadget to your blog.(Add it if you have not).
    Go to Template > Edit HTML and look for the line which looks like ( DO NOT Expand your Widget Templates when you do this or you are gonna be in trouble)
    <b:widget id='Label1' locked='false' title='Labels' type='Label'/>
    Replace this single line with the modified Gadget Code and Save the Template
    3. That’s it. You should now see the label description on each of the Labels on your sidebar.
    If you run into troubles leave a comment and I will try to help you.. :)

    2013, By: Seo Master
    Powered by Blogger.