From f8f40e5805b62bf684e65af960fa4d5d79a6eb3e Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 17 Feb 2025 13:41:38 -0400 Subject: [PATCH] corp meta tags --- src/.vitepress/config.mts | 33 +++++++++++++++------------------ src/index.md | 2 +- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index cc79e13..be5a55b 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -4,8 +4,10 @@ import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ title: "Dexorder", - description: "DeFi trading tools", + // this description is put into the meta tag for SEO + description: "Power up Uniswap with limit orders, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native.", head: [ + [ 'meta', { name: 'viewport', content: 'width=device-width, initial-scale=1'}], [ 'link', { rel: 'icon', href: '/favicon.ico' }], [ 'link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }], [ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }], @@ -47,28 +49,23 @@ export default defineConfig({ sidebar: [ { - text: 'How It Works', - link: '/how-it-works', + text: 'Getting Started', + items: [ + {text: 'How It Works', link: '/how-it-works',}, + ] + }, + { + text: 'Legal', + items: [ + {text: 'Terms of Service', link: '/terms-of-service',}, + {text: 'Execution Policy', link: '/execution-policy',}, + {text: 'Privacy Policy', link: '/privacy-policy',}, + ] }, - // { - // text: 'Examples', - // items: [ - // { text: 'Markdown Examples', link: '/markdown-examples' }, - // { text: 'Runtime API Examples', link: '/api-examples' } - // ] - // }, { text: 'Fees', link: '/fees', }, - { - text: 'Terms of Service', - link: '/terms-of-service', - }, - { - text: 'Execution Policy', - link: '/execution-policy', - }, ], socialLinks: [ diff --git a/src/index.md b/src/index.md index 2eb2bfa..ff50bc8 100644 --- a/src/index.md +++ b/src/index.md @@ -5,7 +5,7 @@ layout: home hero: name: "dexorder" # text: Pro DeFi - tagline: Power up your Uniswap trading with limit orders, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native. + tagline: Power up Uniswap with limit orders, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native. actions: - theme: brand text: Launch App