Skip to content

Commit ad8237e

Browse files
committed
Correct @context, remove DC vocabulary
1 parent 8f256bd commit ad8237e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

suse2022-ns/xhtml/json-ld.xsl

+1-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@
181181
<xsl:template name="generate-json-content">
182182
<xsl:param name="node"/>
183183
{
184-
"@context": [ "http://schema.org",
185-
{"dc": "http://purl.org/dc/terms/"}
186-
],
184+
"@context": "http://schema.org",
187185
"@type": ["TechArticle", "SoftwareApplication"],
188186

189187
<xsl:call-template name="json-ld-headline">

0 commit comments

Comments
 (0)