Posts

Showing posts with the label Site Verification

How to upload ads.txt file on your WordPress site.

Image
Adding an ads.txt file is typically required to get approval to monetize your website with ad networks. Here’s how you can upload an ads.txt file to your WordPress site: Method 1: Using an FTP Client Create Your ads.txt File : Open a text editor (like Notepad or TextEdit). Add the required lines to the file, specifying your ad network information. Save the file as ads.txt . Connect to Your Website via FTP : Use an FTP client (like FileZilla or Cyberduck) to connect to your web server. Enter your FTP credentials (hostname, username, password, and port). Navigate to the Root Directory : Once connected, navigate to the root directory of your WordPress installation, usually called public_html or the folder named after your domain. Upload the ads.txt File : Drag and drop the ads.txt file from your computer into the root directory. Verify the Upload : Open your browser and enter http://yourdomain.com/ads.txt to check if the file is accessible. Method 2: Using a File Manager in cPanel Crea...