Skip to content

Commit

Permalink
Update schema.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambego authored Jul 8, 2020
1 parent 13e1abd commit d95b757
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions views/schema.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,47 @@ script(type="application/ld+json").
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "jwt.io",
"item": "https://jwt.io",
"description": "JWT.IO allows you to decode, verify and generate JWT."
}, {
"@type": "ListItem",
"position": 2,
"name": "Debugger",
"item": "https://jwt.io/#debugger-io",
"description": "Decode, verify and generate JSON Web Tokens with our online debugger."
}]
}, {
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "jwt.io",
"item": "https://jwt.io",
"description": "JWT.IO allows you to decode, verify and generate JWT."
},{
"@type": "ListItem",
"position": 2,
"name": "Libraries",
"item": "https://jwt.io/#libraries-io",
"description": "An overview of Libraries for Token Signing/Verification in a variety of different programming languages."
}]
}, {
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "jwt.io",
"item": "https://jwt.io",
"description": "JWT.IO allows you to decode, verify and generate JWT."
},{
"@type": "ListItem",
"position": 3,
"position": 2,
"name": "Introduction",
"item": "https://jwt.io/introduction/",
"description": "An introduction to JSON Web Tokens."
}]
}]


0 comments on commit d95b757

Please sign in to comment.