# ShrinkPDF — Free PDF Compressor Website A fast, clean, multilingual PDF compression tool built for SEO traffic. ## 🌐 Live Pages | File | Language | Description | |------|----------|-------------| | `index.html` | English 🇬🇧 | Main tool page (EN) | | `ms.html` | Malay 🇲🇾 | Main tool page (BM) | | `zh.html` | Chinese 🇨🇳 | Main tool page (ZH) | ## 📝 Blog Articles ### Malay (ms/) — 10 articles | File | Topic | |------|-------| | `ms-01-lhdn.html` | PDF terlalu besar untuk LHDN | | `ms-02-email.html` | Compress PDF untuk hantar email | | `ms-03-universiti.html` | Compress PDF untuk UPU & universiti | | `ms-04-jpa.html` | Compress PDF untuk biasiswa JPA, MARA | | `ms-05-whatsapp.html` | PDF besar di WhatsApp | | `ms-06-telefon.html` | Compress PDF di telefon tanpa apl | | `ms-07-kualiti.html` | Adakah compress PDF menjejaskan kualiti? | | `ms-08-tips.html` | Top 5 cara kecilkan PDF percuma | | `ms-09-bank.html` | Compress PDF untuk pinjaman bank & EPF | | `ms-10-scan.html` | Compress PDF scan (CamScanner) | ### English (en/) — 12 articles | File | Topic | |------|-------| | `en-01-below1mb.html` | Compress PDF below 1MB free | | `en-02-email.html` | Compress PDF for Gmail & Outlook | | `en-03-quality.html` | Reduce PDF without losing quality | | `en-04-nolimit.html` | Best free PDF compressor no size limit | | `en-05-largefile.html` | Compress large PDF 100MB+ | | `en-06-malaysia.html` | Compress PDF for Malaysian government portals | | `en-07-toolarge.html` | PDF file too large to upload — fix | | `en-08-scanned.html` | Compress scanned PDF | | `en-09-mobile.html` | Compress PDF on iPhone & Android | | `en-10-whylarge.html` | Why is my PDF so large? | | `en-11-comparison.html` | Smallpdf vs ILovePDF vs ShrinkPDF | | `en-12-university.html` | Compress PDF for university submission | ## 🚀 How to Deploy ### Option 1: GitHub Pages (Free) 1. Upload all files to a GitHub repository 2. Go to Settings → Pages 3. Set source to `main` branch, root folder 4. Your site will be live at `https://yourusername.github.io/repositoryname` ### Option 2: Netlify (Free, Recommended) 1. Go to [netlify.com](https://netlify.com) 2. Drag and drop the entire folder 3. Live instantly with a free `.netlify.app` domain 4. Connect custom domain later ### Option 3: Custom Domain + Hosting 1. Buy domain from Namecheap (~RM25/year) 2. Upload via FTP to any shared hosting 3. Point domain to hosting ## 📁 Recommended GitHub Folder Structure ``` your-repo/ ├── index.html ← English main page ├── ms.html ← Malay main page ├── zh.html ← Chinese main page ├── README.md ← This file └── blog/ ├── ms-01-lhdn.html ├── ms-02-email.html ├── ... (all blog articles) ├── en-01-below1mb.html └── ... ``` ## 💰 Monetization Plan - **Phase 1:** Google AdSense (ad slots already included in all pages) - **Phase 2:** Freemium model (file size limits for free users) - **Phase 3:** Affiliate links to Adobe Acrobat, Nitro PDF ## 🔍 SEO Strategy - Malay articles target zero-competition local keywords (LHDN, JPA, UPU) - English articles target long-tail global keywords - Chinese & Indonesian articles coming soon - All articles link back to the main tool ## 📊 Target Keywords ### High Priority (Malay) - `compress pdf lhdn` — very low competition - `kecilkan saiz pdf universiti` — very low competition - `compress pdf whatsapp malaysia` — very low competition ### High Priority (English) - `compress pdf below 1mb free` — medium competition - `pdf file too large to upload` — medium competition - `compress large pdf no size limit` — medium competition ## 🛠 Tech Stack - Pure HTML + CSS + JavaScript (no frameworks) - PDF-lib.js for client-side compression - No backend required - No database required - Fully static — host anywhere for free ## 📅 Roadmap - [x] English main tool page - [x] Malay main tool page - [x] Chinese main tool page - [x] 10 Malay blog articles - [x] 12 English blog articles - [ ] 6 Chinese blog articles - [ ] 5 Indonesian blog articles - [ ] Indonesian main tool page - [ ] Google AdSense integration - [ ] Google Search Console setup - [ ] Custom domain setup