mirror of https://github.com/VERT-sh/VERT.git
fix: seo-related issues
This commit is contained in:
parent
a8366b3cb3
commit
403162cafb
|
|
@ -121,7 +121,7 @@
|
||||||
<meta name="theme-color" content="#F2ABEE" />
|
<meta name="theme-color" content="#F2ABEE" />
|
||||||
<meta
|
<meta
|
||||||
name="title"
|
name="title"
|
||||||
content="{VERT_NAME} — Free, fast, and awesome file convert"
|
content="{VERT_NAME} — Free, fast, and awesome file converter"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="{VERT_NAME} — Free, fast, and awesome file convert"
|
content="{VERT_NAME} — Free, fast, and awesome file converter"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
|
|
@ -140,7 +140,7 @@
|
||||||
<meta property="twitter:card" content="summary_large_image" />
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
<meta
|
<meta
|
||||||
property="twitter:title"
|
property="twitter:title"
|
||||||
content="{VERT_NAME} — Free, fast, and awesome file convert"
|
content="{VERT_NAME} — Free, fast, and awesome file converter"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="twitter:description"
|
property="twitter:description"
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,10 @@
|
||||||
const processing = $derived(images.map((f) => f.processing).includes(true));
|
const processing = $derived(images.map((f) => f.processing).includes(true));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<meta name="robots" content="noindex" />
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<div class="mx-auto w-full max-w-[778px] flex flex-col gap-8">
|
<div class="mx-auto w-full max-w-[778px] flex flex-col gap-8">
|
||||||
<h1 class="text-5xl text-center">{m["jpegify.title"]()}</h1>
|
<h1 class="text-5xl text-center">{m["jpegify.title"]()}</h1>
|
||||||
<p class="text-muted text-center -mt-4 font-normal italic">
|
<p class="text-muted text-center -mt-4 font-normal italic">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue