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.