どうですかAdSense広告は表示されましたか?
表示されていないはず!!
あなたのを閲覧した人でJavascriptをOFFにしていた人にAdSense広告は表示されていないのです!!
あなたはいったい何回・何十回の広告表示を損したでしょう・・・
なぜかというとAdSenseはJavascriptで表示しているからです!Javascriptとはあなたのブラウザで動くプログラムです、これをONにしないとプログラムが動かないので広告が表示されません
以下にアドセンスで生成された簡単なのを表示します
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
どうですJavascriptで動いてそうですね!
そこでここではAdsenseの代わりの広告を表示する方法を紹介します、簡単なのでみなさんも使ってください。
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<noscript>
ここに他のアフィリエイトプログラムで生成されてリンクを貼り付ける
</noscript>
人気ブログランキング?google_ad_client = "pub-xxxxxxxxxxxxxxxx";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<noscript>
ここに他のアフィリエイトプログラムで生成されてリンクを貼り付ける
</noscript>