Skip to content

fix: add missing google-site-verification meta tag in index.html - #88

Merged
devaraj3 merged 1 commit into
mainfrom
feature/landing-page-performance
Jul 26, 2026
Merged

fix: add missing google-site-verification meta tag in index.html#88
devaraj3 merged 1 commit into
mainfrom
feature/landing-page-performance

Conversation

@devaraj3

Copy link
Copy Markdown
Owner

What changed

  • Added <meta name="google-site-verification" content="80yUY1Wj-4n2UIzqfDLOQBpeC1xvds-kBhGurQCqk_4" /> to the <head> of index.html

Why

  • Required by Google Search Console to verify ownership of cadviewer.xyz using the HTML tag method (chosen instead of DNS verification, since DNS for this domain is managed by someone else)
  • Once verified, this lets us submit sitemap.xml directly to Google and request indexing, rather than waiting for organic discovery

Validation

  • Confirmed the tag is present in the source index.html (grep -n "google-site-verification" → matched at line 6)
  • npm run build
  • Live check after deploy: view-source on https://cadviewer.xyz/ and confirm the meta tag appears in the deployed HTML, then click "Verify" in Google Search Console

Notes

  • No other lines in index.html were touched
  • This is a one-time verification tag — safe to leave in place permanently, no need to remove after verifying

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cad-viewer Ready Ready Preview, Comment Jul 26, 2026 11:01am

@devaraj3
devaraj3 merged commit 4661663 into main Jul 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant