{"id":8310249,"date":"2025-09-05T09:33:58","date_gmt":"2025-09-05T06:33:58","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310249"},"modified":"2025-09-05T09:55:47","modified_gmt":"2025-09-05T06:55:47","slug":"google-maps-iframe-generator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/","title":{"rendered":"Google Maps iframe generator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310250\" class=\"elementor elementor-8310250\" 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\/* --- Core Styles Adapted from Your Example --- *\/\r\n.html-viewer-app {\r\n    width: 100%;\r\n    max-width: 900px; \/* Adjusted for a single column layout *\/\r\n    margin: 0 auto;\r\n    padding: 20px 0 0;\r\n    background: transparent;\r\n    overflow: visible;\r\n    position: relative;\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; \/* Changed for better alignment *\/\r\n    align-items: center;\r\n    gap: 8px;\r\n    transition: background-color 0.2s;\r\n    box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n}\r\n\r\n.copy-btn:is(:hover, :focus, :focus-visible) {\r\n    background-color: #f6f6f6 !important;\r\n    color: black;\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    text-decoration: underline;\r\n}\r\n\r\n.main-content {\r\n    display: flex;\r\n    flex-direction: column; \/* Changed for single column layout *\/\r\n    gap: 30px;\r\n    position: relative;\r\n}\r\n\r\n.input-section, .output-section {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    display: flex;\r\n    flex-direction: column;\r\n    background: white;\r\n    border-radius: 8px;\r\n    overflow: hidden;\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: 12px 20px;\r\n    font-size: 1.125rem;\r\n    font-weight: 500; \/* Bolder for clarity *\/\r\n}\r\n\r\n.textarea-container {\r\n    flex: 1;\r\n    position: relative;\r\n    background-color: #ffffff;\r\n}\r\n\r\n.output-container {\r\n    flex: 1;\r\n    position: relative;\r\n    background-color: #f9f9f9;\r\n    padding: 20px;\r\n    min-height: 450px;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    border-bottom: 1.5px solid #EBEBEB;\r\n}\r\n\r\n.code-textarea {\r\n    width: 100%;\r\n    height: 150px; \/* Set a fixed height for the code output *\/\r\n    border: none;\r\n    outline: none;\r\n    padding: 15px 15px 15px 20px;\r\n    font-family: 'Courier New', monospace;\r\n    font-size: 14px;\r\n    line-height: 1.5;\r\n    background-color: #ffffff;\r\n    resize: vertical;\r\n    color: #333;\r\n}\r\n\r\n.output-iframe {\r\n    border: 1px solid #ccc;\r\n    background: white;\r\n    max-width: 100%;\r\n    transition: width 0.3s, height 0.3s;\r\n}\r\n\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\r\n\/* --- New Styles for the Generator Tool --- *\/\r\n.controls-container {\r\n    padding: 20px;\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n    gap: 20px;\r\n}\r\n\r\n.control-group {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 8px;\r\n}\r\n\r\n.control-group label {\r\n    font-weight: 500;\r\n    font-size: 0.9rem;\r\n    color: #333;\r\n}\r\n\r\n.control-group input,\r\n.control-group select {\r\n    width: 100%;\r\n    padding: 10px;\r\n    font-size: 1rem;\r\n    border: 1px solid #ddd;\r\n    border-radius: 4px;\r\n    background-color: #fff;\r\n}\r\n\r\n.control-group input:focus,\r\n.control-group select:focus {\r\n    outline: none;\r\n    border-color: #05047E;\r\n    box-shadow: 0 0 0 2px rgba(5, 4, 126, 0.2);\r\n}\r\n\r\n.actions-container {\r\n    padding: 0 20px 20px;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n}\r\n\r\n.copy-btn-container {\r\n    position: relative; \/* Simplified positioning *\/\r\n}\r\n\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"main-content\">\r\n\r\n        <!-- Controls Section -->\r\n        <div class=\"input-section\">\r\n            <div class=\"section-header\">Map Settings<\/div>\r\n            <div class=\"controls-container\">\r\n                <div class=\"control-group\">\r\n                    <label for=\"mapLocation\">Location Address or Place<\/label>\r\n                    <input type=\"text\" id=\"mapLocation\" value=\"Eiffel Tower, Paris, France\" placeholder=\"e.g., New York, NY\">\r\n                <\/div>\r\n                <div class=\"control-group\">\r\n                    <label for=\"mapZoom\">Zoom Level<\/label>\r\n                    <select id=\"mapZoom\">\r\n                        <!-- Options will be populated by JS -->\r\n                    <\/select>\r\n                <\/div>\r\n                <div class=\"control-group\">\r\n                    <label for=\"mapType\">Map Type<\/label>\r\n                    <select id=\"mapType\">\r\n                        <option value=\"m\" selected>Roadmap<\/option>\r\n                        <option value=\"k\">Satellite<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n                <div class=\"control-group\">\r\n                    <label for=\"mapWidth\">Width (px)<\/label>\r\n                    <input type=\"number\" id=\"mapWidth\" value=\"600\" min=\"100\">\r\n                <\/div>\r\n                <div class=\"control-group\">\r\n                    <label for=\"mapHeight\">Height (px)<\/label>\r\n                    <input type=\"number\" id=\"mapHeight\" value=\"450\" min=\"100\">\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"actions-container\">\r\n                 <button class=\"reset-btn\" id=\"resetBtn\">Reset to Defaults<\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Output Section -->\r\n        <div class=\"output-section\">\r\n            <div class=\"section-header\">Preview & Code<\/div>\r\n            <div class=\"output-container\" id=\"mapPreviewContainer\">\r\n                <iframe id=\"mapPreviewFrame\" class=\"output-iframe\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\r\n            <\/div>\r\n            <div class=\"textarea-container\">\r\n                <textarea id=\"generatedCode\" class=\"code-textarea\" readonly placeholder=\"iframe code will be generated here...\"><\/textarea>\r\n            <\/div>\r\n            <div class=\"actions-container\">\r\n                 <div class=\"copy-btn-container\">\r\n                    <button class=\"copy-btn\" id=\"copyBtn\">\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-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"\/>\r\n                        <\/svg>\r\n                        <span id=\"copyBtnText\">Copy Code<\/span>\r\n                    <\/button>\r\n                 <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"success-message\" id=\"copySuccessMsg\">Code copied to clipboard!<\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n\r\n    \/\/ --- DOM Element References ---\r\n    const locationInput = document.getElementById('mapLocation');\r\n    const zoomSelect = document.getElementById('mapZoom');\r\n    const mapTypeSelect = document.getElementById('mapType');\r\n    const widthInput = document.getElementById('mapWidth');\r\n    const heightInput = document.getElementById('mapHeight');\r\n    const previewFrame = document.getElementById('mapPreviewFrame');\r\n    const previewContainer = document.getElementById('mapPreviewContainer');\r\n    const codeTextarea = document.getElementById('generatedCode');\r\n    const copyBtn = document.getElementById('copyBtn');\r\n    const copyBtnText = document.getElementById('copyBtnText');\r\n    const resetBtn = document.getElementById('resetBtn');\r\n    const successMsg = document.getElementById('copySuccessMsg');\r\n\r\n    const defaultValues = {\r\n        location: \"Eiffel Tower, Paris, France\",\r\n        zoom: 14,\r\n        mapType: 'm',\r\n        width: 600,\r\n        height: 450\r\n    };\r\n\r\n    \/\/ --- Functions ---\r\n\r\n    \/**\r\n     * Populates the zoom level select dropdown.\r\n     *\/\r\n    function populateZoomLevels() {\r\n        for (let i = 1; i <= 20; i++) {\r\n            const option = document.createElement('option');\r\n            option.value = i;\r\n            option.textContent = `Zoom Level ${i}`;\r\n            if (i === defaultValues.zoom) {\r\n                option.selected = true;\r\n            }\r\n            zoomSelect.appendChild(option);\r\n        }\r\n    }\r\n\r\n    \/**\r\n     * Reads values from inputs and generates the map URL and iframe code.\r\n     *\/\r\n    function generateMap() {\r\n        \/\/ 1. Get values from inputs\r\n        const location = locationInput.value.trim();\r\n        const zoom = zoomSelect.value;\r\n        const mapType = mapTypeSelect.value;\r\n        const width = widthInput.value;\r\n        const height = heightInput.value;\r\n\r\n        if (!location) {\r\n            codeTextarea.value = \"Please enter a location to generate the map.\";\r\n            previewFrame.src = \"about:blank\";\r\n            return;\r\n        }\r\n\r\n        \/\/ 2. Construct the Google Maps URL\r\n        const encodedLocation = encodeURIComponent(location);\r\n        const mapUrl = `https:\/\/maps.google.com\/maps?q=${encodedLocation}&t=${mapType}&z=${zoom}&ie=UTF8&iwloc=&output=embed`;\r\n\r\n        \/\/ 3. Construct the iframe HTML tag\r\n        const iframeTag = `<iframe width=\"${width}\" height=\"${height}\" style=\"border:0;\" src=\"${mapUrl}\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>`;\r\n\r\n        \/\/ 4. Update the UI\r\n        previewFrame.src = mapUrl;\r\n        previewFrame.style.width = `${width}px`;\r\n        previewFrame.style.height = `${height}px`;\r\n        previewContainer.style.width = `100%`;\r\n        previewContainer.style.height = `${parseInt(height, 10) + 40}px`; \/\/ Add padding\r\n        \r\n        codeTextarea.value = iframeTag;\r\n    }\r\n\r\n    \/**\r\n     * Copies the generated code to the clipboard and shows a success message.\r\n     *\/\r\n    function copyCodeToClipboard() {\r\n        if (!codeTextarea.value || codeTextarea.value.startsWith(\"Please enter\")) {\r\n            return; \/\/ Don't copy placeholder text\r\n        }\r\n        \r\n        navigator.clipboard.writeText(codeTextarea.value).then(() => {\r\n            \/\/ Show success message\r\n            successMsg.classList.add('show');\r\n            copyBtnText.textContent = 'Copied!';\r\n\r\n            \/\/ Hide message and reset button text after 2 seconds\r\n            setTimeout(() => {\r\n                successMsg.classList.remove('show');\r\n                copyBtnText.textContent = 'Copy Code';\r\n            }, 2000);\r\n        }).catch(err => {\r\n            console.error('Failed to copy text: ', err);\r\n            alert('Failed to copy code. Please copy it manually.');\r\n        });\r\n    }\r\n\r\n    \/**\r\n     * Resets all input fields to their default values and regenerates the map.\r\n     *\/\r\n    function resetToDefaults() {\r\n        locationInput.value = defaultValues.location;\r\n        zoomSelect.value = defaultValues.zoom;\r\n        mapTypeSelect.value = defaultValues.mapType;\r\n        widthInput.value = defaultValues.width;\r\n        heightInput.value = defaultValues.height;\r\n        generateMap();\r\n    }\r\n\r\n\r\n    \/\/ --- Event Listeners ---\r\n    const allInputs = [locationInput, zoomSelect, mapTypeSelect, widthInput, heightInput];\r\n    allInputs.forEach(input => {\r\n        input.addEventListener('input', generateMap);\r\n    });\r\n    \r\n    copyBtn.addEventListener('click', copyCodeToClipboard);\r\n    resetBtn.addEventListener('click', resetToDefaults);\r\n\r\n\r\n    \/\/ --- Initial Setup ---\r\n    populateZoomLevels();\r\n    generateMap(); \/\/ Generate the initial map on page load\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-8310249","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>Google Maps iframe generator<\/title>\n<meta name=\"description\" content=\"Easily generate Google Maps iframe code for your Elementor website with our free Google Maps iFrame Generator. Get precise location embeds, customizable maps, and enhance your site&#039;s usability.\" \/>\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\/google-maps-iframe-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Maps iframe generator\" \/>\n<meta property=\"og:description\" content=\"Easily generate Google Maps iframe code for your Elementor website with our free Google Maps iFrame Generator. Get precise location embeds, customizable maps, and enhance your site&#039;s usability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-05T06:33:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-05T06:55:47+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\/google-maps-iframe-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Google Maps iframe generator\",\"datePublished\":\"2025-09-05T06:33:58+00:00\",\"dateModified\":\"2025-09-05T06:55:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/\",\"url\":\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/\",\"name\":\"Google Maps iframe generator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-05T06:33:58+00:00\",\"dateModified\":\"2025-09-05T06:55:47+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily generate Google Maps iframe code for your Elementor website with our free Google Maps iFrame Generator. Get precise location embeds, customizable maps, and enhance your site's usability.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Maps iframe generator\"}]},{\"@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":"Google Maps iframe generator","description":"Easily generate Google Maps iframe code for your Elementor website with our free Google Maps iFrame Generator. Get precise location embeds, customizable maps, and enhance your site's usability.","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\/google-maps-iframe-generator\/","og_locale":"en_US","og_type":"article","og_title":"Google Maps iframe generator","og_description":"Easily generate Google Maps iframe code for your Elementor website with our free Google Maps iFrame Generator. Get precise location embeds, customizable maps, and enhance your site's usability.","og_url":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/","og_site_name":"Tools","article_published_time":"2025-09-05T06:33:58+00:00","article_modified_time":"2025-09-05T06:55:47+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\/google-maps-iframe-generator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Google Maps iframe generator","datePublished":"2025-09-05T06:33:58+00:00","dateModified":"2025-09-05T06:55:47+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/","url":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/","name":"Google Maps iframe generator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-05T06:33:58+00:00","dateModified":"2025-09-05T06:55:47+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily generate Google Maps iframe code for your Elementor website with our free Google Maps iFrame Generator. Get precise location embeds, customizable maps, and enhance your site's usability.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/google-maps-iframe-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Google Maps iframe generator"}]},{"@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\/8310249","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=8310249"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310249\/revisions"}],"predecessor-version":[{"id":8310253,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310249\/revisions\/8310253"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310249"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310249"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}