diff --git a/src/routes/patches/+page.svelte b/src/routes/patches/+page.svelte
index 0f627c2..55eb698 100644
--- a/src/routes/patches/+page.svelte
+++ b/src/routes/patches/+page.svelte
@@ -108,23 +108,26 @@
Patches',
- 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: 'Patches',
+ item: 'https://revanced.app/patches'
+ }
+ ]
}
- }}
+ ]}
/>
diff --git a/static/embed.png b/static/logo.png
similarity index 100%
rename from static/embed.png
rename to static/logo.png