Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, like any other content asset.
Ads.txt is an initiative by the Interactive Advertising Bureau to enable publishers to take control over who can sell their ad inventory. Through our work at 10up with various publishers, we've created a way to manage and validate your ads.txt file from within WordPress, eliminating the need to upload a file. The validation baked into the plugin helps avoid malformed records, which can cause issues that end up cached for up to 24 hours and can lead to a drop in ad revenue.
We're closely monitoring continued developments in the ad fraud space, and see this plugin as not only a way to create and manage your ads.txt file but also be prepared for future changes and upgrades to specifications. ads.cert is still in the extremely early stages so we don't see any immediate concerns with implementing ads.txt.
Yes! However, if you are using a subfolder installation it will only work for the main site. This is because you can only have one ads.txt for a given domain or subdomain per the ads.txt spec. Our recommendation is to only activate Ads.txt Manager per-site.
- Requires PHP 7.4+.
- Requires WordPress 6.5+.
- Ad blockers may break syntax highlighting and pre-save error checking on the edit screen. See #20.
- Rewrites need to be enabled. Without rewrites, WordPress cannot know to supply
/ads.txt
when requested. - Your site URL must not contain a path (e.g.
https://example.com/site/
or path-based multisite installs). While the plugin will appear to function in the admin, it will not display the contents athttps://example.com/site/ads.txt
. This is because the plugin follows the IAB spec, which requires that the ads.txt file be located at the root of a domain or subdomain.
- Install the plugin via the plugin installer, either by searching for it or uploading a .zip file.
- Activate the plugin.
- Head to Settings → Ads.txt or App-ads.txt and add the records you need.
- Check it out at yoursite.com/ads.txt or yoursite.com/app-ads.txt!
Note: If you already have an existing ads.txt or app-ads.txt file in the web root, the plugin will not read in the contents of the respective files, and changes you make in WordPress admin will not overwrite contents of the physical files.
You will need to rename or remove the existing (app-)ads.txt file (keeping a copy of the records it contains to put into the new settings screen) before you will be able to see any changes you make to (app-)ads.txt inside the WordPress admin.
Stable: 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress.
A complete listing of all notable changes to Ads.txt Manager are documented in CHANGELOG.md.
Please read CODE_OF_CONDUCT.md for details on our code of conduct, CONTRIBUTING.md for details on the process for submitting pull requests to us, and CREDITS.md for a listing of maintainers of, contributors to, and libraries used by Ads.txt Manager.