optimize landing page

This commit is contained in:
Emily
2024-06-20 15:22:14 +02:00
parent 2b5dbaa318
commit dce2a040f7
8 changed files with 30 additions and 17 deletions

View File

@@ -1,15 +1,22 @@
<script lang="ts" setup>
useServerSeoMeta({
title: 'Litlyx',
ogTitle: 'Litlyx',
description: 'One line code analytics solution',
ogDescription: 'One line code analytics solution',
useSeoMeta({
title: 'Litlyx - One-Line Code Lightweight Analytics | AI Powered Analytics Dashboard',
ogTitle: 'Litlyx - One-Line Code Lightweight Analytics | AI Powered Analytics Dashboard',
description: 'Track over 10 KPIs effortlessly with Litlyx. One line of code, open-source, lightweight, custom events, AI Data-Analyst at your service and affordable. Start for free!',
ogDescription: 'Track over 10 KPIs effortlessly with Litlyx. One line of code, open-source, lightweight, custom events, AI Data-Analyst at your service and affordable. Start for free!',
author: 'Litlyx',
ogImage: 'https://litlyx.com/ogimage.jpg',
ogType: 'website',
ogUrl: 'https://litlyx.com'
ogUrl: 'https://litlyx.com',
twitterCard: 'summary_large_image',
twitterTitle: 'Litlyx - One-Line Code Lightweight Analytics | AI Powered Analytics Dashboard',
twitterDescription: 'Track over 10 KPIs effortlessly with Litlyx. One line of code, open-source, lightweight, custom events, AI Data-Analyst at your service and affordable. Start for free!',
twitterImage: 'https://litlyx.com/ogimage.jpg',
ogSiteName: 'Litlyx',
ogLocale: 'en_US',
ogImageWidth: '1200',
ogImageHeight: '630'
});