Merge pull request 'update sitemap time and link youtube' (#8) from zelda.fix-model-about-us-footer into main
Reviewed-on: #8
This commit is contained in:
commit
c27f75bd6e
|
|
@ -162,7 +162,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "YouTube",
|
"name": "YouTube",
|
||||||
"url": "https://www.youtube.com/@PrologyPtyLtd",
|
"url": "https://www.youtube.com/@prologydotnet",
|
||||||
"icon": "youtube"
|
"icon": "youtube"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,53 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://prology.net/</loc>
|
<loc>https://prology.net/</loc>
|
||||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://prology.net/"/>
|
<lastmod>2026-05-22</lastmod>
|
||||||
<xhtml:link rel="alternate" hreflang="en-au" href="https://prology.net/au/"/>
|
|
||||||
<xhtml:link rel="alternate" hreflang="en-us" href="https://prology.net/us/"/>
|
|
||||||
<lastmod>2026-05-13</lastmod>
|
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://prology.net/#home</loc>
|
||||||
|
<lastmod>2026-05-22</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.9</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://prology.net/#services</loc>
|
||||||
|
<lastmod>2026-05-22</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://prology.net/#quality</loc>
|
||||||
|
<lastmod>2026-05-22</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://prology.net/#institutional</loc>
|
||||||
|
<lastmod>2026-05-22</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://prology.net/#contact</loc>
|
||||||
|
<lastmod>2026-05-22</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://prology.net/about-us</loc>
|
||||||
|
<lastmod>2026-05-22</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
|
||||||
|
|
@ -4,19 +4,19 @@
|
||||||
<!-- Landing page -->
|
<!-- Landing page -->
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>https://prology.net/sitemap-home.xml</loc>
|
<loc>https://prology.net/sitemap-home.xml</loc>
|
||||||
<lastmod>2026-05-13</lastmod>
|
<lastmod>2026-05-22</lastmod>
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
<!-- AU Magento store -->
|
<!-- AU Magento store -->
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>https://prology.net/au/sitemap.xml</loc>
|
<loc>https://prology.net/au/sitemap.xml</loc>
|
||||||
<lastmod>2026-05-13</lastmod>
|
<lastmod>2026-05-22</lastmod>
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
<!-- US Magento store -->
|
<!-- US Magento store -->
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>https://prology.net/us/sitemap.xml</loc>
|
<loc>https://prology.net/us/sitemap.xml</loc>
|
||||||
<lastmod>2026-05-13</lastmod>
|
<lastmod>2026-05-22</lastmod>
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
</sitemapindex>
|
</sitemapindex>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue