Check if the page encoding is correctly specified and matches between the header and HTML
This only checks encoding. For a comprehensive analysis, use the full page check.
You can also audit your entire site. Duplicate titles and descriptions, orphan pages, broken links between sections, and other site-wide issues can only be found with a full site audit.
If you don't have an SEO specialist, we can help fix the errors found.
Character encoding (charset) determines how bytes in an HTML document are converted into characters on screen. If the encoding is specified incorrectly or is missing, text on the page may display as garbled characters. The standard for the modern web is UTF-8.
Incorrect encoding prevents search bots from properly reading page content. Text displayed as garbled characters won't be indexed for the right queries. Additionally, garbled text on a page worsens user behavior metrics — users immediately leave such sites.
windows-1251 instead of UTF-8 — outdated encoding that doesn't support many characters<meta charset="UTF-8"> should be in the first lines of the <head> section. The HTTP header Content-Type: text/html; charset=UTF-8 is configured on the server side.