Stable run with tailwind
This commit is contained in:
@@ -1,15 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
@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 & 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 & 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 />
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
|
||||
<link rel="stylesheet" href="@Assets["app.css"]" />
|
||||
<link rel="stylesheet" href="@Assets["MidrandBookshop.styles.css"]" />
|
||||
<link rel="stylesheet" href="app.min.css" />
|
||||
<ImportMap />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<HeadOutlet @rendermode="InteractiveServer" />
|
||||
|
||||
Reference in New Issue
Block a user