17 lines
467 B
XML
17 lines
467 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<url>
|
|
<loc>https://{$DomainModel->d_domain}/</loc>
|
|
<lastmod>{:date('Y-m-d')}</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
|
|
<url>
|
|
<loc>https://{$DomainModel->d_domain}{$strRankUrlTemp}</loc>
|
|
<lastmod>{:date('Y-m-d')}</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
</urlset>
|