Skip to content

Commit

Permalink
Add cannonical links to the pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambego committed Jan 25, 2021
1 parent 701fc1b commit 24f3baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions views/title.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ block meta
meta(name='viewport', content='width=device-width, minimum-scale=1.0, maximum-scale=1.0')
meta(name='author', content='auth0.com')
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).')
link(rel="canonical", href="https://jwt.io")
1 change: 1 addition & 0 deletions views/website/introduction.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ block meta
meta(name='author', content='auth0.com')
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.')
meta(name='canonical', content='https://auth0.com/learn/json-web-tokens/')
link(rel="canonical", href="https://jwt.io/introduction")

block twittercard
meta(name='twitter:card', content='summary_large_image')
Expand Down

0 comments on commit 24f3baa

Please sign in to comment.