Recent Posts

Google Adsense Error parsing XML Attribute name "async"

Minggu, Maret 30, 2014
When you have problem to put google adsense code to blogspot.com and display this error "Error parsing XML, line 1129, column 15: Attribute name "async" associated with an element type "script" must be followed by the ' = ' character."



How to Fix :
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
To:
<script async="async" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

Source

Tidak ada komentar:

Posting Komentar