Why Google Ads not Showing in AMP WordPress :
You already know AMP have an own structure of every action. Its not basic HTML. Same things apply on Google Ads. Google Adsense ordinary format did not work in AMP. There is a special format for AMP Google Ads.
Google Ordinary Ad Format:
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<ins class=”adsbygoogle”
style=”display:inline-block;width:336px;height:280px”
data-ad-client=”ca-pub-95675557XXXXXXXX”
data-ad-slot=”170XXXXXXX”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Google AMP Format :
<amp-ad width=350 height=100
type=”adsense”
data-ad-client=”ca-pub-95675557XXXXXXXX”
data-ad-slot=”170XXXXXXX”>
</amp-ad>
Here you see there is big different in the code. So if you try with ordinary code in AMP plugin editor then its sure Ads not appear in AMP Page.
How to Show Google Adsense Ads in WordPress AMP Post :
As you know there is less support available for AMP. however, we edit the code and implement Google Adsense on Posts. Hope you like it. Follow below steps to Add Adsense ad in your AMP site.
- Open Plugin Editor (Not Theme Editor).
- Choose AMP plugin and Press Select Button.
- Open amp/templates/single.php file.
- Find <div class=”amp-wp-content”> line. And below the line paste our AMP Comfortable Ad code (Which described above paragraph).
- Find do_action( ‘amp_post_template_footer’, $this ); before the php starting tag paste Google AMP Ad code.
- Save the file. All Set.
Congratulation You successfully add google Ads in your AMP WordPress site. We understand you don’t like code editing. but be patient we are coming with a plugin solution soon. Have a good day.
i noticed that you placed center of post in AMP Page,
Please share with me, How i can do.
i Placed at top and Bottom of post.
Hi Jaysukh,
Thanks for writing here. We are happy to know that you successfully implemented AMP on your Site. Soon we post a detailed guide for placing google ads in the middle of the Post.
Stay tuned.
Kind Regards
Yup, I am having the same problem. Can any buddy tell how to add ads in middle of the post.