Skip to content

Commit fd2c209

Browse files
committed
Add AMP SEO block
1 parent 589d9e0 commit fd2c209

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

templates/base.jade

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,20 @@ html(lang="en")
9898
var data = {};
9999
pycascades.start(data);
100100

101+
block seo
102+
script(type="application/ld+json").
103+
{
104+
"@context" : "http://schema.org",
105+
"@type" : "Organization",
106+
"name" : "PyCascades",
107+
"url" : "https://2021.pycascades.com",
108+
"sameAs" : [
109+
"https://twitter.com/pycascades",
110+
"https://www.instagram.com/pycascades",
111+
"https://www.linkedin.com/company/pycascades"
112+
]
113+
}
114+
101115
block analytics
102116
{% set GOOGLE_ANALYTICS_ID = bag('pycascades.GOOGLE_ANALYTICS_ID') %}
103117
{% if envvars('IS_LIVE') and GOOGLE_ANALYTICS_ID %}

0 commit comments

Comments
 (0)