Trở về/XML Sitemap Generator
sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/</loc>
    <lastmod>2026-03-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/about</loc>
    <lastmod>2026-03-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://example.com/tools</loc>
    <lastmod>2026-03-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>

XML Sitemap Generator
Cách sử dụng Tạo XML Sitemap

XML Sitemap Generator giúp bạn tạo sitemap.xml chuẩn để submit lên Google Search Console. Thêm URLs, set priority và changefreq rồi download file XML hoàn chỉnh.

Vì sao cần XML Sitemap?

Crawl discovery

Giúp Googlebot và các search engine bot tìm thấy tất cả trang của bạn.

Priority signals

Cho search engine biết trang nào quan trọng nhất cần index trước.

New site indexing

Site mới chưa có backlinks cần sitemap để được index nhanh hơn.

Large site management

Site lớn với nhiều trang sâu cần sitemap để đảm bảo không trang nào bị bỏ sót.

Cách tạo XML Sitemap

01

Thêm URLs

Liệt kê tất cả URLs quan trọng của website.

02

Set Priority

0.1–1.0 — homepage thường là 1.0, landing pages 0.8, posts 0.6.

03

Set Changefreq

Tần suất thay đổi: daily cho news, monthly cho trang tĩnh.

04

Download & Submit

Download sitemap.xml và upload lên root domain, submit qua GSC.

Các thuộc tính XML Sitemap

loc

URL đầy đủ của trang bao gồm https://. Bắt buộc.

lastmod

Ngày cập nhật cuối (YYYY-MM-DD). Giúp search engine biết khi nào cần re-crawl.

changefreq

Tần suất thay đổi dự kiến: always, hourly, daily, weekly, monthly, yearly, never.

priority

0.0–1.0, mặc định 0.5. Chỉ là hint, không guarantee crawl order.

Lợi ích dùng XML Sitemap Generator

SEO Specialist

Tạo sitemap chuẩn nhanh chóng để submit lên Google Search Console.

Developer

Generate sitemap tĩnh cho small sites mà không cần plugin hay library.

Site Owner

Đảm bảo tất cả trang quan trọng đều được search engine discover.