Neler yeni
  • Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.

Smf AdSense W3C Validation hatası

  • Konuyu Başlatan Konuyu Başlatan orhan
  • Başlangıç tarihi Başlangıç tarihi

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
94
Puanları
28
Evet smf nin zayif taraflarindan bir sorun oyleki bütün AdSense kulanan smf sitelerinde malesef hatalara yol aciyor
uzun zamandir bu soruna cozüm ariyordum sonunda googleden bir cözüm uretmesi icin konu actim nafile
Gene cozumu kendim uretim
AdSense den alinan kodun orjinali boyle

Kod:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- #### -->
<ins class="adsbygoogle"
    style="display:inline-block;width:728px;height:90px"
    data-ad-client="ca-pub-0000000000000"
    data-ad-slot="0000000"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
burdaki ins-async-(adsbygoogle = window.adsbygoogle || []).push({}); bu kodlar hatalarin başlica sebepleri
Bizim cozumumuz

Kod:
  <script type="text/javascript">
  <!--
  google_ad_client = "pub-00000000000000000";
  google_ad_slot = "0000000000";
  google_ad_width = 728;
  google_ad_height = 90;
  //-->
  </script>
  
 <script type="text/javascript"
 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
 </script>

evet onlarca hatadan kurtulmuş olduk.
 
Geri
Üst Alt