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 427014e commit 32863afCopy full SHA for 32863af
src/components/seo.astro
@@ -30,10 +30,16 @@ const canonicalURL = new URL(
30
<meta name="twitter:card" content="summary_large_image" />
31
<meta name="twitter:image" content={image} />
32
33
+<!-- Preconnect to AdSense domains to speed up connection -->
34
+<link rel="preconnect" href="https://pagead2.googlesyndication.com" crossorigin />
35
+<link rel="preconnect" href="https://googleads.g.doubleclick.net" crossorigin />
36
+
37
+<!-- Use defer instead of async to unblock initial HTML parsing -->
38
<script
- async
39
+ defer
40
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3355551817579937"
41
crossorigin="anonymous"
42
+ data-astro-rerun
43
></script>
44
45
<Schema
0 commit comments