-
-
Couldn't load subscription status.
- Fork 1.2k
Closed
Description
Hello, I found that the meta tag <meta name="description"> and <meta name="keywords"> use the Hugo site variables on every page. I checked the source code, it is because of the following code snippet.
hugo-coder/layouts/_default/baseof.html
Lines 9 to 10 in acb4bf6
| {{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }} | |
| {{ with .Site.Params.keywords }}<meta name="keywords" content="{{ . }}">{{ end }} |
Hmmm, I think this is actually not SEO friendly.
Metadata
Metadata
Assignees
Labels
No labels