Stable run with tailwind
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user