Scoreling
Markup

Character encoding is declared

Medium impact · weight 5 · worth up to 2.2 points of the total score

Why it matters

With no declared charset the browser guesses, and the guess is wrong often enough that accented characters, quotes, and emoji turn into mojibake for some visitors and not others.

How to fix it

Put <meta charset="utf-8"> first inside <head>, or send it in the Content-Type response header.

Check a page for this, and the other 41 checks at once

More Markup checks

See all checks