diff --git a/layouts/partials/seo-tags/schema.html b/layouts/partials/seo-tags/schema.html
index a9f6c27..c36179d 100644
--- a/layouts/partials/seo-tags/schema.html
+++ b/layouts/partials/seo-tags/schema.html
@@ -21,10 +21,14 @@
{{ end }}
-{{ with (.GetTerms "tags") }}
- {{ $tags := slice }}
- {{ range . }}
- {{ $tags = $tags | append .LinkTitle }}
+{{ with .Keywords }}
+
+{{ else }}
+ {{ with (.GetTerms "tags") }}
+ {{ $tags := slice }}
+ {{ range . }}
+ {{ $tags = $tags | append .LinkTitle }}
+ {{ end }}
+
{{ end }}
-
{{ end }}