Track3 / hermit

A minimal & fast Hugo theme for bloggers

Home Page:https://hugo-theme-hermit.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta description doesn't satisfy Google lighthouse

shibumi opened this issue · comments

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