๐ Step-by-Step Deployment Guide
Complete guide to deploy ConverterJunction live โ Cloudflare Pages (Free) or Hostinger
Deploy to Cloudflare Pages โ 100% FREE
Best option! Free hosting, free SSL, global CDN, unlimited bandwidth
Create Free Cloudflare Account
- Go to cloudflare.com โ Click Sign Up
- Enter email and password โ Verify email
- You're on the Free plan (no credit card needed)
Install Required Software on Your Computer
You need Node.js and npm installed.
npm --version # Should show 9+
If not installed โ Download from nodejs.org โ Download LTS version
Download the Project Files
You need the project files on your computer.
Option A (If you have GitHub):
cd converterjunction
Option B (Download ZIP):
Download project ZIP โ Extract โ Open folder in terminal
Install Dependencies & Build
Open terminal in the project folder and run:
โ
You'll see a dist/ folder created โ this is your website!
Deploy to Cloudflare Pages
๐ Your site will be live at: https://converterjunction.pages.dev
Connect Your Custom Domain
- Go to Cloudflare Dashboard โ Pages โ converterjunction
- Click Custom domains โ Add domain โ Enter
converterjunction.com - Point your domain DNS to Cloudflare nameservers (from your domain registrar)
- Free SSL automatically activates within 5 minutes โ
๐ To Update the Site Later:
npx wrangler pages deploy dist --project-name converterjunction
๐ After Going Live โ Checklist
๐ SEO Setup
- โ Submit sitemap to Google Search Console
- โ Add site to Google Search Console
- โ Submit to Bing Webmaster Tools
- โ Set up Google Analytics 4
- โ Create social media profiles
๐ฐ Monetization
- ๐ Apply for Google AdSense (need 30+ days + 100+ clicks)
- ๐ Replace ad placeholders with real AdSense code
- ๐ Add Media.net as alternative ad network
- ๐ Track revenue in Google Analytics
๐ง Technical
- ๐น Verify robots.txt at
/robots.txt - ๐น Check sitemap at
/sitemap.xml - ๐น Test site on mobile (Chrome DevTools)
- ๐น Run PageSpeed Insights test
๐ URLs to Submit
https://converterjunction.com/sitemap.xmlhttps://converterjunction.com/sitemap-index.xml- Submit both to Google Search Console
โก Super Quick Summary
Install Node.js from nodejs.org (if not installed)
Run: npm install && npm run build
Run: npx wrangler pages deploy dist --project-name converterjunction
๐ That's it! Your site is live in under 5 minutes using Cloudflare Pages (FREE)