{"id":1782,"date":"2020-09-10T11:28:04","date_gmt":"2020-09-10T03:28:04","guid":{"rendered":"https:\/\/jiugagames.com\/about\/"},"modified":"2026-01-05T17:51:17","modified_gmt":"2026-01-05T09:51:17","slug":"about","status":"publish","type":"page","link":"https:\/\/jiugagames.com\/en\/about\/","title":{"rendered":"About Us"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><link  rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/swiper@8\/swiper-bundle.min.css\" \/>\r\n<script src=\"https:\/\/unpkg.com\/swiper@8\/swiper-bundle.min.js\"><\/script>\t\r\n<div id='hero-slider' class='swiper hero-section-slider'><div class='swiper-wrapper'><div class=\"swiper-slide\" ><div class=\"dk\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/09\/Arctic-Party-Adventure_Banner_\u5de5\u4f5c\u5340\u57df-1-\u8907\u672c-1.jpg)\" title=\"Arctic Party Adventure\"><\/div><div class=\"mo\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/09\/Arctic-Party-Adventure_Banner_\u5de5\u4f5c\u5340\u57df-1-\u8907\u672c-1.jpg)\" title=\"Arctic Party Adventure\"><\/div><\/div><div class=\"swiper-slide\" ><div class=\"dk\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/09\/Cat_website_banner_\u5de5\u4f5c\u5340\u57df-1-\u8907\u672c.jpg)\" title=\"Cat\"><\/div><div class=\"mo\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/09\/Cat_website_banner_\u5de5\u4f5c\u5340\u57df-1-\u8907\u672c.jpg)\" title=\"Cat\"><\/div><\/div><div class=\"swiper-slide\" ><div class=\"dk\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/07\/Web-Banner_\u5de5\u4f5c\u5340\u57df-1-1.webp)\" title=\"Free Delivery\"><\/div><div class=\"mo\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/07\/Web-Banner_\u5de5\u4f5c\u5340\u57df-1-1.webp)\" title=\"Free Delivery\"><\/div><\/div><div class=\"swiper-slide\" ><div class=\"dk\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/08\/Sneaker-war_banner-3.jpg)\" title=\"Product Sneaker\"><\/div><div class=\"mo\" style=\"background-image:url(https:\/\/jiugagames.com\/wp-content\/uploads\/2025\/08\/Sneaker-war_banner-3.jpg)\" title=\"Product Sneaker\"><\/div><\/div><\/div><div class=\"swiper-pagination\"><\/div><div class=\"fix-width\"><div class=\"swiper-button-prev\"><\/div><div class=\"swiper-button-next\"><\/div><\/div><\/div>\r\n<script>\r\n jQuery(document).ready(function(){\r\n     \r\n     var numOfSlide = jQuery('#hero-slider.swiper').length;\r\n     var sliderID = jQuery('#hero-slider.swiper');\r\n     var sliderPrev =  jQuery('.hero-section-slider .swiper-button-prev');\r\n     var sliderNext =  jQuery('.hero-section-slider .swiper-button-next');\r\n     var pagination =  jQuery('.hero-section-slider .swiper-pagination');\r\n     \/\/var $swiper = jQuery(\".swiper\");\r\n    var $bottomSlide = null; \/\/ Slide whose content gets 'extracted' and placed\r\n     \/\/ into a fixed position for animation purposes\r\n    var $bottomSlideContent = null; \r\n       if( numOfSlide > 0){\r\n         for ( let i = 0; i < numOfSlide; i++ ) {\r\n             jQuery(sliderID[i]).addClass('s'+i );\r\n               jQuery(sliderPrev[i]).addClass( 'n'+i );\r\n            jQuery(sliderNext[i]).addClass( 'n'+i );\r\n             jQuery(pagination[i]).addClass( 'n'+i );\r\n            var hero = new Swiper('#hero-slider.swiper', {\r\n             spaceBetween: 0,   \r\n    slidesPerView: 'auto',\r\n    centeredSlides: true,\r\n    speed: 1000,            \r\n    loop: true,\r\n              roundLengths: true,\r\n    loopAdditionalSlides: 2,\r\n     autoplay: {\r\n  delay: 3000,\r\n  disableOnInteraction: false,\r\n}, \r\n           \r\n                 pagination: {\r\n        el: \".swiper-pagination.n\"+i,\r\n        clickable: true,\r\n        renderBullet: function (index, className) {\r\n          return '<span class=\"' + className + '\"><\/span>';\r\n        },\r\n      },\r\n                  breakpoints: { \r\n      320: {  \/\/\u5f53\u5c4f\u5e55\u5bbd\u5ea6\u5927\u4e8e\u7b49\u4e8e320\r\n        slidesPerView: 1,\r\n          slidesPerView: 1,\r\n      },\r\n      768: {  \/\/\u5f53\u5c4f\u5e55\u5bbd\u5ea6\u5927\u4e8e\u7b49\u4e8e768 \r\n        slidesPerView: 1,\r\n          slidesPerView: 'auto',\r\n      },\r\n      1280: {  \/\/\u5f53\u5c4f\u5e55\u5bbd\u5ea6\u5927\u4e8e\u7b49\u4e8e1280\r\n        slidesPerView: 1,\r\n          slidesPerView: 'auto',\r\n      },\r\n      },\r\n    navigation: {\r\n       nextEl: '.swiper-button-next.n'+i,\r\n    prevEl: '.swiper-button-prev.n'+i,\r\n       disabledClass: 'disabled_swiper_button'\r\n      },\r\n      \r\n});\r\n               \/\/centerA.on('slideChange', function () {\r\n  \/\/console.log('slide changed');\r\n\/\/});\r\n }\r\n   \r\n       }\r\n   \r\n    });\r\n\r\n<\/script><\/div>\n<\/div>\n\n\n\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns w1024 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns w1024 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column character is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"208\" height=\"383\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete.png\" alt=\"\" class=\"wp-image-386\" srcset=\"https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete.png 208w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete-163x300.png 163w\" sizes=\"(max-width: 208px) 100vw, 208px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<h1 class=\"wp-block-heading has-text-align-center heading\">About Us<\/h1>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center subhead\">-Behind The Brand-<\/h2>\n\n\n\n<p>JIUGA Games \u2013 Board Game Brand from Hong Kong<\/p>\n\n\n\n<p>JIUGA Games, under Be Prepared Ltd., was founded by three fathers who share a passion for board games. Concerned about the prevalence of digital entertainment, they aimed to provide children with meaningful alternatives. They design portable and visually appealing tabletop games that encourage parents and children to play together, strengthening family bonds through joyful interaction. We believe that physical games offer irreplaceable interpersonal experiences, bringing friends and families closer.<\/p>\n\n\n\n<p>As the brand evolved, JIUGA Games began integrating elements of Hong Kong local culture into its designs. These unique games are not only ideal for family gatherings and parties but also serve as engaging tools for team building, offering fun challenges that foster teamwork and strategic thinking.<\/p>\n\n\n\n<p>Furthermore, JIUGA Games has collaborated with several renowned local illustrators to co-create distinctive games that blend artistic creativity with playfulness. These innovative products have not only been recognized for their educational value but have also gained popularity among diverse age groups for their originality and engaging content.<\/p>\n\n\n\n<p>The brand is represented by two adorable penguin mascots, PETE and GULU, symbolizing partnership and companionship \u2013 core values that JIUGA Games strives to convey through every game experience.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column character is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"220\" height=\"383\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gulu.png\" alt=\"\" class=\"wp-image-387\" srcset=\"https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gulu.png 220w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gulu-172x300.png 172w\" sizes=\"(max-width: 220px) 100vw, 220px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-columns w1024 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center subhead\">-Award-winning Works-<\/h2>\n\n\n\n<div class=\"wp-block-columns is-not-stacked-on-mobile w1024 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"391\" height=\"335\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/award_slime_frontier.png\" alt=\"\" class=\"wp-image-404\" srcset=\"https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/award_slime_frontier.png 391w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/award_slime_frontier-300x257.png 300w\" sizes=\"(max-width: 391px) 100vw, 391px\" \/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"391\" height=\"335\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/award_people_choice_award2022.png\" alt=\"\" class=\"wp-image-405\" srcset=\"https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/award_people_choice_award2022.png 391w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/award_people_choice_award2022-300x257.png 300w\" sizes=\"(max-width: 391px) 100vw, 391px\" \/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2025\/04\/award_merit-1.png\" alt=\"\" class=\"wp-image-2119\"\/><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns w1024 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"384\" height=\"383\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/slime-frontier.jpg\" alt=\"\" class=\"wp-image-411\" srcset=\"https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/slime-frontier.jpg 384w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/slime-frontier-300x300.jpg 300w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/slime-frontier-150x150.jpg 150w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/slime-frontier-100x100.jpg 100w\" sizes=\"(max-width: 384px) 100vw, 384px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center\">Charitable activities are one of our focal points. We hope that through our games, every child will have an equal opportunity to enjoy the sense of fulfilment that games bring them. In 2019, we donated Slime Frontier to two different charitable organizations.<\/p>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-columns w1024 gallery is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"alignright size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"435\" height=\"435\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery1.jpg\" alt=\"\" class=\"wp-image-422\" srcset=\"https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery1.jpg 435w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery1-300x300.jpg 300w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery1-150x150.jpg 150w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery1-100x100.jpg 100w\" sizes=\"(max-width: 435px) 100vw, 435px\" \/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"alignleft size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"435\" height=\"435\" src=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery2.jpg\" alt=\"\" class=\"wp-image-423\" srcset=\"https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery2.jpg 435w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery2-300x300.jpg 300w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery2-150x150.jpg 150w, https:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/gallery2-100x100.jpg 100w\" sizes=\"(max-width: 435px) 100vw, 435px\" \/><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns w1024 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Hong Chi Association\/Special Educational Needs &amp; Parents Association, SENPA<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">We are creating new boardgames! Please stay tuned!<\/h2>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>About Us -Behind The Brand- JIUGA Games \u2013 Board Game Brand from Hong Kong JIUGA Games, under Be Prepared Ltd., was founded by three fathers who share a passion for board games. Concerned about the prevalence of digital entertainment, they aimed to provide children with meaningful alternatives. They design portable and visually appealing tabletop games <a href=\"https:\/\/jiugagames.com\/en\/about\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  About Us<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-home.php","meta":{"_acf_changed":false,"content-type":"","om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-1782","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About Us - JIUGA GAMES<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jiugagames.com\/en\/about\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us - JIUGA GAMES\" \/>\n<meta property=\"og:description\" content=\"About Us -Behind The Brand- JIUGA Games \u2013 Board Game Brand from Hong Kong JIUGA Games, under Be Prepared Ltd., was founded by three fathers who share a passion for board games. Concerned about the prevalence of digital entertainment, they aimed to provide children with meaningful alternatives. They design portable and visually appealing tabletop games ... About Us\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jiugagames.com\/en\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"JIUGA GAMES\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-05T09:51:17+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete.png\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/\",\"url\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/\",\"name\":\"About Us - JIUGA GAMES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/jiugagames.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/pete.png\",\"datePublished\":\"2020-09-10T03:28:04+00:00\",\"dateModified\":\"2026-01-05T09:51:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/#primaryimage\",\"url\":\"http:\\\/\\\/jiugagames.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/pete.png\",\"contentUrl\":\"http:\\\/\\\/jiugagames.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/pete.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/\",\"name\":\"JIUGA GAMES\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jiugagames.com\\\/en\\\/?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":"About Us - JIUGA GAMES","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jiugagames.com\/en\/about\/","og_locale":"en_US","og_type":"article","og_title":"About Us - JIUGA GAMES","og_description":"About Us -Behind The Brand- JIUGA Games \u2013 Board Game Brand from Hong Kong JIUGA Games, under Be Prepared Ltd., was founded by three fathers who share a passion for board games. Concerned about the prevalence of digital entertainment, they aimed to provide children with meaningful alternatives. They design portable and visually appealing tabletop games ... About Us","og_url":"https:\/\/jiugagames.com\/en\/about\/","og_site_name":"JIUGA GAMES","article_modified_time":"2026-01-05T09:51:17+00:00","og_image":[{"url":"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jiugagames.com\/en\/about\/","url":"https:\/\/jiugagames.com\/en\/about\/","name":"About Us - JIUGA GAMES","isPartOf":{"@id":"https:\/\/jiugagames.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jiugagames.com\/en\/about\/#primaryimage"},"image":{"@id":"https:\/\/jiugagames.com\/en\/about\/#primaryimage"},"thumbnailUrl":"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete.png","datePublished":"2020-09-10T03:28:04+00:00","dateModified":"2026-01-05T09:51:17+00:00","breadcrumb":{"@id":"https:\/\/jiugagames.com\/en\/about\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jiugagames.com\/en\/about\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jiugagames.com\/en\/about\/#primaryimage","url":"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete.png","contentUrl":"http:\/\/jiugagames.com\/wp-content\/uploads\/2024\/05\/pete.png"},{"@type":"BreadcrumbList","@id":"https:\/\/jiugagames.com\/en\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/jiugagames.com\/en\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/jiugagames.com\/en\/#website","url":"https:\/\/jiugagames.com\/en\/","name":"JIUGA GAMES","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jiugagames.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/pages\/1782","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/comments?post=1782"}],"version-history":[{"count":13,"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/pages\/1782\/revisions"}],"predecessor-version":[{"id":3606,"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/pages\/1782\/revisions\/3606"}],"wp:attachment":[{"href":"https:\/\/jiugagames.com\/en\/wp-json\/wp\/v2\/media?parent=1782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}