Link Push Help

Calendar 👁️ 721

Using the search engine link push function, you can inform the major search engines in time about the documents you publish, so that their spiders can come and crawl the pages in time, thus promoting the effect of page inclusion.

The system currently supports active push search engines such as Baidu Search and Bing Search.

plugin-push-1

Baidu search active push interface

Need to use Baidu Search Push Interface You need to find general inclusion from Baidu Search Resource Platformhttps://ziyuan.baidu.com/on, find general inclusionhttps://ziyuan.baidu.com/linksubmit/indexAnd in the resource submission, select API submission, on this page, you can see the push interface, copy the interface call address, paste it into the input box of the Baidu search active push interface address of the system function. If you have not added a site on the Baidu search resource platform, you need to add a site firsthttps://ziyuan.baidu.com/site/index#/.

plugin-push-2

Bing search engine proactive push interface

It's a bit troublesome to obtain the Bing search engine's active push interface, but you can get it smoothly by following my steps.

Bing search engine actively pushes two methods of push, namely the new oneIndexNow APIand提交 APIBoth methods can be used.

1. First, visit the Bing Webmaster Tool at https://www.bing.com/webmasters/, and log in to your account. If you do not have an account, please register one first.

2. Add site, depending on your specific situation, you can choose to import from Google Search Console or add manually, manual addition generally uses file verification or DNS verification to verify your website.

3. Use to get the push interface address

Submit API submission method:

Click the settings button of the gear icon at the top right and copy the API key.

    plugin-push-3

andapikey= composed together, form a complete URL.The API key in the example is: aab11afb058b4aaea628b99849cdcc4d, assembled together it is: https://ssl.bing.com/webmaster/api.svc//SubmitUrlbatch?apikey=aab11afb058b4aaea628b99849cdcc4d.Please do not leave any spaces. And paste this link into the Bing search push interface address bar of the system.

Submit using the IndexNow API:

Submit using the IndexNow API, first verify your website.Therefore, you need to come to https://www.bing.com/indexnow, where an API Key will be generated.

    plugin-push-4

You need to create a {API Key}.txt file in the public directory of your site and write the content of {API Key} to the txt file.For example, if the API Key in the example is d2f0d24fc01e46c9be89c0d9b282227a, then create a d2f0d24fc01e46c9be89c0d9b282227a.txt file and add the content d2f0d24fc01e46c9be89c0d9b282227a to the txt file, and upload it to the website's public directory.

Continue with the API Key and https://www.bing.com/indexnow?key= Combine them together to form: and become a new URL https://www.bing.com/indexnow?key=d2f0d24fc01e46c9be89c0d9b282227a, and paste the link into the address bar of the system's Bing search active push interface.

This will enable Bing search engine to push主动推送能力 automatically.


360/Top Stories and others JS automatic submission

Because other search engines do not support active push interfaces, you can only use the placement of js to trigger the push.

Therefore, you need to go to the website owner platforms such as 360, Toutiao, and obtain the js push code, and paste it into the input box here.

plugin-push-5

Note: Please include<script></script>the start and end tags together.


Verify the correctness of the active push interface

After the configuration is complete, you need to test whether the push can be done normally, you need to go to the content management, publish a document, and then come to the link push feature, open to view the recent push records, and check whether the push result is normal:

plugin-push-6 in English

If Baidu push contains the word 'success', it means the push is normal, Bing push containing '{"d":null}' is also normal.If unsure whether it is normal, you can go to Baidu Search Resource Platform to check data feedback, see if there are any API submission records, but Baidu's data feedback is not real-time, and it needs to be checked the next day to find out.Bing's link submission data is real-time feedback, and the submitted links can be seen in the URL submission.

Related articles

Static Rule Help

The static rules allow you to define the URL composition form of the website according to your actual needs.For the convenience of users, to reduce the trouble of configuration, the system is built-in with 4 ready-made pseudo-static rules, which can be used directly after selection.The default static rules include: in number mode, document details, document lists, single-page details, document tags, all use {id} as the basis for URL generation, usually used more in Chinese websites.Model Naming

2022-06-21

How to use the DiDi Friend Chain automatic chaining function in AnqiCMS (AnqiCMS)

Exchanging friend links is something every website owner has to go through.Many friends have spent a lot of effort on exchanging friendship links, but the efficiency of the exchange is relatively low, resulting in wasted time.The DiDi Friend Link Platform (https://didi.seowhy.com/) has launched a feature for automatic friend link exchange, which can automatically complete the exchange of friendship links, alleviating the heavy workload of friendship link exchange.As a fully functional C

2022-11-08

Introduction to AnQi CMS multilingual site feature

Starting from AnQiCMS version 3.4.7, it supports more powerful multilingual site features.AnQiCMS's multilingual feature supports two implementation methods, one is to use an independent multi-site architecture (suitable for large-scale/customization needs), and the other is a single-site translation plugin architecture (suitable for small and medium-sized/rapid iteration).Two ways to implement multilingual functionality, each with its own advantages and disadvantages, please see the following description.

2025-03-29

How to use the multilingual site feature tutorial one: Independent multilingual site architecture

Starting from AnQiCMS version 3.4.8, it supports more powerful multilingual site features.AnQiCMS's multilingual feature supports two implementation methods: one is to use a separate multi-site architecture (suitable for large/customization needs), and the other is a single-site translation plugin architecture (suitable for small/mid-sized/quick iteration).This will guide you through the multi-language feature of AnQiCMS: Method 1: Independent multi-site architecture (suitable for large/customized needs) This method has higher flexibility, but it also requires higher requirements for site operators, more configuration, and coding work

2025-03-29

How to use the multilingual site feature tutorial two: Single site translation plugin architecture

Starting from AnQiCMS version 3.4.8, it supports more powerful multilingual site features.AnQiCMS's multilingual feature supports two implementation methods, one is to use an independent multi-site architecture (suitable for large-scale/customized needs), and the other is a single-site translation plugin architecture (suitable for small and medium-sized/rapid iteration).Below you will be guided through the multi-language feature of AnQiCMS: ▶ Method 2: Single-site Translation Plugin Architecture (suitable for small and medium-sized/Agile iteration) Operation steps Step 1: Enable the multi-language site feature Log in to the AnQiCMS backend management interface.

2025-03-29