fix(index.html): remove structured data script for debrid services
This commit is contained in:
parent
2c03ef82de
commit
1336ce38ab
1 changed files with 0 additions and 139 deletions
139
dist/index.html
vendored
139
dist/index.html
vendored
|
|
@ -284,145 +284,6 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "ItemList",
|
||||
"name": "Top Debrid Services 2025",
|
||||
"description": "List of the best debrid and multi-hoster services for premium downloads",
|
||||
"itemListElement": [{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "AllDebrid",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "2.99",
|
||||
"priceCurrency": "EUR"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Real-Debrid",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "3.00",
|
||||
"priceCurrency": "EUR"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 3,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "TorBox",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "0",
|
||||
"priceCurrency": "USD"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 4,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Premiumize",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "11.99",
|
||||
"priceCurrency": "EUR"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 5,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Debrid-Link",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "3.00",
|
||||
"priceCurrency": "EUR"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 6,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "LinkSnappy",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "12.99",
|
||||
"priceCurrency": "USD"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 7,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Mega-Debrid",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "4.00",
|
||||
"priceCurrency": "EUR"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 8,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Deepbrid",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "4.99",
|
||||
"priceCurrency": "EUR"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 9,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Offcloud",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "9.99",
|
||||
"priceCurrency": "USD"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"@type": "ListItem",
|
||||
"position": 10,
|
||||
"item": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "High-Way",
|
||||
"applicationCategory": "UtilityApplication",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "5.99",
|
||||
"priceCurrency": "EUR"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<script src="js/app.js" defer></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue