{"id":30,"date":"2025-06-16T13:14:04","date_gmt":"2025-06-16T13:14:04","guid":{"rendered":"https:\/\/ecofy.websitecompetition.top\/?page_id=30"},"modified":"2025-06-20T09:17:48","modified_gmt":"2025-06-20T09:17:48","slug":"recycling-locator","status":"publish","type":"page","link":"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/","title":{"rendered":"Recycling Locator"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Recycling &#038; Store Locator | ECOFY<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        \/* Base Styles *\/\n        :root {\n            --primary: #2ecc71;\n            --primary-dark: #27ae60;\n            --secondary: #3498db;\n            --light: #f9f9f9;\n            --dark: #2c3e50;\n            --gray: #95a5a6;\n            --shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f5f7fa;\n            color: var(--dark);\n            line-height: 1.6;\n        }\n        \n        .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        section {\n            padding: 60px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n        }\n        \n        .section-title h2 {\n            font-size: 2.2rem;\n            color: var(--dark);\n            margin-bottom: 15px;\n        }\n        \n        .section-title p {\n            color: var(--gray);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 12px 28px;\n            background-color: var(--primary);\n            color: white;\n            text-decoration: none;\n            border-radius: 30px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .btn:hover {\n            background-color: var(--primary-dark);\n            transform: translateY(-2px);\n        }\n        \n        .btn-secondary {\n            background-color: var(--secondary);\n        }\n        \n        .btn-secondary:hover {\n            background-color: #2980b9;\n        }\n        \n        \/* Header Styles *\/\n        header {\n            background-color: white;\n            box-shadow: var(--shadow);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n        \n        .header-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 0;\n        }\n        \n        .logo {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary);\n            text-decoration: none;\n        }\n        \n        .logo span {\n            color: var(--secondary);\n        }\n        \n        nav ul {\n            display: flex;\n            list-style: none;\n        }\n        \n        nav ul li {\n            margin-left: 30px;\n        }\n        \n        nav ul li a {\n            text-decoration: none;\n            color: var(--dark);\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n        \n        nav ul li a:hover {\n            color: var(--primary);\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, rgba(46, 204, 113, 0.15) 0%, rgba(52, 152, 219, 0.15) 100%);\n            padding: 80px 0 60px;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .hero p {\n            font-size: 1.2rem;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            color: var(--dark);\n        }\n        \n        \/* Locator Tools Section *\/\n        .locator-tools {\n            background-color: white;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: var(--shadow);\n            margin-top: -40px;\n            position: relative;\n            z-index: 10;\n        }\n        \n        .tools-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .tool-card {\n            display: flex;\n            align-items: center;\n            padding: 20px;\n            background-color: var(--light);\n            border-radius: 8px;\n            transition: all 0.3s ease;\n        }\n        \n        .tool-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow);\n        }\n        \n        .tool-icon {\n            font-size: 2rem;\n            color: var(--primary);\n            margin-right: 15px;\n            width: 60px;\n            text-align: center;\n        }\n        \n        .tool-content h3 {\n            margin-bottom: 5px;\n        }\n        \n        \/* Map Section *\/\n        .map-section {\n            margin-top: 40px;\n            background-color: white;\n            border-radius: 10px;\n            box-shadow: var(--shadow);\n            overflow: hidden;\n        }\n        \n        .map-header {\n            padding: 20px;\n            background-color: var(--dark);\n            color: white;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .map-container {\n            height: 500px;\n            background-color: #e9e9e9;\n            position: relative;\n        }\n        \n        .map-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            background-color: rgba(255, 255, 255, 0.9);\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .map-overlay-icon {\n            font-size: 4rem;\n            color: var(--gray);\n            margin-bottom: 20px;\n        }\n        \n        \/* Location List *\/\n        .location-list {\n            margin-top: 30px;\n        }\n        \n        .list-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 20px;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .filter-controls {\n            display: flex;\n            gap: 10px;\n            flex-wrap: wrap;\n        }\n        \n        .filter-btn {\n            padding: 8px 16px;\n            background-color: var(--light);\n            border: 1px solid #ddd;\n            border-radius: 20px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        \n        .filter-btn.active, .filter-btn:hover {\n            background-color: var(--primary);\n            color: white;\n            border-color: var(--primary);\n        }\n        \n        .locations-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        \n        .location-card {\n            background-color: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n        \n        .location-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n        \n        .location-img {\n            height: 180px;\n            background-color: #e0f7fa;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--gray);\n            font-size: 3rem;\n        }\n        \n        .location-info {\n            padding: 20px;\n        }\n        \n        .location-info h3 {\n            margin-bottom: 10px;\n        }\n        \n        .location-meta {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 15px;\n            color: var(--gray);\n            font-size: 0.9rem;\n        }\n        \n        .location-type {\n            display: inline-block;\n            padding: 4px 10px;\n            background-color: rgba(46, 204, 113, 0.1);\n            color: var(--primary);\n            border-radius: 20px;\n            font-size: 0.8rem;\n            margin-bottom: 10px;\n        }\n        \n        \/* Submission Section *\/\n        .submission-section {\n            background: linear-gradient(to bottom, #e8f5e9, #f1f8e9);\n            border-radius: 10px;\n            padding: 40px;\n            margin-top: 60px;\n        }\n        \n        .submission-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n        \n        .submission-content h2 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .submission-form {\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: var(--shadow);\n        }\n        \n        .form-group {\n            margin-bottom: 20px;\n        }\n        \n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 500;\n            color: var(--dark);\n        }\n        \n        .form-group input,\n        .form-group textarea,\n        .form-group select {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            font-size: 1rem;\n        }\n        \n        \/* Footer *\/\n        footer {\n            background-color: var(--dark);\n            color: white;\n            padding: 40px 0 20px;\n        }\n        \n        .footer-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .footer-column h3 {\n            margin-bottom: 20px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .footer-column h3::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 40px;\n            height: 3px;\n            background-color: var(--primary);\n        }\n        \n        .footer-column ul {\n            list-style: none;\n        }\n        \n        .footer-column ul li {\n            margin-bottom: 10px;\n        }\n        \n        .footer-column ul li a {\n            color: #ecf0f1;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n        \n        .footer-column ul li a:hover {\n            color: var(--primary);\n        }\n        \n        .copyright {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid #34495e;\n            color: #bdc3c7;\n        }\n        \n        \/* Responsive Styles *\/\n        @media (max-width: 992px) {\n            .submission-container,\n            .tools-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .map-container {\n                height: 400px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            nav ul {\n                display: none;\n            }\n            \n            .hero h1 {\n                font-size: 2.2rem;\n            }\n            \n            .section-title h2 {\n                font-size: 1.8rem;\n            }\n            \n            .locations-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n   \n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Find Recycling Centers &#038; Eco Stores<\/h1>\n            <p>Discover nearby locations to recycle materials and shop sustainably<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Locator Tools -->\n    <section class=\"container\">\n        <div class=\"locator-tools\">\n            <div class=\"tools-grid\">\n                <div class=\"tool-card\">\n                    <div class=\"tool-icon\">\n                        <i class=\"fas fa-search-location\"><\/i>\n                    <\/div>\n                    <div class=\"tool-content\">\n                        <h3>Search by Location<\/h3>\n                        <p>Enter your address to find nearby options<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tool-card\">\n                    <div class=\"tool-icon\">\n                        <i class=\"fas fa-filter\"><\/i>\n                    <\/div>\n                    <div class=\"tool-content\">\n                        <h3>Filter by Material<\/h3>\n                        <p>Find locations that accept specific items<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tool-card\">\n                    <div class=\"tool-icon\">\n                        <i class=\"fas fa-route\"><\/i>\n                    <\/div>\n                    <div class=\"tool-content\">\n                        <h3>Get Directions<\/h3>\n                        <p>Navigate to your chosen location<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Map Section -->\n    <section class=\"container\">\n        <div class=\"map-section\">\n            <div class=\"map-header\">\n                <h3>Interactive Recycling Map<\/h3>\n                <div>\n                    <button class=\"btn btn-secondary\">\n                        <i class=\"fas fa-location-arrow\"><\/i> Use My Location\n                    <\/button>\n                <\/div>\n            <\/div>\n            <div class=\"map-container\">\n                <!-- WP Store Locator Map -->\n                <div class=\"map-overlay\">\n                    <div class=\"map-overlay-icon\">\n                        <i class=\"fas fa-map-marked-alt\"><\/i>\n                    <\/div>\n                    <h3>Recycling &#038; Zero-Waste Store Map<\/h3>\n                    <p>Shortcode: <code>[wpsl]<\/code><\/p>\n                    <p>This interactive map will show all recycling centers and eco-friendly stores in your area.<\/p>\n                    <button class=\"btn\" style=\"margin-top: 20px;\">\n                        Enable Location Services\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Location List -->\n    <section class=\"container location-list\">\n        <div class=\"list-header\">\n            <h3>Featured Locations<\/h3>\n            <div class=\"filter-controls\">\n                <button class=\"filter-btn active\">All<\/button>\n                <button class=\"filter-btn\">Recycling Centers<\/button>\n                <button class=\"filter-btn\">Zero-Waste Stores<\/button>\n                <button class=\"filter-btn\">Repair Shops<\/button>\n            <\/div>\n        <\/div>\n        \n        <div class=\"locations-grid\">\n            <!-- Location 1 -->\n            <div class=\"location-card\">\n                <div class=\"location-img\">\n                    <i class=\"fas fa-recycle\"><\/i>\n                <\/div>\n                <div class=\"location-info\">\n                    <span class=\"location-type\">Recycling Center<\/span>\n                    <h3>Kampala City Recycling Hub<\/h3>\n                    <p><i class=\"fas fa-map-marker-alt\"><\/i> 123 Green Street, Kampala<\/p>\n                    <p><i class=\"fas fa-phone\"><\/i> 0414 123 456<\/p>\n                    <div class=\"location-meta\">\n                        <span><i class=\"fas fa-clock\"><\/i> Mon-Sat: 8AM-6PM<\/span>\n                        <span><i class=\"fas fa-star\"><\/i> 4.7<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Location 2 -->\n            <div class=\"location-card\">\n                <div class=\"location-img\">\n                    <i class=\"fas fa-store\"><\/i>\n                <\/div>\n                <div class=\"location-info\">\n                    <span class=\"location-type\">Zero-Waste Store<\/span>\n                    <h3>EcoLife Package-Free<\/h3>\n                    <p><i class=\"fas fa-map-marker-alt\"><\/i> 456 Eco Avenue, Kampala<\/p>\n                    <p><i class=\"fas fa-phone\"><\/i> 0414 234 567<\/p>\n                    <div class=\"location-meta\">\n                        <span><i class=\"fas fa-clock\"><\/i> Mon-Sun: 9AM-8PM<\/span>\n                        <span><i class=\"fas fa-star\"><\/i> 4.9<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Location 3 -->\n            <div class=\"location-card\">\n                <div class=\"location-img\">\n                    <i class=\"fas fa-tools\"><\/i>\n                <\/div>\n                <div class=\"location-info\">\n                    <span class=\"location-type\">Repair Shop<\/span>\n                    <h3>FixIt Electronics Repair<\/h3>\n                    <p><i class=\"fas fa-map-marker-alt\"><\/i> 789 Repair Road, Kampala<\/p>\n                    <p><i class=\"fas fa-phone\"><\/i> 0414 345 678<\/p>\n                    <div class=\"location-meta\">\n                        <span><i class=\"fas fa-clock\"><\/i> Mon-Fri: 10AM-6PM<\/span>\n                        <span><\n","protected":false},"excerpt":{"rendered":"<p>Recycling &#038; Store Locator | ECOFY Find Recycling Centers &#038; Eco Stores Discover nearby locations to recycle materials and shop sustainably Search by Location Enter your address to find nearby options Filter by Material Find locations that accept specific items Get Directions Navigate to your chosen location Interactive Recycling Map Use My Location Recycling &#038; [&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-30","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Recycling Locator - ECOFY<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recycling Locator - ECOFY\" \/>\n<meta property=\"og:description\" content=\"Recycling &#038; Store Locator | ECOFY Find Recycling Centers &#038; Eco Stores Discover nearby locations to recycle materials and shop sustainably Search by Location Enter your address to find nearby options Filter by Material Find locations that accept specific items Get Directions Navigate to your chosen location Interactive Recycling Map Use My Location Recycling &#038; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/\" \/>\n<meta property=\"og:site_name\" content=\"ECOFY\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-20T09:17:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/\",\"name\":\"Recycling Locator - ECOFY\",\"isPartOf\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#website\"},\"datePublished\":\"2025-06-16T13:14:04+00:00\",\"dateModified\":\"2025-06-20T09:17:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ecofy.websitecompetition.top\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recycling Locator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#website\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/\",\"name\":\"ECOFY\",\"description\":\"Smart. Green. Connected\",\"publisher\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ecofy.websitecompetition.top\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#organization\",\"name\":\"ECOFY\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp\",\"contentUrl\":\"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp\",\"width\":1598,\"height\":894,\"caption\":\"ECOFY\"},\"image\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Recycling Locator - ECOFY","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:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/","og_locale":"en_US","og_type":"article","og_title":"Recycling Locator - ECOFY","og_description":"Recycling &#038; Store Locator | ECOFY Find Recycling Centers &#038; Eco Stores Discover nearby locations to recycle materials and shop sustainably Search by Location Enter your address to find nearby options Filter by Material Find locations that accept specific items Get Directions Navigate to your chosen location Interactive Recycling Map Use My Location Recycling &#038; [&hellip;]","og_url":"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/","og_site_name":"ECOFY","article_modified_time":"2025-06-20T09:17:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/","url":"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/","name":"Recycling Locator - ECOFY","isPartOf":{"@id":"https:\/\/ecofy.websitecompetition.top\/#website"},"datePublished":"2025-06-16T13:14:04+00:00","dateModified":"2025-06-20T09:17:48+00:00","breadcrumb":{"@id":"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ecofy.websitecompetition.top\/index.php\/recycling-locator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ecofy.websitecompetition.top\/"},{"@type":"ListItem","position":2,"name":"Recycling Locator"}]},{"@type":"WebSite","@id":"https:\/\/ecofy.websitecompetition.top\/#website","url":"https:\/\/ecofy.websitecompetition.top\/","name":"ECOFY","description":"Smart. Green. Connected","publisher":{"@id":"https:\/\/ecofy.websitecompetition.top\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ecofy.websitecompetition.top\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ecofy.websitecompetition.top\/#organization","name":"ECOFY","url":"https:\/\/ecofy.websitecompetition.top\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/","url":"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp","contentUrl":"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp","width":1598,"height":894,"caption":"ECOFY"},"image":{"@id":"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":0,"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"wp:attachment":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}