HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers60/vandeurzenheftrucks.nl/wwwroot/sitemap.xml.php
<?php
/**
 * sitemap.xml.php
 * Created by Komma Mediadesign.
 * Author: mike
 * Date: 16/05/14
 */
if(substr($_SERVER['HTTP_HOST'],0,3) != 'www')
{
    header ('HTTP/1.1 301 Moved Permanently');
    $location = 'http://www.' . $_SERVER['HTTP_HOST'];
    if( ! empty($_SERVER['REQUEST_URI'])) $location .= $_SERVER['REQUEST_URI'];

    header('location: ' . $location);
    exit;
}

$root = 'http://' . $_SERVER['HTTP_HOST'] . '/';
$date = date('Y-m-d');

header("Content-type: text/xml");
echo("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
?>

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc><?php echo $root; ?></loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>bedrijfsprofiel</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/heftrucks-tot-8-ton</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/heftrucks-over-8-ton</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/ruwterrein-verreikers</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/pallettrucks</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/stapelaars</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/hoogwerkers</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/zijladers</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/veegmachines</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>verkoop-en-verhuur/trekkers</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>binnen-en-buitendienst</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>service</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>keuring</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc><?php echo $root; ?>referenties</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc><?php echo $root; ?>contact</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc><?php echo $root; ?>offerte-aanvragen</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc><?php echo $root; ?>demo-aanvragen</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc><?php echo $root; ?>sitemap</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc><?php echo $root; ?>disclaimer</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc><?php echo $root; ?>algemene-voorwaarden</loc>
        <lastmod><?php echo($date); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
</urlset>