Skip to content

feat(seo): add env-driven search-engine verification meta tags#53

Open
anurag629 wants to merge 1 commit into
developfrom
feat/seo-verification-tags
Open

feat(seo): add env-driven search-engine verification meta tags#53
anurag629 wants to merge 1 commit into
developfrom
feat/seo-verification-tags

Conversation

@anurag629

Copy link
Copy Markdown
Member

Phase 0 foundation: verify ownership in Google Search Console and Bing Webmaster Tools with a meta tag, without committing any tokens.

What changed

  • Renders the google-site-verification and Bing msvalidate.01 meta tags from the GOOGLE_SITE_VERIFICATION and BING_SITE_VERIFICATION env vars.
  • Tokens are never committed, and the tags render only when a token is set, so previews and forks stay clean.
  • Both are optional and documented in the README "Deploy your own" section.

Verification

npm run lint && npm run build pass. Ran the production server with both env vars set and confirmed both meta tags render in the homepage HTML.

Closes #26

Render the Google Search Console and Bing Webmaster ownership meta tags
from GOOGLE_SITE_VERIFICATION / BING_SITE_VERIFICATION env vars. Tokens
are never committed, and the tags only render when a token is set, so
previews and forks stay clean. Both are optional and documented in the
README.

Closes #26
@anurag629 anurag629 added the seo SEO growth initiative label Jul 16, 2026
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
toolbelt Ready Ready Preview, Comment Jul 16, 2026 9:24am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

seo SEO growth initiative

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add env-driven search-engine verification meta tags to root metadata

1 participant