Initial commit: UK Data Services website
This commit is contained in:
53
sitemap.xml
Normal file
53
sitemap.xml
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
|
||||
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
|
||||
<!-- Quote Page -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/quote.php</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<!-- Services (anchor links from homepage) -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#services</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<!-- Process -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#process</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- Why Choose Us -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#why-us</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- Contact -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#contact</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user