From 5dbbc185df2c0e1c46974344cd61c9cd90312d42 Mon Sep 17 00:00:00 2001 From: Jaysinh Shukla Date: Sat, 1 Aug 2026 18:16:10 +0530 Subject: [PATCH] Drop the stale google_site_verification token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index 000f00d..42e7932 100644 --- a/_config.yml +++ b/_config.yml @@ -52,4 +52,3 @@ social: - https://www.goodreads.com/user/show/54554593-jaysinh-shukla - https://www.slideshare.net/jaysinhp/ - https://plus.google.com/u/0/+Jaysinhshukla -google_site_verification: jdvcEp-mfuzvoTr5Z2hwwAYK96cx6zvFocYI1FJ2Gto