Skip to content

Commit 2b4e020

Browse files
authored
Merge pull request jsonwebtoken#198 from guillermoga88/master
SEO Updates
2 parents 7cc3f3b + f448ee8 commit 2b4e020

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

html/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ html(lang='en')
9898
nav.menu
9999
a(href='#debugger').scrollto Debugger
100100
a(href='#libraries').scrollto Libraries
101-
a(href='https://ask.auth0.com/category/jwt', target='_blank') Ask
101+
a(href='https://auth0.com/%3Cspan%20class="x x-first x-last">forum/c/jwt', target='_blank') Ask
102102
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
103103

104104
.social

views/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ block content
1515
a(href='#debugger-io').scrollto Debugger
1616
a(href='#libraries-io').scrollto Libraries
1717
a(href='/introduction') Introduction
18-
a(href='https://ask.auth0.com/category/jwt', target='_blank') Ask
18+
a(href='https://auth0.com/%3Cspan%20class="x x-first x-last">forum/c/jwt', target='_blank') Ask
1919
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
2020

2121
.social

views/introduction.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ block meta
77
meta(name='viewport', content='width=device-width, minimum-scale=1.0, maximum-scale=1.0')
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.')
10+
meta(name='canonical', content='https://auth0.com/learn/json-web-tokens/')
1011

1112
block twittercard
1213
meta(name='twitter:card', content='summary_large_image')
@@ -41,7 +42,7 @@ block content
4142
a(href='/#debugger').scrollto Debugger
4243
a(href='/#libraries').scrollto Libraries
4344
a(href='/introduction').active Introduction
44-
a(href='https://ask.auth0.com/category/jwt', target='_blank') Ask
45+
a(href='https://auth0.com/%3Cspan%20class="x x-first x-last">forum/c/jwt', target='_blank') Ask
4546
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
4647

4748
.social

0 commit comments

Comments
 (0)