Skip to content

Commit 8a05c16

Browse files
Add AdSense verification to index.html
Added Google AdSense verification meta tag.
1 parent c39c19d commit 8a05c16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

davian-space-site/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
<meta name="revisit-after" content="7 days" />
2525

2626
<!-- Bing Webmaster Verification -->
27-
<!-- TODO: Replace 'YOUR_BING_VERIFICATION_CODE' with actual code from https://www.bing.com/webmasters -->
2827
<meta name="msvalidate.01" content="4B8F4E5F9FFBAE566196D6DFF2F6F179" />
2928

29+
<!-- AdSense Verification -->
30+
<meta name="google-adsense-account" content="ca-pub-7030827048552176">
31+
3032
<!-- Canonical URL -->
3133
<link rel="canonical" href="https://davian.space/" />
3234

0 commit comments

Comments
 (0)