docs: remove redundant google-site-verification meta#280
Merged
Conversation
Search Console verification is a single account-level token that only needs to live on one verified page. The btravstack.github.io root URL-prefix property (verified via the landing page) already covers every sub-path, including these docs — so this per-docs tag is redundant. Drop it here and keep verification on the landing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes a redundant Google Search Console verification <meta> entry from the VitePress docs site head config, relying on the already-verified root URL-prefix property instead.
Changes:
- Deleted the
google-site-verificationmeta tag block fromheadin the docs VitePress config.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the
google-site-verification<meta>from the docs.Search Console verification tokens are account-level, and the
https://btravstack.github.io/root URL-prefix property (verified via the landing page) already covers every sub-path — including these docs. So the per-docs tag was redundant; verification stays on the landing.No effect on crawling/indexing — the docs remain in the sitemaps and are linked from the hub.
🤖 Generated with Claude Code