Skip to content

Commit c45e8f7

Browse files
authored
Merge pull request jsonwebtoken#521 from jsonwebtoken/feature/canonical-link
Add cannonical links to the pages
2 parents 701fc1b + 24f3baa commit c45e8f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

views/title.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ block meta
55
meta(name='viewport', content='width=device-width, minimum-scale=1.0, maximum-scale=1.0')
66
meta(name='author', content='auth0.com')
77
meta(name='description', content='JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).')
8+
link(rel="canonical", href="https://jwt.io")

views/website/introduction.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ block meta
88
meta(name='author', content='auth0.com')
99
meta(name='description', content='JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. Learn more about them, how they work, when and why you should use JWTs.')
1010
meta(name='canonical', content='https://auth0.com/learn/json-web-tokens/')
11+
link(rel="canonical", href="https://jwt.io/introduction")
1112

1213
block twittercard
1314
meta(name='twitter:card', content='summary_large_image')

0 commit comments

Comments
 (0)