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/blocks/features-overview/</loc><lastmod>2016-09-04T15:57:34+00:00</lastmod></url><url><loc>https://artagroup.org/blocks/demos/</loc><lastmod>2016-09-03T16:24:28+00:00</lastmod></url><url><loc>https://artagroup.org/blocks/footer-newsletter-signup/</loc><lastmod>2016-08-25T13:42:06+00:00</lastmod></url><url><loc>https://artagroup.org/blocks/footer-about-us/</loc><lastmod>2024-06-14T11:29:38+00:00</lastmod></url><url><loc>https://artagroup.org/blocks/shop-category-slider/</loc><lastmod>2016-08-18T11:43:28+00:00</lastmod></url><url><loc>https://artagroup.org/blocks/shop-header/</loc><lastmod>2016-08-18T10:42:40+00:00</lastmod></url><url><loc>https://artagroup.org/blocks/blog-header/</loc><lastmod>2016-08-18T07:04:50+00:00</lastmod></url><url><loc>https://artagroup.org/blocks/elements-overview/</loc><lastmod>2016-01-25T11:39:27+00:00</lastmod></url></urlset>
