Skip to content

Commit 5de4975

Browse files
committed
feat(website): improve the site head
1 parent 4a7d69b commit 5de4975

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,18 @@ export default defineConfig({
2929
head: [
3030
['link', { rel: 'icon', href: '/favicon.ico' }],
3131
['meta', { name: 'theme-color', content: '#3b82f6' }],
32+
['meta', { name: 'keywords', content: 'spatial browsing, spatial web browser, 3D web browser, immersive web, WebXR, spatial computing, mixed reality browser, augmented reality web, virtual reality browser, spatial web engine, JSAR' }],
33+
['meta', { name: 'description', content: 'JSAR is an open-source spatial web browser engine that enables immersive 3D browsing experiences. Built for spatial computing, WebXR, and the future of spatial browsing on the web.' }],
3234
['meta', { property: 'og:type', content: 'website' }],
3335
['meta', { property: 'og:locale', content: 'en' }],
34-
['meta', { property: 'og:title', content: 'JSAR | Open Source Browser Engine for the Spatial Web' }],
36+
['meta', { property: 'og:title', content: 'JSAR | Open Source Spatial Web Browser Engine for Immersive Browsing' }],
37+
['meta', { property: 'og:description', content: 'Experience the future of web browsing with JSAR - an open-source spatial web browser engine for 3D, WebXR, and immersive spatial browsing experiences.' }],
3538
['meta', { property: 'og:site_name', content: 'JSAR' }],
3639
['meta', { property: 'og:image', content: '/JSAR_POSTER.png' }],
40+
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
41+
['meta', { name: 'twitter:title', content: 'JSAR | Spatial Web Browser Engine' }],
42+
['meta', { name: 'twitter:description', content: 'Open-source spatial web browser engine for immersive 3D browsing and WebXR experiences.' }],
43+
['meta', { name: 'twitter:image', content: '/JSAR_POSTER.png' }],
3744
],
3845

3946
themeConfig: {

0 commit comments

Comments
 (0)