Create, manage, and validate your Ads.txt from within WordPress, just like any other content asset. Requires PHP 5.3+ and WordPress 4.9+.
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.
- Requires PHP 5.3+.
- Requires WordPress 4.9+. Older versions of WordPress will not display any syntax highlighting and may break JavaScript and/or be unable to localize the plugin.
- 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.
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.
Want to help? Check out our contributing guidelines to get started.
- 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 and add the records you need.
- Check it out at yoursite.com/ads.txt!
Note: If you already have an existing ads.txt file in the web root, the plugin will not read in the contents of that file, and changes you make in WordPress admin will not overwrite contents of the physical file.
You will need to rename or remove the existing 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 ads.txt inside the WordPress admin.
- Better error message formatting (wraps values in
<code>
tags for better readability) - WordPress.com VIP-approved escaping
- Initial plugin release