{"id":8310952,"date":"2025-09-16T11:04:19","date_gmt":"2025-09-16T08:04:19","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310952"},"modified":"2025-09-16T11:11:00","modified_gmt":"2025-09-16T08:11:00","slug":"lead-value-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/lead-value-calculator\/","title":{"rendered":"Lead Value Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310950\" class=\"elementor elementor-8310950\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" 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-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" 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<style>\r\n    \/* General App Container - Adapted from .html-viewer-app *\/\r\n    .lead-calculator-app {\r\n        width: 100%;\r\n        max-width: 720px; \/* Adjusted for a single-column layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 15px;\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\r\n    }\r\n\r\n    \/* Main Calculator & Results Box - Adapted from .input-section *\/\r\n    .calculator-section {\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n        transition: all 0.3s ease;\r\n    }\r\n\r\n    \/* Header Styling - Adapted from .section-header *\/\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 15px 25px;\r\n        font-size: 1.25rem;\r\n        font-weight: 500;\r\n    }\r\n    \r\n    .calculator-body {\r\n        padding: 30px 25px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 25px;\r\n    }\r\n\r\n    \/* Form Input Styling *\/\r\n    .form-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n    \r\n    .form-group label {\r\n        color: #333;\r\n        font-weight: 500;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    .form-group input[type=\"number\"] {\r\n        width: 100%;\r\n        padding: 12px;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        color: #333;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n        -moz-appearance: textfield; \/* Hides number spinners in Firefox *\/\r\n    }\r\n    \r\n    .form-group input[type=\"number\"]::-webkit-outer-spin-button,\r\n    .form-group input[type=\"number\"]::-webkit-inner-spin-button {\r\n      -webkit-appearance: none; \/* Hides number spinners in Chrome, Safari, Edge, Opera *\/\r\n      margin: 0;\r\n    }\r\n\r\n    .form-group input[type=\"number\"]::placeholder {\r\n        color: #adb5bd;\r\n    }\r\n\r\n    .form-group input[type=\"number\"]:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.2);\r\n    }\r\n    \r\n    \/* Button Container & Styles - Adapted from .format-btn-container, .format-btn, .reset-btn *\/\r\n    .format-btn-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 15px;\r\n        padding: 0 25px 30px;\r\n        border-top: 1.5px solid #EBEBEB;\r\n        margin-top: 10px;\r\n        padding-top: 30px;\r\n    }\r\n\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 14px 24px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: background-color 0.2s;\r\n        min-width: 12rem;\r\n        text-align: center;\r\n        border-radius: 4px;\r\n        width: 100%;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n        background-color: #545454;\r\n    }\r\n    \r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        margin-top: 8px;\r\n        transition: color 0.2s;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n    }\r\n    \r\n    \/* Error Message Styling *\/\r\n    #error-message {\r\n        color: #cf2e2e;\r\n        background-color: #fde8e8;\r\n        border: 1px solid #f5c6cb;\r\n        padding: 15px;\r\n        border-radius: 4px;\r\n        text-align: center;\r\n        display: none; \/* Hidden by default *\/\r\n        margin: 0 25px 25px;\r\n    }\r\n\r\n    \/* Results Section Styling *\/\r\n    #results-section {\r\n        margin-top: 40px;\r\n        display: none; \/* Hidden by default *\/\r\n    }\r\n\r\n    .results-body {\r\n        padding: 25px;\r\n        font-size: 1.1rem;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .result-item {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        padding-bottom: 15px;\r\n        border-bottom: 1px solid #EBEBEB;\r\n    }\r\n    .result-item:last-child {\r\n        border-bottom: none;\r\n    }\r\n\r\n    .result-item span {\r\n        color: #555;\r\n    }\r\n\r\n    .result-item strong {\r\n        color: #05047E;\r\n        font-size: 1.2rem;\r\n    }\r\n\r\n    .final-result {\r\n        margin-top: 10px;\r\n        padding: 20px;\r\n        background-color: #eef2ff;\r\n        border-left: 5px solid #05047E;\r\n        border-radius: 4px;\r\n    }\r\n\r\n    .final-result .result-item {\r\n        border-bottom: none;\r\n        padding-bottom: 0;\r\n    }\r\n\r\n    .final-result span {\r\n        font-size: 1.2rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n    \r\n    .final-result strong {\r\n        font-size: 1.75rem;\r\n        color: #000;\r\n    }\r\n    \r\n    \/* Responsive Adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .lead-calculator-app {\r\n            padding: 20px 10px;\r\n        }\r\n        .section-header {\r\n            padding: 15px;\r\n            font-size: 1.1rem;\r\n        }\r\n        .calculator-body, .format-btn-container {\r\n            padding: 20px 15px;\r\n        }\r\n        .final-result strong {\r\n            font-size: 1.5rem;\r\n        }\r\n        #results-section {\r\n            margin-top: 30px;\r\n        }\r\n    }\r\n\r\n<\/style>\r\n\r\n<div class=\"lead-calculator-app\">\r\n\r\n    <!-- Main Calculator Input Section -->\r\n    <div class=\"calculator-section\" id=\"calculator-inputs\">\r\n        <div class=\"section-header\">\r\n            <h2>Lead Value Calculator<\/h2>\r\n        <\/div>\r\n        \r\n        <div class=\"calculator-body\">\r\n            <div class=\"form-group\">\r\n                <label for=\"totalLeads\">Total Number of Leads<\/label>\r\n                <input type=\"number\" id=\"totalLeads\" placeholder=\"e.g., 500\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"totalCustomers\">Total New Customers (from those leads)<\/label>\r\n                <input type=\"number\" id=\"totalCustomers\" placeholder=\"e.g., 25\">\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label for=\"totalRevenue\">Total Revenue (from new customers)<\/label>\r\n                <input type=\"number\" id=\"totalRevenue\" placeholder=\"e.g., 50000\">\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"error-message\"><\/div>\r\n\r\n        <div class=\"format-btn-container\">\r\n            <button id=\"calculateBtn\" class=\"format-btn\">Calculate Value<\/button>\r\n            <button id=\"resetBtn\" class=\"reset-btn\">Reset Fields<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Results Display Section (Initially Hidden) -->\r\n    <div class=\"calculator-section\" id=\"results-section\">\r\n        <div class=\"section-header\">\r\n            <h3>Calculation Results<\/h3>\r\n        <\/div>\r\n        <div class=\"results-body\">\r\n            <div class=\"result-item\">\r\n                <span>Lead-to-Customer Conversion Rate<\/span>\r\n                <strong id=\"conversionRateResult\"><\/strong>\r\n            <\/div>\r\n            <div class=\"result-item\">\r\n                <span>Average Sale Value<\/span>\r\n                <strong id=\"avgSaleValueResult\"><\/strong>\r\n            <\/div>\r\n            <div class=\"final-result\">\r\n                <div class=\"result-item\">\r\n                    <span>Value Per Lead<\/span>\r\n                    <strong id=\"leadValueResult\"><\/strong>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n\r\n    \/\/ --- DOM Element References ---\r\n    const calculateBtn = document.getElementById('calculateBtn');\r\n    const resetBtn = document.getElementById('resetBtn');\r\n    \r\n    const totalLeadsInput = document.getElementById('totalLeads');\r\n    const totalCustomersInput = document.getElementById('totalCustomers');\r\n    const totalRevenueInput = document.getElementById('totalRevenue');\r\n    \r\n    const errorMessage = document.getElementById('error-message');\r\n    const resultsSection = document.getElementById('results-section');\r\n\r\n    const conversionRateResult = document.getElementById('conversionRateResult');\r\n    const avgSaleValueResult = document.getElementById('avgSaleValueResult');\r\n    const leadValueResult = document.getElementById('leadValueResult');\r\n\r\n    \/\/ --- Currency Formatter ---\r\n    const currencyFormatter = new Intl.NumberFormat('en-US', {\r\n        style: 'currency',\r\n        currency: 'USD'\r\n    });\r\n\r\n    \/\/ --- Functions ---\r\n    \r\n    \/**\r\n     * Hides and clears any existing error messages.\r\n     *\/\r\n    function clearError() {\r\n        errorMessage.style.display = 'none';\r\n        errorMessage.textContent = '';\r\n    }\r\n\r\n    \/**\r\n     * Displays a specific error message.\r\n     * @param {string} message - The error message to show.\r\n     *\/\r\n    function showError(message) {\r\n        errorMessage.textContent = message;\r\n        errorMessage.style.display = 'block';\r\n        resultsSection.style.display = 'none';\r\n    }\r\n    \r\n    \/**\r\n     * Performs the lead value calculation and updates the UI.\r\n     *\/\r\n    function calculateLeadValue() {\r\n        clearError();\r\n\r\n        \/\/ 1. Get and parse input values\r\n        const leads = parseFloat(totalLeadsInput.value);\r\n        const customers = parseFloat(totalCustomersInput.value);\r\n        const revenue = parseFloat(totalRevenueInput.value);\r\n\r\n        \/\/ 2. Validate inputs\r\n        if (isNaN(leads) || isNaN(customers) || isNaN(revenue)) {\r\n            showError('Please fill in all fields with valid numbers.');\r\n            return;\r\n        }\r\n        if (leads <= 0 || customers < 0 || revenue < 0) {\r\n            showError('Inputs must not be negative. Leads must be greater than zero.');\r\n            return;\r\n        }\r\n        if (customers > leads) {\r\n            showError('The number of customers cannot be greater than the number of leads.');\r\n            return;\r\n        }\r\n        \r\n        \/\/ 3. Perform calculations\r\n        \/\/ Handle division by zero cases gracefully\r\n        const conversionRate = (leads > 0) ? (customers \/ leads) * 100 : 0;\r\n        const avgSaleValue = (customers > 0) ? revenue \/ customers : 0;\r\n        const leadValue = (leads > 0) ? revenue \/ leads : 0;\r\n\r\n        \/\/ 4. Format and display results\r\n        conversionRateResult.textContent = `${conversionRate.toFixed(2)}%`;\r\n        avgSaleValueResult.textContent = currencyFormatter.format(avgSaleValue);\r\n        leadValueResult.textContent = currencyFormatter.format(leadValue);\r\n\r\n        \/\/ 5. Show the results section\r\n        resultsSection.style.display = 'block';\r\n        resultsSection.scrollIntoView({ behavior: 'smooth', block: 'end' });\r\n    }\r\n\r\n    \/**\r\n     * Resets all input fields and hides the results\/error sections.\r\n     *\/\r\n    function resetCalculator() {\r\n        totalLeadsInput.value = '';\r\n        totalCustomersInput.value = '';\r\n        totalRevenueInput.value = '';\r\n        \r\n        resultsSection.style.display = 'none';\r\n        clearError();\r\n    }\r\n\r\n    \/\/ --- Event Listeners ---\r\n    calculateBtn.addEventListener('click', calculateLeadValue);\r\n    resetBtn.addEventListener('click', resetCalculator);\r\n\r\n});\r\n<\/script>\r\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\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310952","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lead Value Calculator<\/title>\n<meta name=\"description\" content=\"Unlock insights into your business with our free Lead Value Calculator. Understand the revenue potential of your leads and optimize your sales and marketing efforts. Calculate your lead worth in 3 easy steps!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/lead-value-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lead Value Calculator\" \/>\n<meta property=\"og:description\" content=\"Unlock insights into your business with our free Lead Value Calculator. Understand the revenue potential of your leads and optimize your sales and marketing efforts. Calculate your lead worth in 3 easy steps!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/lead-value-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-16T08:04:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-16T08:11:00+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/lead-value-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/lead-value-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Lead Value Calculator\",\"datePublished\":\"2025-09-16T08:04:19+00:00\",\"dateModified\":\"2025-09-16T08:11:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/lead-value-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/lead-value-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/lead-value-calculator\/\",\"name\":\"Lead Value Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-16T08:04:19+00:00\",\"dateModified\":\"2025-09-16T08:11:00+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Unlock insights into your business with our free Lead Value Calculator. Understand the revenue potential of your leads and optimize your sales and marketing efforts. Calculate your lead worth in 3 easy steps!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/lead-value-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/lead-value-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/lead-value-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lead Value Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lead Value Calculator","description":"Unlock insights into your business with our free Lead Value Calculator. Understand the revenue potential of your leads and optimize your sales and marketing efforts. Calculate your lead worth in 3 easy steps!","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:\/\/elementor.com\/tools\/lead-value-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Lead Value Calculator","og_description":"Unlock insights into your business with our free Lead Value Calculator. Understand the revenue potential of your leads and optimize your sales and marketing efforts. Calculate your lead worth in 3 easy steps!","og_url":"https:\/\/elementor.com\/tools\/lead-value-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-16T08:04:19+00:00","article_modified_time":"2025-09-16T08:11:00+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/lead-value-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/lead-value-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Lead Value Calculator","datePublished":"2025-09-16T08:04:19+00:00","dateModified":"2025-09-16T08:11:00+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/lead-value-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/lead-value-calculator\/","url":"https:\/\/elementor.com\/tools\/lead-value-calculator\/","name":"Lead Value Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-16T08:04:19+00:00","dateModified":"2025-09-16T08:11:00+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Unlock insights into your business with our free Lead Value Calculator. Understand the revenue potential of your leads and optimize your sales and marketing efforts. Calculate your lead worth in 3 easy steps!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/lead-value-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/lead-value-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/lead-value-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Lead Value Calculator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310952","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310952"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310952\/revisions"}],"predecessor-version":[{"id":8310954,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310952\/revisions\/8310954"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310952"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310952"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310952"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}