diff --git a/lib/template.html b/lib/template.html
index 432599d..838fdda 100644
--- a/lib/template.html
+++ b/lib/template.html
@@ -112,7 +112,7 @@
"headline": {{ page.title | jsonify }},
"image": {{ page.image | jsonify }},
"datePublished": {{ page.date | date_to_xmlschema | jsonify }},
- "description": {{ page.description | jsonify }}
+ "description": {{ seo_description | jsonify }}
}
{% endif %}