mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 01:20:06 -04:00
Update +page.svelte
This commit is contained in:
parent
2fde44474a
commit
10a0f3578b
1 changed files with 1 additions and 1 deletions
|
@ -13,9 +13,9 @@
|
|||
const structuredData = {
|
||||
'@context': 'https://schema.org/',
|
||||
'@type': 'TelevisionChannel',
|
||||
image: channel.logo,
|
||||
identifier: channel.id,
|
||||
name: channel.name,
|
||||
image: channel.logo,
|
||||
alternateName: channel.alt_names.map(value => ({ '@value': value })),
|
||||
genre: channel._categories.map(category => ({ '@value': category.name })),
|
||||
sameAs: channel.website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue