Skip to content

Drop the stale google_site_verification token - #104

Merged
ultimatecoder merged 1 commit into
masterfrom
chore/remove-stale-google-verification
Aug 1, 2026
Merged

Drop the stale google_site_verification token#104
ultimatecoder merged 1 commit into
masterfrom
chore/remove-stale-google-verification

Conversation

@ultimatecoder

Copy link
Copy Markdown
Owner

What

Removes google_site_verification from _config.yml.

Why

That token verified the old ultimatecoder.github.io property using the HTML-tag method, which jekyll-seo-tag renders from this config key.

Site ownership is now verified by a DNS TXT record on the jaysinh.dev apex, registered as a Search Console Domain property — which covers blog.jaysinh.dev, the apex, and any future subdomain. The DNS record is entirely independent of anything in this repo.

That leaves the meta tag inert: the property it belonged to now 301s to the custom domain, and nothing reads the token. Better removed than left in the config as a dead credential someone later mistakes for load-bearing.

Verification

  • Built with _config.yml,_config_production.yml: _site/index.html no longer contains google-site-verification
  • Rest of the jekyll-seo-tag output unchanged — canonical still https://blog.jaysinh.dev/, description intact
  • ./scripts/test green: 174 external + 73 internal links

No effect on the live site's Search Console status, which rests on the DNS record.

🤖 Generated with Claude Code

The token verified the old ultimatecoder.github.io property via the
HTML-tag method that jekyll-seo-tag renders from this key. Ownership of
the site is now verified through a DNS TXT record on the jaysinh.dev
apex, as a Search Console Domain property, which covers blog.jaysinh.dev
and every other subdomain.

That leaves the meta tag inert: the property it belonged to now 301s to
the custom domain, and nothing reads the token. Remove it rather than
leave a dead credential in the config.

Verified the built _site/ no longer emits the google-site-verification
meta tag while the rest of the jekyll-seo-tag output — canonical and
description — is unchanged.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@ultimatecoder
ultimatecoder merged commit 9cd90ec into master Aug 1, 2026
1 check passed
@ultimatecoder
ultimatecoder deleted the chore/remove-stale-google-verification branch August 1, 2026 12:49
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