Files
2026-07-19 09:54:35 +02:00

58 lines
2.8 KiB
Plaintext

@namespace MidrandBooks.Components
@using Microsoft.AspNetCore.Components
@using Microsoft.AspNetCore.Components.Web
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<!-- Primary SEO Meta Tags -->
<title>Midrand Books | South African Independent Book Publishing &amp; Digital Library</title>
<meta name="description" content="Discover, read, and publish books at Midrand Books. Owned and operated by LiteCharms (PTY) Ltd, we provide an independent portal for local and international ebooks, audiobooks, and South African authors with POPIA-compliant data security." />
<meta name="keywords" content="Midrand Books, LiteCharms, South African books, South African independent authors, ebooks South Africa, publish books online, digital library, POPIA compliant bookshop, PayFast books" />
<meta name="author" content="LiteCharms (PTY) Ltd" />
<meta name="robots" content="index, follow" />
<!-- Answer Engine Optimization (AEO) Meta Tags -->
<meta name="application-name" content="Midrand Books" />
<meta name="theme-color" content="#0f172a" />
<meta name="geo.region" content="ZA-GP" />
<meta name="geo.placename" content="Midrand, Gauteng" />
<meta name="geo.position" content="-25.9983;28.1262" />
<meta name="ICBM" content="-25.9983, 28.1262" />
<!-- Open Graph / Facebook (SEO/AEO rich previews) -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Midrand Books - South African Independent Book Publishing &amp; Digital Library" />
<meta property="og:description" content="Discover and read modern literature. Powered by LiteCharms (PTY) Ltd, supporting local South African authors with safe electronic checkout and reading interfaces." />
<meta property="og:url" content="https://www.midrandbooks.co.za" />
<meta property="og:site_name" content="Midrand Books" />
<meta property="og:image" content="https://www.midrandbooks.co.za/assets/og-image.png" />
<meta property="og:locale" content="en_ZA" />
<!-- Canonical URL -->
<link rel="canonical" href="https://www.midrandbooks.co.za/" />
<!-- AEO Knowledge Graph: JSON-LD Structured Data Schema.org Referenced Externally to Prevent Razor C# Parsing Issues -->
<script type="application/ld+json" src="structured-data.json"></script>
<ResourcePreloader />
<link rel="stylesheet" href="app.min.css" />
<ImportMap />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet @rendermode="InteractiveServer" />
</head>
<body>
<Routes @rendermode="InteractiveServer" />
<ReconnectModal />
<script src="@Assets["_framework/blazor.web.js"]"></script>
<script src="https://unpkg.com/lucide@latest"></script>
</body>
</html>