Documentation

Everything you need to deploy, configure and grow NexoraVaultHub.

Website Upload

Upload all files in this folder to your web host (cPanel File Manager, FTP/SFTP, or static host like Netlify, Vercel, Cloudflare Pages, GitHub Pages). Keep the folder structure intact.

Domain Connection

Point your domain's A record to your host's IP, or set up the host's nameservers. For Cloudflare Pages / Netlify, add the custom domain in the dashboard and follow the verification steps.

Google Search Console

Visit search.google.com/search-console. Add your property. Choose the HTML tag verification method and paste the token into the `google-site-verification` meta tag on every page (found in the <head>). Submit your sitemap.xml at /sitemap.xml.

Google Analytics 4

Create a GA4 property at analytics.google.com. Copy your measurement ID (G-XXXXXXX) and replace every occurrence of `G-XXXXXXX` in the HTML files.

Google AdSense

Apply at adsense.google.com once your site has 15–20 articles and consistent traffic. Once approved, uncomment the AdSense script in the <head> and replace `ca-pub-XXXXXXXXXXXXXXXX` with your publisher ID.

Updating Blog Articles

Open /blog/.html and edit the <article> content. Update title, meta description, and JSON-LD schema for SEO.

Updating Images

Replace files in /assets/images/. Keep the same filename to avoid breaking links. Use WebP or compressed JPG (under 200KB) and add descriptive ALT text.

Editing SEO Metadata

Each HTML file's <head> contains title, description, keywords, canonical and Open Graph tags. Edit these per page.

Sitemap Submission

Submit /sitemap.xml, /sitemap-blog.xml and /sitemap-images.xml to Google Search Console and Bing Webmaster Tools.

Robots.txt Configuration

Edit /robots.txt to allow or disallow crawlers. The default allows all crawlers and points to your sitemap.