From 2ad844abe7cd8653559f512805b0ffe713367b08 Mon Sep 17 00:00:00 2001 From: Scott Weaver Date: Mon, 25 Nov 2024 18:33:12 -0600 Subject: [PATCH] ads.txt --- app/layout.tsx | 6 ++++++ public/Ads.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 public/Ads.txt diff --git a/app/layout.tsx b/app/layout.tsx index 479b136..b3cd1cc 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -57,6 +57,12 @@ export const metadata: Metadata = { }, ], }, + keywords: + "chainlink, sports betting, sports, sports picks, sports predictions, online game", + other: { + "ads.txt": "google.com, pub-1737227166446709, DIRECT, f08c47fec0942fa0", + "google-adsense-account": "ca-pub-1737227166446709", + }, }; export const viewport: Viewport = { diff --git a/public/Ads.txt b/public/Ads.txt new file mode 100644 index 0000000..261a3dc --- /dev/null +++ b/public/Ads.txt @@ -0,0 +1 @@ +google.com, pub-1737227166446709, DIRECT, f08c47fec0942fa0 \ No newline at end of file