Skip to content

Commit d5334b1

Browse files
authored
Integrate Google AdSense and AMP Auto Ads scripts
Added Google AdSense and AMP Auto Ads scripts to the HTML.
1 parent b2cc458 commit d5334b1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
<html lang="en">
1616
<head><meta name="ezoic-site-verification" content="xlAEVSfKBUnB18TgIfiiCVhWbGKmRu" />
1717

18-
18+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9176187708210895"
19+
crossorigin="anonymous"></script>
20+
<meta name="google-adsense-account" content="ca-pub-9176187708210895">
21+
<script async custom-element="amp-auto-ads"
22+
src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js">
23+
</script>
1924
<link rel="icon" type="image/png" href="/favicon.png"/>
2025
<link rel="icon" type="image/png" href="/favicon.ico"/>
2126
<meta charset="utf-8"/>

0 commit comments

Comments
 (0)