fix: Use correct rich results schemas

This commit is contained in:
oSumAtrIX
2023-11-12 00:14:38 +01:00
parent c5d1421358
commit d0912a26b2
7 changed files with 186 additions and 95 deletions

View File

@@ -41,20 +41,24 @@
<Meta
title="Donate"
schema={{
'@context': 'https://schema.org',
'@type': 'WebPage',
name: 'ReVanced Donation',
abstract: 'Various ways to support ReVanced',
breadcrumb: 'Home > Donate',
publisher: {
'@type': 'Organization',
name: 'ReVanced',
url: 'https://revanced.app/',
logo: {
'@type': 'ImageObject',
url: 'https://revanced.app/embed.png'
}
schemas={{
{
'@context': 'https://schema.org',
'@type': 'BreadcrumbList',
itemListElement: [
{
'@type': 'ListItem',
position: 1,
name: 'Home',
item: 'https://revanced.app/'
},
{
'@type': 'ListItem',
position: 2,
name: 'Download',
item: 'https://revanced.app/donate'
}
]
}
}}
/>