diff --git a/layouts/partials/seo_schema.html b/layouts/partials/seo_schema.html
index da4b315..b7027c3 100644
--- a/layouts/partials/seo_schema.html
+++ b/layouts/partials/seo_schema.html
@@ -4,7 +4,7 @@
"@type" : "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
- "@id": "{{ .Site.baseURL }}"
+ "@id": "{{ .Site.baseurl }}"
},
"articleSection" : "{{ .Section }}",
"name" : "{{ .Title }}",