mirror of
https://github.com/myronblair/tomtomgames-app
synced 2026-06-30 17:49:57 -05:00
22 lines
555 B
XML
22 lines
555 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
|
|
<!-- Homepage / App -->
|
|
<url>
|
|
<loc>https://tomtomgames.com/</loc>
|
|
<lastmod><?= date('Y-m-d') ?></lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
|
|
<!-- SEO Landing Page -->
|
|
<url>
|
|
<loc>https://tomtomgames.com/games/</loc>
|
|
<lastmod><?= date('Y-m-d') ?></lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.9</priority>
|
|
</url>
|
|
|
|
</urlset>
|