Internet search engineInclusion is a key part of the website to get traffic, for the Chinese website, whether it can be quickly beBaidu's online catalogIt is the first thing to get natural traffic. If the new site is late to be included, or page updates are not reflected in the search results in a timely manner, we need to take the initiative to submit the page. This article will focus on the manual submission andAPIAutomatically push two ways to comprehensively explain, help the site to submit Baidu index.
![Picture [1]-Website submission Baidu full guide: manual submission and API submission methods explained](https://www.361sale.com/wp-content/uploads/2025/05/20250516145007556-20171108092254.jpg)
I. Manual submission
Manual submission is suitable for the early stage of new site launch or important content update, can quickly convey the page information to the Baidu crawlers.
1. Baidu webmaster platform submission portal
Webmasters need to first log in to the Baidu search resource platform, new sites submitted to Baidu included, you can directly access the following links:
https://ziyuan.baidu.com/linksubmit/url?sitename=https://网站地址
After completing the site verification, go to the "Manual Submission" page in the "Link Submission" section. On this page, you can enter the URLs you want to include and submit up to 20 links at a time. Suitable for:
- Newly released important pages
- Significant changes to the content of the old pages
- Page structure optimized in the hope of speeding up re-inclusion
![Picture [2]-Website submission Baidu full guide: manual submission and API submission methods explained](https://www.361sale.com/wp-content/uploads/2025/05/20250516153743659-image.png)
Note: Repeated submission of the same link does not help to improve the efficiency of inclusion. It is recommended to submit only the pages that Baidu has not crawled yet.
2. Frequency of submission of recommendations
Baidu does not encourage frequent repeated submissions of pages with the same content. If there are a large number of new pages, it is recommended to prioritize the use of automatic push. In addition, the site structure should be clear, the page should contain reasonable internal links to guide the spider to crawl more pages.
II. API Submission Methods
APIPush is suitable for large and medium-sized sites with frequent daily content updates and the need to continuously submit new pages, which is more efficient and responsive.
1. General active push (push method)
Universal push method suitable for most websites. Send new or updated links to Baidu by calling Baidu's open URL submission API.
Submit Example:
curl -H 'Content-Type:text/plain' --data-binary @urls.txt "http://data.zz.baidu.com/urls?site=你的域名&token=你的推送token"
urls.txtA text file containing links to be submitted, one URL per line. after submission, Baidu will prioritize crawling these links.
2. Automatic push code access
Embedded in the web page Baidu provides automatic pushJavaScriptCode that automatically pushes the current URL to Baidu when visitors browse the page applies:
![Picture [3]-Website submission Baidu full guide: manual submission and API submission methods explained](https://www.361sale.com/wp-content/uploads/2025/05/20250516155116137-image.png)
- Small and medium-sized websites with no back-end development resources
- Desire to quickly configure the push mechanism
Sample code:
<script
(function(){
var bp = document.createElement('script');
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; var s = document.getElementsByTagName("script"[0];)
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script
This method is simple to deploy, but relies on page visit triggers and does not fully cover all additions.
3. Sitemappush
Organize all important pages into XML files that comply with sitemap protocol and submit them to Baidu webmaster platform or API interface. Suitable for projects with stable site structure and periodic content updates.
![Picture [4]-Website Submission Baidu Full Guide: Manual Submission and API Submission Methods Explained](https://www.361sale.com/wp-content/uploads/2025/05/20250516173002936-image.png)
sitemap Placement Suggestions
Place the sitemap file in theWeb site root directoryDown, for example:
https://www.example.com/sitemap.xml
And add the following statement in the robots.txt file, which will help Baidu spiders find it more easily:
Sitemap: https://www.example.com/sitemap.xml
The sitemap file should not contain duplicate or invalid links. After submission Baidu will regularly visit the file and crawl the URLs in it to improve the overall crawling efficiency.
III. Pre-submission preparations
Regardless of which submission method is used, you need to pay attention to the following points to improve the success rate of page crawling and inclusion:
- The page needs to return a 200 status code
- There should be no significant duplication of templates
- web pageLoading speedNot too slow
- Pages should have clear headings and body content
- Avoid using robots tags or directives that prohibit crawlers
Search engines prioritize crawling pages with clear structure and high content value. Therefore, the site should maintain good content construction and page quality, avoid relying only on frequent push for inclusion.
![Picture [5]-Website submission Baidu full guide: manual submission and API submission methods explained](https://www.361sale.com/wp-content/uploads/2025/05/20250516172640403-image.png)
IV. Frequently asked questions
1. How long after submission will theingest?
Baidu has not set a fixed time limit, some pages may be crawled within a few hours, while some take many days. If you have not been included for a long time, it is recommended to check the quality of the page and the overall crawling status of the site.
2. Will all submitted links be indexed?
Submission is only the entrance to the crawl, whether the final inclusion, but also need to page to meet the search engine inclusion criteria, including content uniqueness, site trust, page structure and so on.
3. Is there a limit to the number of submissions?
There exists a daily quota for API push, and the specific amount is related to the type of website. You can check the current quota usage in the webmaster platform.
summarize
Through the rational use of manual and automatic submission tools, you can effectively enhance the visibility of the site on the Baidu crawler, especially in the early stages of site construction or key content updates, the active push mechanism is a webmaster can not be ignored. But in the long run, quality content construction and structural optimization is the core foundation for obtaining stable search traffic.
Link to this article:https://www.361sale.com/en/54814The article is copyrighted and must be reproduced with attribution.





















![Emoji[wozuimei]-Photonflux.com | Professional WordPress repair service, worldwide, rapid response](https://www.361sale.com/wp-content/themes/zibll/img/smilies/wozuimei.gif)
![Emoticon[baoquan] - Photon Wave Network | Professional WordPress Repair Services, Worldwide Coverage, Rapid Response](https://www.361sale.com/wp-content/themes/zibll/img/smilies/baoquan.gif)

No comments