Link Push Help
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.

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#/.

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 push provides two ways to push, namely the newIndexNow APIand提交 APIBoth methods can be used.
First visit Bing Webmaster Tool
https://www.bing.com/webmasters/and log in to your account, if you do not have an account, please register one first.Add site, according to your actual situation, you can choose to import from Google Search Console, or add manually, generally you can use file verification or DNS verification to verify your website.
Get the push interface address
Use
提交 APIsubmission method:Click the settings button of the gear icon in the upper right corner and copy the API key.
andhttps://ssl.bing.com/webmaster/api.svc/json/SubmitUrlbatch?apikey=Combine them to form a complete URL. For example, the API key in the example is:aab11afb058b4aaea628b99849cdcc4dAfter combining, it is:https://ssl.bing.com/webmaster/api.svc/json/SubmitUrlbatch?apikey=aab11afb058b4aaea628b99849cdcc4dNote that there should be no spaces. And paste this link into the Bing search push interface address bar of the system.Use
IndexNow APIsubmission method:IndexNow APIMethod submit, you need to verify your website first. Therefore, you need to come tohttps://www.bing.com/indexnow, where an API Key will be generated.
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, the API Key in the example isd2f0d24fc01e46c9be89c0d9b282227aThen create ad2f0d24fc01e46c9be89c0d9b282227a.txtfile and add contentd2f0d24fc01e46c9be89c0d9b282227ato the txt file, upload it to the public directory of the websiteNext, combine API Key and
https://www.bing.com/indexnow?key=together to form: to become a new urlhttps://www.bing.com/indexnow?key=d2f0d24fc01e46c9be89c0d9b282227aand paste the link into the Bing search active push interface address barThis 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.

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 performed normally, you need to go to the content management, publish a document, and then come to the link push function, click to view the recent push records, and check whether the push result is normal:

If the Baidu push contains the word 'success', it means the push is normal, and the Bing push containing '{'d':null}' is also normal. If you are not sure whether it is normal, you can go to the Baidu search resource platform to check the 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 it can be seen in the URL submission that the link has been submitted.