Help with link push

The use of search engine link push function allows you to promptly inform major search engines of the documents you publish, so that their spiders can come to crawl the page in time, and achieve the effect of promoting page inclusion.

Currently, the system supports active push search engines: Baidu Search and Bing Search.

plugin-push-1

Baidu Search Active Push Interface

You need to use Baidu Search for active push interface. You need to search for resource platform from Baiduhttps://ziyuan.baidu.com/On, find the normal collectionhttps://ziyuan.baidu.com/linksubmit/index, and in the resource submission, select API submission. On this page, you will see the push interface, copy the interface call address and paste it on the Baidu Search Active Push Interface Address input box for the system function. If you haven't added a site on Baidu Search Resource Platform yet, you need to add a site firsthttps://ziyuan.baidu.com/site/index#/.

plugin-push-2

Bing search engine actively push interface

The acquisition of Bing search engine's active push interface is a little troublesome, but you can get it smoothly by following my steps.

Bing search engine actively push provides two ways to push, namely the new oneIndexNow APIand提交 API, both ways can be used.

1. First visit Bing Webmaster Tool https://www.bing.com/webmasters/ and log in to your account. If you don’t have an account, please register an account first.

2. Add a site. According to your actual situation, you can choose to import from Google Search Console, or you can add it manually. Manual addition can generally be used to verify your website using file verification or dns verification.

3. Get the push interface address to use

3.1. Submit API method:

Click the settings button in the gear icon in the upper right corner and copy the API key.

    plugin-push-3

And form it with https://ssl.bing.com/webmaster/api.svc/json/SubmitUrlbatch?apikey= to form a complete URL. For example, the API key in the example is: aab11afb058b4aaea628b99849cdcc4d . After assembling it, it is: https://ssl.bing.com/webmaster/api.svc/json/SubmitUrlbatch?apikey=aab11afb058b4aaea628b99849cdcc4d . Be careful not to leave spaces. And paste this link to the Bing Search active push interface address bar of the system.

3.2. Submit using the IndexNow API:

Submit the IndexNow API method and require verification of your website first. Therefore, you need to go to https://www.bing.com/indexnow, and an API Key will be generated on this page.

    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} into the txt file. For example, in the example API Key is d2f0d24fc01e46c9be89c0d9b282227a, then create a d2f0d24fc01e46c9be89c0d9b282227a.txt file and add content d2f0d24fc01e46c9be89c0d9b282227a to the txt file and upload it to the public directory of the website.

Then splice the API Key and https://www.bing.com/indexnow?key=  to form: to become the new url https://www.bing.com/indexnow?key=d2f0d24fc01e46c9be89c0d9b282227a, and paste the link to the Bing Search active push interface address bar of the system.

In this way, you can obtain the Bing search engine's active push capability.


360/Toutiao and other JS automatic submission

Since other search engines do not have the support for active push interfaces, they can only use the form of placing js to trigger push.

Therefore, you need to go to 360, Toutiao and other webmaster platforms to get the js push code and paste it into the input box here.

plugin-push-5

Note: Needed together<script></script>The beginning and end tags are pasted in together.


Verify the correctness of the active push interface

After the configuration is completed, you need to test whether it can be pushed normally. You need to go to content management, publish a document, and then go to the link push function, click to view the recent push record and see if the push results are normal:

plugin-push-6

If Baidu push contains the word success, it means that the push is normal, and Bing push contains {"d":null} is also normal. If you are not sure whether it is normal, you can go to Baidu Search Resource Platform to view data feedback to see if there are records of API submissions, but Baidu's data feedback is not real-time and you need to check it the next day to discover it. Bing's link submission data is feedback in real time and you can see submitted links in URL submissions.