Skip to main content

Overview

Netlify is a popular platform for static site hosting and CI/CD. Client-side rendered applications on Netlify benefit from prerendering to ensure search engines can index dynamic content.
Status: ✅ Fully Supported

When You Need Hado SEO

Hado SEO helps when your Netlify site:
  • Uses client-side rendering (React, Vue, etc.)
  • Loads content dynamically via JavaScript
  • Has pages that search engines struggle to index
  • Needs perfect social media previews

Setup Guide

1

Get your Netlify app URL

Your Netlify deployment URL looks like:
https://your-site-name.netlify.app
Find this in your Netlify dashboard under Site Settings.
2

Remove custom domain from Netlify

If your domain is currently configured in Netlify:
  1. Go to Netlify → Site Settings → Domain Management
  2. Remove your custom domain
  3. Keep your .netlify.app subdomain active
3

Add your domain in Hado SEO

  1. Sign up at hadoseo.com/auth
  2. Enter your custom domain
  3. Paste your Netlify app URL
4

Configure DNS

Update DNS at your domain registrar:
TypeNameValue
A@137.66.32.95
Awww137.66.32.95
Remove any existing Netlify DNS records before adding Hado SEO records.
5

Verify and launch

Click Verify DNS in your Hado dashboard.

SEO Configuration

robots.txt

If your Netlify site doesn’t have a robots.txt, configure one in Hado SEO’s Domain Settings:
User-agent: *
Allow: /

Sitemap: https://yourdomain.com/sitemap.xml

Sitemap

Create a sitemap listing all your pages:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yourdomain.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://yourdomain.com/about</loc>
    <priority>0.8</priority>
  </url>
</urlset>

Verify Setup

SEO Guide

Full SEO optimization guide