{"id":1501,"date":"2025-01-06T06:06:17","date_gmt":"2025-01-06T06:06:17","guid":{"rendered":"https:\/\/yourchiefbusinessofficer.com\/?page_id=1501"},"modified":"2025-01-14T05:35:25","modified_gmt":"2025-01-14T05:35:25","slug":"company-valuation-calculator","status":"publish","type":"page","link":"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/","title":{"rendered":"Company Valuation Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1501\" class=\"elementor elementor-1501\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99a7737 e-flex e-con-boxed e-con e-parent\" data-id=\"99a7737\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4df4249 elementor-widget elementor-widget-html\" data-id=\"4df4249\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- HTML for YCBO Company Valuation Calculator -->\n<div style=\"font-family: Arial, sans-serif; max-width: 800px; margin: 0 auto; background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\">\n    <h2 style=\"text-align: center; color: #333;\">YCBO'S COMPANY VALUATION CALCULATOR<\/h2>\n    \n    <!-- Industry Dropdown -->\n    <label for=\"industry\" style=\"font-weight: bold;\">Select Your Industry:<\/label>\n    <select id=\"industry\" onchange=\"updateSubIndustries()\" style=\"width: 100%; padding: 10px; margin: 8px 0; font-size: 16px;\">\n        <option value=\"\">--Select Industry--<\/option>\n        <option value=\"tech\">Technology<\/option>\n        <option value=\"healthcare\">Healthcare<\/option>\n        <option value=\"finance\">Finance<\/option>\n        <option value=\"retail\">Retail<\/option>\n        <option value=\"manufacturing\">Manufacturing<\/option>\n        <option value=\"realestate\">Real Estate<\/option>\n        <option value=\"energy\">Energy<\/option>\n        <option value=\"logistics\">Logistics & Transportation<\/option>\n        <option value=\"education\">Education<\/option>\n        <option value=\"agriculture\">Agriculture<\/option>\n        <option value=\"evtol\">EVTOL<\/option>\n        <option value=\"ai\">Artificial Intelligence<\/option>\n    <\/select>\n    \n    <!-- Sub-Industry Dropdown -->\n    <label for=\"subindustry\" style=\"font-weight: bold;\">Select Your Sub-Industry:<\/label>\n    <select id=\"subindustry\" disabled style=\"width: 100%; padding: 10px; margin: 8px 0; font-size: 16px;\">\n        <option value=\"\">--Select Sub-Industry--<\/option>\n    <\/select>\n\n    <div style=\"margin-top: 20px;\">\n        <!-- Revenue and EBITDA inputs -->\n        <label for=\"revenue\" style=\"font-weight: bold;\">Enter Annual Revenue ($):<\/label>\n        <input type=\"text\" id=\"revenue\" placeholder=\"Enter Revenue\" oninput=\"formatNumber('revenue')\" style=\"width: 100%; padding: 10px; margin: 8px 0; font-size: 16px;\">\n        \n        <label for=\"ebitda\" style=\"font-weight: bold;\">Enter Annual EBITDA ($):<\/label>\n        <input type=\"text\" id=\"ebitda\" placeholder=\"Enter EBITDA\" oninput=\"formatNumber('ebitda')\" style=\"width: 100%; padding: 10px; margin: 8px 0; font-size: 16px;\">\n        \n        <!-- Optional Assets and Liabilities -->\n        <label for=\"assets\" style=\"font-weight: bold;\">Enter Total Assets ($) [Optional]:<\/label>\n        <input type=\"text\" id=\"assets\" placeholder=\"Enter Assets (Optional)\" oninput=\"formatNumber('assets')\" style=\"width: 100%; padding: 10px; margin: 8px 0; font-size: 16px;\">\n        \n        <label for=\"liabilities\" style=\"font-weight: bold;\">Enter Total Liabilities ($) [Optional]:<\/label>\n        <input type=\"text\" id=\"liabilities\" placeholder=\"Enter Liabilities (Optional)\" oninput=\"formatNumber('liabilities')\" style=\"width: 100%; padding: 10px; margin: 8px 0; font-size: 16px;\">\n    <\/div>\n\n    <!-- Choose Metric for Calculation -->\n    <label><input type=\"radio\" name=\"valuationMetric\" value=\"revenue\" checked> Use Revenue<\/label>\n    <label><input type=\"radio\" name=\"valuationMetric\" value=\"ebitda\"> Use EBITDA<\/label>\n\n    <!-- Calculate Button -->\n    <button onclick=\"calculateValuation()\" style=\"width: 100%; padding: 12px; background-color: #333; color: white; border: none; font-size: 18px; cursor: pointer; margin-top: 20px;\">\n        Calculate Valuation\n    <\/button>\n    \n    <!-- Result Display -->\n    <h3 id=\"valuationResult\" style=\"text-align: center; margin-top: 20px; color: #333;\"><\/h3>\n<\/div>\n\n<!-- JavaScript -->\n<script>\n    \/\/ Sub-Industry Data based on Industries\n    function getSubcategories(industry) {\n        var subcategories = {\n            tech: [\"Software\", \"AI & Machine Learning\", \"Cybersecurity\", \"Networking\", \"Cloud Computing\", \"Blockchain\"],\n            healthcare: [\"Pharmaceuticals\", \"Medical Devices\", \"Healthcare Services\", \"Biotechnology\"],\n            finance: [\"Banking\", \"Investment\", \"Insurance\", \"Fintech\"],\n            retail: [\"E-commerce\", \"Apparel\", \"Consumer Goods\", \"Wholesale\", \"Retail\"],\n            manufacturing: [\"Electronics\", \"Automotive\", \"Industrial\", \"Textiles\", \"Machinery\"],\n            realestate: [\"Commercial Real Estate\", \"Residential Real Estate\", \"Property Management\"],\n            energy: [\"Renewables\", \"Oil & Gas\", \"Energy Storage\", \"Solar\", \"Wind\", \"Electricity\"],\n            logistics: [\"Transport\", \"Warehousing\", \"Shipping\", \"Courier\"],\n            education: [\"Primary Education\", \"Higher Education\", \"Online Learning\", \"Tutoring\"],\n            agriculture: [\"Farming\", \"Livestock\", \"Agri-Tech\", \"Organic\"],\n            evtol: [\"Passenger EVTOLs\", \"Cargo EVTOLs\", \"Air Taxis\", \"EVTOL Infrastructure\"],\n            ai: [\"AI Software\", \"AI Hardware\", \"AI Research & Development\", \"AI-Driven Automation\"]\n        };\n        return subcategories[industry] || [];\n    }\n\n    \/\/ Update Sub-Industries based on Selected Industry\n    function updateSubIndustries() {\n        var industry = document.getElementById(\"industry\").value;\n        var subIndustryDropdown = document.getElementById(\"subindustry\");\n        \n        \/\/ Clear previous options\n        subIndustryDropdown.innerHTML = \"<option value=''>--Select Sub-Industry--<\/option>\";\n\n        if (industry) {\n            subIndustryDropdown.disabled = false;\n            var subcategories = getSubcategories(industry);\n            subcategories.forEach(function(sub) {\n                var option = document.createElement(\"option\");\n                option.value = sub;\n                option.textContent = sub;\n                subIndustryDropdown.appendChild(option);\n            });\n        } else {\n            subIndustryDropdown.disabled = true;\n        }\n    }\n\n    \/\/ Format Numbers with Commas\n    function formatNumber(id) {\n        var input = document.getElementById(id);\n        var value = input.value.replace(\/[^0-9]\/g, \"\");  \/\/ Allow only numeric input\n        input.value = value.replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, \",\");  \/\/ Apply comma formatting\n    }\n\n    \/\/ Function to format the final valuation value with commas\n    function formatValuation(value) {\n        return value.toString().replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, \",\");\n    }\n\n    \/\/ Valuation Calculation Based on Industry and Selected Metric (Revenue or EBITDA)\n    function calculateValuation() {\n        var revenue = parseFloat(document.getElementById(\"revenue\").value.replace(\/,\/g, \"\"));\n        var ebitda = parseFloat(document.getElementById(\"ebitda\").value.replace(\/,\/g, \"\"));\n        var assets = parseFloat(document.getElementById(\"assets\").value.replace(\/,\/g, \"\")) || 0;\n        var liabilities = parseFloat(document.getElementById(\"liabilities\").value.replace(\/,\/g, \"\")) || 0;\n\n        if (!revenue && !ebitda) {\n            alert(\"Please enter Revenue or EBITDA.\");\n            return;\n        }\n\n        \/\/ Decide whether to use Revenue or EBITDA for Valuation\n        var valuationMetric = document.querySelector('input[name=\"valuationMetric\"]:checked').value; \/\/ This determines which metric (Revenue or EBITDA) to use.\n\n        var industry = document.getElementById(\"industry\").value;\n        var multiplier = 0;\n\n        \/\/ Set multiplier for each industry\n        switch(industry) {\n            case 'tech':\n                multiplier = 7;\n                break;\n            case 'healthcare':\n                multiplier = 5;\n                break;\n            case 'finance':\n                multiplier = 3;\n                break;\n            case 'retail':\n                multiplier = 4;\n                break;\n            case 'manufacturing':\n                multiplier = 3;\n                break;\n            case 'realestate':\n                multiplier = 6;\n                break;\n            case 'energy':\n                multiplier = 7;\n                break;\n            case 'logistics':\n                multiplier = 4;\n                break;\n            case 'education':\n                multiplier = 2;\n                break;\n            case 'agriculture':\n                multiplier = 2;\n                break;\n            case 'evtol':\n                multiplier = 10;\n                break;\n            case 'ai':\n                multiplier = 8;\n                break;\n        }\n\n        \/\/ Calculate Valuation Based on Metric Chosen\n        var valuation;\n        if (valuationMetric === \"revenue\") {\n            valuation = revenue * multiplier;  \/\/ Multiply Revenue with Multiplier\n        } else if (valuationMetric === \"ebitda\") {\n            valuation = ebitda * multiplier;  \/\/ Multiply EBITDA with Multiplier\n        }\n\n        valuation -= liabilities; \/\/ Subtract liabilities\n\n        \/\/ Final Valuation\n        document.getElementById(\"valuationResult\").innerHTML = \"Your Estimated Company Valuation is: $\" + formatValuation(valuation.toFixed(2));\n    }\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>YCBO&#8217;S COMPANY VALUATION CALCULATOR Select Your Industry: &#8211;Select Industry&#8211;TechnologyHealthcareFinanceRetailManufacturingReal EstateEnergyLogistics &#038; TransportationEducationAgricultureEVTOLArtificial Intelligence Select Your Sub-Industry: &#8211;Select Sub-Industry&#8211; Enter Annual [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"iawp_total_views":51,"footnotes":""},"class_list":["post-1501","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Company Valuation Calculator - Raise Capital from Silicon Valley<\/title>\n<meta name=\"description\" content=\"Calculate your company\u2019s value with our simple-to-use calculator. Perfect for investment preparation or assessing business worth, Try Now !\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Company Valuation Calculator - Raise Capital from Silicon Valley\" \/>\n<meta property=\"og:description\" content=\"Calculate your company\u2019s value with our simple-to-use calculator. Perfect for investment preparation or assessing business worth, Try Now !\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Raise Capital from Silicon Valley\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-14T05:35:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/yourchiefbusinessofficer.com\/wp-content\/uploads\/2024\/03\/Untitled-design-50.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/\",\"url\":\"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/\",\"name\":\"Company Valuation Calculator - Raise Capital from Silicon Valley\",\"isPartOf\":{\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/#website\"},\"datePublished\":\"2025-01-06T06:06:17+00:00\",\"dateModified\":\"2025-01-14T05:35:25+00:00\",\"description\":\"Calculate your company\u2019s value with our simple-to-use calculator. Perfect for investment preparation or assessing business worth, Try Now !\",\"breadcrumb\":{\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/yourchiefbusinessofficer.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Company Valuation Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/#website\",\"url\":\"https:\/\/yourchiefbusinessofficer.com\/\",\"name\":\"Your Chief Business Officer\",\"description\":\"Helping Startups get funding by handpicked Investors in Silicon Valley\",\"publisher\":{\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/#organization\"},\"alternateName\":\"ycbo\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/yourchiefbusinessofficer.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/#organization\",\"name\":\"Your Chief Business Officer\",\"alternateName\":\"ycbo\",\"url\":\"https:\/\/yourchiefbusinessofficer.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/yourchiefbusinessofficer.com\/wp-content\/uploads\/2024\/12\/Y-3-e1735024886894.png\",\"contentUrl\":\"https:\/\/yourchiefbusinessofficer.com\/wp-content\/uploads\/2024\/12\/Y-3-e1735024886894.png\",\"width\":404,\"height\":147,\"caption\":\"Your Chief Business Officer\"},\"image\":{\"@id\":\"https:\/\/yourchiefbusinessofficer.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Company Valuation Calculator - Raise Capital from Silicon Valley","description":"Calculate your company\u2019s value with our simple-to-use calculator. Perfect for investment preparation or assessing business worth, Try Now !","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:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Company Valuation Calculator - Raise Capital from Silicon Valley","og_description":"Calculate your company\u2019s value with our simple-to-use calculator. Perfect for investment preparation or assessing business worth, Try Now !","og_url":"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/","og_site_name":"Raise Capital from Silicon Valley","article_modified_time":"2025-01-14T05:35:25+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/yourchiefbusinessofficer.com\/wp-content\/uploads\/2024\/03\/Untitled-design-50.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/","url":"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/","name":"Company Valuation Calculator - Raise Capital from Silicon Valley","isPartOf":{"@id":"https:\/\/yourchiefbusinessofficer.com\/#website"},"datePublished":"2025-01-06T06:06:17+00:00","dateModified":"2025-01-14T05:35:25+00:00","description":"Calculate your company\u2019s value with our simple-to-use calculator. Perfect for investment preparation or assessing business worth, Try Now !","breadcrumb":{"@id":"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/yourchiefbusinessofficer.com\/index.php\/company-valuation-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yourchiefbusinessofficer.com\/"},{"@type":"ListItem","position":2,"name":"Company Valuation Calculator"}]},{"@type":"WebSite","@id":"https:\/\/yourchiefbusinessofficer.com\/#website","url":"https:\/\/yourchiefbusinessofficer.com\/","name":"Your Chief Business Officer","description":"Helping Startups get funding by handpicked Investors in Silicon Valley","publisher":{"@id":"https:\/\/yourchiefbusinessofficer.com\/#organization"},"alternateName":"ycbo","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yourchiefbusinessofficer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/yourchiefbusinessofficer.com\/#organization","name":"Your Chief Business Officer","alternateName":"ycbo","url":"https:\/\/yourchiefbusinessofficer.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yourchiefbusinessofficer.com\/#\/schema\/logo\/image\/","url":"https:\/\/yourchiefbusinessofficer.com\/wp-content\/uploads\/2024\/12\/Y-3-e1735024886894.png","contentUrl":"https:\/\/yourchiefbusinessofficer.com\/wp-content\/uploads\/2024\/12\/Y-3-e1735024886894.png","width":404,"height":147,"caption":"Your Chief Business Officer"},"image":{"@id":"https:\/\/yourchiefbusinessofficer.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/pages\/1501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/comments?post=1501"}],"version-history":[{"count":16,"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/pages\/1501\/revisions"}],"predecessor-version":[{"id":1528,"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/pages\/1501\/revisions\/1528"}],"wp:attachment":[{"href":"https:\/\/yourchiefbusinessofficer.com\/index.php\/wp-json\/wp\/v2\/media?parent=1501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}