Add Google site verification to Pages #44

Merged
lost-rob0t merged 2 commits from agent/add-google-site-verification into main 2026-07-27 00:14:01 +00:00
lost-rob0t commented 2026-07-27 00:12:35 +00:00 (Migrated from github.com)

Changes

  • add the Google Search Console verification file under pages/root/
  • copy root-level Pages files into _site/ after the Org-roam build
  • preserve the exact verification payload at /google169c0c3082b47139.html

Why

The Pages site is generated into _site/, so a repository-root file would not be deployed. This makes the verification file available at the published site root and provides a reusable location for future root-level static files.

Validation

  • bash -n scripts/publish-pages
  • verified the uploaded file content is exactly google-site-verification: google169c0c3082b47139.html
## Changes - add the Google Search Console verification file under `pages/root/` - copy root-level Pages files into `_site/` after the Org-roam build - preserve the exact verification payload at `/google169c0c3082b47139.html` ## Why The Pages site is generated into `_site/`, so a repository-root file would not be deployed. This makes the verification file available at the published site root and provides a reusable location for future root-level static files. ## Validation - `bash -n scripts/publish-pages` - verified the uploaded file content is exactly `google-site-verification: google169c0c3082b47139.html`
Sign in to join this conversation.
No description provided.