What is measured
The audit looks for charset in HTML and Content-Type. UTF-8 prevents common corruption of Cyrillic and special characters.
Technical access and indexing
This check confirms that browsers and crawlers can interpret page text unambiguously.
The audit looks for charset in HTML and Content-Type. UTF-8 prevents common corruption of Cyrillic and special characters.
The server or an early meta charset consistently declares UTF-8 on every public page.
Add the correct charset to the document template and align it with the response Content-Type header.
Correct encoding does not assess content quality, but a mismatch can make text unreadable and impossible to analyse.
Reference