{"id":539,"date":"2021-02-26T06:12:12","date_gmt":"2021-02-26T06:12:12","guid":{"rendered":"https:\/\/shuraa.in\/?page_id=539"},"modified":"2021-02-26T06:12:12","modified_gmt":"2021-02-26T06:12:12","slug":"company-profile","status":"publish","type":"page","link":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/","title":{"rendered":"Company Profile"},"content":{"rendered":"<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        :root {\n            --primary: #082441;\n            --accent: #c93828;\n            --white: #ffffff;\n            --light-bg: #f8f9fa;\n            --gray: #6c757d;\n        }\n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #333;\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        @keyframes fadeInLeft {\n            from {\n                opacity: 0;\n                transform: translateX(-40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n        @keyframes fadeInRight {\n            from {\n                opacity: 0;\n                transform: translateX(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n        @keyframes scaleIn {\n            from {\n                opacity: 0;\n                transform: scale(0.9);\n            }\n            to {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n        @keyframes pulse {\n            0%, 100% {\n                transform: scale(1);\n            }\n            50% {\n                transform: scale(1.05);\n            }\n        }\n        @keyframes float {\n            0%, 100% {\n                transform: translateY(0);\n            }\n            50% {\n                transform: translateY(-10px);\n            }\n        }\n        @keyframes gradientMove {\n            0% {\n                background-position: 0% 50%;\n            }\n            50% {\n                background-position: 100% 50%;\n            }\n            100% {\n                background-position: 0% 50%;\n            }\n        }\n        .animate-on-scroll {\n            opacity: 0;\n            transform: translateY(40px);\n            transition: all 0.8s ease;\n        }\n        .animate-on-scroll.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, var(--primary) 0%, #0a3a6b 50%, var(--primary) 100%);\n            background-size: 200% 200%;\n            animation: gradientMove 8s ease infinite;\n            color: var(--white);\n            padding: 100px 0;\n            position: relative;\n            overflow: hidden;\n        }\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2026\/01\/bg-profile.webp') center\/cover;\n            opacity: 0.1;\n        }\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            text-align: justify;\n        }\n        .hero-text h1 {\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 30px;\n            animation: fadeInLeft 1s ease;\n            color: #ffffff;\n        }\n        .hero-text h1 span {\n            color: var(--accent);\n        }\n        .hero-text p {\n            font-size: 1.1rem;\n            margin-bottom: 20px;\n            animation: fadeInLeft 1s ease 0.2s backwards;\n        }\n        .hero-text a {\n            color: var(--accent);\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        .hero-text a:hover {\n            text-decoration: underline;\n        }\n        .hero-image {\n            animation: fadeInRight 1s ease 0.4s backwards;\n        }\n        .hero-image img {\n            width: 100%;\n            border-radius: 20px;\n            box-shadow: 0 30px 60px rgba(0,0,0,0.3);\n            animation: float 4s ease-in-out infinite;\n        }\n        .stats-bar {\n            background: var(--white);\n            padding: 40px;\n            border-radius: 20px;\n            margin-top: -60px;\n            position: relative;\n            z-index: 10;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.1);\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 30px;\n        }\n        .stat-item {\n            text-align: center;\n            padding: 20px;\n            border-right: 1px solid #eee;\n        }\n        .stat-item:last-child {\n            border-right: none;\n        }\n        .stat-item h3 {\n            font-size: 2.5rem;\n            color: var(--accent);\n            font-weight: 800;\n        }\n        .stat-item p {\n            color: var(--primary);\n            font-weight: 500;\n        }\n        \/* Section Styles *\/\n.section {\n            padding: 40px 0;\n        }\n        .section-title {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        .section-title h2 {\n            font-size: 2.5rem;\n            color: var(--primary);\n            margin-bottom: 15px;\n            position: relative;\n            display: inline-block;\n            font-weight: 800;\n        }\n        .section-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--accent);\n            border-radius: 2px;\n        }\n        \/* Leadership Section *\/\n        .leadership {\n            background: var(--light-bg);\n        }\n        .leader-card {\n            background: var(--white);\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\n        }\n        .leader-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 30px 80px rgba(0,0,0,0.15);\n        }\n        .leader-content {\n            padding: 50px;\n        }\n        .leader-content h3 {\n            font-size: 1.8rem;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n        .leader-content .role {\n            color: var(--accent);\n            font-weight: 600;\n            margin-bottom: 25px;\n            font-size: 1.1rem;\n        }\n        .leader-content p {\n            color: var(--gray);\n            margin-bottom: 25px;\n            text-align: justify;\n        }\n        .quote {\n            background: linear-gradient(135deg, var(--primary), #0a3a6b);\n            color: var(--white);\n            padding: 30px;\n            border-radius: 15px;\n            position: relative;\n            font-style: italic;\n        }\n        .quote::before {\n            content: '\"';\n            font-size: 80px;\n            position: absolute;\n            top: 31px;\n            left: 20px;\n            color: var(--accent);\n            opacity: 0.5;\n            font-family: Georgia, serif;\n        }\n        \/* Legacy Section *\/\n        .legacy {\n            background: var(--white);\n        }\n        .legacy-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n        .legacy-text p {\n            color: var(--gray);\n            margin-bottom: 20px;\n            font-size: 1.05rem;\n            text-align: justify;\n        }\n        .legacy-text a {\n            color: var(--accent);\n            text-decoration: none;\n            font-weight: 600;\n        }\n        .legacy-image img {\n            width: 100%;\n            border-radius: 20px;\n            box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n        }\n        \/* Objectives & Mission *\/\n        .objectives-mission {\n            background: linear-gradient(135deg, var(--primary) 0%, #0a3a6b 100%);\n            color: var(--white);\n            position: relative;\n        }\n        .objectives-mission::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2026\/01\/bg-profile-bg.webp') center\/cover;\n            opacity: 0.1;\n        }\n        .objectives-mission .container {\n            position: relative;\n            z-index: 2;\n        }\n        .objectives-mission .section-title h2 {\n            color: var(--white);\n        }\n        .objectives-mission .section-title h2::after {\n            background: var(--accent);\n        }\n        .om-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n        }\n        .om-box {\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 40px;\n            border: 1px solid rgba(255,255,255,0.1);\n        }\n        .om-box h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color:#ffffff;\n            font-weight: 700;\n        }\n        .om-box p {\n            margin-bottom: 25px;\n            opacity: 0.9;\n            text-align: justify;\n        }\n        .om-list {\n            list-style: none;\n        }\n        .om-list li {\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(255,255,255,0.1);\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        .om-list li:last-child {\n            border-bottom: none;\n        }\n        .om-list li i {\n            color: var(--accent);\n            font-size: 1.2rem;\n        }\n        \/* Why Choose Section *\/\n        .why-choose {\n            background: var(--light-bg);\n        }\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n        }\n        .why-card {\n            background: var(--white);\n            padding: 40px 30px;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.05);\n            transition: all 0.4s ease;\n            border: 2px solid transparent;\n        }\n        .why-card:hover {\n            transform: translateY(-10px);\n            border-color: var(--accent);\n            box-shadow: 0 20px 60px rgba(201,56,40,0.15);\n        }\n        .why-card .icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, var(--primary), #0a3a6b);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 25px;\n            transition: all 0.4s ease;\n        }\n        .why-card:hover .icon {\n            background: var(--accent);\n            animation: pulse 1s ease infinite;\n        }\n        .why-card .icon i {\n            font-size: 2rem;\n            color: var(--white);\n        }\n        .why-card h4 {\n            color: var(--primary);\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n        }\n        .why-card p {\n            color: var(--gray);\n            font-size: 0.95rem;\n        }\n        \/* Services Section *\/\n        .services {\n            background: var(--white);\n        }\n        .services-wrapper {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n        }\n        .services-category h3 {\n            font-size: 1.8rem;\n            color: var(--primary);\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--accent);\n        }\n        .service-item {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            padding: 20px;\n            background: var(--light-bg);\n            border-radius: 15px;\n            margin-bottom: 15px;\n            transition: all 0.4s ease;\n            cursor: pointer;\n        }\n        .service-item:hover {\n            background: var(--primary);\n            color: var(--white);\n            transform: translateX(10px);\n        }\n        .service-item:hover .service-icon {\n            background: var(--accent);\n        }\n        .service-icon {\n            width: 60px;\n            height: 60px;\n            background: var(--primary);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            transition: all 0.4s ease;\n        }\n        .service-icon i {\n            font-size: 1.5rem;\n            color: var(--white);\n        }\n        .service-item h4 {\n            font-size: 1.1rem;\n            font-weight: 600;\n        }\n        .service-item h4:hover {\n    color: #ffffff;\n}\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--accent) 0%, #a52d20 100%);\n            padding: 80px 0;\n            text-align: center;\n            color: var(--white);\n            position: relative;\n            overflow: hidden;\n        }\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            animation: float 6s ease-in-out infinite;\n        }\n        .cta-section .container {\n            position: relative;\n            z-index: 2;\n        }\n        .cta-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n        .cta-section p {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        .cta-btn {\n            display: inline-block;\n            background: var(--white);\n            color: var(--accent);\n            padding: 18px 50px;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.4s ease;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.2);\n        }\n        .cta-btn:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n        }\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .hero-content,\n            .legacy-content,\n            .om-grid,\n            .services-wrapper {\n                grid-template-columns: 1fr;\n            }\n            .leader-card {\n                grid-template-columns: 1fr;\n            }\n            .why-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .stats-bar {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        @media (max-width: 768px) {\n            .hero-text h1 {\n                font-size: 2rem;\n            }\n            .stats-bar {\n                grid-template-columns: 1fr;\n                margin-top: 23px;\n            }\n            .stat-item {\n                border-right: none;\n                border-bottom: 1px solid #eee;\n            }\n            .stat-item:last-child {\n                border-bottom: none;\n            }\n            .why-grid {\n                grid-template-columns: 1fr;\n            }\n            .section {\n                padding: 10px 0;\n            }\n            .leader-content {\n                padding: 30px;\n            }\n            .section-title h2 {\n                font-size: 1.8rem;\n            }\n            .cta-section h2 {\n                font-size: 1.8rem;\n            }\n            .hero {\n        padding: 15px 0;\n    }\n        }\n    <\/style>\n<p>    <!-- Hero Section --><\/p>\n<section>\n<h1>Company Profile<\/h1>\n<p>At <strong>Shuraa Business Setup<\/strong>, we are your one-stop solution for company formation in the UAE. Our expertise in business setup in Dubai ensures a seamless and efficient process for entrepreneurs and enterprises.<\/p>\n<p><strong>Founded in 2001 by Saeed Khalifa Mohammed Al Fuqaei<\/strong>, Shuraa Management &#038; Consultancy has become a trusted leader in business setup. Over the years, we have helped <strong>1,00,000+ entrepreneurs<\/strong> and multinational companies establish, expand, and manage their businesses in the UAE. With our global headquarters in Dubai and a strong presence in the UK and India, we provide expert guidance to businesses of all sizes across various industries.<\/p>\n<p>                    <img decoding=\"async\" src=\"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2022\/06\/2001.webp\" alt=\"Dubai Skyline\"><br \/>\n    <\/section>\n<p>    <!-- Stats Bar --><\/p>\n<h3>1,00,000+<\/h3>\n<p>Success Stories<\/p>\n<h3>150+<\/h3>\n<p>Professionals<\/p>\n<h3>16+<\/h3>\n<p>Nationalities<\/p>\n<h3>25+<\/h3>\n<p>Years Experience<\/p>\n<p>    <!-- Leadership Section --><\/p>\n<section>\n<h2>Leadership<\/h2>\n<p>            <!-- Chairman --><br \/>\n                    <img decoding=\"async\" src=\"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2025\/02\/saeed-khalifa-mohammed-al-fuqaei-.jpg\" alt=\"Mr. Saeed Khalifa Mohammed Al Fuqaei - Chairman of Shuraa Business Setup\"><\/p>\n<p>Chairman&#8217;s Profile<\/p>\n<h3>Mr Saeed Khalifa Mohammed Al Fuqaei<\/h3>\n<p>Shuraa was founded by Mr. Saeed Khalifa Mohammed Al Fuqaei, who envisioned transforming the UAE&#8217;s business landscape. Starting from humble beginnings as a small typing centre in old Dubai, he established Shuraa to empower entrepreneurs and multinational corporations (MNCs) by helping them incorporate, expand, and efficiently manage their businesses in the UAE. His leadership and vision have been instrumental in shaping Shuraa into a trusted name in the industry.<\/p>\n<p>                        Cultivating &#038; expanding the UAE&#8217;s entrepreneurial ecosystem is important. It creates a conducive environment for entrepreneurs &#038; investors and helps build a viable &#038; innovation-based economy.<br \/>\n    <\/section>\n<p>    <!-- Legacy Section --><\/p>\n<section>\n<h2>SHURAA: A LEGACY OF GROWTH AND INNOVATION<\/h2>\n<p>Shuraa Management &#038; Consultancy began as a humble typing centre in Dubai in 1997, founded by Mr. Saeed Khalifa Mohammed Al Fuqaei, a visionary Emirati entrepreneur. At the time, Dubai was emerging as a global business hub, attracting foreign investors and entrepreneurs eager to establish their presence there.<\/p>\n<p>However, due to language barriers and a lack of professional business consultancy services, navigating the UAE&#8217;s legal framework and company formation procedures proved challenging for many. Saeed Khalifa recognised this gap and launched Shuraa Business Setup in 2001, an initiative that would become the foundation of Shuraa Management &#038; Consultancy.<\/p>\n<p><a href=\"https:\/\/serverx10.shuraatech.com\/shuraa_india\/\">Shuraa India<\/a> quickly became a trusted partner for local and international businesses, simplifying <a href=\"https:\/\/serverx10.shuraatech.com\/shuraa_india\/register-company-dubai\/\">company formation<\/a> and compliance in the UAE. With an unwavering commitment to innovation and excellence, Saeed Khalifa has since expanded his investment portfolio, transforming Shuraa into a dynamic and diversified Shuraa Group\u2014a testament to his entrepreneurial foresight and dedication to empowering businesses in the UAE.<\/p>\n<p>                    <img decoding=\"async\" src=\"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2026\/01\/aspintowerdubai.webp\" alt=\"Dubai Business District\"><br \/>\n    <\/section>\n<p>    <!-- Objectives & Mission --><\/p>\n<section>\n<h3>Shuraa&#8217;s Objectives<\/h3>\n<p>At Shuraa India, we are driven by a singular vision\u2014to make business setup in Dubai effortless and rewarding for entrepreneurs worldwide. Our objectives reflect our unwavering commitment to innovation, efficiency, and excellence:<\/p>\n<ul>\n<li> Simplifying UAE Business Setup<\/li>\n<li> Providing All-in-One Business Solutions<\/li>\n<li> Empowering Investors &#038; Entrepreneurs<\/li>\n<\/ul>\n<h3>Shuraa&#8217;s Mission<\/h3>\n<p>Shuraa stands as a game changer for business success, aligning our mission with the UAE&#8217;s progressive vision:<\/p>\n<ul>\n<li> Driving Economic Growth<\/li>\n<li> Championing Dubai&#8217;s 2040 Urban Master Plan<\/li>\n<li> Fueling Entrepreneurial Success<\/li>\n<li> Bridging Global Entrepreneurs to the UAE<\/li>\n<\/ul>\n<p>At Shuraa, your business aspirations meet limitless possibilities.<\/p>\n<\/section>\n<p>    <!-- Why Choose Section --><\/p>\n<section>\n<h2>Why Choose Shuraa?<\/h2>\n<h4>1,00000+ Success Stories<\/h4>\n<p>Empowering businesses in the UAE since 2001.<\/p>\n<h4>Global Expertise<\/h4>\n<p>A powerhouse team of 150+ professionals from 16+ nationalities.<\/p>\n<h4>Multilingual &#038; Seasoned Advisors<\/h4>\n<p>Expert guidance in your language.<\/p>\n<h4>Your Trusted Local Partner<\/h4>\n<p>Reliable corporate sponsorship with transparency.<\/p>\n<h4>Exclusive In-House Tasheel Center<\/h4>\n<p>Fast-tracked government services under one roof.<\/p>\n<h4>Hassle-Free, Transparent Process<\/h4>\n<p>No hidden fees, just smooth company setup.<\/p>\n<h4>Customised Business Packages<\/h4>\n<p>Cost-effective solutions designed for your success.<\/p>\n<h4>DED-Approved Service Agents<\/h4>\n<p>Licensed experts for a seamless setup.<\/p>\n<h4>Strong Government Affiliations<\/h4>\n<p>Direct access to UAE authorities for efficiency.<\/p>\n<\/section>\n<p>    <!-- Services Section --><\/p>\n<section>\n<h2>Our Services<\/h2>\n<h3>Shuraa&#8217;s Services<\/h3>\n<h4>Company Formation &#038; Licensing<\/h4>\n<h4>Legal Representative Services<\/h4>\n<h4>VISA &#038; PRO Services<\/h4>\n<h4>VAT &#038; Tax Consulting<\/h4>\n<h4>Bank Account Assistance<\/h4>\n<h4>Investor Rights &#038; Protection<\/h4>\n<h3>Shuraa&#8217;s Value Added Services<\/h3>\n<h4>Business Centers &#038; Office Space<\/h4>\n<h4>Recruitment<\/h4>\n<h4>Digital Marketing<\/h4>\n<h4>Trademark Registration<\/h4>\n<h4>Accounting &#038; Auditing<\/h4>\n<h4>Golden Visa Services<\/h4>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Company Profile At Shuraa Business Setup, we are your one-stop solution for company formation in the UAE. Our expertise in business setup in Dubai ensures a seamless and efficient process for entrepreneurs and enterprises. Founded in 2001 by Saeed Khalifa Mohammed Al Fuqaei, Shuraa Management &#038; Consultancy has become a trusted leader in business setup. [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-539","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shuraa Company Profile | UAE Company Formation Experts<\/title>\n<meta name=\"description\" content=\"Shuraa Business Setup believes in delivering results! We ensure deep commitment towards working across organizations. shuraa company profile\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shuraa Company Profile | UAE Company Formation Experts\" \/>\n<meta property=\"og:description\" content=\"Shuraa Business Setup believes in delivering results! We ensure deep commitment towards working across organizations. shuraa company profile\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/\" \/>\n<meta property=\"og:site_name\" content=\"Shuraa India\" \/>\n<meta property=\"og:image\" content=\"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2022\/06\/2001.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/\",\"url\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/\",\"name\":\"Shuraa Company Profile | UAE Company Formation Experts\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/2001.webp\",\"datePublished\":\"2021-02-26T06:12:12+00:00\",\"description\":\"Shuraa Business Setup believes in delivering results! We ensure deep commitment towards working across organizations. shuraa company profile\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/#primaryimage\",\"url\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/2001.webp\",\"contentUrl\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/2001.webp\",\"width\":2048,\"height\":1365,\"caption\":\"2001\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/company-profile\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Company Profile\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/#website\",\"url\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/\",\"name\":\"Shuraa India\",\"description\":\"Shuraa India\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/serverx10.shuraatech.com\\\/shuraa_india\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Shuraa Company Profile | UAE Company Formation Experts","description":"Shuraa Business Setup believes in delivering results! We ensure deep commitment towards working across organizations. shuraa company profile","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Shuraa Company Profile | UAE Company Formation Experts","og_description":"Shuraa Business Setup believes in delivering results! We ensure deep commitment towards working across organizations. shuraa company profile","og_url":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/","og_site_name":"Shuraa India","og_image":[{"url":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2022\/06\/2001.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/","url":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/","name":"Shuraa Company Profile | UAE Company Formation Experts","isPartOf":{"@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/#website"},"primaryImageOfPage":{"@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/#primaryimage"},"image":{"@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/#primaryimage"},"thumbnailUrl":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2022\/06\/2001.webp","datePublished":"2021-02-26T06:12:12+00:00","description":"Shuraa Business Setup believes in delivering results! We ensure deep commitment towards working across organizations. shuraa company profile","breadcrumb":{"@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/#primaryimage","url":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2022\/06\/2001.webp","contentUrl":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-content\/uploads\/2022\/06\/2001.webp","width":2048,"height":1365,"caption":"2001"},{"@type":"BreadcrumbList","@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/company-profile\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/"},{"@type":"ListItem","position":2,"name":"Company Profile"}]},{"@type":"WebSite","@id":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/#website","url":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/","name":"Shuraa India","description":"Shuraa India","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-json\/wp\/v2\/pages\/539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-json\/wp\/v2\/comments?post=539"}],"version-history":[{"count":0,"href":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-json\/wp\/v2\/pages\/539\/revisions"}],"wp:attachment":[{"href":"https:\/\/serverx10.shuraatech.com\/shuraa_india\/wp-json\/wp\/v2\/media?parent=539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}