mirror of https://github.com/VERT-sh/VERT.git
fix: seo meta tags update
This commit is contained in:
parent
69ba2ff7ed
commit
9511352f7b
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in New Issue