# अखंड पंचाक्षरी जाप साधना — Website ## 📁 Folder Structure ``` jaap-website/ ├── index.html ← Main single-page website (do not rename) ├── robots.txt ├── sitemap.xml ├── assets/ ← Images used on the page │ ├── bss-lion.png │ ├── bss-logo.jpg │ ├── kabeerji-prayer.jpg │ └── book-cover.jpg ← Book cover image shown on the page └── downloads/ └── jaap-sadhana-book.pdf ← THE BOOK PDF (swap this file) ``` ## 🔄 How to Update the Sadhana Book PDF The website links to **one file**: ``` downloads/jaap-sadhana-book.pdf ``` To replace the book with a new/updated version: 1. Rename your new PDF to exactly: `jaap-sadhana-book.pdf` 2. Replace the existing file at `downloads/jaap-sadhana-book.pdf` with your new file (same name, same folder). 3. That's it — no HTML editing required. The "⬇ पुस्तक डाउनलोड करें" button on the page always points to this filename. **Important:** Keep the filename exactly `jaap-sadhana-book.pdf` (lowercase, with hyphens). If you use a different filename, you must also update the `href="downloads/jaap-sadhana-book.pdf"` reference in `index.html` (search for "पुस्तक डाउनलोड करें"). ## 🖼️ How to Update the Book Cover Image Shown on the Page The page shows a cover image at: ``` assets/book-cover.jpg ``` To update it: 1. Export/crop the new cover as a JPG, ideally portrait orientation (~900×1270px or similar ratio). 2. Replace `assets/book-cover.jpg` with the new file, keeping the same name. 3. No HTML editing required. ## 🌐 Deployment Upload the entire `jaap-website/` folder (preserving structure) to the web root of: ``` jaap.kabeerjimaharaj.com ``` `index.html` becomes the homepage; `downloads/` and `assets/` stay as subfolders so the relative links keep working. ## 🔍 SEO Notes - `sitemap.xml` and `robots.txt` are pre-configured for `jaap.kabeerjimaharaj.com`. - The book is described via Schema.org `DigitalDocument` JSON-LD in `` — if you swap the PDF for a significantly different edition, update the `name`, `about`, and `url` fields in that JSON-LD block to match. - An FAQ entry about downloading the book is included for AI/Google answer boxes. ## 🎨 Theme This page uses the shared "Saffron Dawn" palette consistent with kabeerjimaharaj.com and rajdharma.kabeerjimaharaj.com: - Background: `#FFF1CC` (light saffron-yellow) - Maroon accent: `#A6291E` - Marigold accent: `#F2A93B` All CSS is inlined in `index.html` (no external stylesheet) for portability — only Google Fonts are loaded externally, with safe fallback fonts if unavailable.