mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-30 14:21:07 +00:00
fix: Use correct rich results schemas
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user