Pug 非推奨の補間。しかし、gulp-pug は ES6 テンプレート文字列を扱いません。パグでJSON-LDを手伝ってくれる人はいますか?これに代わる正しいものは何ですか?
script(type="application/ld+json").
{
"@context": "http://schema.org",
"@id": "#{site.home}/#organization",
"@type": "Organization",
"name": "#{company.name}",
"description": "#{company.businessDescription}"
}