{"id":6413,"date":"2021-08-11T07:24:05","date_gmt":"2021-08-11T07:24:05","guid":{"rendered":"https:\/\/thekasyria.com\/?page_id=6413"},"modified":"2026-01-15T06:59:40","modified_gmt":"2026-01-15T06:59:40","slug":"%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7","status":"publish","type":"page","link":"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/","title":{"rendered":"\u0641\u0631\u064a\u0642\u0646\u0627"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6413\" class=\"elementor elementor-6413 elementor-422\">\n\t\t\t\t<div class=\"elementor-element elementor-element-897a7cd e-flex e-con-boxed e-con e-parent\" data-id=\"897a7cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3de810a elementor-widget elementor-widget-shortcode\" data-id=\"3de810a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <!-- CSS \u0645\u0639 \u062f\u0639\u0645 RTL\/LTR -->\n        <style>\n            \/* \u0645\u062a\u063a\u064a\u0631\u0627\u062a CSS \u062d\u0633\u0628 \u0627\u0644\u0627\u062a\u062c\u0627\u0647 *\/\n            .team-display-section {\n                --primary-color: #d32f2f;\n                --secondary-color: #ffebee;\n                --text-color: #333;\n                --light-color: #f9f9f9;\n                --shadow-color: rgba(211, 47, 47, 0.1);\n                --border-radius: 15px;\n                --transition-speed: 0.3s;\n                --team-gap: 30px;\n                \n                font-family: 'Segoe UI', 'Arial', sans-serif;\n                padding: 60px 20px;\n                background: var(--light-color);\n                direction: rtl;\n                text-align: right;\n            }\n            \n            .team-display-title {\n                text-align: center;\n                color: var(--primary-color);\n                font-size: 2.5em;\n                margin-bottom: 50px;\n                text-transform: uppercase;\n                position: relative;\n                font-weight: 700;\n            }\n            \n            .team-display-title:after {\n                content: '';\n                display: block;\n                width: 100px;\n                height: 4px;\n                background: var(--primary-color);\n                margin: 20px auto;\n                border-radius: 2px;\n            }\n            \n            .team-display-container {\n                display: grid;\n                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n                gap: var(--team-gap);\n                max-width: 1200px;\n                margin: 0 auto;\n            }\n            \n            .team-member-card {\n                background: white;\n                border-radius: var(--border-radius);\n                overflow: hidden;\n                box-shadow: 0 10px 30px var(--shadow-color);\n                transition: all var(--transition-speed) ease;\n                border-top: 5px solid var(--primary-color);\n                position: relative;\n                height: 100%;\n                display: flex;\n                flex-direction: column;\n            }\n            \n            .team-member-card:hover {\n                transform: translateY(-10px);\n                box-shadow: 0 20px 40px rgba(211, 47, 47, 0.2);\n            }\n            \n            .team-member-image-container {\n                padding: 30px 30px 0;\n                text-align: center;\n            }\n            \n            .team-member-image {\n                width: 180px;\n                height: 180px;\n                border-radius: 50%;\n                overflow: hidden;\n                margin: 0 auto;\n                border: 5px solid var(--secondary-color);\n                position: relative;\n            }\n            \n            .team-member-image img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                transition: transform 0.5s ease;\n            }\n            \n            .team-member-card:hover .team-member-image img {\n                transform: scale(1.1);\n            }\n            \n            .team-member-info {\n                padding: 25px;\n                flex-grow: 1;\n                display: flex;\n                flex-direction: column;\n            }\n            \n            .team-member-name {\n                color: var(--text-color);\n                font-size: 1.5em;\n                margin: 15px 0 10px;\n                font-weight: 700;\n                text-align: center;\n            }\n            \n            .team-member-position {\n                color: var(--primary-color);\n                font-size: 1.1em;\n                font-weight: 600;\n                margin: 10px 0;\n                padding: 8px 20px;\n                background: var(--secondary-color);\n                display: inline-block;\n                border-radius: 25px;\n                text-align: center;\n                align-self: center;\n            }\n            \n            .team-member-description {\n                color: #666;\n                line-height: 1.7;\n                margin-top: 20px;\n                font-size: 1em;\n                padding: 20px;\n                background: #fafafa;\n                border-radius: 10px;\n                border-left: 3px solid var(--primary-color);\n                flex-grow: 1;\n            }\n            \n            .team-member-meta {\n                display: flex;\n                justify-content: space-between;\n                margin-top: 20px;\n                padding-top: 20px;\n                border-top: 1px solid #eee;\n                font-size: 0.9em;\n                color: #777;\n            }\n            \n            .team-member-email,\n            .team-member-phone {\n                display: flex;\n                align-items: center;\n                gap: 8px;\n            }\n            \n            .team-social-icons {\n                display: flex;\n                justify-content: center;\n                gap: 10px;\n                margin-top: 25px;\n            }\n            \n            .team-social-icon {\n                width: 40px;\n                height: 40px;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                background: var(--primary-color);\n                color: white;\n                border-radius: 50%;\n                text-decoration: none;\n                transition: all 0.3s ease;\n                font-size: 1.1em;\n            }\n            \n            .team-social-icon:hover {\n                background: #b71c1c;\n                transform: translateY(-3px);\n            }\n            \n            \/* RTL \u0625\u0636\u0627\u0641\u064a\u0629 \u062f\u0639\u0645 *\/\n            .team-member-card[dir=\"rtl\"] .team-member-description {\n                text-align: right;\n            }\n            \n            .team-member-card[dir=\"ltr\"] .team-member-description {\n                text-align: left;\n            }\n            \n            \/* Responsive *\/\n            @media (max-width: 1024px) {\n                .team-display-container {\n                    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n                    gap: 25px;\n                }\n            }\n            \n            @media (max-width: 768px) {\n                .team-display-title {\n                    font-size: 2em;\n                }\n                \n                .team-display-container {\n                    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n                    gap: 20px;\n                }\n                \n                .team-member-image {\n                    width: 150px;\n                    height: 150px;\n                }\n            }\n            \n            @media (max-width: 480px) {\n                .team-display-container {\n                    grid-template-columns: 1fr;\n                }\n                \n                .team-display-section {\n                    padding: 40px 15px;\n                }\n            }\n        <\/style>\n        \n        <!-- HTML \u0645\u0639 \u062f\u0639\u0645 WPML -->\n        <section class=\"team-display-section\" dir=\"rtl\">\n            <h2 class=\"team-display-title\">\u0641\u0631\u064a\u0642 \u062a\u064a\u0633\u062a\u064a \u0628\u0631\u063a\u0631<\/h2>\n            \n            <div class=\"team-display-container\">\n                                    <div class=\"team-member-card\" dir=\"rtl\">\n                        <!-- \u0627\u0644\u0635\u0648\u0631\u0629 -->\n                        <div class=\"team-member-image-container\">\n                                                            <div class=\"team-member-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"192\" height=\"267\" src=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-8-1.webp\" class=\"attachment-medium size-medium\" alt=\"\u0627\u062d\u0645\u062f \u0627\u062f\u0631\u064a\u0633\" loading=\"lazy\" srcset=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-8-1.webp 192w, https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-8-1-150x209.webp 150w\" sizes=\"auto, (max-width: 192px) 100vw, 192px\" \/>                                <\/div>\n                                                    <\/div>\n                        \n                        <!-- \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a -->\n                        <div class=\"team-member-info\">\n                            <h3 class=\"team-member-name\">\u0627\u062d\u0645\u062f \u0627\u062f\u0631\u064a\u0633<\/h3>\n                            \n                                                            <div class=\"team-member-position\">\n                                    \u0627\u0644\u0645\u0624\u0633\u0633                                <\/div>\n                                                        \n                                                            <div class=\"team-member-description\">\n                                    <p>\u0634\u064a\u0641 \u0645\u0646 \u0627\u06442001 <\/p>\n                                <\/div>\n                                                        \n                            <!-- \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 -->\n                                                        \n                            <!-- \u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a -->\n                            <div class=\"team-social-icons\">\n                                                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"team-member-card\" dir=\"rtl\">\n                        <!-- \u0627\u0644\u0635\u0648\u0631\u0629 -->\n                        <div class=\"team-member-image-container\">\n                                                            <div class=\"team-member-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"168\" height=\"300\" src=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/portrait-professional-male-chef-business-pose_942559-16075-168x300.avif\" class=\"attachment-medium size-medium\" alt=\"\u0647\u0644\u0627\u0644 \u0627\u062d\u0645\u062f\" loading=\"lazy\" srcset=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/portrait-professional-male-chef-business-pose_942559-16075-168x300.avif 168w, https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/portrait-professional-male-chef-business-pose_942559-16075-150x268.avif 150w, https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/portrait-professional-male-chef-business-pose_942559-16075.avif 351w\" sizes=\"auto, (max-width: 168px) 100vw, 168px\" \/>                                <\/div>\n                                                    <\/div>\n                        \n                        <!-- \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a -->\n                        <div class=\"team-member-info\">\n                            <h3 class=\"team-member-name\">\u0647\u0644\u0627\u0644 \u0627\u062d\u0645\u062f<\/h3>\n                            \n                                                            <div class=\"team-member-position\">\n                                    \u0634\u064a\u0641                                <\/div>\n                                                        \n                                                            <div class=\"team-member-description\">\n                                    <p>10 \u0633\u0646\u064a\u0646 \u062e\u0628\u0631\u0629 \u0628\u0627\u0639\u062f\u0627\u062f \u0627\u0644\u0628\u0631\u063a\u0631 <\/p>\n                                <\/div>\n                                                        \n                            <!-- \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 -->\n                                                        \n                            <!-- \u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a -->\n                            <div class=\"team-social-icons\">\n                                                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"team-member-card\" dir=\"rtl\">\n                        <!-- \u0627\u0644\u0635\u0648\u0631\u0629 -->\n                        <div class=\"team-member-image-container\">\n                                                            <div class=\"team-member-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"192\" height=\"288\" src=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-9-1.webp\" class=\"attachment-medium size-medium\" alt=\"\u0633\u0627\u0631\u0629 \u0627\u0644\u0644\u062d\u0627\u0645\" loading=\"lazy\" srcset=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-9-1.webp 192w, https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-9-1-150x225.webp 150w\" sizes=\"auto, (max-width: 192px) 100vw, 192px\" \/>                                <\/div>\n                                                    <\/div>\n                        \n                        <!-- \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a -->\n                        <div class=\"team-member-info\">\n                            <h3 class=\"team-member-name\">\u0633\u0627\u0631\u0629 \u0627\u0644\u0644\u062d\u0627\u0645<\/h3>\n                            \n                                                            <div class=\"team-member-position\">\n                                    \u0643\u0627\u0634\u064a\u0631                                <\/div>\n                                                        \n                                                            <div class=\"team-member-description\">\n                                    <p>\u0633\u0646\u062a\u064a\u0646 \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629<\/p>\n                                <\/div>\n                                                        \n                            <!-- \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 -->\n                                                        \n                            <!-- \u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a -->\n                            <div class=\"team-social-icons\">\n                                                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"team-member-card\" dir=\"rtl\">\n                        <!-- \u0627\u0644\u0635\u0648\u0631\u0629 -->\n                        <div class=\"team-member-image-container\">\n                                                            <div class=\"team-member-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"180\" src=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-6-1.webp\" class=\"attachment-medium size-medium\" alt=\"\u0633\u0639\u064a\u062f \u0623\u062d\u0645\u062f\" loading=\"lazy\" srcset=\"https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-6-1.webp 270w, https:\/\/thekasyria.com\/wp-content\/uploads\/2025\/12\/OIP-6-1-150x100.webp 150w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>                                <\/div>\n                                                    <\/div>\n                        \n                        <!-- \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a -->\n                        <div class=\"team-member-info\">\n                            <h3 class=\"team-member-name\">\u0633\u0639\u064a\u062f \u0623\u062d\u0645\u062f<\/h3>\n                            \n                                                            <div class=\"team-member-position\">\n                                    \u0634\u064a\u0641                                <\/div>\n                                                        \n                                                            <div class=\"team-member-description\">\n                                    <p>3 \u0633\u0646\u0648\u0627\u062a \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629<\/p>\n                                <\/div>\n                                                        \n                            <!-- \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 -->\n                                                        \n                            <!-- \u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a -->\n                            <div class=\"team-social-icons\">\n                                                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/section>\n        \n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6413","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0641\u0631\u064a\u0642\u0646\u0627 - Taste Burger<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0641\u0631\u064a\u0642\u0646\u0627 - Taste Burger\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/\" \/>\n<meta property=\"og:site_name\" content=\"Taste Burger\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T06:59:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u062f\u0642\u064a\u0642\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/\",\"url\":\"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/\",\"name\":\"\u0641\u0631\u064a\u0642\u0646\u0627 - Taste Burger\",\"isPartOf\":{\"@id\":\"https:\/\/thekasyria.com\/ar\/#website\"},\"datePublished\":\"2021-08-11T07:24:05+00:00\",\"dateModified\":\"2026-01-15T06:59:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/thekasyria.com\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0641\u0631\u064a\u0642\u0646\u0627\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thekasyria.com\/ar\/#website\",\"url\":\"https:\/\/thekasyria.com\/ar\/\",\"name\":\"Taste Burger\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/thekasyria.com\/ar\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thekasyria.com\/ar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/thekasyria.com\/ar\/#organization\",\"name\":\"Taste Burger\",\"url\":\"https:\/\/thekasyria.com\/ar\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/thekasyria.com\/ar\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/thekasyria.com\/wp-content\/uploads\/2026\/01\/cropped-nkl.png\",\"contentUrl\":\"https:\/\/thekasyria.com\/wp-content\/uploads\/2026\/01\/cropped-nkl.png\",\"width\":686,\"height\":250,\"caption\":\"Taste Burger\"},\"image\":{\"@id\":\"https:\/\/thekasyria.com\/ar\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0641\u0631\u064a\u0642\u0646\u0627 - Taste Burger","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":"ar_AR","og_type":"article","og_title":"\u0641\u0631\u064a\u0642\u0646\u0627 - Taste Burger","og_url":"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/","og_site_name":"Taste Burger","article_modified_time":"2026-01-15T06:59:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"1 \u062f\u0642\u064a\u0642\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/","url":"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/","name":"\u0641\u0631\u064a\u0642\u0646\u0627 - Taste Burger","isPartOf":{"@id":"https:\/\/thekasyria.com\/ar\/#website"},"datePublished":"2021-08-11T07:24:05+00:00","dateModified":"2026-01-15T06:59:40+00:00","breadcrumb":{"@id":"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thekasyria.com\/ar\/%d9%81%d8%b1%d9%8a%d9%82%d9%86%d8%a7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/thekasyria.com\/ar\/"},{"@type":"ListItem","position":2,"name":"\u0641\u0631\u064a\u0642\u0646\u0627"}]},{"@type":"WebSite","@id":"https:\/\/thekasyria.com\/ar\/#website","url":"https:\/\/thekasyria.com\/ar\/","name":"Taste Burger","description":"","publisher":{"@id":"https:\/\/thekasyria.com\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thekasyria.com\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/thekasyria.com\/ar\/#organization","name":"Taste Burger","url":"https:\/\/thekasyria.com\/ar\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/thekasyria.com\/ar\/#\/schema\/logo\/image\/","url":"https:\/\/thekasyria.com\/wp-content\/uploads\/2026\/01\/cropped-nkl.png","contentUrl":"https:\/\/thekasyria.com\/wp-content\/uploads\/2026\/01\/cropped-nkl.png","width":686,"height":250,"caption":"Taste Burger"},"image":{"@id":"https:\/\/thekasyria.com\/ar\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/pages\/6413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/comments?post=6413"}],"version-history":[{"count":7,"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/pages\/6413\/revisions"}],"predecessor-version":[{"id":7401,"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/pages\/6413\/revisions\/7401"}],"wp:attachment":[{"href":"https:\/\/thekasyria.com\/ar\/wp-json\/wp\/v2\/media?parent=6413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}