{"id":8310887,"date":"2025-09-16T05:38:40","date_gmt":"2025-09-16T02:38:40","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310887"},"modified":"2025-09-16T05:40:55","modified_gmt":"2025-09-16T02:40:55","slug":"impression-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/impression-calculator\/","title":{"rendered":"Impression Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310885\" class=\"elementor elementor-8310885\" 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 Styles (Adapted from your code) --- *\/\r\n.impression-calculator-app {\r\n    width: 100%;\r\n    max-width: 700px; \/* Adjusted for a single-panel layout *\/\r\n    margin: 0 auto;\r\n    padding: 60px 0 0;\r\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n    position: relative;\r\n}\r\n\r\n\/* --- Calculator Panel Styles --- *\/\r\n.calculator-panel {\r\n    background: white;\r\n    border-radius: 8px;\r\n    overflow: hidden;\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n    border: 1.5px solid #EBEBEB;\r\n}\r\n\r\n.section-header {\r\n    background-color: #05047E;\r\n    color: white;\r\n    padding: 16px 24px;\r\n    font-size: 1.25rem;\r\n    font-weight: 500;\r\n}\r\n\r\n.calculator-content {\r\n    padding: 24px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 20px;\r\n}\r\n\r\n\/* --- Input Field Styles --- *\/\r\n.input-group {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 8px;\r\n}\r\n\r\n.input-group label {\r\n    font-size: 1rem;\r\n    font-weight: 500;\r\n    color: #333;\r\n}\r\n\r\n.input-field {\r\n    width: 100%;\r\n    padding: 12px 15px;\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}\r\n\r\n.input-field::placeholder {\r\n    color: #adb5bd;\r\n}\r\n\r\n.input-field:focus {\r\n    outline: none;\r\n    border-color: #05047E;\r\n    box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.1);\r\n}\r\n\r\n\/* --- Button Styles (Reused from your code) --- *\/\r\n.format-btn-container {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 12px;\r\n    margin-top: 10px;\r\n}\r\n\r\n.format-btn {\r\n    background-color: #000;\r\n    color: white;\r\n    border: none;\r\n    padding: 12px 20px;\r\n    cursor: pointer;\r\n    font-size: 1.125rem;\r\n    font-weight: 500;\r\n    transition: all 0.2s;\r\n    width: 100%;\r\n    max-width: 250px;\r\n    border-radius: 4px;\r\n    text-align: center;\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    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\/* --- Result Section Styles --- *\/\r\n.result-section {\r\n    margin-top: 15px;\r\n    padding: 20px;\r\n    background-color: #f8f9fa;\r\n    border: 1.5px solid #EBEBEB;\r\n    border-radius: 4px;\r\n    text-align: center;\r\n    display: none; \/* Initially hidden *\/\r\n}\r\n\r\n.result-section p {\r\n    margin: 0 0 10px;\r\n    font-size: 1.1rem;\r\n    color: #555;\r\n}\r\n\r\n.result-value {\r\n    font-size: 2rem;\r\n    font-weight: bold;\r\n    color: #05047E;\r\n    margin-bottom: 15px;\r\n    word-break: break-all;\r\n}\r\n\r\n.copy-btn {\r\n    background-color: rgb(255, 255, 255);\r\n    color: black;\r\n    border: 1px solid #ddd;\r\n    padding: 8px 16px;\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    font-size: 14px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    transition: background-color 0.2s;\r\n}\r\n\r\n.copy-btn:is(:hover, :focus, :focus-visible) {\r\n    background-color: #f6f6f6 !important;\r\n}\r\n\r\n.error-message {\r\n    color: #cf2e2e;\r\n    font-weight: 500;\r\n}\r\n\r\n\/* --- Success Message (Reused from your code) --- *\/\r\n.success-message {\r\n    position: fixed;\r\n    top: 20px;\r\n    right: 20px;\r\n    background-color: #28a745;\r\n    color: white;\r\n    padding: 12px 20px;\r\n    border-radius: 4px;\r\n    font-size: 14px;\r\n    opacity: 0;\r\n    transform: translateX(100%);\r\n    transition: all 0.3s ease;\r\n    z-index: 1000;\r\n}\r\n\r\n.success-message.show {\r\n    opacity: 1;\r\n    transform: translateX(0);\r\n}\r\n\r\n\/* --- Responsive Styles --- *\/\r\n@media (max-width: 768px) {\r\n    .impression-calculator-app {\r\n        padding: 30px 15px 0;\r\n    }\r\n    .section-header {\r\n        padding: 12px 20px;\r\n        font-size: 1.1rem;\r\n    }\r\n    .calculator-content {\r\n        padding: 20px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"impression-calculator-app\">\r\n    <div class=\"calculator-panel\">\r\n        <div class=\"section-header\">\r\n            Impression Calculator\r\n        <\/div>\r\n        <div class=\"calculator-content\">\r\n            <p style=\"margin: 0 0 10px; color: #555; text-align: center;\">Enter any two values to calculate the third.<\/p>\r\n            \r\n            <div class=\"input-group\">\r\n                <label for=\"cpm\">CPM (Cost Per 1,000 Impressions)<\/label>\r\n                <input type=\"number\" id=\"cpm\" class=\"input-field\" placeholder=\"e.g., 5.50\" step=\"0.01\">\r\n            <\/div>\r\n\r\n            <div class=\"input-group\">\r\n                <label for=\"totalCost\">Total Cost ($)<\/label>\r\n                <input type=\"number\" id=\"totalCost\" class=\"input-field\" placeholder=\"e.g., 1000\" step=\"0.01\">\r\n            <\/div>\r\n\r\n            <div class=\"input-group\">\r\n                <label for=\"totalImpressions\">Total Impressions<\/label>\r\n                <input type=\"number\" id=\"totalImpressions\" class=\"input-field\" placeholder=\"e.g., 200000\">\r\n            <\/div>\r\n\r\n            <div class=\"format-btn-container\">\r\n                <button id=\"calculateBtn\" class=\"format-btn\">Calculate<\/button>\r\n                <button id=\"resetBtn\" class=\"reset-btn\">Reset Fields<\/button>\r\n            <\/div>\r\n\r\n            <div id=\"resultContainer\" class=\"result-section\">\r\n                <!-- Calculation result will be injected here -->\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <div id=\"successMessage\" class=\"success-message\"><\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n    \/\/ --- Element Selection ---\r\n    const cpmInput = document.getElementById('cpm');\r\n    const totalCostInput = document.getElementById('totalCost');\r\n    const totalImpressionsInput = document.getElementById('totalImpressions');\r\n    const calculateBtn = document.getElementById('calculateBtn');\r\n    const resetBtn = document.getElementById('resetBtn');\r\n    const resultContainer = document.getElementById('resultContainer');\r\n    const successMessage = document.getElementById('successMessage');\r\n\r\n    \/\/ --- Event Listeners ---\r\n    calculateBtn.addEventListener('click', handleCalculation);\r\n    resetBtn.addEventListener('click', handleReset);\r\n    resultContainer.addEventListener('click', handleResultCopy);\r\n\r\n    \/\/ --- Main Calculation Logic ---\r\n    function handleCalculation() {\r\n        const cpm = parseFloat(cpmInput.value);\r\n        const cost = parseFloat(totalCostInput.value);\r\n        const impressions = parseFloat(totalImpressionsInput.value);\r\n\r\n        const inputs = [\r\n            { name: 'cpm', value: cpm },\r\n            { name: 'cost', value: cost },\r\n            { name: 'impressions', value: impressions }\r\n        ];\r\n\r\n        const filledInputs = inputs.filter(input => !isNaN(input.value));\r\n\r\n        if (filledInputs.length !== 2) {\r\n            displayError('Please provide exactly two values to calculate the third.');\r\n            return;\r\n        }\r\n\r\n        \/\/ Case 1: Calculate Impressions\r\n        if (!isNaN(cpm) && !isNaN(cost)) {\r\n            const calculatedImpressions = (cost \/ cpm) * 1000;\r\n            totalImpressionsInput.value = calculatedImpressions.toFixed(0);\r\n            displayResult('Total Impressions', calculatedImpressions, true);\r\n        }\r\n        \/\/ Case 2: Calculate Total Cost\r\n        else if (!isNaN(cpm) && !isNaN(impressions)) {\r\n            const calculatedCost = (cpm * impressions) \/ 1000;\r\n            totalCostInput.value = calculatedCost.toFixed(2);\r\n            displayResult('Total Cost', calculatedCost, false);\r\n        }\r\n        \/\/ Case 3: Calculate CPM\r\n        else if (!isNaN(cost) && !isNaN(impressions)) {\r\n            const calculatedCPM = (cost \/ impressions) * 1000;\r\n            cpmInput.value = calculatedCPM.toFixed(2);\r\n            displayResult('CPM', calculatedCPM, false);\r\n        }\r\n    }\r\n    \r\n    \/\/ --- Display Functions ---\r\n    function displayResult(label, value, isImpressions) {\r\n        const formatter = isImpressions \r\n            ? new Intl.NumberFormat('en-US') \r\n            : new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' });\r\n\r\n        const formattedValue = isImpressions ? value.toFixed(0) : value.toFixed(2);\r\n        const displayValue = formatter.format(value);\r\n\r\n        resultContainer.style.display = 'block';\r\n        resultContainer.innerHTML = `\r\n            <p>Calculated ${label}:<\/p>\r\n            <div class=\"result-value\">${displayValue}<\/div>\r\n            <button class=\"copy-btn\" data-copy-value=\"${formattedValue}\">\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\r\n                    <path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"\/>\r\n                    <path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zM-1 7a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1-1 7z\"\/>\r\n                    <path d=\"M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z\"\/>\r\n                <\/svg>\r\n                <span>Copy Result<\/span>\r\n            <\/button>\r\n        `;\r\n    }\r\n    \r\n    function displayError(message) {\r\n        resultContainer.style.display = 'block';\r\n        resultContainer.innerHTML = `<p class=\"error-message\">${message}<\/p>`;\r\n    }\r\n\r\n    \/\/ --- Reset Function ---\r\n    function handleReset() {\r\n        cpmInput.value = '';\r\n        totalCostInput.value = '';\r\n        totalImpressionsInput.value = '';\r\n        resultContainer.innerHTML = '';\r\n        resultContainer.style.display = 'none';\r\n    }\r\n    \r\n    \/\/ --- Utility Functions ---\r\n    function showSuccessMessage(message) {\r\n        successMessage.textContent = message;\r\n        successMessage.classList.add('show');\r\n        setTimeout(() => {\r\n            successMessage.classList.remove('show');\r\n        }, 3000);\r\n    }\r\n\r\n    function handleResultCopy(event) {\r\n        const copyButton = event.target.closest('.copy-btn');\r\n        if (copyButton) {\r\n            const valueToCopy = copyButton.dataset.copyValue;\r\n            if (valueToCopy) {\r\n                navigator.clipboard.writeText(valueToCopy).then(() => {\r\n                    showSuccessMessage('Result copied to clipboard!');\r\n                }).catch(err => {\r\n                    console.error('Failed to copy text: ', err);\r\n                    showSuccessMessage('Failed to copy.');\r\n                });\r\n            }\r\n        }\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-8310887","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>Impression Calculator<\/title>\n<meta name=\"description\" content=\"Easily calculate website impressions with the Elementor Impression Calculator. Understand your content&#039;s reach and optimize your online visibility for better performance.\" \/>\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\/impression-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Impression Calculator\" \/>\n<meta property=\"og:description\" content=\"Easily calculate website impressions with the Elementor Impression Calculator. Understand your content&#039;s reach and optimize your online visibility for better performance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/impression-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-16T02:38:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-16T02:40:55+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\/impression-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/impression-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Impression Calculator\",\"datePublished\":\"2025-09-16T02:38:40+00:00\",\"dateModified\":\"2025-09-16T02:40:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/impression-calculator\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/impression-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/impression-calculator\/\",\"name\":\"Impression Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-16T02:38:40+00:00\",\"dateModified\":\"2025-09-16T02:40:55+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily calculate website impressions with the Elementor Impression Calculator. Understand your content's reach and optimize your online visibility for better performance.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/impression-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/impression-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/impression-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Impression 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":"Impression Calculator","description":"Easily calculate website impressions with the Elementor Impression Calculator. Understand your content's reach and optimize your online visibility for better performance.","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\/impression-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Impression Calculator","og_description":"Easily calculate website impressions with the Elementor Impression Calculator. Understand your content's reach and optimize your online visibility for better performance.","og_url":"https:\/\/elementor.com\/tools\/impression-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-16T02:38:40+00:00","article_modified_time":"2025-09-16T02:40:55+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\/impression-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/impression-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Impression Calculator","datePublished":"2025-09-16T02:38:40+00:00","dateModified":"2025-09-16T02:40:55+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/impression-calculator\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/impression-calculator\/","url":"https:\/\/elementor.com\/tools\/impression-calculator\/","name":"Impression Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-16T02:38:40+00:00","dateModified":"2025-09-16T02:40:55+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily calculate website impressions with the Elementor Impression Calculator. Understand your content's reach and optimize your online visibility for better performance.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/impression-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/impression-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/impression-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Impression 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\/8310887","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=8310887"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310887\/revisions"}],"predecessor-version":[{"id":8310889,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310887\/revisions\/8310889"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310887"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310887"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310887"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}