Hey, I'm going to add Adsense to my site, but the problem is that most of my users have phones without JavaScript.
The code I get from Adsense is entirely in HTML and JavaScript:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class ="adsbygoogle" style = "display : block" data-ad-client = "ca-pub-XXXXXXXXXXXXX" data-ad-slot = "XXXXXXXXX" data-ad-format = "link"> </ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>
Is there a way for the code to be in HTML just so that all my users can view the ad?
shahz source share