fix: seo meta tags update

This commit is contained in:
Maya 2025-10-27 22:34:29 +03:00
parent 69ba2ff7ed
commit 9511352f7b
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,7 @@
/>
<meta
name="description"
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
/>
<meta property="og:url" content="https://vert.sh" />
<meta property="og:type" content="website" />
@ -131,7 +131,7 @@
/>
<meta
property="og:description"
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
/>
<meta property="og:image" content={featuredImage} />
<meta name="twitter:card" content="summary_large_image" />
@ -143,7 +143,7 @@
/>
<meta
property="twitter:description"
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
/>
<meta property="twitter:image" content={featuredImage} />
<link rel="manifest" href="/manifest.json" />
@ -184,7 +184,7 @@
<!--
SvelteKit throws the following warning when developing - safe to ignore as we render the children in this component:
`<slot />` or `{@render ...}` tag missing — inner content will not be rendered
-->
-->
<Layout.PageContent {children} />
<Layout.Toasts />