How to Get Correct Indexing Status from Bing Webmaster API

Guru99 20 Reputation points
2025-11-17T11:04:36.6633333+00:00

Hi,

We are trying to use the Bing Webmaster API to check the indexing status of our website pages. If a page is not indexed, we plan to submit it using the API. However, when we check the status, the results do not seem accurate. For example, if a page has a No-index tag, the Bing API does not return the message "Issue: No-index tag".

We check API status in the screenshot
bingapi

Bing | Bing Webmaster Tools
Bing | Bing Webmaster Tools
A Microsoft service that provides website owners with tools to monitor, analyze, and optimize their site's performance in Bing search results.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Aron 7,270 Reputation points Independent Advisor
    2025-11-17T14:15:26.44+00:00

    Hi, thanks for sharing that detail.

    What’s happening here is that the Bing Webmaster API’s UrlInfo response only shows crawl-related data like HTTP status, last crawl date, and document size, it doesn’t actually report indexing issues such as a noindex tag.

    That’s why you’re not seeing a message like “Issue: No-index tag.”

    To confirm if a page is indexed, you’ll need to use the GetUrlSubmissionStatus endpoint, which returns whether the URL is indexed, pending, or not submitted.

    A good first step is to check that endpoint for the same URL.

    If it shows “Not Indexed,” then inspect the page source for <meta name="robots" content="noindex"> or any robots.txt restrictions.

    If everything looks fine, you can resubmit the URL using the SubmitUrlbatch API.

    Quick question, are you looking to automate this check-and-submit process for multiple URLs, or just verify a few pages manually?

    Regards,

    Aron


  2. Guru99 20 Reputation points
    2025-11-22T06:16:58.14+00:00

    Any Update on this?

    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.