How to add ads.txt to askbot?
Google Adsense requires the ads.txt in the main folder.
How to add it to askbot, so every crawler can check it?
Google Adsense requires the ads.txt in the main folder.
How to add it to askbot, so every crawler can check it?
This should be served by the frontend web server directly, for example nginx.
Put that file in a directory where the web server can read it and configure the web server to publish the file at the desired url location.
To enter a block of code:
Comments