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="title"
|
||||
content="{VERT_NAME} — Free, fast, and awesome file convert"
|
||||
content="{VERT_NAME} — Free, fast, and awesome file converter"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
|
@ -130,7 +130,7 @@
|
|||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="{VERT_NAME} — Free, fast, and awesome file convert"
|
||||
content="{VERT_NAME} — Free, fast, and awesome file converter"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
|
@ -140,7 +140,7 @@
|
|||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta
|
||||
property="twitter:title"
|
||||
content="{VERT_NAME} — Free, fast, and awesome file convert"
|
||||
content="{VERT_NAME} — Free, fast, and awesome file converter"
|
||||
/>
|
||||
<meta
|
||||
property="twitter:description"
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
const processing = $derived(images.map((f) => f.processing).includes(true));
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<meta name="robots" content="noindex" />
|
||||
</svelte:head>
|
||||
|
||||
<div class="mx-auto w-full max-w-[778px] flex flex-col gap-8">
|
||||
<h1 class="text-5xl text-center">{m["jpegify.title"]()}</h1>
|
||||
<p class="text-muted text-center -mt-4 font-normal italic">
|
||||
|
|
Loading…
Reference in New Issue