Files
midrandbooks/structured-data.json
T
2026-07-18 12:08:14 +02:00

60 lines
1.8 KiB
JSON

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BookStore",
"@id": "https://www.midrandbooks.co.za/#organization",
"name": "Midrand Books",
"url": "https://www.midrandbooks.co.za",
"logo": "https://www.midrandbooks.co.za/favicon.png",
"image": "https://www.midrandbooks.co.za/assets/og-image.png",
"description": "Midrand Books is an independent digital bookstore, repository, and author publishing platform owned, designed, maintained, and hosted by LiteCharms (PTY) Ltd in Midrand, Gauteng, South Africa.",
"telephone": "+2711000000",
"email": "privacy@midrandbooks.co.za",
"address": {
"@type": "PostalAddress",
"streetAddress": "Midrand",
"addressLocality": "Midrand",
"addressRegion": "Gauteng",
"postalCode": "1685",
"addressCountry": "ZA"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -25.9983,
"longitude": 28.1262
},
"parentOrganization": {
"@type": "Organization",
"name": "LiteCharms (PTY) Ltd",
"url": "https://www.litecharms.co.za",
"sameAs": "https://www.litecharms.co.za"
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "00:00",
"closes": "23:59"
},
"priceRange": "$$"
},
{
"@type": "WebSite",
"@id": "https://www.midrandbooks.co.za/#website",
"url": "https://www.midrandbooks.co.za",
"name": "Midrand Books",
"publisher": {
"@id": "https://www.midrandbooks.co.za/#organization"
}
}
]
}