Added link to schema.org #1422

This commit is contained in:
the-djmaze 2024-02-08 17:41:50 +01:00
parent a056631cef
commit 83aa65981b
2 changed files with 45 additions and 0 deletions

View file

@ -58,6 +58,7 @@
view.viewICS(null);
if (msg) {
// JSON-LD after parsing HTML
// See http://schema.org/
msg.linkedData.subscribe(data => {
if (!view.viewICS()) {
data.forEach(item => {

View file

@ -0,0 +1,44 @@
/**
* .SML-@type where @type is the value of the JSON-LD "@type":
* See http://schema.org/
*/
.SML-FlightReservation {
}
.SML-Airline {
}
.SML-Airport {
}
.SML-Flight {
}
.SML-FoodEstablishmentReservation {
}
.SML-FoodEstablishment {
}
.SML-ParcelDelivery {
}
.SML-Order {
}
.SML-Organization {
}
.SML-Product {
}
.SML-PostalAddress {
}
.SML-Person {
}
.SML-PromotionCard {
}