🚀 MAJOR: Complete Website Enhancement & Production Ready
This commit is contained in:
40
sitemap.php
40
sitemap.php
@@ -37,6 +37,46 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<!-- FAQ Page -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/faq.php</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<!-- Privacy Policy -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/privacy-policy.php</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>quarterly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
|
||||
<!-- Terms of Service -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/terms-of-service.php</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>quarterly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
|
||||
<!-- Cookie Policy -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/cookie-policy.php</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>quarterly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
|
||||
<!-- GDPR Compliance -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/gdpr-compliance.php</loc>
|
||||
<lastmod><?php echo date('Y-m-d'); ?></lastmod>
|
||||
<changefreq>quarterly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- Services Section (Homepage) -->
|
||||
<url>
|
||||
<loc>https://ukdataservices.co.uk/#services</loc>
|
||||
|
||||
Reference in New Issue
Block a user