function add_arta_structured_data_to_head() {
    echo '<script type="application/ld+json">';
    echo json_encode([
        "@context" => "https://schema.org",
        "@type" => "Organization",
        "name" => "Arta Group",
        "url" => "https://artagroup.org",
        "logo" => "https://artagroup.org/wp-content/uploads/2024/logo.png",
        "description" => "Design & fit-out for residential, commercial & offices",
        "email" => "info@artagroup.ae",
        "telephone" => "+971 4 585 1983",
        "address" => [
            "@type" => "PostalAddress",
            "streetAddress" => "Office No. 2101, XL Tower, Business Bay",
            "addressLocality" => "Dubai",
            "addressCountry" => "AE"
        ],
        "contactPoint" => [
            "@type" => "ContactPoint",
            "telephone" => "+971 4 585 1983",
            "contactType" => "Customer Service",
            "areaServed" => "AE",
            "availableLanguage" => ["English", "Arabic"]
        ]
    ], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
    echo '</script>';
}
add_action('wp_head', 'add_arta_structured_data_to_head');
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://artagroup.org/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://artagroup.org/featured_item/anar/</loc><lastmod>2022-05-24T12:54:52+00:00</lastmod></url><url><loc>https://artagroup.org/featured_item/americano/</loc><lastmod>2022-05-24T12:53:58+00:00</lastmod></url><url><loc>https://artagroup.org/featured_item/the-meat-co/</loc><lastmod>2022-05-24T12:53:45+00:00</lastmod></url><url><loc>https://artagroup.org/featured_item/merika-cafe/</loc><lastmod>2022-05-24T12:54:47+00:00</lastmod></url><url><loc>https://artagroup.org/featured_item/the-coffee-club/</loc><lastmod>2022-05-24T12:54:58+00:00</lastmod></url><url><loc>https://artagroup.org/featured_item/villa-project-a/</loc><lastmod>2021-02-17T11:54:36+00:00</lastmod></url><url><loc>https://artagroup.org/featured_item/jumeirah-island-project/</loc><lastmod>2023-07-17T12:31:05+00:00</lastmod></url></urlset>
