diff --git a/views/schema.pug b/views/schema.pug index dee249e8..a5d5c06d 100644 --- a/views/schema.pug +++ b/views/schema.pug @@ -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." }] }] - \ No newline at end of file +