SEO Monitoring & Google Search Console

Manage your website's search engine optimization and Google Search Console integration

Domain Verification Status
Verify your domain ownership with Google Search Console
DNS TXT Record (Recommended)
Add a TXT record to your domain's DNS settings

Get this from Google Search Console → Add Property → Domain → Copy TXT record

Steps:

  1. Go to your DNS provider (domain registrar)
  2. Add a new TXT record
  3. Set Name/Host to "@" or leave blank
  4. Paste the verification code as the value
  5. Save and wait 5-10 minutes for DNS propagation
HTML File Upload
Upload a verification file to your website

Download this file from Google Search Console

Steps:

  1. Download the HTML file from Google Search Console
  2. Upload it to `/client/public/` directory
  3. Verify it's accessible at your domain root
  4. Click "Verify" in Google Search Console
HTML Meta Tag
Add a meta tag to your website's head section

To add verification meta tag:

  1. Get the meta tag from Google Search Console
  2. Add it to the SEOHead component props
  3. Or add directly to `client/index.html` head section
<meta name="google-site-verification" content="your-code-here" />
Google Analytics
Verify using existing Google Analytics account

If you have Google Analytics installed with the same Google account, you can verify instantly.

  1. Ensure GA4 is installed on your site
  2. Use the same Google account for Search Console
  3. Select "Google Analytics" verification method
  4. Click "Verify"
Analytics Integration Available