3 replies
  • SEO
  • |
For some reason, my Adsense ads aren't showing. Anyone know why?


NAVTEX - Reviews, tutorials, books and videos about NAVTEX
#adsense
  • Profile picture of the author askloz
    because you naffed up when pasting, gawd knows how you manged that.

    Code:
    		<script type="text/javascript"><!--
    google_ad_client = "pub-1679110715446505";
    google_ad_slot = "<script type='text/javascript'><!--";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text";
    google_color_border = "F8F8F8";
    google_color_bg = "F8F8F8";
    google_color_link = "0000ff";
    google_color_text = "000000";
    google_color_url = "008000";
    //-->
    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    it should be

    Code:
    		<script type="text/javascript"><!--
    google_ad_client = "pub-1679110715446505";
    google_ad_slot = "";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text";
    google_color_border = "F8F8F8";
    google_color_bg = "F8F8F8";
    google_color_link = "0000ff";
    google_color_text = "000000";
    google_color_url = "008000";
    //-->
    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    see in the google ad slot, you had java script in there.

    go back to your account and paste the correct code just incase there was some data in that google ad slot you need.

    hope this helps
    Signature
    {{ DiscussionBoard.errors[122810].message }}
  • Profile picture of the author askloz
    you're welcome
    Signature
    {{ DiscussionBoard.errors[122926].message }}

Trending Topics