Skip to content

Commit 16c81df

Browse files
committed
refactor(SEO): Added website structured json data for SEO
1 parent f5e8495 commit 16c81df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docusaurus.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,9 @@ const config = {
8484
},
8585
innerHTML: JSON.stringify({
8686
'@context': 'https://schema.org/',
87-
'@type': 'CreativeWork',
87+
'@type': 'WebSite',
8888
name: 'VRCFaceTracking Docs',
89-
url: 'https://docs.vrcft.io/',
90-
logo: 'https://docs.vrcft.io/img/logo.svg',
89+
url: 'https://docs.vrcft.io/'
9190
}),
9291
},
9392
],

0 commit comments

Comments
 (0)