mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -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 = {
|
const structuredData = {
|
||||||
'@context': 'https://schema.org/',
|
'@context': 'https://schema.org/',
|
||||||
'@type': 'TelevisionChannel',
|
'@type': 'TelevisionChannel',
|
||||||
|
image: channel.logo,
|
||||||
identifier: channel.id,
|
identifier: channel.id,
|
||||||
name: channel.name,
|
name: channel.name,
|
||||||
image: channel.logo,
|
|
||||||
alternateName: channel.alt_names.map(value => ({ '@value': value })),
|
alternateName: channel.alt_names.map(value => ({ '@value': value })),
|
||||||
genre: channel._categories.map(category => ({ '@value': category.name })),
|
genre: channel._categories.map(category => ({ '@value': category.name })),
|
||||||
sameAs: channel.website
|
sameAs: channel.website
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue