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

@@ -14,23 +14,26 @@
</script>
<Meta
title="Contributors"
schema={{
'@context': 'https://schema.org',
'@type': 'WebPage',
name: 'ReVanced Contributors',
abstract: 'A list of everyone that has contributed to ReVanced',
breadcrumb: 'Home > Contributors',
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: 'Contributors',
item: 'https://revanced.app/contributors'
}
]
}
}}
]}
/>
<main>