Bing webmaster can not fetch my website

Website URL

https://psych-scholars.com

Error Message

HTTP 响应 - 403

Content-Type : text/html

Content-Length : 552

Server : openresty

Date : Fri, 14 Mar 2025 01:00:00 GMT

Connection : keep-alive

Other Information

I have submitted my sitemap to both bing webmaster and google analytics. Google can fetch and index my site normally, but bing keeps reportting error. I used the URL check tool on bing webmaster to check the url of my site, it replied 403 access denied. I asked AI for help and configured the htaccess to specifically allow bing agent, but it still can not fetch my website. AI instructed me to look into the server log, I don’t know where to find the server log.

Can anyone please tell me how to resolve this issue? Thanks!

Using a URL checker won’t work because of this:

Bing should be able to index your website (although Bing’s url checker and other similar tools in webmaster don’t work due to that system… see this for clarification). What happens when you submit the sitemap to Bing webmaster? Does it give you an error?

8 Likes

When I submit the sitemap (whethere in xml or txt format), the Bing webmaster also reports 403 (Forbidden). Bing says I can Fetch as Bingbot to test the sitemap url, I did it, and also got 403 (curl -I -A “Bingbot” https://psych-scholars.com/), but event I can fetch the url even using any virtual agent (curl -I -A “My-agent” https://psyche-scholars.com/)

C:\Users>curl -I -A “Bingbot” https://psych-scholars.com/
HTTP/1.1 403 Forbidden
Server: openresty
Date: Fri, 14 Mar 2025 05:18:58 GMT
Content-Type: text/html
Content-Length: 150
Connection: keep-alive

C:\Users>curl -I -A “My-agent” https://psych-scholars.com/
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 14 Mar 2025 05:19:22 GMT
Content-Type: text/html
Content-Length: 830
Connection: keep-alive
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Cache-Control: no-cache

The Bing bot can access your website, but the “Bing bot” must actually try to connect from the Bing servers. You cannot just bypass our security systems with a custom user agent.

The request with the custom user agent doesn’t work though. You’ll get a “successful” response, but the response will be the browser validation challenge, not your actual web page.

5 Likes

I was not trying to bypass the security systems. I was just trying to figure out the problem. The situation is that the bing webmaster reports 403 error to all of the following:

Currently, I am not able to find my site in the search results of Bing, but able to do this on Google. I am not sure whether it is the “security system” that caused this. Is this normal for freeplan hosted sites, or is this a issue of my site that needs to do something to fix it?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.