diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 906c32a..5f7e408 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -9,6 +9,9 @@
{{- end }}
+ {{ template "_internal/schema.html" . -}}
+ {{ template "_internal/opengraph.html" . -}}
+ {{ template "_internal/twitter_cards.html" . -}}