When you apply for adsense you get an code, which you have to add in your blogs Html below </head> tag.
But you get some error when you try to save the pasted code. So yo need some fix, which i given in this post below.
comment below if this post helps you!
But you get some error when you try to save the pasted code. So yo need some fix, which i given in this post below.
Code Before Fix (example):
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Code After Fix (example):
<script async="async" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
You just need to replace async with async="async"
comment below if this post helps you!
Post a Comment
Post a Comment