Share via

The server is not allowing google bot to read any robots.txt files since Friday

Jonny Wilde 40 Reputation points
2025-09-16T08:45:32.56+00:00

For some reason, since Friday, none of the websites on my VM are allowing Google Bot to see their robots.txt files, I have made no changes to the server, there have been no updates to Jugganaut WAF, etc.

Anyone have any idea what might be causing the issue?

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


2 answers

Sort by: Most helpful
  1. Jonny Wilde 40 Reputation points
    2025-09-18T11:36:44.3466667+00:00

    All sorted now, it was my firewall, not the VM.

    Was this answer helpful?


  2. Himanshu Shekhar 6,335 Reputation points Microsoft External Staff Moderator
    2025-09-16T11:10:44.7466667+00:00

    Hi Jonny Wilde

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

    We need to Verify Current Robots.txt Content

    https://yourdomain.com/robots.txt (access your robots.txt file directly)

    If you see this then azure Application Proxy is the cause:

    please refer the Microsoft doc: https://learn.microsoft.com/en-us/entra/identity/app-proxy/application-proxy-security

    User-agent: *

    Disallow: /

    Check for Azure Application Proxy:

    1. Log into the Azure Portal
    2. Navigate to Azure Active Directory > Enterprise applications
    3. Check if applications configured with Application Proxy
    4. Also Check if your websites are published through Application Proxy https://techcommunity.microsoft.com/discussions/azure/azure-app-proxy---blocked-bots/2232128

    Allow access to robots.txt in Azure Web application Firewall : https://stackoverflow.com/questions/78098607/allow-access-to-robots-txt-in-azure-web-application-firewall

    Verify IIS Configuration

    1. Open IIS Manager
    2. Check for SEO Toolkit installation under server features.
    3. Look for any HTTP managing robots.txt requests
    4. Review application configuration for automated robots.txt

    reference Microsoft documentation for managing robots.txt and sitemap Files

    https://learn.microsoft.com/en-us/iis/extensions/iis-search-engine-optimization-toolkit/managing-robotstxt-and-sitemap-files

    Check once WAF Settings

    Access Jugganaut WAF management interface

    Check for recent rule changes or updates

    1. Look for bot blocking policies that are active and review logs for any automatic policy updates

    Azure Web Application Firewall- Bot Manager Scenarios: https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/azure-web-application-firewall--bot-manager-scenarios/3855731

    Kindly let us know if the suggested steps helps or you need further assistance on this issue.

    Regards

    Himanshu

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.