[HELP] AdSense Error - Non-ASCII characters in origin.

Kamus

Junior Member
Joined
Mar 12, 2020
Messages
142
Reaction score
96
My sites are not displaying AdSense ads, automatic or manual.
The Chrome console is showing this error. Does anyone know what this is?

Capturar.PNG
 
Try placing the following meta tag to the header (if not already available. If so, make sure it has utf8)

Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

or html 5 way
Code:
<meta charset="utf-8" />
Any of the above would work (but dont place both).
 
Try placing the following meta tag to the header (if not already available. If so, make sure it has utf8)

Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

or html 5 way
Code:
<meta charset="utf-8" />
Any of the above would work (but dont place both).

It didn't work, the error persists :/
 
It didn't work, the error persists :/
Did you clear cache? It's a very uncommon error nevertheless. If you pm me the url in question, i can take a look.
 
Did you clear cache? It's a very uncommon error nevertheless. If you pm me the url in question, i can take a look.

Yes, I cleared the cache, I sent you the URL by pm.
 
Back
Top