SiteMap

SiteMap

January 8, 2023 | permanent

Summary #

tags :

An XML sitemap is a roadmap for search engines.

ref

Example #

Generally present at https://domaon.com/sitemap.xml

  <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://seosherpa.com/</loc>
        <lastmod>2022-01-26T19:12:36+09:00</lastmod>
                <changefreq>Daily</changefreq>
                <priority>1</priority>
    </url>
    <url>
        <loc>https://seosherpa.com/services/</loc>
        <lastmod>2021-11-16T13:21:20+09:00</lastmod>
                <changefreq>Daily</changefreq>
                <priority>0.8</priority>
    </url>
</urlset>


No notes link to this note

Go to random page

Previous Next