How to Create Adsense Header Ads on blogger Template ?

SEO Help and Tips

How to Create Adsense Header Ads on blogger Template ?

Here is the example html code for create adsense ads space on template. It will create the ads gadget area. Change ads size manually in this code or Gadget

Code:
      <div class='Header-Ads'>
        <b:section id='ads-content' maxwidgets='2' name='Header Ads' showaddelement='yes'>
          <b:widget id='AdSense1' locked='true' title='' type='AdSense' version='2' visible='true'>
            <b:widget-settings>
              <b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
              <b:widget-setting name='style.textcolor'>#ffffff</b:widget-setting>
              <b:widget-setting name='style.layout'>970x90</b:widget-setting>
              <b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
              <b:widget-setting name='style.urlcolor'>#ffffff</b:widget-setting>
              <b:widget-setting name='style.linkcolor'>#ffffff</b:widget-setting>
              <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
            </b:widget-settings>
            <b:includable id='main'>
          <div class='widget-content'>
        <b:if cond='data:adCode'>
      <data:adCode/>
    <b:else/>
  <b:include name='defaultAdUnit'/>
 </b:if>
</div>
</b:includable>
            <b:includable id='defaultAdUnit'>
  <ins class='adsbygoogle' data-ad-format='auto' expr:data-ad-client='data:adClientId ?: data:blog.adsenseClientId' expr:data-ad-host='data:blog.adsenseHostId' expr:style='data:style ?: &quot;display: block;&quot;'>
    <b:attr cond='not data:blog.analytics4' expr:value='data:blog.analyticsAccountNumber' name='data-analytics-uacct'/>
  </ins>
  <script>
   (adsbygoogle = window.adsbygoogle || []).push({});
  </script>
</b:includable>
          </b:widget>
        </b:section>
      </div>
  </div>

Comments

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?