We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da5324 commit 344b7ddCopy full SHA for 344b7dd
src/components/seo.astro
@@ -30,6 +30,12 @@ const canonicalURL = new URL(
30
<meta name="twitter:card" content="summary_large_image" />
31
<meta name="twitter:image" content={image} />
32
33
+<script
34
+ async
35
+ src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3355551817579937"
36
+ crossorigin="anonymous"
37
+></script>
38
+
39
<Schema
40
item={{
41
"@context": "https://schema.org",
0 commit comments