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",
|
||||
"url": "https://www.youtube.com/@PrologyPtyLtd",
|
||||
"url": "https://www.youtube.com/@prologydotnet",
|
||||
"icon": "youtube"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,15 +1,53 @@
|
|||
<?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">
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<url>
|
||||
<loc>https://prology.net/</loc>
|
||||
<xhtml:link rel="alternate" hreflang="x-default" href="https://prology.net/"/>
|
||||
<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>
|
||||
<lastmod>2026-05-22</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</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>
|
||||
|
|
|
|||
|
|
@ -4,19 +4,19 @@
|
|||
<!-- Landing page -->
|
||||
<sitemap>
|
||||
<loc>https://prology.net/sitemap-home.xml</loc>
|
||||
<lastmod>2026-05-13</lastmod>
|
||||
<lastmod>2026-05-22</lastmod>
|
||||
</sitemap>
|
||||
|
||||
<!-- AU Magento store -->
|
||||
<sitemap>
|
||||
<loc>https://prology.net/au/sitemap.xml</loc>
|
||||
<lastmod>2026-05-13</lastmod>
|
||||
<lastmod>2026-05-22</lastmod>
|
||||
</sitemap>
|
||||
|
||||
<!-- US Magento store -->
|
||||
<sitemap>
|
||||
<loc>https://prology.net/us/sitemap.xml</loc>
|
||||
<lastmod>2026-05-13</lastmod>
|
||||
<lastmod>2026-05-22</lastmod>
|
||||
</sitemap>
|
||||
|
||||
</sitemapindex>
|
||||
|
|
|
|||
Loading…
Reference in New Issue