{"id":138,"date":"2026-08-31T20:54:30","date_gmt":"2026-08-31T13:54:30","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=138"},"modified":"2026-08-31T20:57:29","modified_gmt":"2026-08-31T13:57:29","slug":"site-assessment-engineering","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/site-assessment-engineering\/","title":{"rendered":"Site Assessment &amp; Engineering"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 SITE ASSESSMENT & ENGINEERING\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.sa-page {\n    --sa-yellow: #f7b900;\n    --sa-yellow-dark: #d99f00;\n    --sa-navy: #15213b;\n    --sa-blue: #214c88;\n    --sa-cyan: #31a9e1;\n    --sa-cyan-light: #dff5ff;\n    --sa-green: #19a974;\n    --sa-text: #202b3d;\n    --sa-muted: #667085;\n    --sa-border: #e4e9f0;\n    --sa-light: #f7f9fc;\n\n    font-family: inherit;\n    color: var(--sa-text);\n    line-height: 1.6;\n    overflow: hidden;\n}\n\n.sa-page *,\n.sa-page *::before,\n.sa-page *::after {\n    box-sizing: border-box;\n}\n\n.sa-page a {\n    text-decoration: none;\n}\n\n.sa-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.sa-section {\n    padding: 88px 0;\n}\n\n.sa-light {\n    background: var(--sa-light);\n}\n\n.sa-dark {\n    color: white;\n    background:\n        radial-gradient(circle at 85% 15%, rgba(49,169,225,.16), transparent 28%),\n        linear-gradient(135deg, #111c34 0%, #1a2948 100%);\n}\n\n.sa-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 14px;\n    color: var(--sa-blue);\n    text-transform: uppercase;\n    letter-spacing: 1.6px;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.sa-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 3px;\n    background: var(--sa-yellow);\n    border-radius: 3px;\n}\n\n.sa-dark .sa-eyebrow {\n    color: #8bd5f7;\n}\n\n.sa-title {\n    margin: 0;\n    color: var(--sa-navy);\n    font-size: clamp(32px,4vw,48px);\n    line-height: 1.12;\n    letter-spacing: -1px;\n}\n\n.sa-dark .sa-title {\n    color: white;\n}\n\n.sa-lead {\n    max-width: 820px;\n    margin: 22px 0 0;\n    color: var(--sa-muted);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n.sa-dark .sa-lead {\n    color: #c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.sa-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 34px;\n}\n\n.sa-btn {\n    min-height: 50px;\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 23px;\n    border-radius: 7px;\n    font-size: 15px;\n    font-weight: 800;\n    transition: .2s ease;\n}\n\n.sa-btn-primary {\n    background: var(--sa-yellow);\n    color: var(--sa-navy);\n}\n\n.sa-btn-primary:hover {\n    background: #ffc729;\n    color: var(--sa-navy);\n    transform: translateY(-2px);\n}\n\n.sa-btn-secondary {\n    border: 1px solid rgba(255,255,255,.34);\n    color: white;\n    background: rgba(255,255,255,.05);\n}\n\n.sa-btn-secondary:hover {\n    color: white;\n    background: rgba(255,255,255,.11);\n}\n\n.sa-btn-dark {\n    background: var(--sa-navy);\n    color: white;\n}\n\n.sa-btn-dark:hover {\n    color: white;\n    background: #223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.sa-hero {\n    position: relative;\n    min-height: 690px;\n    display: flex;\n    align-items: center;\n    color: white;\n    background:\n        radial-gradient(circle at 80% 23%, rgba(49,169,225,.24), transparent 28%),\n        radial-gradient(circle at 92% 78%, rgba(247,185,0,.12), transparent 25%),\n        linear-gradient(135deg, #101a30 0%, #193158 60%, #175477 100%);\n}\n\n.sa-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);\n    background-size: 42px 42px;\n}\n\n.sa-hero-inner {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: 1.02fr .98fr;\n    gap: 65px;\n    align-items: center;\n    padding: 90px 0;\n}\n\n.sa-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    margin-bottom: 22px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,.20);\n    background: rgba(255,255,255,.07);\n    color: #d8e7f7;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.sa-badge-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--sa-yellow);\n    box-shadow: 0 0 0 5px rgba(247,185,0,.12);\n}\n\n.sa-hero h1 {\n    margin: 0;\n    color: white;\n    font-size: clamp(44px,5.8vw,70px);\n    line-height: 1.02;\n    letter-spacing: -2.2px;\n}\n\n.sa-hero h1 span {\n    color: var(--sa-yellow);\n}\n\n.sa-hero-copy {\n    max-width: 690px;\n    margin: 26px 0 0;\n    color: #d4e0ee;\n    font-size: 19px;\n    line-height: 1.75;\n}\n\n\n\/* =========================================================\n   HERO ASSESSMENT PANEL\n   ========================================================= *\/\n\n.sa-assessment-panel {\n    padding: 27px;\n    border-radius: 18px;\n    background: rgba(12,27,50,.80);\n    border: 1px solid rgba(255,255,255,.14);\n    box-shadow: 0 30px 70px rgba(0,0,0,.25);\n    backdrop-filter: blur(12px);\n}\n\n.sa-panel-label {\n    color: #8bd5f7;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n}\n\n.sa-assessment-flow {\n    display: grid;\n    gap: 9px;\n}\n\n.sa-assessment-step {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 13px;\n    align-items: center;\n    padding: 13px;\n    border-radius: 9px;\n    background: rgba(255,255,255,.045);\n    border: 1px solid rgba(255,255,255,.08);\n}\n\n.sa-step-no {\n    width: 36px;\n    height: 36px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 8px;\n    background: rgba(49,169,225,.12);\n    color: #91dcfd;\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.sa-assessment-step strong {\n    display: block;\n    color: white;\n    font-size: 13px;\n}\n\n.sa-assessment-step span {\n    display: block;\n    margin-top: 2px;\n    color: #9fb0c5;\n    font-size: 11px;\n}\n\n\n\/* =========================================================\n   PROBLEMS\n   ========================================================= *\/\n\n.sa-problem-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.sa-card {\n    padding: 28px;\n    background: white;\n    border: 1px solid var(--sa-border);\n    border-radius: 13px;\n}\n\n.sa-card-icon {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    border-radius: 10px;\n    background: #fff5d5;\n    color: #b57e00;\n    font-weight: 900;\n}\n\n.sa-card h3 {\n    margin: 0 0 10px;\n    color: var(--sa-navy);\n    font-size: 19px;\n}\n\n.sa-card p {\n    margin: 0;\n    color: var(--sa-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   ASSESSMENT AREAS\n   ========================================================= *\/\n\n.sa-area-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.sa-area {\n    padding: 27px;\n    border-radius: 13px;\n    background: rgba(255,255,255,.055);\n    border: 1px solid rgba(255,255,255,.11);\n}\n\n.sa-area-no {\n    color: var(--sa-yellow);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.sa-area h3 {\n    margin: 11px 0 9px;\n    color: white;\n    font-size: 19px;\n}\n\n.sa-area p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   DELIVERABLES\n   ========================================================= *\/\n\n.sa-deliver-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.sa-deliver {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 16px;\n    padding: 24px;\n    border-radius: 12px;\n    border: 1px solid var(--sa-border);\n    background: white;\n}\n\n.sa-check {\n    width: 38px;\n    height: 38px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #ecf8f4;\n    color: var(--sa-green);\n    font-weight: 900;\n}\n\n.sa-deliver h3 {\n    margin: 0 0 6px;\n    color: var(--sa-navy);\n    font-size: 17px;\n}\n\n.sa-deliver p {\n    margin: 0;\n    color: var(--sa-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PRODUCT PATH\n   ========================================================= *\/\n\n.sa-product-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.sa-product {\n    padding: 26px;\n    border: 1px solid var(--sa-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.sa-product-type {\n    color: var(--sa-blue);\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.sa-product h3 {\n    margin: 8px 0;\n    color: var(--sa-navy);\n    font-size: 20px;\n}\n\n.sa-product p {\n    margin: 0;\n    color: var(--sa-muted);\n    font-size: 13px;\n}\n\n.sa-product-link {\n    display: inline-block;\n    margin-top: 17px;\n    color: var(--sa-blue);\n    font-size: 12px;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   PROCESS\n   ========================================================= *\/\n\n.sa-process-grid {\n    display: grid;\n    grid-template-columns: repeat(5,1fr);\n    gap: 16px;\n    margin-top: 48px;\n}\n\n.sa-process {\n    padding: 24px;\n    background: rgba(255,255,255,.055);\n    border: 1px solid rgba(255,255,255,.11);\n    border-radius: 13px;\n}\n\n.sa-process-num {\n    color: var(--sa-yellow);\n    font-size: 28px;\n    font-weight: 900;\n    line-height: 1;\n}\n\n.sa-process h3 {\n    margin: 14px 0 8px;\n    color: white;\n    font-size: 16px;\n}\n\n.sa-process p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n\n\/* =========================================================\n   CUSTOMER INPUT\n   ========================================================= *\/\n\n.sa-input-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.sa-input {\n    padding: 24px;\n    border-radius: 12px;\n    background: white;\n    border: 1px solid var(--sa-border);\n}\n\n.sa-input strong {\n    display: block;\n    color: var(--sa-navy);\n    font-size: 15px;\n}\n\n.sa-input span {\n    display: block;\n    margin-top: 6px;\n    color: var(--sa-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   OUTCOMES\n   ========================================================= *\/\n\n.sa-outcome-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.sa-outcome {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid var(--sa-border);\n    background: white;\n}\n\n.sa-outcome-no {\n    color: var(--sa-yellow-dark);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.sa-outcome h3 {\n    margin: 10px 0 8px;\n    color: var(--sa-navy);\n    font-size: 18px;\n}\n\n.sa-outcome p {\n    margin: 0;\n    color: var(--sa-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   ENGAGEMENT OPTIONS\n   ========================================================= *\/\n\n.sa-option-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.sa-option {\n    padding: 30px;\n    border-radius: 15px;\n    background: white;\n    border: 1px solid var(--sa-border);\n    position: relative;\n}\n\n.sa-option-featured {\n    border: 2px solid var(--sa-yellow);\n    transform: translateY(-6px);\n    box-shadow: 0 17px 42px rgba(20,35,60,.09);\n}\n\n.sa-option-badge {\n    position: absolute;\n    top: 18px;\n    right: 18px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    background: #fff4cc;\n    color: #966c00;\n    font-size: 9px;\n    font-weight: 900;\n    text-transform: uppercase;\n}\n\n.sa-option-type {\n    color: var(--sa-blue);\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n}\n\n.sa-option h3 {\n    margin: 8px 0;\n    color: var(--sa-navy);\n    font-size: 24px;\n}\n\n.sa-option p {\n    margin: 0;\n    color: var(--sa-muted);\n    font-size: 13px;\n}\n\n.sa-option-list {\n    margin: 20px 0 0;\n    padding: 18px 0 0 18px;\n    border-top: 1px solid var(--sa-border);\n    color: var(--sa-muted);\n    font-size: 13px;\n}\n\n.sa-option-list li {\n    margin: 7px 0;\n}\n\n.sa-option .sa-btn {\n    width: 100%;\n    margin-top: 21px;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.sa-faq {\n    max-width: 900px;\n    margin-top: 44px;\n}\n\n.sa-faq details {\n    padding: 18px 0;\n    border-bottom: 1px solid var(--sa-border);\n}\n\n.sa-faq summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 30px;\n    color: var(--sa-navy);\n    font-size: 16px;\n    font-weight: 800;\n}\n\n.sa-faq summary::-webkit-details-marker {\n    display: none;\n}\n\n.sa-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 0;\n    color: var(--sa-blue);\n    font-size: 22px;\n}\n\n.sa-faq details[open] summary::after {\n    content: \"\u2013\";\n}\n\n.sa-faq p {\n    max-width: 800px;\n    margin: 12px 0 3px;\n    color: var(--sa-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.sa-cta {\n    padding: 88px 0;\n    background:\n        radial-gradient(circle at 15% 50%, rgba(49,169,225,.17), transparent 30%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.sa-cta-inner {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 45px;\n    align-items: center;\n}\n\n.sa-cta h2 {\n    max-width: 780px;\n    margin: 0;\n    color: white;\n    font-size: clamp(30px,4vw,45px);\n    line-height: 1.14;\n}\n\n.sa-cta h2 span {\n    color: var(--sa-yellow);\n}\n\n.sa-cta p {\n    max-width: 720px;\n    margin: 16px 0 0;\n    color: #c8d4e4;\n    font-size: 16px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width:980px) {\n\n    .sa-hero-inner,\n    .sa-cta-inner {\n        grid-template-columns:1fr;\n    }\n\n    .sa-problem-grid,\n    .sa-area-grid,\n    .sa-outcome-grid,\n    .sa-option-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .sa-product-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .sa-process-grid {\n        grid-template-columns:repeat(3,1fr);\n    }\n}\n\n@media (max-width:640px) {\n\n    .sa-container {\n        width:min(100% - 28px,1180px);\n    }\n\n    .sa-section {\n        padding:65px 0;\n    }\n\n    .sa-hero-inner {\n        padding:70px 0;\n    }\n\n    .sa-problem-grid,\n    .sa-area-grid,\n    .sa-deliver-grid,\n    .sa-product-grid,\n    .sa-process-grid,\n    .sa-input-grid,\n    .sa-outcome-grid,\n    .sa-option-grid {\n        grid-template-columns:1fr;\n    }\n\n    .sa-option-featured {\n        transform:none;\n    }\n\n    .sa-actions {\n        flex-direction:column;\n    }\n\n    .sa-btn {\n        width:100%;\n    }\n}\n\n<\/style>\n\n\n<div class=\"sa-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"sa-hero\">\n\n    <div class=\"sa-container sa-hero-inner\">\n\n        <div>\n\n            <div class=\"sa-badge\">\n                <span class=\"sa-badge-dot\"><\/span>\n                Siteplore Engineering Services\n            <\/div>\n\n            <h1>\n                Before You Install More Technology,\n                <span>Define the Right Problem.<\/span>\n            <\/h1>\n\n            <p class=\"sa-hero-copy\">\n                Site Assessment &#038; Engineering helps define what should\n                be monitored, where measurements should be taken,\n                how field devices should connect and what information\n                the final system must provide before implementation begins.\n            <\/p>\n\n\n            <div class=\"sa-actions\">\n\n                <a class=\"sa-btn sa-btn-primary\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20site%20assessment.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Request Site Assessment \u2192\n                <\/a>\n\n                <a class=\"sa-btn sa-btn-secondary\"\n                   href=\"\/index.php\/pricing\/\">\n                    Explore Siteplore Plans\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"sa-assessment-panel\">\n\n            <div class=\"sa-panel-label\">\n                From Problem to Deployment Definition\n            <\/div>\n\n\n            <div class=\"sa-assessment-flow\">\n\n\n                <div class=\"sa-assessment-step\">\n                    <div class=\"sa-step-no\">01<\/div>\n                    <div>\n                        <strong>Operational Problem<\/strong>\n                        <span>What needs better visibility or control?<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"sa-assessment-step\">\n                    <div class=\"sa-step-no\">02<\/div>\n                    <div>\n                        <strong>Asset &#038; Site Assessment<\/strong>\n                        <span>What already exists in the field?<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"sa-assessment-step\">\n                    <div class=\"sa-step-no\">03<\/div>\n                    <div>\n                        <strong>Measurement Strategy<\/strong>\n                        <span>What data actually supports the decision?<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"sa-assessment-step\">\n                    <div class=\"sa-step-no\">04<\/div>\n                    <div>\n                        <strong>Architecture Definition<\/strong>\n                        <span>Sensor, edge, connectivity and platform.<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"sa-assessment-step\">\n                    <div class=\"sa-step-no\">05<\/div>\n                    <div>\n                        <strong>Implementation Scope<\/strong>\n                        <span>Define a practical deployment path.<\/span>\n                    <\/div>\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     WHY ASSESSMENT\n     ======================================================== -->\n\n<section class=\"sa-section\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            Why Assessment Comes First\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            A monitoring project can fail before the first sensor is installed.\n        <\/h2>\n\n        <p class=\"sa-lead\">\n            Projects often become unnecessarily expensive or difficult\n            when sensors, gateways or dashboards are selected before\n            the operational problem, measurement requirement and\n            system architecture are clearly defined.\n        <\/p>\n\n\n        <div class=\"sa-problem-grid\">\n\n\n            <div class=\"sa-card\">\n                <div class=\"sa-card-icon\">01<\/div>\n                <h3>Technology Before Problem<\/h3>\n                <p>\n                    Hardware is selected first, while the actual\n                    operational decision remains unclear.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-card\">\n                <div class=\"sa-card-icon\">02<\/div>\n                <h3>Wrong Measurement Points<\/h3>\n                <p>\n                    Sensors may be installed where data is easy\n                    to collect rather than where it creates value.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-card\">\n                <div class=\"sa-card-icon\">03<\/div>\n                <h3>Integration Complexity Appears Late<\/h3>\n                <p>\n                    Protocols, wiring, power, network constraints\n                    and access requirements may only become visible\n                    during implementation.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     WHAT WE ASSESS\n     ======================================================== -->\n\n<section class=\"sa-section sa-dark\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            Assessment Scope\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            We assess the full monitoring chain.\n        <\/h2>\n\n        <p class=\"sa-lead\">\n            Site Assessment is not limited to checking sensor locations.\n            The assessment considers the relationship between\n            operational need, physical measurement, field installation,\n            communication, data architecture and final user decision.\n        <\/p>\n\n\n        <div class=\"sa-area-grid\">\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">01<\/div>\n                <h3>Operational Problem<\/h3>\n                <p>\n                    Clarify what problem, risk, inefficiency\n                    or visibility gap needs to be addressed.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">02<\/div>\n                <h3>Asset &#038; Process Context<\/h3>\n                <p>\n                    Review relevant machines, electrical systems,\n                    utilities, environment or field processes.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">03<\/div>\n                <h3>Existing Instrumentation<\/h3>\n                <p>\n                    Identify available meters, sensors,\n                    PLC\/DCS data and existing measurement points.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">04<\/div>\n                <h3>Measurement Requirements<\/h3>\n                <p>\n                    Determine which parameters, ranges\n                    and measurement locations are technically relevant.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">05<\/div>\n                <h3>Connectivity<\/h3>\n                <p>\n                    Review wired, wireless, cellular,\n                    local network and field communication options.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">06<\/div>\n                <h3>Electrical &#038; Installation Conditions<\/h3>\n                <p>\n                    Review power, enclosure, cable routing,\n                    grounding, isolation and installation constraints.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">07<\/div>\n                <h3>Data Architecture<\/h3>\n                <p>\n                    Define how information should flow\n                    from field devices into Siteplore or other systems.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">08<\/div>\n                <h3>Monitoring &#038; Analytics Need<\/h3>\n                <p>\n                    Define dashboards, trends, alerts,\n                    comparisons and analytical requirements.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-area\">\n                <div class=\"sa-area-no\">09<\/div>\n                <h3>Implementation Priority<\/h3>\n                <p>\n                    Identify where to begin and which scope\n                    can provide the clearest initial value.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERABLES\n     ======================================================== -->\n\n<section class=\"sa-section\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            What You Receive\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            The assessment should end with a clearer engineering decision.\n        <\/h2>\n\n        <p class=\"sa-lead\">\n            Exact deliverables depend on the agreed scope,\n            but the objective is to provide enough engineering definition\n            to decide whether, where and how the monitoring project\n            should proceed.\n        <\/p>\n\n\n        <div class=\"sa-deliver-grid\">\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Problem &#038; Requirement Summary<\/h3>\n                    <p>\n                        Document the monitoring objective,\n                        operational problem and key requirements.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Recommended Measurement Points<\/h3>\n                    <p>\n                        Identify where measurements are potentially\n                        required to support the defined objective.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Sensor \/ Instrument Requirements<\/h3>\n                    <p>\n                        Define suitable measurement technology,\n                        interfaces and performance requirements.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Conceptual System Architecture<\/h3>\n                    <p>\n                        Define the proposed field, edge,\n                        connectivity, data and platform architecture.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Integration Requirements<\/h3>\n                    <p>\n                        Identify relevant protocols,\n                        existing systems and external data interfaces.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Preliminary BOM \/ Equipment List<\/h3>\n                    <p>\n                        Identify major hardware and integration\n                        components where included in the assessment scope.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Implementation Recommendation<\/h3>\n                    <p>\n                        Define a practical first deployment,\n                        pilot or implementation sequence.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n            <div class=\"sa-deliver\">\n                <div class=\"sa-check\">\u2713<\/div>\n                <div>\n                    <h3>Commercial Next-Step Definition<\/h3>\n                    <p>\n                        Establish the basis for an implementation\n                        proposal or appropriate Siteplore package.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PRODUCT PATH\n     ======================================================== -->\n\n<section class=\"sa-section sa-light\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            Assessment to Solution\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            The assessment determines the right implementation path.\n        <\/h2>\n\n        <p class=\"sa-lead\">\n            Depending on the problem and site conditions,\n            the recommended architecture may use one or several\n            Siteplore products and services.\n        <\/p>\n\n\n        <div class=\"sa-product-grid\">\n\n\n            <div class=\"sa-product\">\n\n                <div class=\"sa-product-type\">\n                    Multi-Sensor Monitoring\n                <\/div>\n\n                <h3>RekaSense<\/h3>\n\n                <p>\n                    For environmental, agriculture,\n                    water, weather and compatible field-sensor applications.\n                <\/p>\n\n                <a class=\"sa-product-link\"\n                   href=\"\/index.php\/rekasense\/\">\n                    Explore RekaSense \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"sa-product\">\n\n                <div class=\"sa-product-type\">\n                    Electrical &#038; Energy\n                <\/div>\n\n                <h3>PowerWatch<\/h3>\n\n                <p>\n                    For electrical visibility,\n                    energy monitoring and utility-related analysis.\n                <\/p>\n\n                <a class=\"sa-product-link\"\n                   href=\"\/index.php\/powerwatch\/\">\n                    Explore PowerWatch \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"sa-product\">\n\n                <div class=\"sa-product-type\">\n                    Condition Monitoring\n                <\/div>\n\n                <h3>MachineGuard<\/h3>\n\n                <p>\n                    For connected condition monitoring\n                    and early-warning applications on selected equipment.\n                <\/p>\n\n                <a class=\"sa-product-link\"\n                   href=\"\/index.php\/machineguard\/\">\n                    Explore MachineGuard \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"sa-product\">\n\n                <div class=\"sa-product-type\">\n                    Multi-System Deployment\n                <\/div>\n\n                <h3>Integrated Site Package<\/h3>\n\n                <p>\n                    For projects requiring several monitoring\n                    domains under one Siteplore architecture.\n                <\/p>\n\n                <a class=\"sa-product-link\"\n                   href=\"\/index.php\/pricing\/\">\n                    Explore Integrated Package \u2192\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROCESS\n     ======================================================== -->\n\n<section class=\"sa-section sa-dark\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            Engineering Workflow\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            A structured path from field problem to project definition.\n        <\/h2>\n\n        <p class=\"sa-lead\">\n            The goal is to reduce uncertainty before hardware\n            procurement and implementation begin.\n        <\/p>\n\n\n        <div class=\"sa-process-grid\">\n\n\n            <div class=\"sa-process\">\n                <div class=\"sa-process-num\">01<\/div>\n                <h3>Discover<\/h3>\n                <p>\n                    Understand the problem,\n                    operational consequence and desired outcome.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-process\">\n                <div class=\"sa-process-num\">02<\/div>\n                <h3>Inspect<\/h3>\n                <p>\n                    Review field conditions,\n                    assets, instrumentation and infrastructure.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-process\">\n                <div class=\"sa-process-num\">03<\/div>\n                <h3>Analyze<\/h3>\n                <p>\n                    Evaluate measurement,\n                    connectivity and integration requirements.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-process\">\n                <div class=\"sa-process-num\">04<\/div>\n                <h3>Engineer<\/h3>\n                <p>\n                    Develop the recommended\n                    monitoring and data architecture.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-process\">\n                <div class=\"sa-process-num\">05<\/div>\n                <h3>Define Next Step<\/h3>\n                <p>\n                    Recommend pilot,\n                    implementation or further engineering scope.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CUSTOMER INPUT\n     ======================================================== -->\n\n<section class=\"sa-section\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            What Helps Us Prepare\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            Useful information before the assessment.\n        <\/h2>\n\n        <p class=\"sa-lead\">\n            Complete information is not required before the first discussion,\n            but available documentation can make the assessment\n            more efficient and technically focused.\n        <\/p>\n\n\n        <div class=\"sa-input-grid\">\n\n\n            <div class=\"sa-input\">\n                <strong>Problem Description<\/strong>\n                <span>\n                    What operational issue, monitoring gap\n                    or improvement opportunity needs attention?\n                <\/span>\n            <\/div>\n\n\n            <div class=\"sa-input\">\n                <strong>Asset \/ Equipment Information<\/strong>\n                <span>\n                    Equipment list, tag numbers,\n                    ratings, process role or critical assets.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"sa-input\">\n                <strong>Existing Drawings<\/strong>\n                <span>\n                    Single-line diagrams, P&#038;IDs,\n                    instrument lists or system architecture where available.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"sa-input\">\n                <strong>Existing Instrumentation<\/strong>\n                <span>\n                    Meter, sensor, PLC, DCS,\n                    historian or local monitoring information.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"sa-input\">\n                <strong>Network &#038; Connectivity Information<\/strong>\n                <span>\n                    Available LAN, Wi-Fi,\n                    cellular coverage or other communication constraints.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"sa-input\">\n                <strong>Site Conditions<\/strong>\n                <span>\n                    Indoor\/outdoor installation,\n                    power availability, environment and access limitations.\n                <\/span>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     OUTCOMES\n     ======================================================== -->\n\n<section class=\"sa-section sa-light\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            Expected Outcome\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            Make the implementation decision with better engineering information.\n        <\/h2>\n\n\n        <div class=\"sa-outcome-grid\">\n\n\n            <div class=\"sa-outcome\">\n                <div class=\"sa-outcome-no\">01<\/div>\n                <h3>Clearer Scope<\/h3>\n                <p>\n                    Define what should be included\n                    and what should not be included in the first phase.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-outcome\">\n                <div class=\"sa-outcome-no\">02<\/div>\n                <h3>Better Sensor Selection<\/h3>\n                <p>\n                    Choose measurement technology based\n                    on engineering need rather than catalogue availability.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-outcome\">\n                <div class=\"sa-outcome-no\">03<\/div>\n                <h3>Lower Integration Risk<\/h3>\n                <p>\n                    Identify communication and field constraints\n                    before they become implementation problems.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-outcome\">\n                <div class=\"sa-outcome-no\">04<\/div>\n                <h3>More Focused Investment<\/h3>\n                <p>\n                    Prioritize measurements and assets\n                    where connected information has practical value.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-outcome\">\n                <div class=\"sa-outcome-no\">05<\/div>\n                <h3>Scalable Architecture<\/h3>\n                <p>\n                    Define a foundation that can be expanded\n                    after the initial use case is validated.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"sa-outcome\">\n                <div class=\"sa-outcome-no\">06<\/div>\n                <h3>Implementation Readiness<\/h3>\n                <p>\n                    Create a stronger technical basis\n                    for pilot, procurement and deployment.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGAGEMENT OPTIONS\n     ======================================================== -->\n\n<section class=\"sa-section\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            Engagement Options\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            Choose the level of engineering definition you need.\n        <\/h2>\n\n        <p class=\"sa-lead\">\n            Exact scope, schedule and commercial terms are defined\n            according to site complexity, travel requirement,\n            number of systems and required engineering deliverables.\n        <\/p>\n\n\n        <div class=\"sa-option-grid\">\n\n\n            <!-- REMOTE -->\n\n            <div class=\"sa-option\">\n\n                <div class=\"sa-option-type\">\n                    Initial Engineering Review\n                <\/div>\n\n                <h3>\n                    Remote Assessment\n                <\/h3>\n\n                <p>\n                    Suitable for early discussion\n                    and preliminary feasibility review using\n                    available documentation and online meetings.\n                <\/p>\n\n                <ul class=\"sa-option-list\">\n                    <li>Problem definition<\/li>\n                    <li>Existing system review<\/li>\n                    <li>Preliminary monitoring concept<\/li>\n                    <li>Initial next-step recommendation<\/li>\n                <\/ul>\n\n                <a class=\"sa-btn sa-btn-dark\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20remote%20Siteplore%20assessment.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Request Remote Assessment\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- SITE -->\n\n            <div class=\"sa-option sa-option-featured\">\n\n                <div class=\"sa-option-badge\">\n                    Recommended\n                <\/div>\n\n                <div class=\"sa-option-type\">\n                    Field Engineering Review\n                <\/div>\n\n                <h3>\n                    Site Assessment\n                <\/h3>\n\n                <p>\n                    For projects where field conditions,\n                    installation constraints and existing\n                    infrastructure need direct evaluation.\n                <\/p>\n\n                <ul class=\"sa-option-list\">\n                    <li>Site and asset inspection<\/li>\n                    <li>Measurement-point review<\/li>\n                    <li>Connectivity assessment<\/li>\n                    <li>Conceptual architecture<\/li>\n                    <li>Implementation recommendation<\/li>\n                <\/ul>\n\n                <a class=\"sa-btn sa-btn-primary\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20site%20assessment.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Request Site Assessment\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- ENGINEERING -->\n\n            <div class=\"sa-option\">\n\n                <div class=\"sa-option-type\">\n                    Detailed Project Definition\n                <\/div>\n\n                <h3>\n                    Engineering Package\n                <\/h3>\n\n                <p>\n                    For customers requiring further technical\n                    definition before procurement or implementation.\n                <\/p>\n\n                <ul class=\"sa-option-list\">\n                    <li>Extended engineering review<\/li>\n                    <li>Architecture definition<\/li>\n                    <li>Equipment \/ BOM recommendation<\/li>\n                    <li>Integration requirements<\/li>\n                    <li>Implementation scope definition<\/li>\n                <\/ul>\n\n                <a class=\"sa-btn sa-btn-dark\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20a%20Siteplore%20engineering%20package.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Discuss Engineering Package\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <p style=\"\n            margin:28px 0 0;\n            color:#667085;\n            font-size:12px;\n            max-width:920px;\n        \">\n            Scope, deliverables and pricing are confirmed before engagement.\n            The assessment does not imply that every identified requirement\n            must be implemented or that all projects require new hardware.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"sa-section sa-light\">\n\n    <div class=\"sa-container\">\n\n        <div class=\"sa-eyebrow\">\n            Frequently Asked Questions\n        <\/div>\n\n        <h2 class=\"sa-title\">\n            Site Assessment &#038; Engineering FAQ\n        <\/h2>\n\n\n        <div class=\"sa-faq\">\n\n\n            <details>\n                <summary>\n                    Do we need to know which Siteplore product we want before the assessment?\n                <\/summary>\n\n                <p>\n                    No. The assessment should begin with the operational\n                    problem. The appropriate product or combination of\n                    RekaSense, PowerWatch, MachineGuard or other\n                    integration components can be determined afterward.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can you assess existing sensors and meters?\n                <\/summary>\n\n                <p>\n                    Yes. Existing field devices can be reviewed\n                    for measurement suitability, communication capability,\n                    interface requirements and potential integration.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Does every assessment require an onsite visit?\n                <\/summary>\n\n                <p>\n                    No. Some early-stage projects can begin with\n                    remote engineering review. Onsite assessment becomes\n                    more important where field conditions, installation,\n                    existing infrastructure or access constraints\n                    materially affect the solution.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Will the assessment include a bill of materials?\n                <\/summary>\n\n                <p>\n                    A preliminary equipment or BOM recommendation can be\n                    included when it is part of the agreed scope.\n                    Detailed procurement quantities and specifications\n                    may require additional engineering.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can the assessment cover existing PLC, DCS or SCADA data?\n                <\/summary>\n\n                <p>\n                    Yes. Existing automation systems can be evaluated\n                    as potential data sources where technically and\n                    organizationally appropriate. Integration scope depends\n                    on available protocols, access and system requirements.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Does a site assessment automatically lead to hardware purchase?\n                <\/summary>\n\n                <p>\n                    No. The purpose of the assessment is to determine\n                    the appropriate technical path. In some cases,\n                    existing instrumentation may already provide\n                    much of the required information.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can you assess only one machine or one electrical panel?\n                <\/summary>\n\n                <p>\n                    Yes. A focused assessment can be appropriate\n                    when the objective is to validate one important\n                    monitoring use case before expanding.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can you provide detailed design after the assessment?\n                <\/summary>\n\n                <p>\n                    Yes, where required. Detailed engineering can be\n                    defined as a separate scope after the initial\n                    assessment establishes the project direction\n                    and technical requirements.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    How should we start?\n                <\/summary>\n\n                <p>\n                    Start by describing the operational problem,\n                    equipment or area involved and what information\n                    is currently missing. Rekacipta can then determine\n                    whether a remote review, site visit or more detailed\n                    engineering assessment is the appropriate next step.\n                <\/p>\n            <\/details>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"sa-cta\">\n\n    <div class=\"sa-container sa-cta-inner\">\n\n        <div>\n\n            <h2>\n                Do not start by asking\n                <span>\u201cWhich sensor should we buy?\u201d<\/span>\n            <\/h2>\n\n            <p>\n                Start with the problem, the asset and the decision\n                that needs better information. Rekacipta can help\n                translate that need into a practical measurement,\n                connectivity and Siteplore implementation architecture.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"sa-actions\">\n\n            <a class=\"sa-btn sa-btn-primary\"\n               href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20site%20assessment.\"\n               target=\"_blank\"\n               rel=\"noopener\">\n                Request Site Assessment \u2192\n            <\/a>\n\n            <a class=\"sa-btn sa-btn-secondary\"\n               href=\"\/index.php\/pricing\/\">\n                View Siteplore Plans\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore Engineering Services Before You Install More Technology, Define the Right Problem. Site Assessment &#038; Engineering helps define what should be monitored, where measurements should be taken, how field devices should connect and what information the final system must provide before implementation begins. Request Site Assessment \u2192 Explore Siteplore Plans From Problem to Deployment Definition [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-138","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/comments?post=138"}],"version-history":[{"count":2,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/138\/revisions"}],"predecessor-version":[{"id":140,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/138\/revisions\/140"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}