Skip to content

Commit 154359f

Browse files
Google Search Console: verify ownership
Used to verify site ownership to Google to better index the site in Google search results and diagnose search issues. - Added `google2716a006dd5f8fb0.html` to `/content` - added metatag to head
1 parent fd224b8 commit 154359f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/google2716a006dd5f8fb0.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google2716a006dd5f8fb0.html

quartz/components/Head.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default (() => {
4444
{js
4545
.filter((resource) => resource.loadTime === "beforeDOMReady")
4646
.map((res) => JSResourceToScriptElement(res, true))}
47+
<meta name="google-site-verification" content="foXMGhryV_jc3zDQXTna-V0A_ZVWFrlDf5wCZlUfTYI" />
4748
</head>
4849
)
4950
}

0 commit comments

Comments
 (0)