Add more keywords

alternate-navbar
Maik de Kruif 2 years ago
parent 9f3d374645
commit a884b14b81
Signed by: maik
GPG Key ID: 44A55AD1F0673FA6
  1. 2
      config.toml
  2. 2
      themes/maik-blog/layouts/partials/meta-tags.html

@ -57,7 +57,7 @@ googleAnalytics = "UA-136337666-1"
# Metadata mostly used in document's head
description = "Hey there, my name is Maik de Kruif, I create websites, bots and other kinds of software. At the moment, I'm still studying computer science at Avans University of Applied Sciences. I am also a big fan of open-source software, which is why you'll find many of my projects on Github. And last but not least, I love playing around with cyber-security related stuff."
keywords = "Devloper, Software Engineer, Maik, Computer Science, Portfolio, Blog"
keywords = "Devloper, Software Engineer, Software Developer, Maik, Computer Science, Portfolio, Blog, Maik de Kruif"
images = [""]
showReadingTimeInList = false

@ -4,7 +4,7 @@
<meta name="description"
content="{{ if .IsHome }}{{ .Site.Params.homeSubtitle }}{{ else }}{{ .Params.description | plainify }}{{ end }}" />
<meta name="keywords"
content="{{ .Site.Params.keywords }}{{ if .Params.tags }}{{ range .Params.tags }}, {{ . }}{{ end }}{{ end }}" />
content="{{ .Site.Params.keywords }}{{ if .Params.tags }}{{ range .Params.tags }}, {{ . }}{{ end }}{{ end }}{{ with .Title }}, {{ delimit (split . " ") ", " }}{{ end }}{{ with .Params.Subtitle }}, {{ delimit (split . " ") ", " }}{{ end }}" />
<meta name="robots" content="noodp" />
<!-- Og -->

Loading…
Cancel
Save