AdSense Detective is a tool designed to help you quickly analyze any website for Google AdSense ownership verification, script implementation, and ad unit detection (both HTML and AMP).
-
Verify Setup:
- Checks for AdSense verification meta tags,
ads.txtfiles, and core AdSense script implementations. - Ensures proper ownership and validates eligibility for ad serving.
- Checks for AdSense verification meta tags,
-
Detect Ad Slots:
- Identifies all HTML and AMP ad units on a web page.
- Details each ad unit's client and slot IDs for quick verification.
-
Enter a Website URL:
Input the URL of the website you wish to analyze (e.g.,https://example.com). -
Check Website:
The tool inspects the website for:- AdSense ownership verification tags.
- Presence of
ads.txtfiles. - Google AdSense core scripts.
- All detected HTML and AMP ad units.
-
Review Results:
Get a clear report on:- Verification status and detected issues.
- List of all ad units found (with client/slot IDs).
Clone the repository:
git clone https://github.com/isixe/adsense-detective.git
cd adsense-detectiveInstall dependencies:
pnpm installStart the application (adjust for your framework/environment):
pnpm devThen open the interface and enter the website URL you want to check.
This project is licensed under the MIT License.