Ads doesn't set status code for ads.txt #14169
Labels
Customer Report
Issues or PRs that were reported via Happiness. Previously known as "Happiness Request".
[Feature] WordAds
[Pri] Normal
[Type] Bug
When a feature is broken and / or not performing as intended
Milestone
Steps to reproduce the issue
What I expected
The ads.txt data and an HTTP 200 status code.
What happened instead
The ads.txt data was returned in the response body but the HTTP status code is 404, which was set by the web server because a physical ads.txt did not exist.
The response will be ignored and the file will be considered non-existent by Google's crawler if the response code is not a 200.
The text was updated successfully, but these errors were encountered: