Skip to content

Commit 9fd12f2

Browse files
committed
chore(docs): add Google site verification
Add the Search Console verification meta tag to the Docusaurus head configuration so the deployed GitHub Pages site can prove ownership.\n\nValidated with a production website build and confirmed the exact tag in both generated locale homepages.\n\nCo-authored-by: Codex (GPT 5.6 Sol) <codex@openai.com>
1 parent 76cdcc5 commit 9fd12f2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ const config = {
1414
tagline:
1515
"Open-source insights for the Agent Work Loop.",
1616
favicon: "img/favicon.svg",
17+
headTags: [
18+
{
19+
tagName: "meta",
20+
attributes: {
21+
name: "google-site-verification",
22+
content: "0hOARr2OBFHmWVFf1Bank71Vem1i36aGZnnwKLevZbM",
23+
},
24+
},
25+
],
1726

1827
url: "https://qoderai.github.io",
1928
baseUrl: "/better-harness/",

0 commit comments

Comments
 (0)