How to configure Baidu and Bing API interfaces for link push function to improve page inclusion efficiency?

Calendar 👁️ 135

In content operation, it is a key link to enhance website traffic and visibility by allowing search engines to quickly discover and index our pages.Manually submitting links is inefficient and prone to omission. Fortunately, AnQiCMS provides a convenient link push feature that can automatically submit new or updated pages to major search engines like Baidu and Bing, thereby significantly improving the page inclusion efficiency.

Why is link push crucial for SEO?

Imagine, a search engine is like an tireless 'spider', crawling the internet, discovering new content.But the Internet is vast and deep, they can't know every update on our website in real time.It is particularly important to actively push link sharing at this time.Directly submit the new page URL to the search engine via the API, we are "notifying" them: "Hey, there's new content, come and crawl!

This proactive approach can make our page faster to be discovered by search engines, shortening the time from publication to indexing.For time-sensitive content, or in industries with intense competition, faster indexing means an earlier opportunity for exposure, winning valuable traffic for the website.AnQiCMS built-in link push function, which is exactly for this, it simplifies the complex API call process into several simple configuration steps, allowing users with no technical background to easily get started.

Configure Baidu Search Push API Interface

To主动推送网站页面到百度搜索,你需要拥有一个百度搜索资源平台(ziyuan.baidu.com)账号,并且已经添加了你的网站。

First, please log in to your Baidu Search Resource Platform. In the left menu, find the 'Normal Inclusion' option under 'API Submission'.After entering this page, you will see an "API call address" that contains your site URL and a dedicated Token.This address is the push interface address required by the AnQiCMS background.Please copy the address in full.

Next, log in to the AnQiCMS backend. In the left navigation bar, find 'Function Management' and click 'Link Push' to enter the settings page.In the input box of the "Baidu Search Active Push Interface", paste the interface call address you just copied from the Baidu Search Resource Platform.

After pasting, remember to click the save button. This way, every time you publish a new document or update an existing document in AnQiCMS, the system will automatically submit the links of these pages to Baidu through the API, without manual operation.

Configure Bing Search Engine Push API Interface

The way to obtain the active push interface of Bing search engine is different from Baidu, but AnQiCMS also provides support.Bing provides two main push methods: the traditional "Submit API" and the emerging "IndexNow API", both of which can be configured in AnQiCMS.

Method one: Use the "Submit API" method

  1. You need to visit Bing Webmaster Tool (www.bing.com/webmasters/) and log in to your account.If the website has not been added yet, please add and verify it according to the prompts.
  2. After logging in, click the gear icon at the top right to access the "Settings" page. Here, you will find the "API Key" option, copy your API key.
  3. Now, you need to concatenate the copied API key with the Bing interface address. The base address of the interface ishttps://ssl.bing.com/webmaster/api.svc/json/SubmitUrlbatch?apikey=. Paste your API key directly inapikey=Afterward, form a complete URL, for example:https://ssl.bing.com/webmaster/api.svc/json/SubmitUrlbatch?apikey=你的API密钥Make sure there are no extra spaces in the link.
  4. Paste this complete URL in the input box of the "Link Push" page under "Function Management" in the AnQiCMS background.

Method two: Use the "IndexNow API" method

  1. First, you need to go to the official IndexNow page (www.bing.com/indexnow) where you will generate an API Key.
  2. After generating the API Key, you need to access your website onpublicCreate a file named{API Key}.txtPlease save the file, and write the API Key you generate into this txt file. For example, if your API Key isd2f0d24fc01e46c9be89c0d9b282227aIf it exists, create a file namedd2f0d24fc01e46c9be89c0d9b282227a.txtfile and placed2f0d24fc01e46c9be89c0d9b282227aThis string is written in it, then uploaded to the AnQiCMS websitepublicdirectory.
  3. Then, combine the API Key with the base interface address of IndexNowhttps://www.bing.com/indexnow?key=and form ithttps://www.bing.com/indexnow?key=你的API密钥Such a complete URL.
  4. Paste this URL into the input box of the 'Link Push' page under the 'Function Management' in AnQiCMS backend.

No matter which way you choose, after the configuration is completed, you still need to click the save button. AnQiCMS will automatically push the link to Bing for you.

JS automatic submission for other search engines

For search engines like 360 Search, Toutiao Search, etc., which currently do not provide an active push API interface, AnQiCMS also reserves a position for automatic submission with JS.You can get the corresponding JS push code on the site master platform of these search engines.Generally, this code needs to be placed on the website page.<head>Tag inside.

You have obtained the complete JS code (including<script>and</script>After labeling, paste it into the input box of the 'Link Push' page under the 'Function Management' section in the AnQiCMS backend.The system will automatically embed these JS codes into your website page when generating the page.

It should be noted that this JS code is usually triggered by user access to submit, rather than in real-time notifications like API pushes, which is slightly different in effect. If you need to manually control the output position of this JS code in your website template, you can do something like{{- pluginJsCode|safe }}Call this tag to ensure that the code can be loaded and executed correctly.

Verify if the link push is successful

After completing all the above configurations, of course, we should verify whether the link push function works normally.

The most direct test method is to publish a new document or update an existing document in the AnQiCMS backend.After the operation is completed, go back to the "Link Push" page under "Function Management" and click "View Recent Push Records".

  • Baidu push:If you see the push record containing the word “success”, it usually means that the push was successful.However, there may be a certain delay in the data feedback of Baidu Search Resource Platform, and it may take until the next day to see the submission records in the background "API Submission" statistics.
  • Bing push:If you see the result includes{"d":null}This is usually the success indicator returned by the Bing interface. The data feedback of Bing link submission is relatively real-time, and you can view the submitted links quickly in the "URL Submission" feature of Bing Webmaster Tools.

If the push record shows a failure, please carefully check if the API key or interface address is entered correctly, whether the website has been verified through the search engine platform, and ensure that the network connection is normal.

By using the AnQiCMS link push feature, we can more efficiently manage the search engine inclusion of website content, allowing high-quality content to reach the target audience faster, bringing sustained traffic growth to the website.


Frequently Asked Questions (FAQ)

  1. Ask: My website's Sitemap has been submitted to search engines, why do I still need to configure link submission?Answer: Sitemap is an instruction for search engines to know which pages your website has, it's like a map;And link push is an active notification to search engines that a new page has been created or an existing page has been updated, which is equivalent to a courier notice.The frequency of crawling the Sitemap is uncertain, but active push can allow the search engine's 'spiders' to discover new changes more promptly, significantly speeding up the page inclusion speed, which is particularly important for time-sensitive content.

  2. Ask: If the link submission fails, how should I troubleshoot the problem?Answer: First, carefully check the Baidu or Bing API interface address and API key you entered in the AnQiCMS background to ensure they are completely correct and contain no extra spaces or characters.Next, confirm that your website has been successfully added and verified on Baidu Search Resource Platform or Bing Webmaster Tool.Finally, check if your server network is working properly, and whether the firewall or security group rules are blocking access to the search engine API interface.If the problem still exists, you can try temporarily disabling the link push feature, then reconfigure it, and observe the detailed error information in the push log.

  3. Ask: After configuring the link push, will all my pages be immediately indexed by search engines?Answer: The link push feature greatly improves the discovery and crawling of search engines.

Related articles

How does the newly added Markdown editor of AnQiCMS support the correct display of mathematical formulas and flow charts?

## Make Content More Vivid: How AnQiCMS Markdown Editor Elegantly Presents Mathematical Formulas and Flowcharts The recent upgrade of AnQiCMS has brought an integrated Markdown editor, which undoubtedly brings great convenience to content creation.For operators who need to write technical documents, tutorials, reports, or any content that includes complex logic display, it is undoubtedly a blessing to be able to directly insert mathematical formulas and flowcharts into the article and have them displayed correctly.This article will discuss in detail how to implement this feature in AnQiCMS

2025-11-07

How to implement the image classification, batch transfer, and quick replacement operations of the image resource management function?

## Make image management no longer a hassle: Anqi CMS classification, batch transfer, and quick replacement feature details In this visually content-driven era, images on websites are not only auxiliary to content but also key elements that attract users, enhance experience, and even affect search engine rankings.However, as the content of the website becomes richer, the number of images also increases, and if these images are just scattered together, it will be extremely difficult to search and manage, and even slow down the efficiency of content updates.AanQi CMS understands the importance of image management for website operation

2025-11-07

How to create and manage custom content models in AnQiCMS and add specific fields to them?

In daily website operations, we often encounter the need to publish various types of content.In addition to common articles and product displays, you may also need a dedicated "event list" to post the latest events, or a "team members" page to showcase the core team of the company, or even a "successful case" module to share project experience.AnQiCMS was designed with this flexibility in mind, providing powerful custom content model features, allowing us to flexibly create and manage different types of content structures according to our actual business needs. So

2025-11-07

How to perform content filtering, batch replacement, and recycle bin operations in the document management feature of the AnQiCMS backend?

The content management system is the core of website operation, especially for sites that update content frequently, efficient document management functions are crucial.AnQiCMS as a powerful content management system, provides a rich and practical background document management tool, helping operators easily handle daily content maintenance work.This article will delve into the functionality of AnQiCMS backend in content filtering, batch replacement, and recycle bin operations, helping you manage website content more efficiently.### Efficient Filtering: Quickly Locate Target Content Quickly locate the required information in the vast amount of website content

2025-11-07

How to design and apply custom rewrite rules to generate SEO-friendly URLs using `filename` or `catname`?

The structure of website links plays a crucial role in Search Engine Optimization (SEO).A clear, meaningful URL with keywords not only helps search engines better understand the page content, but also improves the user experience.AnQiCMS (AnQiCMS) provides powerful pseudo-static functionality, allowing us to flexibly design and apply SEO-friendly URL rules, where巧妙利用`filename`和`catname`variables are the key to achieving this goal.Why URL structure is important for SEO

2025-11-07

How to add custom parameters to meet the specific information display requirements in the contact information settings?

During the process of building and operating a website, displaying contact information is often a crucial link.It is not only a bridge for visitors to communicate with you, but also a key element for building trust and improving conversion rates.AnQiCMS (AnQiCMS) understands this need, providing basic contact information settings while also giving users great flexibility, allowing you to customize and display various contact information according to your unique business needs.This article will guide you to a deep understanding of how to set up custom contact information parameters in Anqi CMS to meet the specific information display needs of your website template

2025-11-07

How to implement the switch of multilingual sites and the setting of default language package in AnQiCMS?

A deep analysis of AnQiCMS multi-language site switching and default language package settings In today's global internet environment, website support for multiple languages has become a key factor in expanding the market and improving user experience.AnQiCMS as a system dedicated to providing an efficient and customizable content management solution also offers flexible and powerful multilingual support.This article will elaborate on how to implement multi-language site switching in AnQiCMS, as well as the setup of the default language package.

2025-11-07

How to build a complex document parameter filtering interface using the `archiveFilters` tag, such as real estate, product filtering?

In website operation, providing users with an efficient and accurate content filtering function is the key to improving user experience and content discoverability.Whether it is complex real estate information, massive product SKUs, or professional industry documents, a well-designed filtering interface can allow users to quickly locate the information they need.In Anqi CMS, the `archiveFilters` tag is a powerful tool for building such complex filtering interfaces.### Understand the core of the filter interface: content model and custom parameters Build a flexible filtering function

2025-11-07