Extension: AdSense Static Script (for AdSense Review Purpose)

Regarding the ad system of NEOS theme, when there is no active ad widget, the theme will not load any ad script. During the AdSense review stage, you are instructed to link your blog by manually adding the static AdSense script. This installation must be done manually as usual.


Script Installation

  1. In the script obtained through the AdSense dashboard - (View). Replace async with async="async". It should look something like this:

    Code
          
          <script async="async" ...></script>
          
          

  2. Backup the theme - More details
  3. Go to XML Editor, search for id='head_extensions'
  4. You will be taken to a line of code similar to this: - View
  5. Place the code you prepared earlier into head_extensions. It should look something like this: View.
  6. Done, Save the changes!.


IMPORTANT!

This static script is only needed during the AdSense review process. Remove the script once the review process is complete! To display ads, you can use various ad widgets available in widget list.
Have Question?