{"id":7132,"date":"2025-07-17T13:04:29","date_gmt":"2025-07-17T13:04:29","guid":{"rendered":"https:\/\/theseospot.com\/blog\/?page_id=7132"},"modified":"2025-07-29T09:32:42","modified_gmt":"2025-07-29T09:32:42","slug":"business-local-schema-generator","status":"publish","type":"page","link":"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/","title":{"rendered":"Business &amp; Local Schema Generator"},"content":{"rendered":"\n<div class=\"bl-container\">\n    <div class=\"bl-header\">\n        <p class=\"bl-subtitle\">Create rich, detailed JSON-LD for your business to dominate local search results and\n            knowledge panels.<\/p>\n    <\/div>\n\n    <div class=\"bl-selector-wrapper\">\n        <label for=\"bl-schema-type-select\" class=\"bl-label\">Select Business Type<\/label>\n        <div class=\"bl-custom-select\">\n            <select id=\"bl-schema-type-select\">\n                <option value=\"LocalBusiness\">Local Business (General)<\/option>\n                <option value=\"Restaurant\">Restaurant<\/option>\n                <option value=\"Store\">Store \/ Retail<\/option>\n                <option value=\"Service\">Service-Based Business<\/option>\n                <option value=\"Organization\">Organization (Non-Local)<\/option>\n            <\/select>\n            <div class=\"bl-select-arrow\">\u25bc<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"bl-main-grid\">\n        <!-- Left Panel: Dynamic Form -->\n        <div class=\"bl-form-pane\">\n            <div id=\"bl-form-fields\">\n                <!-- Dynamic form fields will be injected here -->\n            <\/div>\n        <\/div>\n\n        <!-- Right Panel: Live JSON-LD Output -->\n        <div class=\"bl-output-pane\">\n            <div class=\"bl-output-header\">\n                <h3>JSON-LD Output<\/h3>\n                <button id=\"bl-copy-btn\" class=\"bl-copy-button\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\"\n                        stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"><\/rect>\n                        <path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"><\/path>\n                    <\/svg>\n                    <span>Copy<\/span>\n                <\/button>\n            <\/div>\n            <div class=\"bl-output-wrapper\">\n                <pre id=\"bl-json-output\"><\/pre>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<style>\n    \/* --- Premium \"3D\" Styles --- *\/\n    .bl-container {\n        background: #ffffff;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n        padding: 30px;\n        border-radius: 16px;\n        border: 1px solid #DC143C;\n        box-shadow: 0 4px 10px rgba(220, 20, 60, 0.2), 0 15px 40px rgba(220, 20, 60, 0.15);\n        max-width: 1200px;\n        margin: 20px auto;\n        box-sizing: border-box;\n    }\n\n    .bl-container *,\n    .bl-container *::before,\n    .bl-container *::after {\n        box-sizing: border-box;\n    }\n\n    .bl-header {\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .bl-container h2 {\n        color: #DC143C;\n        font-size: 28px;\n        font-weight: 700;\n        margin: 0 0 5px 0;\n    }\n\n    .bl-container h3 {\n        color: #DC143C;\n        font-weight: 600;\n        font-size: 16px;\n        margin: 0;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .bl-container .bl-subtitle {\n        color: #DC143C;\n        font-size: 16px;\n        margin: 0;\n    }\n\n    .bl-label {\n        font-weight: 600;\n        color: #DC143C;\n        margin-bottom: 8px;\n        display: block;\n    }\n\n    .bl-form-section-title {\n        font-size: 18px;\n        font-weight: 600;\n        color: #DC143C;\n        padding-bottom: 8px;\n        border-bottom: 2px solid #DC143C;\n        margin: 25px 0 15px 0;\n    }\n\n    \/* 3D Dropdown *\/\n    .bl-selector-wrapper {\n        max-width: 500px;\n        margin: 0 auto 35px auto;\n    }\n\n    .bl-custom-select {\n        position: relative;\n    }\n\n    #bl-schema-type-select {\n        appearance: none;\n        width: 100%;\n        padding: 16px 20px;\n        font-size: 17px;\n        font-weight: 600;\n        border: 1px solid #DC143C;\n        border-radius: 10px;\n        background-color: #000000;\n        color: #DC143C;\n        cursor: pointer;\n        box-shadow: 0 2px 4px rgba(220, 20, 60, 0.1), inset 0 1px 2px rgba(220, 20, 60, 0.05);\n        transition: all 0.2s ease-in-out;\n    }\n\n    #bl-schema-type-select:hover {\n        border-color: #DC143C;\n        transform: translateY(-2px);\n        box-shadow: 0 4px 8px rgba(220, 20, 60, 0.2), inset 0 1px 2px rgba(220, 20, 60, 0.05);\n    }\n\n    #bl-schema-type-select:focus {\n        outline: none;\n        border-color: #DC143C;\n        box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.25);\n    }\n\n    .bl-select-arrow {\n        position: absolute;\n        top: 50%;\n        right: 20px;\n        transform: translateY(-50%);\n        font-size: 16px;\n        color: #DC143C;\n        pointer-events: none;\n    }\n\n    \/* --- Layout & Form --- *\/\n    .bl-main-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 30px;\n    }\n\n    .bl-form-pane {\n        background: #000000;\n        padding: 25px;\n        border-radius: 12px;\n        border: 1px solid #DC143C;\n        overflow-y: auto;\n        max-height: 70vh;\n    }\n\n    .bl-output-pane {\n        min-width: 0;\n    }\n\n    .bl-form-group {\n        margin-bottom: 20px;\n    }\n\n    .bl-form-group input,\n    .bl-form-group select,\n    .bl-form-group textarea {\n        width: 100%;\n        padding: 14px;\n        font-size: 15px;\n        border: 1px solid #DC143C;\n        border-radius: 8px;\n        background-color: #000000;\n        color: #DC143C;\n        transition: all 0.2s ease;\n        box-shadow: inset 0 2px 4px rgba(220, 20, 60, 0.1);\n    }\n\n    .bl-form-group input:focus,\n    .bl-form-group select:focus,\n    .bl-form-group textarea:focus {\n        outline: none;\n        border-color: #DC143C;\n        background-color: #000000;\n        box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.2);\n    }\n\n    .bl-form-group input::placeholder,\n    .bl-form-group textarea::placeholder {\n        color: #DC143C;\n        opacity: 0.7;\n    }\n\n    .bl-add-button,\n    .bl-copy-button {\n        background: #DC143C;\n        color: #000000;\n        border: 1px solid #DC143C;\n        padding: 8px 15px;\n        border-radius: 8px;\n        cursor: pointer;\n        font-size: 14px;\n        font-weight: 600;\n        transition: all 0.2s;\n        box-shadow: 0 2px 5px rgba(220, 20, 60, 0.2);\n    }\n\n    .bl-add-button:hover,\n    .bl-copy-button:hover {\n        border-color: #DC143C;\n        background-color: #000000;\n        color: #DC143C;\n        transform: translateY(-1px);\n    }\n\n    .bl-dynamic-item {\n        display: flex;\n        gap: 10px;\n        margin-bottom: 12px;\n        align-items: center;\n    }\n\n    .bl-dynamic-item>* {\n        flex: 1;\n    }\n\n    .bl-remove-button {\n        flex: 0 0 30px;\n        width: 30px;\n        height: 30px;\n        border-radius: 50%;\n        border: 1px solid #DC143C;\n        background-color: #DC143C;\n        color: #000000;\n        cursor: pointer;\n        font-weight: bold;\n        transition: all 0.2s;\n    }\n\n    .bl-remove-button:hover {\n        background-color: #000000;\n        color: #DC143C;\n        transform: rotate(90deg);\n    }\n\n    \/* --- Output Panel --- *\/\n    .bl-output-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 10px;\n    }\n\n    .bl-copy-button {\n        display: inline-flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .bl-copy-button.bl-copied {\n        border-color: #000000;\n        background: #000000;\n        color: #DC143C;\n    }\n\n    .bl-output-wrapper {\n        height: calc(100% - 38px);\n    }\n\n    #bl-json-output {\n        height: 100%;\n        width: 100%;\n        margin: 0;\n        padding: 20px;\n        background-color: #000000;\n        color: #DC143C;\n        border: 1px solid #DC143C;\n        border-radius: 12px;\n        white-space: pre-wrap;\n        word-break: break-all;\n        font-family: 'SF Mono', 'Courier New', Courier, monospace;\n        font-size: 14px;\n        overflow-y: auto;\n    }\n\n    \/* --- Responsive --- *\/\n    @media (max-width: 900px) {\n        .bl-main-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .bl-output-pane {\n            min-height: 400px;\n            margin-top: 20px;\n        }\n\n        .bl-form-pane {\n            max-height: none;\n        }\n    }\n<\/style>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- Scoped Elements ---\n        const getEl = (id) => document.getElementById(id);\n        const select = getEl('bl-schema-type-select');\n        const formContainer = getEl('bl-form-fields');\n        const jsonOutput = getEl('bl-json-output');\n        const copyBtn = getEl('bl-copy-btn');\n\n        \/\/ --- Field Definitions ---\n        const fieldTemplates = {\n            name: `<div class=\"bl-form-group\"><label for=\"bl-name\" class=\"bl-label\">Business Name<\/label><input type=\"text\" id=\"bl-name\" placeholder=\"e.g., John's Pizza\"><\/div>`,\n            url: `<div class=\"bl-form-group\"><label for=\"bl-url\" class=\"bl-label\">Website URL<\/label><input type=\"url\" id=\"bl-url\" placeholder=\"https:\/\/example.com\"><\/div>`,\n            logo: `<div class=\"bl-form-group\"><label for=\"bl-logo\" class=\"bl-label\">Logo URL<\/label><input type=\"url\" id=\"bl-logo\" placeholder=\"https:\/\/example.com\/logo.png\"><\/div>`,\n            phone: `<div class=\"bl-form-group\"><label for=\"bl-telephone\" class=\"bl-label\">Phone Number<\/label><input type=\"tel\" id=\"bl-telephone\" placeholder=\"+1-555-123-4567\"><\/div>`,\n            priceRange: `<div class=\"bl-form-group\"><label for=\"bl-priceRange\" class=\"bl-label\">Price Range<\/label><input type=\"text\" id=\"bl-priceRange\" placeholder=\"e.g., $$, $$$, Affordable\"><\/div>`,\n            description: `<div class=\"bl-form-group\"><label for=\"bl-description\" class=\"bl-label\">Description<\/label><textarea id=\"bl-description\" rows=\"3\" placeholder=\"A short description of your business.\"><\/textarea><\/div>`,\n            address: `<h3 class=\"bl-form-section-title\">Address<\/h3>\n                  <div class=\"bl-form-group\"><label for=\"bl-streetAddress\" class=\"bl-label\">Street Address<\/label><input type=\"text\" id=\"bl-streetAddress\" placeholder=\"123 Main St\"><\/div>\n                  <div class=\"bl-form-group\"><label for=\"bl-addressLocality\" class=\"bl-label\">City<\/label><input type=\"text\" id=\"bl-addressLocality\" placeholder=\"Anytown\"><\/div>\n                  <div class=\"bl-form-group\"><label for=\"bl-addressRegion\" class=\"bl-label\">State \/ Region<\/label><input type=\"text\" id=\"bl-addressRegion\" placeholder=\"CA\"><\/div>\n                  <div class=\"bl-form-group\"><label for=\"bl-postalCode\" class=\"bl-label\">ZIP \/ Postal Code<\/label><input type=\"text\" id=\"bl-postalCode\" placeholder=\"12345\"><\/div>\n                  <div class=\"bl-form-group\"><label for=\"bl-addressCountry\" class=\"bl-label\">Country Code<\/label><input type=\"text\" id=\"bl-addressCountry\" placeholder=\"US\"><\/div>`,\n            geo: `<h3 class=\"bl-form-section-title\">Geo Coordinates (Optional)<\/h3>\n              <div class=\"bl-form-group\"><label for=\"bl-latitude\" class=\"bl-label\">Latitude<\/label><input type=\"text\" id=\"bl-latitude\" placeholder=\"e.g., 34.052235\"><\/div>\n              <div class=\"bl-form-group\"><label for=\"bl-longitude\" class=\"bl-label\">Longitude<\/label><input type=\"text\" id=\"bl-longitude\" placeholder=\"e.g., -118.243683\"><\/div>`,\n            hours: `<h3 class=\"bl-form-section-title\">Opening Hours<\/h3>\n                <div id=\"bl-hours-list\"><\/div><button type=\"button\" class=\"bl-add-button\" data-list-id=\"hours\">\uff0b Add Hours<\/button>`,\n            socials: `<h3 class=\"bl-form-section-title\">Social Profiles<\/h3>\n                  <div id=\"bl-socials-list\"><\/div><button type=\"button\" class=\"bl-add-button\" data-list-id=\"socials\">\uff0b Add Social Profile<\/button>`,\n            restaurant: `<h3 class=\"bl-form-section-title\">Restaurant Details<\/h3>\n                     <div class=\"bl-form-group\"><label for=\"bl-servesCuisine\" class=\"bl-label\">Serves Cuisine<\/label><input type=\"text\" id=\"bl-servesCuisine\" placeholder=\"e.g., Italian, Pizza\"><\/div>\n                     <div class=\"bl-form-group\"><label for=\"bl-menu\" class=\"bl-label\">Menu URL<\/label><input type=\"url\" id=\"bl-menu\" placeholder=\"https:\/\/example.com\/menu\"><\/div>`,\n            departments: `<h3 class=\"bl-form-section-title\">Store Departments<\/h3>\n                     <div id=\"bl-depts-list\"><\/div><button type=\"button\" class=\"bl-add-button\" data-list-id=\"depts\">\uff0b Add Department<\/button>`,\n        };\n\n        const baseLocal = [fieldTemplates.name, fieldTemplates.url, fieldTemplates.phone, fieldTemplates.priceRange, fieldTemplates.description, fieldTemplates.address, fieldTemplates.geo, fieldTemplates.hours, fieldTemplates.socials];\n        const baseOrg = [fieldTemplates.name, fieldTemplates.url, fieldTemplates.logo, fieldTemplates.description, fieldTemplates.socials];\n\n        \/\/ --- Schema Definitions: The \"Brain\" of the generator ---\n        const schemaDefinitions = {\n            'LocalBusiness': { fields: baseLocal },\n            'Restaurant': { fields: [...baseLocal, fieldTemplates.restaurant] },\n            'Store': { fields: [...baseLocal, fieldTemplates.departments] },\n            'Service': { fields: baseLocal },\n            'Organization': { fields: baseOrg }\n        };\n\n        \/\/ --- Core Functions ---\n        const generateForm = () => {\n            const schemaType = select.value;\n            const definition = schemaDefinitions[schemaType];\n            formContainer.innerHTML = definition.fields.join('');\n            \/\/ Initialize dynamic lists\n            if (formContainer.querySelector('#bl-hours-list')) addHoursItem();\n            if (formContainer.querySelector('#bl-socials-list')) addSocialsItem();\n            if (formContainer.querySelector('#bl-depts-list')) addDeptsItem();\n            updateJsonOutput();\n        };\n\n        const addHoursItem = () => {\n            const container = getEl('bl-hours-list');\n            const itemDiv = document.createElement('div');\n            itemDiv.className = 'bl-dynamic-item';\n            itemDiv.innerHTML = `\n            <select class=\"bl-day-select\">\n                <option>Monday<\/option><option>Tuesday<\/option><option>Wednesday<\/option><option>Thursday<\/option><option>Friday<\/option><option>Saturday<\/option><option>Sunday<\/option>\n            <\/select>\n            <input type=\"time\" class=\"bl-open-time\">\n            <input type=\"time\" class=\"bl-close-time\">\n            <button type=\"button\" class=\"bl-remove-button\">\u00d7<\/button>\n        `;\n            container.appendChild(itemDiv);\n        };\n\n        const addSocialsItem = () => {\n            const container = getEl('bl-socials-list');\n            const itemDiv = document.createElement('div');\n            itemDiv.className = 'bl-dynamic-item';\n            itemDiv.innerHTML = `<input type=\"url\" placeholder=\"https:\/\/facebook.com\/your-page\"><button type=\"button\" class=\"bl-remove-button\">\u00d7<\/button>`;\n            container.appendChild(itemDiv);\n        };\n\n        const addDeptsItem = () => {\n            const container = getEl('bl-depts-list');\n            const itemDiv = document.createElement('div');\n            itemDiv.className = 'bl-dynamic-item';\n            itemDiv.innerHTML = `<input type=\"text\" placeholder=\"e.g., Electronics\"><button type=\"button\" class=\"bl-remove-button\">\u00d7<\/button>`;\n            container.appendChild(itemDiv);\n        }\n\n        const updateJsonOutput = () => {\n            const schemaType = select.value;\n            let output = { \"@context\": \"https:\/\/schema.org\", \"@type\": schemaType };\n            const data = {};\n            formContainer.querySelectorAll('input, textarea, select').forEach(el => { if (el.id) data[el.id.replace('bl-', '')] = el.value });\n\n            Object.assign(output, {\n                name: data.name, url: data.url, telephone: data.telephone, priceRange: data.priceRange,\n                description: data.description, logo: data.logo, menu: data.menu, servesCuisine: data.servesCuisine\n            });\n\n            if (data.streetAddress) output.address = {\n                \"@type\": \"PostalAddress\", streetAddress: data.streetAddress, addressLocality: data.addressLocality,\n                addressRegion: data.addressRegion, postalCode: data.postalCode, addressCountry: data.addressCountry\n            };\n\n            if (data.latitude && data.longitude) output.geo = { \"@type\": \"GeoCoordinates\", latitude: data.latitude, longitude: data.longitude };\n\n            const hoursList = getEl('bl-hours-list');\n            if (hoursList) output.openingHoursSpecification = Array.from(hoursList.children).map(item => ({\n                \"@type\": \"OpeningHoursSpecification\",\n                dayOfWeek: item.querySelector('.bl-day-select').value,\n                opens: item.querySelector('.bl-open-time').value,\n                closes: item.querySelector('.bl-close-time').value,\n            })).filter(h => h.opens && h.closes);\n\n            const socialsList = getEl('bl-socials-list');\n            if (socialsList) output.sameAs = Array.from(socialsList.children).map(item => item.querySelector('input').value).filter(Boolean);\n\n            const deptsList = getEl('bl-depts-list');\n            if (deptsList) output.department = Array.from(deptsList.children).map(item => ({ \"@type\": \"DepartmentStore\", \"name\": item.querySelector('input').value })).filter(d => d.name);\n\n            Object.keys(output).forEach(key => (output[key] === undefined || (Array.isArray(output[key]) && !output[key].length)) && delete output[key]);\n            jsonOutput.textContent = JSON.stringify(output, null, 2);\n        };\n\n        \/\/ --- Event Listeners ---\n        select.addEventListener('change', generateForm);\n        formContainer.addEventListener('input', updateJsonOutput);\n        formContainer.addEventListener('click', e => {\n            if (e.target.matches('.bl-add-button')) {\n                const listId = e.target.dataset.listId;\n                if (listId === 'hours') addHoursItem();\n                if (listId === 'socials') addSocialsItem();\n                if (listId === 'depts') addDeptsItem();\n            }\n            if (e.target.matches('.bl-remove-button')) { e.target.parentElement.remove(); updateJsonOutput(); }\n        });\n        copyBtn.addEventListener('click', () => {\n            navigator.clipboard.writeText(jsonOutput.textContent).then(() => {\n                copyBtn.querySelector('span').textContent = 'Copied!'; copyBtn.classList.add('bl-copied');\n                setTimeout(() => { copyBtn.querySelector('span').textContent = 'Copy'; copyBtn.classList.remove('bl-copied'); }, 2000);\n            });\n        });\n\n        \/\/ --- Initial Load ---\n        generateForm();\n    });\n<\/script>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"h-business-schema-generator\">\ud83c\udfe2 Business Schema Generator<\/h1>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-strategic-implementation-guide-for-local-service-amp-enterprise-entities\"><strong>Strategic Implementation Guide for Local, Service &amp; Enterprise Entities<\/strong><\/h3>\n\n\n\n<p>The <strong>Business Schema Generator<\/strong> is a powerful tool designed to help businesses of all sizes implement <strong>structured data markup<\/strong> that improves visibility, enhances local SEO and builds brand authority.<\/p>\n\n\n\n<p>By generating <strong>schema compliant JSON-LD markup<\/strong>, this tool helps businesses qualify for <strong><a href=\"https:\/\/theseospot.com\/blog\/structured-data-generator-faq-how-to-guide-breadcrumb-searchlink\/\">rich search results<\/a><\/strong>, <strong>local map listings<\/strong> and <strong>Google Knowledge Panels<\/strong> \u2014 all without coding knowledge.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-business-schema-matters\">\ud83d\ude80 Why Business Schema Matters<\/h2>\n\n\n\n<p><strong>Search engines use structured data to better understand your business. With the right schema markup, your company can achieve:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udccd <strong>Improved Local Rankings<\/strong>.<\/li>\n\n\n\n<li>\ud83d\udcc8 <strong>Increased Click-Through Rates (CTR)<\/strong>.<\/li>\n\n\n\n<li>\ud83e\udde0 <strong>Enhanced Brand Recognition<\/strong>.<\/li>\n\n\n\n<li>\ud83e\udde9 <strong>Knowledge Panel Eligibility<\/strong>.<\/li>\n\n\n\n<li>\ud83e\udded <strong>Clear Business Hierarchy Recognition<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>The <strong>Business Schema Generator<\/strong> removes technical barriers and aligns perfectly with both <strong>Google\u2019s guidelines<\/strong> and <strong>schema standards<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-schema-types-amp-strategic-use-cases\">\ud83e\udded Schema Types &amp; Strategic Use Cases<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-local-business-schema\"><strong>\ud83d\udccc Local Business Schema<\/strong><\/h3>\n\n\n\n<p><strong>Local Business schema<\/strong> is essential for physical locations looking to dominate <strong>local search results<\/strong> and Google Maps listings.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-what-it-covers\"><strong>\u2705 What It Covers:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Business Name<\/li>\n\n\n\n<li>Address &amp; Contact Info<\/li>\n\n\n\n<li>Operating Hours<\/li>\n\n\n\n<li>Service Areas<\/li>\n\n\n\n<li>Price Range<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-local-business-schema-table\"><strong>\ud83d\udcca Local Business Schema Table:<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Core Element<\/th><th>Business Impact<\/th><th>Implementation Priority<\/th><\/tr><\/thead><tbody><tr><td>Business Name<\/td><td>Brand recognition in search results<\/td><td>\u2705 Critical<\/td><\/tr><tr><td>Address Info<\/td><td>Local SEO &amp; Google Maps ranking<\/td><td>\u2705 Critical<\/td><\/tr><tr><td>Phone Number<\/td><td>Enables customer contact<\/td><td>\ud83d\udd36 High<\/td><\/tr><tr><td>Operating Hours<\/td><td>Increases trust &amp; visit likelihood<\/td><td>\ud83d\udd36 High<\/td><\/tr><tr><td>Price Range<\/td><td>Sets customer expectations<\/td><td>\ud83d\udd37 Medium<\/td><\/tr><tr><td>Description<\/td><td>Rich snippet enhancement<\/td><td>\ud83d\udd37 Medium<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-restaurant-schema\"><strong>\ud83c\udf7d Restaurant Schema<\/strong><\/h3>\n\n\n\n<p><strong><a href=\"https:\/\/theseospot.com\/blog\/recipe-schema-generator\/\">Restaurant schema<\/a> enhances local listings for food establishments by adding:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cuisine Type<\/li>\n\n\n\n<li>Menu Information<\/li>\n\n\n\n<li>Opening Hours<\/li>\n\n\n\n<li>Reservations &amp; Dietary Tags<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-benefits\"><strong>\ud83d\udd25 Benefits:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Featured in <strong>cuisine-specific carousels<\/strong>.<\/li>\n\n\n\n<li>Supports <strong>food delivery &amp; reservation systems<\/strong>.<\/li>\n\n\n\n<li>Displays <strong>rich dining-related snippets<\/strong>.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-store-amp-retail-schema\"><strong>\ud83d\udecd Store &amp; Retail Schema<\/strong><\/h3>\n\n\n\n<p><strong>Tailored for complex retail operations, Store schema supports:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Department structures<\/li>\n\n\n\n<li>Product categories<\/li>\n\n\n\n<li>Inventory features<\/li>\n\n\n\n<li>Hybrid models (retail + service)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-store-schema-table\"><strong>\ud83d\udcca Store Schema Table:<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Retail Feature<\/th><th>Schema Property<\/th><th>Customer Benefit<\/th><\/tr><\/thead><tbody><tr><td>Department Structure<\/td><td><code>department<\/code><\/td><td>Navigate to product-specific pages<\/td><\/tr><tr><td>Product Categories<\/td><td><code>additionalType<\/code><\/td><td>Enhanced product discovery<\/td><\/tr><tr><td>Service Offerings<\/td><td><code>serviceType<\/code><\/td><td>Clear value-added differentiation<\/td><\/tr><tr><td>Location Details<\/td><td><code>address<\/code><\/td><td>Ensures accurate store placement<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-service-business-schema\"><strong>\ud83d\udee0 Service Business Schema<\/strong><\/h3>\n\n\n\n<p>Designed for businesses that provide <strong>services rather than physical products<\/strong> (e.g., consulting, repair, home services).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-key-schema-features\"><strong>\ud83c\udfaf Key Schema Features:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Service Area definitions<\/li>\n\n\n\n<li>Professional credentials<\/li>\n\n\n\n<li>Specializations<\/li>\n\n\n\n<li>Availability and scheduling<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-value-delivered\"><strong>\ud83d\udca1 Value Delivered:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Appears in <strong>service-specific search queries<\/strong>.<\/li>\n\n\n\n<li>Builds <strong>credibility and expertise<\/strong>.<\/li>\n\n\n\n<li>Supports <strong>remote and local service businesses<\/strong>.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-organization-schema\"><strong>\ud83c\udfdb Organization Schema<\/strong><\/h3>\n\n\n\n<p>Built for <strong>non-local entities<\/strong> such as corporations, educational institutions or online-only brands.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-highlights\"><strong>Highlights:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Defines corporate structure and mission.<\/li>\n\n\n\n<li>Enhances brand recognition in search.<\/li>\n\n\n\n<li>Triggers <strong>Knowledge Panel<\/strong> visibility.<\/li>\n\n\n\n<li>Supports multi-location and international presence.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-schema-type-selection-guide\">\ud83e\uddf0 Schema Type Selection Guide<\/h2>\n\n\n\n<p><strong>Choosing the right schema type depends on your business model and search goals:<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-business-model-vs-schema-table\"><strong>\ud83d\udcca Business Model vs Schema Table:<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Business Model<\/th><th>Recommended Schema<\/th><th>Key Benefits<\/th><\/tr><\/thead><tbody><tr><td>Physical Storefront<\/td><td><code>LocalBusiness<\/code><\/td><td>Boosts local visibility<\/td><\/tr><tr><td>Restaurant or Food Outlet<\/td><td><code>Restaurant<\/code><\/td><td>Menu &amp; reservation integration<\/td><\/tr><tr><td>Retail (multi-department)<\/td><td><code>Store<\/code><\/td><td>Category &amp; product indexing<\/td><\/tr><tr><td>Service Provider<\/td><td><code>Service<\/code><\/td><td>Area &amp; credential-based search<\/td><\/tr><tr><td>Corporation\/Institution<\/td><td><code>Organization<\/code><\/td><td>Brand authority &amp; structure mapping<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-implementation-strategy\">\ud83d\udccb Implementation Strategy<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-data-collection-and-preparation\"><strong>1. \ud83d\udd0d Data Collection and Preparation<\/strong><\/h3>\n\n\n\n<p><strong>Before applying structured data, gather:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udccc Accurate business name, address and phone.<\/li>\n\n\n\n<li>\ud83d\udcc5 Operating hours (daily accuracy matters).<\/li>\n\n\n\n<li>\ud83d\udcac Product or service descriptions.<\/li>\n\n\n\n<li>\ud83c\udf0d Location data and service areas.<\/li>\n\n\n\n<li>\ud83d\udd17 Social profiles, website URLs and logo links.<\/li>\n<\/ul>\n\n\n\n<p>Well-prepared data ensures your schema is <strong>complete, accurate and search-engine friendly.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-schema-generation-amp-deployment\"><strong>2. \ud83e\udde9 Schema Generation &amp; Deployment<\/strong><\/h3>\n\n\n\n<p>The generator outputs <strong>clean JSON-LD<\/strong>, which you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Paste directly into the <code>&lt;head><\/code> of your business web pages.<\/li>\n\n\n\n<li>Validate with Schema Markup Validator.<\/li>\n\n\n\n<li>Monitor in Google Search Console.<\/li>\n<\/ul>\n\n\n\n<p><strong>Focus first on:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Homepage or landing pages.<\/li>\n\n\n\n<li>Location-specific pages.<\/li>\n\n\n\n<li>Contact or service pages.<\/li>\n<\/ul>\n\n\n\n<p>Ensure <strong>consistency<\/strong> across all schema entries.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance-optimization\">\u2705 Performance Optimization<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-schema-validation\"><strong>\ud83e\uddea Schema Validation<\/strong><\/h3>\n\n\n\n<p><strong>Always validate your markup before deploying:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u2714 Syntax check.<\/li>\n\n\n\n<li>\u2714 Compliance with schema.org.<\/li>\n\n\n\n<li>\u2714 Google-specific rules (logos, ratings, etc.).<\/li>\n\n\n\n<li>\u2714 URL and image accessibility.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-monitoring-and-success-metrics\">\ud83d\udcca Monitoring and Success Metrics<\/h3>\n\n\n\n<p><strong>Track your schema\u2019s performance using:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Google Search Console (Enhancements &amp; Coverage Reports).<\/li>\n\n\n\n<li>CTR improvements from rich snippets.<\/li>\n\n\n\n<li>Local search position tracking.<\/li>\n\n\n\n<li>Engagement from knowledge panel appearances.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-practices-for-business-schema\">\ud83d\udca1 Best Practices for Business Schema<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <strong>absolute URLs<\/strong> in all fields.<\/li>\n\n\n\n<li>Ensure <strong>logo dimensions<\/strong> meet guidelines (min 112x112px, 1:1 ratio).<\/li>\n\n\n\n<li>Add <strong>sameAs<\/strong> links to social profiles.<\/li>\n\n\n\n<li>Use proper <strong>openingHoursSpecification<\/strong> for each day.<\/li>\n\n\n\n<li>Avoid duplicate entries or conflicting data across pages.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-measure-roi\">\ud83d\udcc8 How to Measure ROI<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-key-performance-indicators\"><strong>Key Performance Indicators:<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udcca Increase in local map pack rankings.<\/li>\n\n\n\n<li>\u2705 Appearance of knowledge panels.<\/li>\n\n\n\n<li>\ud83d\udcc8 Click-through rate gains.<\/li>\n\n\n\n<li>\ud83d\udde3 Mentions in voice search results.<\/li>\n\n\n\n<li>\ud83d\udccd Customer engagement from search visibility.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-continuous-improvement-strategy\">\ud83d\udcc5 Continuous Improvement Strategy<\/h2>\n\n\n\n<p><strong>Perform monthly audits to ensure:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Schema is still valid and compliant.<\/li>\n\n\n\n<li>Business info (hours, contacts) is up to date.<\/li>\n\n\n\n<li>Google Search Console shows no errors.<\/li>\n\n\n\n<li>New schema features (e.g., service reviews) are leveraged.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Create rich, detailed JSON-LD for your business to dominate local search results and knowledge panels. Select Business Type Local Business (General)RestaurantStore \/ RetailService-Based BusinessOrganization (Non-Local) \u25bc JSON-LD Output Copy \ud83c\udfe2 Business Schema Generator Strategic Implementation Guide for Local, Service &amp; Enterprise Entities The Business Schema Generator is a powerful tool designed to help businesses of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7132","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Business &amp; Local Schema Generator - SEOSpot Blog<\/title>\n<meta name=\"description\" content=\"This tool helps businesses qualify for rich search results, local map listings and Google Knowledge Panels \u2014 all without coding knowledge.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Business &amp; Local Schema Generator - SEOSpot Blog\" \/>\n<meta property=\"og:description\" content=\"This tool helps businesses qualify for rich search results, local map listings and Google Knowledge Panels \u2014 all without coding knowledge.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"SEOSpot Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/theseospot\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-29T09:32:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/theseospot.com\/blog\/wp-content\/uploads\/2022\/10\/write-for-us-seo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"521\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/business-local-schema-generator\\\/\",\"url\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/business-local-schema-generator\\\/\",\"name\":\"Business &amp; Local Schema Generator - SEOSpot Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/#website\"},\"datePublished\":\"2025-07-17T13:04:29+00:00\",\"dateModified\":\"2025-07-29T09:32:42+00:00\",\"description\":\"This tool helps businesses qualify for rich search results, local map listings and Google Knowledge Panels \u2014 all without coding knowledge.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/business-local-schema-generator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/theseospot.com\\\/blog\\\/business-local-schema-generator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/business-local-schema-generator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Business &amp; Local Schema Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/\",\"name\":\"SEOSpot Blog\",\"description\":\"Your SEO Magzine\",\"publisher\":{\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/#organization\",\"name\":\"SEOSpot\",\"url\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/logo-light.png\",\"contentUrl\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/logo-light.png\",\"width\":150,\"height\":84,\"caption\":\"SEOSpot\"},\"image\":{\"@id\":\"https:\\\/\\\/theseospot.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/theseospot\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Business &amp; Local Schema Generator - SEOSpot Blog","description":"This tool helps businesses qualify for rich search results, local map listings and Google Knowledge Panels \u2014 all without coding knowledge.","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:\/\/theseospot.com\/blog\/business-local-schema-generator\/","og_locale":"en_US","og_type":"article","og_title":"Business &amp; Local Schema Generator - SEOSpot Blog","og_description":"This tool helps businesses qualify for rich search results, local map listings and Google Knowledge Panels \u2014 all without coding knowledge.","og_url":"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/","og_site_name":"SEOSpot Blog","article_publisher":"https:\/\/www.facebook.com\/theseospot","article_modified_time":"2025-07-29T09:32:42+00:00","og_image":[{"width":480,"height":521,"url":"https:\/\/theseospot.com\/blog\/wp-content\/uploads\/2022\/10\/write-for-us-seo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/","url":"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/","name":"Business &amp; Local Schema Generator - SEOSpot Blog","isPartOf":{"@id":"https:\/\/theseospot.com\/blog\/#website"},"datePublished":"2025-07-17T13:04:29+00:00","dateModified":"2025-07-29T09:32:42+00:00","description":"This tool helps businesses qualify for rich search results, local map listings and Google Knowledge Panels \u2014 all without coding knowledge.","breadcrumb":{"@id":"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theseospot.com\/blog\/business-local-schema-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theseospot.com\/blog\/business-local-schema-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theseospot.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Business &amp; Local Schema Generator"}]},{"@type":"WebSite","@id":"https:\/\/theseospot.com\/blog\/#website","url":"https:\/\/theseospot.com\/blog\/","name":"SEOSpot Blog","description":"Your SEO Magzine","publisher":{"@id":"https:\/\/theseospot.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theseospot.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/theseospot.com\/blog\/#organization","name":"SEOSpot","url":"https:\/\/theseospot.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/theseospot.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/theseospot.com\/blog\/wp-content\/uploads\/2022\/10\/logo-light.png","contentUrl":"https:\/\/theseospot.com\/blog\/wp-content\/uploads\/2022\/10\/logo-light.png","width":150,"height":84,"caption":"SEOSpot"},"image":{"@id":"https:\/\/theseospot.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/theseospot"]}]}},"_links":{"self":[{"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/pages\/7132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/comments?post=7132"}],"version-history":[{"count":2,"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/pages\/7132\/revisions"}],"predecessor-version":[{"id":7206,"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/pages\/7132\/revisions\/7206"}],"wp:attachment":[{"href":"https:\/\/theseospot.com\/blog\/wp-json\/wp\/v2\/media?parent=7132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}