Overview of AnqiCMS link push function
The design intention of the link push function of Anqi CMS is to provide website operators with a convenient way to actively submit the links of newly published or updated pages to major search engines.This proactive push mechanism can effectively shorten the time it takes for search engines to discover and crawl website content, which is faster than passive waiting for the crawler to crawl, and can accelerate the inclusion of new content, thus having a positive impact on the SEO performance of the website.
Mainstream Search Engines Support Active Push
The link push function of AnQi CMS supports the active push interfaces of the two mainstream search engines at home and abroad, namely Baidu Search and Bing Search.For other search engines, the system also provides a general JS code embedding method to achieve a similar submission effect.
Baidu Search Active Push Interface
For Chinese content websites, Baidu search inclusion is crucial.English CMS supports pushing links actively to Baidu search, and the configuration process requires you to obtain the corresponding push interface from the Baidu Search Resource Platform.The specific operation is to access Baidu Search Resource Platform, enter the 'General Inclusion' module, and select the 'API Submission' method.On this page, you will find the interface call address for push notifications.In the link push settings of the Anqi CMS background, paste this address into the Baidu search push interface address bar to complete the configuration.If your website has not been added and verified on Baidu Search Resource Platform, you need to perform the site addition and verification operation first.
Bing Search Engine Active Push Interface
Bing search is the second-largest search engine globally, and its inclusion should not be overlooked for international websites or those looking to expand their overseas influence.The Anqi CMS provides two methods to support Bing search engine's active push, namely "Submit API" and the newer "IndexNow API".
For the "Submit API" method, you need to log in to Bing Webmaster Tools, copy your API key from the settings in the upper right corner. Then, use this key with the fixed interface addresshttps://ssl.bing.com/webmaster/api.svc/json/SubmitUrlbatch?apikey=Concatenate to form a complete push URL and paste it into the Bing search主动推送interface address bar of the AnQi CMS backend.
The "IndexNow API" method requires website verification. You need to visit Bing's IndexNow page to generate an API Key, and then on your websitepublica directory named after the API Key.txt文件,文件内容即为API Key. After verification, the API Key will be associated withhttps://www.bing.com/indexnow?key=Concatenate to form a new push URL, and paste it into the corresponding configuration item in the Anqi CMS. Both methods can enable active link submission to Bing search.
Other search engines (such as 360/Toutiao) JS automatic submission
Currently, not all search engines provide active API push interfaces.For 360 Search, Toutiao Search, and other search engines, AnQi CMS adopts a flexible strategy.These search engines typically provide a segment of JavaScript code that website operators can embed in web pages. When the page is accessed, the JS code will automatically trigger link submission.<script></script>Label, paste it in as well. This way, even though it is not pushed directly through the backend API, it can still achieve the effect of submitting links to these search engines.
Verify the correctness of the push interface
After configuring the link push function, it is an essential step to perform validity verification.You can publish a new document in the content management of Anqi CMS backend, then navigate to the link push feature page, and view the "recent push records".{"d":null}It indicates that the push configuration is normal.It should be noted that the data feedback from Baidu Search Resource Platform may not be real-time, usually it takes a day or two to see the API submission records.While Bing's link submission data feedback is usually more timely, you can view the submitted links in the URL submission of its Webmaster Tools.
Concluding remarks
The link push function of AnQi CMS provides website operators with efficient SEO tools, ensuring that website content is quickly indexed through support for active push from mainstream search engines and flexible JS code embedding.Reasonable configuration and regular checks of the push effect will help your website gain an advantage in the fierce search engine competition, improving the visibility and communication efficiency of the content.
Common Questions and Answers (FAQ)
1. Why does AnQi CMS use different push methods for different search engines?The CMS of Anqi uses different push methods mainly because the interface types and specifications provided by various search engines are different.Baidu and Bing provide backend API interfaces, allowing CMS to directly submit server-to-server connections, which is more efficient.While other search engines may only provide a way to embed front-end JavaScript code, triggering link submission through user access to the page, Anqi CMS also supports this general solution to cover a wider range of search engines.
2. I have configured the link push, but why are new articles not indexed by search engines for a long time?
3. Does SafeCMS support customizing more search engine push functions, or is there a plan to support more API interfaces?Currently, the Aiqi CMS supports Baidu and Bing API push and supports other search engines through the embedding of JS code.Will the support for more search engine API interfaces depend on market demand, search engine open policies, and the development roadmap of AnQi CMS?For specific requirements, you can pay attention to the update log of Anqi CMS or the official community to get the latest information, or consider implementing more personalized push requirements through secondary development.