Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Quản lý sơ đồ trang web bằng tệp chỉ mục sơ đồ trang web
Nếu có sơ đồ trang web vượt quá giới hạn kích thước, bạn sẽ cần chia sơ đồ trang web lớn này thành nhiều sơ đồ trang web để mỗi sơ đồ trang web mới đều dưới giới hạn kích thước. Sau khi chia nhỏ sơ đồ trang web, bạn có thể dùng một tệp chỉ mục sơ đồ trang web để gửi nhiều sơ đồ trang web cùng lúc.
Các phương pháp hay nhất về chỉ mục sơ đồ trang web
Định dạng XML của tệp chỉ mục sơ đồ trang web rất giống với định dạng XML của tệp sơ đồ trang web – được xác định theo Giao thức sơ đồ trang web.
Tức là mọi yêu cầu đối với sơ đồ trang web cũng áp dụng cho tệp chỉ mục sơ đồ trang web.
Sơ đồ trang web được tham chiếu phải được lưu trữ trên cùng trang web với tệp chỉ mục sơ đồ trang web của bạn. Yêu cầu này sẽ được bỏ qua nếu bạn thiết lập tính năng gửi cho nhiều trang web.
Sơ đồ trang web được tham chiếu trong tệp chỉ mục sơ đồ trang web phải nằm cùng thư mục với tệp chỉ mục sơ đồ trang web hoặc trong một thư mục cấp thấp hơn trên sơ đồ phân cấp trang web. Ví dụ: Nếu tệp chỉ mục sơ đồ trang web nằm tại https://example.com/public/sitemap_index.xml, thì tệp đó chỉ có thể chứa sơ đồ trang web trong cùng thư mục hoặc trong thư mục cấp thấp hơn, chẳng hạn như https://example.com/public/shared/....
Bạn có thể gửi tối đa 500 tệp chỉ mục sơ đồ trang web cho mỗi trang web trong tài khoản Search Console của mình.
Ví dụ về chỉ mục sơ đồ trang web
Ví dụ sau đây minh hoạ một chỉ mục sơ đồ trang web ở định dạng XML, trong đó có liệt kê hai sơ đồ trang web:
Để đảm bảo Google có thể sử dụng chỉ mục sơ đồ trang web của bạn, bạn phải sử dụng các thẻ bắt buộc sau đây:
Thẻ bắt buộc
sitemapindex
Thẻ gốc của cây XML. Thẻ này bao gồm tất cả thẻ khác.
sitemap
Thẻ mẹ cho mỗi sơ đồ trang web được liệt kê trong tệp. Đây là phần tử con trực tiếp duy nhất của thẻ sitemapindex.
loc
Vị trí (URL) của sơ đồ trang web. Đây là thẻ con của thẻ sitemap. Một tệp chỉ mục sơ đồ trang web có thể có tối đa 50.000 thẻ loc.
Ngoài ra, các thẻ không bắt buộc sau đây có thể giúp Google lên lịch thu thập dữ liệu sơ đồ trang web của bạn:
Thẻ không bắt buộc
lastmod
Xác định thời gian sửa đổi tệp sơ đồ trang web tương ứng. Thẻ này có thể là thẻ con của thẻ sitemap. Giá trị cho thẻ lastmod phải ở định dạng ngày giờ W3C.
Tài nguyên khác
Bạn muốn tìm hiểu thêm? Hãy tham khảo những tài nguyên sau:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-08-04 UTC."],[[["\u003cp\u003eA sitemap index file is used to submit multiple sitemaps to search engines, especially when a single sitemap exceeds the size limit.\u003c/p\u003e\n"],["\u003cp\u003eSitemaps listed within the index file must reside on the same site (unless cross-site submission is configured) and be in the same directory or a lower subdirectory.\u003c/p\u003e\n"],["\u003cp\u003eYou can submit up to 500 sitemap index files for each website registered in your Search Console account.\u003c/p\u003e\n"],["\u003cp\u003eSitemap index files have a specific XML format, similar to sitemaps, and include required tags like \u003ccode\u003esitemapindex\u003c/code\u003e, \u003ccode\u003esitemap\u003c/code\u003e, and \u003ccode\u003eloc\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional tags like \u003ccode\u003elastmod\u003c/code\u003e can be added to indicate the last modification time of the sitemap file, aiding in crawl scheduling by search engines.\u003c/p\u003e\n"]]],["When a sitemap exceeds size limits, split it into smaller sitemaps. Use a sitemap index file to manage and submit multiple sitemaps simultaneously. The sitemap index's XML format mirrors that of a sitemap and follows the Sitemap Protocol. Referenced sitemaps must be on the same site or lower in the directory, or use cross-site submission. A sitemap index can contain up to 50,000 `loc` tags, with `sitemapindex`, `sitemap`, and `loc` being required. Up to 500 sitemap indexes can be submitted per site.\n"],null,["# Manage Your Sitemaps With Sitemap Index Files | Google Search Central\n\nManage your sitemaps with a sitemap index file\n==============================================\n\n\nIf you have a sitemap that exceeds the\n[size limits](/search/docs/crawling-indexing/sitemaps/build-sitemap),\nyou'll need to split up your large sitemap into multiple sitemaps such that each new sitemap\nis below the size limit. Once you've split up your sitemap, you can use a sitemap index file\nas a way to submit many sitemaps at once.\n\nSitemap index best practices\n----------------------------\n\n\nThe XML format of a sitemap index file is very\nsimilar to the XML format of a sitemap file, and it's defined by the\n[Sitemap Protocol](https://www.sitemaps.org/protocol.html#index).\nThis means that all the sitemap requirements apply to sitemap index files also.\n\n\nThe referenced sitemaps must be hosted on the same site as your sitemap index file. This\nrequirement is waived if you set up\n[cross-site submission](/search/docs/crawling-indexing/sitemaps/build-sitemap#cross-submit).\n\n\nSitemaps that are referenced in the sitemap index file must be in the same\ndirectory as the sitemap index file, or lower in the site hierarchy. For example, if the\nsitemap index file is at `https://example.com/public/sitemap_index.xml`, it can\nonly contain sitemaps that are in the same or deeper directory, like\n`https://example.com/public/shared/...`.\n\n\nYou can submit up to 500 sitemap index files for each site in your Search Console account.\n\nExample sitemap index\n---------------------\n\n\nThe following example shows a sitemap index in XML format that lists two sitemaps: \n\n```world-of-warcraft-toc\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003csitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\"\u003e\n \u003csitemap\u003e\n \u003cloc\u003ehttps://www.example.com/sitemap1.xml.gz\u003c/loc\u003e\n \u003clastmod\u003e2024-08-15\u003c/lastmod\u003e\n \u003c/sitemap\u003e\n \u003csitemap\u003e\n \u003cloc\u003ehttps://www.example.com/sitemap2.xml.gz\u003c/loc\u003e\n \u003clastmod\u003e2022-06-05\u003c/lastmod\u003e\n \u003c/sitemap\u003e\n\u003c/sitemapindex\u003e\n```\n\nSitemap index reference\n-----------------------\n\n\nThe sitemap index tags are defined by the same namespace as generic sitemaps:\n[`http://www.sitemaps.org/schemas/sitemap/0.9`](http://www.sitemaps.org/schemas/sitemap/0.9)\n\nTo make sure Google can use your sitemap index, you must use the following required tags:\n\n| Required tags ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------|\n| `sitemapindex` | The root tag of the XML tree. It contains all the other tags. |\n| `sitemap` | The parent tag for each sitemap listed in the file. It's the only direct child of the `sitemapindex` tag. |\n| `loc` | The location (URL) of the sitemap. It's a child of the `sitemap` tag. A sitemap index file may have up to 50,000 `loc` tags. |\n\n\nAdditionally, the following optional tags may help Google schedule your sitemaps for crawling:\n\n| Optional tags ||\n|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `lastmod` | Identifies the time that the corresponding sitemap file was modified. It can be a child of a `sitemap` tag. The value for the `lastmod` tag must be in [W3C Datetime format](https://www.w3.org/TR/NOTE-datetime). |\n\nAdditional resources\n--------------------\n\n\nWant to learn more? Check out the following resources:\n\n- [Submit your sitemap to Google](/search/docs/crawling-indexing/sitemaps/build-sitemap#addsitemap)\n- [Learn how to combine sitemap extensions](/search/docs/crawling-indexing/sitemaps/combine-sitemap-extensions)"]]