Skip to content

Commit

Permalink
refactor(SEO): Added website structured json data for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
benaclejames committed Aug 27, 2023
1 parent f5e8495 commit 16c81df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ const config = {
},
innerHTML: JSON.stringify({
'@context': 'https://schema.org/',
'@type': 'CreativeWork',
'@type': 'WebSite',
name: 'VRCFaceTracking Docs',
url: 'https://docs.vrcft.io/',
logo: 'https://docs.vrcft.io/img/logo.svg',
url: 'https://docs.vrcft.io/'
}),
},
],
Expand Down

0 comments on commit 16c81df

Please sign in to comment.