diff --git a/lib/template.html b/lib/template.html
index a6b3122..e457312 100644
--- a/lib/template.html
+++ b/lib/template.html
@@ -154,14 +154,14 @@
diff --git a/spec/jekyll_seo_tag_spec.rb b/spec/jekyll_seo_tag_spec.rb
index 17c5f0e..c17f5c9 100644
--- a/spec/jekyll_seo_tag_spec.rb
+++ b/spec/jekyll_seo_tag_spec.rb
@@ -183,8 +183,8 @@ EOS
it 'minifies JSON-LD' do
expected = <<-EOS
{
- "@context" : "http://schema.org",
- "@type" : "BlogPosting",
+ "@context": "http://schema.org",
+ "@type": "BlogPosting",
"headline": "post",
EOS
expect(output).to match(expected)