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/2020/12/23/hello-world/</loc><lastmod>2023-10-30T01:01:46+00:00</lastmod></url><url><loc>https://artagroup.org/2015/11/19/welcome-to-flatsome/</loc><lastmod>2023-10-30T01:01:45+00:00</lastmod></url><url><loc>https://artagroup.org/2015/10/13/velkommen-til-bloggen-min/</loc><lastmod>2023-10-30T01:01:43+00:00</lastmod></url><url><loc>https://artagroup.org/2015/10/13/a-simple-blog-post/</loc><lastmod>2023-10-30T01:01:41+00:00</lastmod></url><url><loc>https://artagroup.org/2014/01/01/a-video-blog-post/</loc><lastmod>2023-10-30T01:01:39+00:00</lastmod></url><url><loc>https://artagroup.org/2013/12/30/just-a-cool-blog-post-with-images/</loc><lastmod>2023-10-30T01:01:37+00:00</lastmod></url><url><loc>https://artagroup.org/2013/12/16/just-a-cool-blog-post-with-a-gallery-2/</loc><lastmod>2023-10-30T01:01:36+00:00</lastmod></url><url><loc>https://artagroup.org/2013/08/29/new-client-landed/</loc><lastmod>2023-10-30T01:01:34+00:00</lastmod></url><url><loc>https://artagroup.org/2013/08/11/welcome-to-flatsome-an-amazing-responsive-and-retina-ready-theme/</loc><lastmod>2023-10-30T01:01:32+00:00</lastmod></url></urlset>
