- Hide Apache version (ServerTokens Prod) - Add Permissions-Policy header - Remove deprecated X-XSS-Protection - Consolidate security headers to .htaccess only (remove duplicates from PHP) - Deploy free tools: robots-analyzer, data-converter - Deploy tools announcement blog post - Update sitemap with new tools and blog post
26 lines
804 B
XML
26 lines
804 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
|
|
<!-- Main Website Sitemap -->
|
|
<sitemap>
|
|
<loc>https://ukdataservices.co.uk/sitemap.xml</loc>
|
|
<lastmod>2025-12-08T12:00:00+00:00</lastmod>
|
|
</sitemap>
|
|
|
|
<!-- Blog Section Sitemap -->
|
|
<sitemap>
|
|
<loc>https://ukdataservices.co.uk/sitemap-blog.xml</loc>
|
|
<lastmod>2025-12-08T12:00:00+00:00</lastmod>
|
|
</sitemap>
|
|
|
|
<!-- Services Section Sitemap -->
|
|
<sitemap>
|
|
<loc>https://ukdataservices.co.uk/sitemap-services.xml</loc>
|
|
<lastmod>2025-12-08T12:00:00+00:00</lastmod>
|
|
</sitemap>
|
|
|
|
<sitemap>
|
|
<loc>https://ukdataservices.co.uk/sitemap-tools.xml</loc>
|
|
<lastmod>2026-02-04</lastmod>
|
|
</sitemap>
|
|
</sitemapindex> |