hermit
hermit copied to clipboard
meta description doesn't satisfy Google lighthouse
Hi, your meta description doesn't satisfy Google lighthouse. This is what I get for my blog:
"document does not have a meta description".
The meta header from my website looks like this:
<!doctype html><html lang=en-us><head><meta name=generator content="Hugo 0.63.2"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=theme-color content="#D8D8D8"><meta name=msapplication-TileColor content="#D8D8D8"><meta itemprop=name content="Christian Rebischke"><meta itemprop=description content="The personal blog of Christian Rebischke"><meta property="og:title" content="Christian Rebischke"><meta property="og:description" content="The personal blog of Christian Rebischke"><meta property="og:type" content="website"><meta property="og:url" content="https://shibumi.dev/"><meta property="og:updated_time" content="2020-02-09T18:44:37+01:00"><meta name=twitter:card content="summary"><meta name=twitter:title content="Christian Rebischke"><meta name=twitter:description content="The personal blog of Christian Rebischke">
I see that there is the content of my description
variable out of my config.toml
, but there shouldbe a tag like <meta description="...">
and that is missing.
See also: https://web.dev/meta-description/?utm_source=lighthouse&utm_medium=devtools