{"id":8358,"date":"2026-07-30T20:50:04","date_gmt":"2026-07-30T13:50:04","guid":{"rendered":"https:\/\/ruangjumad.com\/?page_id=8358"},"modified":"2026-07-31T01:01:28","modified_gmt":"2026-07-30T18:01:28","slug":"sekolah-binaan-2","status":"publish","type":"page","link":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/","title":{"rendered":"Sekolah Binaan"},"content":{"rendered":"<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-1'>\n<!-- STYLING CSS LENGKAP -->\n<style>\n  \/* Base Container Grid Sekolah Binaan (3 - 3 - 3) *\/\n  .grid-sekolah-container {\n    display: grid !important;\n    grid-template-columns: repeat(3, 1fr) !important;\n    gap: 16px !important;\n    margin-bottom: 40px !important;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    box-sizing: border-box !important;\n  }\n\n  \/* Desain Kartu Sekolah *\/\n  .card-sekolah-item {\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 12px !important;\n    padding: 18px 12px !important;\n    text-align: center !important;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.04) !important;\n    background-color: #ffffff !important;\n    display: flex !important;\n    flex-direction: column !important;\n    justify-content: space-between !important;\n    box-sizing: border-box !important;\n  }\n\n  \/* Lingkaran Logo Sekolah *\/\n  .logo-sekolah-box {\n    width: 65px !important;\n    height: 65px !important;\n    margin: 0 auto 12px auto !important;\n    border-radius: 50% !important;\n    background-color: #f8fafc !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    overflow: hidden !important;\n    border: 1px solid #cbd5e1 !important;\n  }\n\n  .logo-sekolah-box img {\n    width: 100% !important;\n    height: 100% !important;\n    object-fit: cover !important;\n  }\n\n  \/* Judul Nama Sekolah *\/\n  .card-sekolah-item h3 {\n    margin: 0 0 6px 0 !important;\n    color: #0f172a !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    line-height: 1.3 !important;\n  }\n\n  \/* Detail Kepala Sekolah & Link *\/\n  .card-sekolah-item .ks-text {\n    margin: 2px 0 !important;\n    color: #64748b !important;\n    font-size: 12px !important;\n  }\n\n  .card-sekolah-item .web-link {\n    margin: 4px 0 16px 0 !important;\n    font-size: 12px !important;\n  }\n\n  .card-sekolah-item .web-link a {\n    color: #2563eb !important;\n    text-decoration: none !important;\n    font-weight: 500 !important;\n  }\n\n  .card-sekolah-item .web-link a:hover {\n    text-decoration: underline !important;\n  }\n\n  \/* Tombol Masuk Portal *\/\n  .btn-portal-sekolah {\n    display: inline-block !important;\n    background-color: #1e3a8a !important;\n    color: #ffffff !important;\n    padding: 9px 14px !important;\n    border-radius: 6px !important;\n    text-decoration: none !important;\n    font-weight: 600 !important;\n    font-size: 12px !important;\n    box-shadow: 0 2px 4px rgba(30,58,138,0.2) !important;\n    transition: background-color 0.2s !important;\n  }\n\n  .btn-portal-sekolah:hover {\n    background-color: #1e40af !important;\n    color: #ffffff !important;\n  }\n\n  \/* STYLING PRAKTIK BAIK & DOKUMENTASI *\/\n  .pb-grid {\n    display: grid !important;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;\n    gap: 20px !important;\n    margin-top: 20px !important;\n    font-family: system-ui, -apple-system, sans-serif !important;\n  }\n\n  .pb-card {\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 12px !important;\n    overflow: hidden !important;\n    background: #ffffff !important;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.04) !important;\n    display: flex !important;\n    flex-direction: column !important;\n  }\n\n  .pb-img {\n    width: 100% !important;\n    height: 170px !important;\n    object-fit: cover !important;\n    background-color: #cbd5e1 !important;\n  }\n\n  .pb-content {\n    padding: 16px !important;\n    display: flex !important;\n    flex-direction: column !important;\n    justify-content: space-between !important;\n    flex-grow: 1 !important;\n  }\n\n  .pb-tag {\n    display: inline-block !important;\n    background-color: #eff6ff !important;\n    color: #1d4ed8 !important;\n    font-size: 11px !important;\n    font-weight: 700 !important;\n    padding: 4px 8px !important;\n    border-radius: 4px !important;\n    margin-bottom: 8px !important;\n    text-transform: uppercase !important;\n  }\n\n  .pb-title {\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin: 0 0 8px 0 !important;\n    line-height: 1.4 !important;\n  }\n\n  .pb-desc {\n    font-size: 12px !important;\n    color: #64748b !important;\n    margin: 0 0 15px 0 !important;\n    line-height: 1.5 !important;\n  }\n\n  .pb-link {\n    font-size: 12px !important;\n    color: #1e3a8a !important;\n    font-weight: 600 !important;\n    text-decoration: none !important;\n  }\n\n  .pb-link:hover {\n    text-decoration: underline !important;\n  }\n\n  \/* Media Query Responsif untuk HP *\/\n  @media (max-width: 768px) {\n    .grid-sekolah-container {\n      grid-template-columns: 1fr !important;\n    }\n  }\n<\/style>\n\n<!-- 1. BANNER PENGANTAR SATUAN PENDIDIKAN -->\n<div style=\"text-align: center; margin-bottom: 25px; padding: 20px 15px; background-color: #f1f5f9; border-radius: 12px; border-left: 5px solid #1e3a8a; font-family: system-ui, -apple-system, sans-serif;\">\n  <h2 style=\"color: #1e3a8a; margin-top: 0; font-size: 22px; font-weight: 700;\">Ruang Sekolah Binaan<\/h2>\n  <p style=\"color: #475569; max-width: 800px; margin: 0 auto; line-height: 1.5; font-size: 15px;\">\n    Hadirnya laman ini bukan sekadar sebagai media pemantauan, melainkan ruang hangat untuk tumbuh bersama. Di sini, setiap sekolah binaan adalah mitra strategis dalam mewujudkan ekosistem pendidikan yang lebih berkualitas. Mari kita manfaatkan ruang digital ini untuk memangkas jarak, mempercepat solusi, dan merayakan setiap pencapaian dalam perjalanan kita mencerdaskan kehidupan bangsa. Bersama kita bergerak, bersama kita berdampak.\n  <\/p>\n<\/div>\n\n<!-- 2. GRID 9 SEKOLAH BINAAN (SUSUNAN SIMETRIS 3 - 3 - 3) -->\n<div class=\"grid-sekolah-container\">\n\n  <!-- BARIS 1: Sekolah 1 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/03\/pagak.jpg\" alt=\"Logo SMAN 1 Pagak\">\n    <\/div>\n    <h3>SMAN 1 Pagak<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Rokhmawati Nur`Aini, S.Sos., S.Pd., MM<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/ruang-sekbin\/sma-negeri-1-pagak\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 1: Sekolah 2 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/logo1-2.jpg\" alt=\"Logo SMA Ar Rohmah Putra\">\n    <\/div>\n    <h3>SMA Ar Rohmah Putra<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Supardi,S.Pd.,MM<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/ruang-sekbin\/sma-arrohmah-dau\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 1: Sekolah 3 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/03\/md.jpg\" alt=\"Logo SMA Muhammadiyah 1 Kepanjen\">\n    <\/div>\n    <h3>SMA Muhammadiyah 1 Kepanjen<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Nurul Rochmarini, S.Pd.<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/sma-muhammadiyah-1-kepanjen\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 2: Sekolah 4 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/almun.jpg\" alt=\"Logo SMA Al Munawariyah Bululawang\">\n    <\/div>\n    <h3>SMA Al Munawariyah Bululawang<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Ahmad Fahrur Rozi, S.Pd.<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/sma-al-munawarriyah-bululawang\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 2: Sekolah 5 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/alhikmha.jpg\" alt=\"Logo SMA Islam Al Hikmah Bululawang\">\n    <\/div>\n    <h3>SMA Islam Al Hikmah Bululawang<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Nur Hamim, SE<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/sma-islam-al-hikmah-bululawang\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 2: Sekolah 6 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/mamba.jpg\" alt=\"Logo SMA Mamba'unnur Bululawang\">\n    <\/div>\n    <h3>SMA Mamba&#8217;unnur Bululawang<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Abd. Fauzie, SE<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/sma-mambaunnur-bululawang\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 3: Sekolah 7 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/maha.jpg\" alt=\"Logo SMA Mahaputra Ampelgading\">\n    <\/div>\n    <h3>SMA Mahaputra Ampelgading<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Wahyu Adi, S.Th<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/sma-mahaputra-ampelgading\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 3: Sekolah 8 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/ampel.jpg\" alt=\"Logo SMA Ampelgading\">\n    <\/div>\n    <h3>SMA Ampelgading<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Suwono, S.Pd<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/sma-ampelgading\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n  <!-- BARIS 3: Sekolah 9 -->\n  <div class=\"card-sekolah-item\">\n    <div class=\"logo-sekolah-box\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/ybpk.jpg\" alt=\"Logo SMA YBPK Pujiharjo Tirtoyudo\">\n    <\/div>\n    <h3>SMA YBPK Pujiharjo Tirtoyudo<\/h3>\n    <p class=\"ks-text\"><strong>Kepala Sekolah:<\/strong> Duto Saksono.S.Pd.<\/p>\n    <p class=\"web-link\"><a href=\"#\" target=\"_blank\">\ud83c\udf10 Website \/ Sosmed<\/a><\/p>\n    <div><a href=\"https:\/\/ruangjumad.com\/index.php\/sma-ybpk-pujiharjo-tirtoyudo\/\" class=\"btn-portal-sekolah\">Masuk Portal Sekolah \ud83d\udd10<\/a><\/div>\n  <\/div>\n\n<\/div>\n\n<!-- 3. BAGIAN DOKUMENTASI & PRAKTIK BAIK -->\n<div style=\"margin-top: 35px; font-family: system-ui, -apple-system, sans-serif;\">\n  <h3 style=\"border-bottom: 3px solid #1e3a8a; padding-bottom: 8px; color: #1e3a8a; display: inline-block; margin-bottom: 15px; font-size: 18px; font-weight: 700;\">Dokumentasi &#038; Praktik Baik<\/h3>\n  \n  <div class=\"pb-grid\">\n    \n    <!-- Artikel 1 -->\n    <div class=\"pb-card\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/03\/NAMA_FILE_FOTO_1.jpg\" alt=\"Pendampingan Coaching\" class=\"pb-img\">\n      <div class=\"pb-content\">\n        <div>\n          <span class=\"pb-tag\">Coaching Kepemimpinan<\/span>\n          <h4 class=\"pb-title\">Optimalisasi Komunitas Belajar Dalam Sekolah<\/h4>\n          <p class=\"pb-desc\">Pendampingan interaktif bersama kepala sekolah dan tim pengembang kurikulum dalam mengaktifkan Kombel berbasis refleksi pembelajaran.<\/p>\n        <\/div>\n        <a href=\"#\" class=\"pb-link\">Baca Selengkapnya &rarr;<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Artikel 2 -->\n    <div class=\"pb-card\">\n      <img decoding=\"async\" src=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/03\/NAMA_FILE_FOTO_2.jpg\" alt=\"Digitalisasi Manajemen\" class=\"pb-img\">\n      <div class=\"pb-content\">\n        <div>\n          <span class=\"pb-tag\">Transformasi Digital<\/span>\n          <h4 class=\"pb-title\">Pemanfaatan Tools Digital dalam Pengelolaan Kinerja<\/h4>\n          <p class=\"pb-desc\">Praktik baik pendampingan penyusunan RKAS dan evaluasi kinerja berbasis data digital di sekolah binaan.<\/p>\n        <\/div>\n        <a href=\"#\" class=\"pb-link\">Baca Selengkapnya &rarr;<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full.php","meta":{"footnotes":""},"class_list":["post-8358","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"id_ID\" \/>\n\t\t<meta property=\"og:site_name\" content=\"-\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Sekolah Binaan -\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/cropped-ini-logone-web2.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/cropped-ini-logone-web2.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-30T13:50:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-30T18:01:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Sekolah Binaan -\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/cropped-ini-logone-web2.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ruangjumad.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ruangjumad.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/#listItem\",\"name\":\"Sekolah Binaan\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/#listItem\",\"position\":2,\"name\":\"Sekolah Binaan\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ruangjumad.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/#organization\",\"name\":\"ruangjumad.pro\",\"url\":\"https:\\\/\\\/ruangjumad.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ruangjumad.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/cropped-ini-logone-web2.png\",\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/#organizationLogo\",\"width\":600,\"height\":128},\"image\":{\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/#webpage\",\"url\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/\",\"name\":\"Sekolah Binaan -\",\"inLanguage\":\"id-ID\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/index.php\\\/sekolah-binaan-2\\\/#breadcrumblist\"},\"datePublished\":\"2026-07-30T20:50:04+07:00\",\"dateModified\":\"2026-07-31T01:01:28+07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/#website\",\"url\":\"https:\\\/\\\/ruangjumad.com\\\/\",\"name\":\"ruangjumad.pro\",\"inLanguage\":\"id-ID\",\"publisher\":{\"@id\":\"https:\\\/\\\/ruangjumad.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Sekolah Binaan -","description":"","canonical_url":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ruangjumad.com#listItem","position":1,"name":"Home","item":"https:\/\/ruangjumad.com","nextItem":{"@type":"ListItem","@id":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/#listItem","name":"Sekolah Binaan"}},{"@type":"ListItem","@id":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/#listItem","position":2,"name":"Sekolah Binaan","previousItem":{"@type":"ListItem","@id":"https:\/\/ruangjumad.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/ruangjumad.com\/#organization","name":"ruangjumad.pro","url":"https:\/\/ruangjumad.com\/","logo":{"@type":"ImageObject","url":"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/cropped-ini-logone-web2.png","@id":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/#organizationLogo","width":600,"height":128},"image":{"@id":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/#webpage","url":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/","name":"Sekolah Binaan -","inLanguage":"id-ID","isPartOf":{"@id":"https:\/\/ruangjumad.com\/#website"},"breadcrumb":{"@id":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/#breadcrumblist"},"datePublished":"2026-07-30T20:50:04+07:00","dateModified":"2026-07-31T01:01:28+07:00"},{"@type":"WebSite","@id":"https:\/\/ruangjumad.com\/#website","url":"https:\/\/ruangjumad.com\/","name":"ruangjumad.pro","inLanguage":"id-ID","publisher":{"@id":"https:\/\/ruangjumad.com\/#organization"}}]},"og:locale":"id_ID","og:site_name":"-","og:type":"article","og:title":"Sekolah Binaan -","og:url":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/","og:image":"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/cropped-ini-logone-web2.png","og:image:secure_url":"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/cropped-ini-logone-web2.png","article:published_time":"2026-07-30T13:50:04+00:00","article:modified_time":"2026-07-30T18:01:28+00:00","twitter:card":"summary_large_image","twitter:title":"Sekolah Binaan -","twitter:image":"https:\/\/ruangjumad.com\/wp-content\/uploads\/2026\/02\/cropped-ini-logone-web2.png"},"aioseo_meta_data":{"post_id":"8358","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-30 13:50:04","updated":"2026-07-30 18:47:04","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ruangjumad.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSekolah Binaan\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ruangjumad.com"},{"label":"Sekolah Binaan","link":"https:\/\/ruangjumad.com\/index.php\/sekolah-binaan-2\/"}],"_links":{"self":[{"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/pages\/8358","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/comments?post=8358"}],"version-history":[{"count":25,"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/pages\/8358\/revisions"}],"predecessor-version":[{"id":8426,"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/pages\/8358\/revisions\/8426"}],"wp:attachment":[{"href":"https:\/\/ruangjumad.com\/index.php\/wp-json\/wp\/v2\/media?parent=8358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}