谷歌adsense广告没有显示

时间:2017-03-06 00:25:28

标签: javascript html css adsense

这是我的广告代码,我无法将广告显示在我的网站上。 我已经尝试了很多不同的想法,但我似乎无法弄明白。 任何建议都会很棒。 非常感谢你们!

   <!doctype html>
  <html lang="en">
    <head>
      <title>Random Dota Hero</title>
     </head>
     <meta charset="UTF-8">
     <link rel="stylesheet" type="text/css" href="randomdotacss.css" media="screen" />
     <body background="pa.jpeg"> 
     <body>
     <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
     <!-- Leaderboard Ad -->
    <ins class="adsbygoogle"
    style="display:inline-block;width:728px;height:90px"
    data-ad-client="ca-pub-xxx"
    data-ad-slot="xxx"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </body>

1 个答案:

答案 0 :(得分:0)

我会在Google Chrome上打开控制台,看看是否有任何错误消息