<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
              http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <!-- Created with Free Online Sitemap Generator www.xml-sitemaps.com -->

    <!-- Homepage -->
    <url>
        <loc>http://www.cloudcorenow.com/</loc>
        <lastmod>2020-12-29T23:13:25+00:00</lastmod>
        <priority>1.00</priority>
    </url>

    <!-- Index Page -->
    <url>
        <loc>http://www.cloudcorenow.com/index.html</loc>
        <lastmod>2020-12-29T23:13:25+00:00</lastmod>
        <priority>0.80</priority>
    </url>

    <!-- About Us Page -->
    <url>
        <loc>http://www.cloudcorenow.com/about-us.html</loc>
        <lastmod>2020-12-28T07:17:52+00:00</lastmod>
        <priority>0.80</priority>
    </url>

    <!-- Services Page -->
    <url>
        <loc>http://www.cloudcorenow.com/services.html</loc>
        <lastmod>2020-12-28T07:19:18+00:00</lastmod>
        <priority>0.80</priority>
    </url>

    <!-- Contact Us Page -->
    <url>
        <loc>http://www.cloudcorenow.com/contact-us.html</loc>
        <lastmod>2020-12-28T07:18:29+00:00</lastmod>
        <priority>0.80</priority>
    </url>
</urlset>
```

In this version:

- Each URL entry has a clear comment indicating the type of page.
- The indentation is consistent, making it easier to visually identify nested elements.
- The comments provide additional context about the origin of the sitemap.

This formatting does not impact the functionality of the sitemap but can enhance its readability for human readers, such as developers and administrators.