mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-25 20:01:03 +00:00
fix: Use SEO compliant meta tags
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import { queries } from '$data/api';
|
||||
import { createQuery } from '@tanstack/svelte-query';
|
||||
|
||||
import Meta from '$lib/components/Meta.svelte';
|
||||
import Head from '$lib/components/Head.svelte';
|
||||
import Footer from '$layout/Footer/FooterHost.svelte';
|
||||
import Button from '$lib/components/Button.svelte';
|
||||
import Snackbar from '$lib/components/Snackbar.svelte';
|
||||
@@ -39,8 +39,9 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<Meta
|
||||
title="Donate"
|
||||
<Head
|
||||
title="Donate to ReVanced"
|
||||
description="Donate to ReVanced with a variety of donation methods, including cryptocurrencies in order to allow us to maintain our servers and develop new features."
|
||||
schemas={[
|
||||
{
|
||||
'@context': 'https://schema.org',
|
||||
|
||||
Reference in New Issue
Block a user