SITEMAP submission and use the correct way to submit to the search engine

Source: Internet
Author: User

The original sitemap contains an introduction to the site of the original content of the Web page URL, the webmaster can make it into a standard sitemap (sitemap) file.
After the stationmaster submits the sitemap file, the good search uses the content in the Sitemap to understand the website structure and so on information.
However, we do not guarantee that all original URLs submitted by the webmaster will be crawled and indexed, and that they are not guaranteed to be ranked in the search results. Original sitemap submission Process 1. To[email protected]Submit an application for Webmaster account and original website
2. After the audit, login to the webmaster platform, you can view the original site has been approved
3. Approved sites, you can click Add New data
4. Finish adding (depending on file size, processing time varies.) Please wait patiently after submission. )
5. Submitted data site, can also click Submit Update data, and wait to complete back to the top ↑ original sitemap file standard format description

You can submit a sitemap to a good search in the following three format files:
1. Standard XML Format file
2. Text Format file
3. sitemap index file (can contain more than one sitemap file)
The file encoding can be UTF-8 or GBK.
Please control the size of a single sitemap file of not more than 10MB and contain no more than 50,000 URLs.
If your site contains more than 50,000 URLs, you can split the list into multiple sitemap files.

For each format style, see the following instructions:
1 , XML format Sitemap Description
1) Examples of XML formats

<?xml version= "1.0" encoding= "Utf-8"?>
<!--XML files need to be utf-8 encoded--
<urlset>
<!--required
<url>
<!--required to define the portal of a link, each data must be marked with <url> and </url>
<loc>http://www.xxxxxx.html/000000.html</loc>
<!--is required, url length is limited to 256 bytes--
<lastmod>2012-12-01</lastmod>
<!--update time label, not required, to indicate last update time-
<changefreq>daily</changefreq>
<!--update frequency tag, not required, to inform engine page update frequency--
<priority>0.8</priority>
<!--not required, priority label, priority value 0.0-1.0, to inform the engine the priority of the URL--
</url>
<url>
<loc>http://www.xxxxxx.html/000001.html</loc>
<lastmod>2012-12-01</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
2) XML tag description

Optional
Label name Properties Label Description Label Type Label Restrictions/Required
Changefreq / Flag Data Update Frequency String Valid values are: Always, hourly, daily, weekly, monthly, yearly, never Options available
Lastmod / Flag Data Latest update time Date Time format is YYYY-MM-DD can be filled
Loc / Indicate the address where the data is stored Url Minimum length of 1 characters
Maximum length of 256 characters
Start with "HTTP//"
Must-Choose
Priority / Flag Priority Value Decimal [0.0 1.0] (greater than or equal to 0 is less than or equal to 1, one decimal place is reserved) For example:< >0.8< priority >div> Options available
Url / Start and end of URL address / Maximum occurrences of unlimited times Must-Choose
Urlset / Urlset is used to mark the beginning of the entire document / / Must-Choose

2 , Text Format Sitemap Description
Text Format files each line is written to a URL, except that it contains no additional information.
The URL must be complete, the URL cannot have a newline, and includes the protocol header (HTTP//)

3 , using Sitemap index file (for multiple Sitemap file) Description
1) Index Sitemap Example
<?xml version= "1.0" encoding= "UTF-8"?>
<sitemapindex>
<sitemap>
<loc>http://www.example.com/1.xml</loc>
<lastmod>2012-12-01</lastmod>
</sitemap>
<sitemap>
<loc>http://www.example.com/2.xml</loc>
<lastmod>2012-12-01</lastmod>
</sitemap>
</sitemapindex>

2) Sitemap Index file label Description:

Properties is required Description
<loc> </loc> Is Sitemap location label, indicating Sitemap address location
<lastmod> </lastmod> can be filled Sitemap Modify Time label, indicating the latest modification time
<sitemap> <sitemap> </sitemap> Is

Sitemap Information Description, indicating the information of a SITEMEP

<sitemapindex> <sitemapindex> Is

Flag all sitemap information in index file

SITEMAP submission and use the correct way to submit to the search engine

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.