{"id":31,"date":"2025-06-16T13:14:04","date_gmt":"2025-06-16T13:14:04","guid":{"rendered":"https:\/\/ecofy.websitecompetition.top\/?page_id=31"},"modified":"2025-06-20T09:19:36","modified_gmt":"2025-06-20T09:19:36","slug":"eco-products","status":"publish","type":"page","link":"https:\/\/ecofy.websitecompetition.top\/","title":{"rendered":"Eco products"},"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>Eco-Friendly Products Directory | 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        \/* Directory Controls *\/\n        .directory-controls {\n            background-color: white;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: var(--shadow);\n            margin-bottom: 30px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .search-container {\n            flex-grow: 1;\n            max-width: 500px;\n            position: relative;\n        }\n        \n        .search-container input {\n            width: 100%;\n            padding: 12px 20px 12px 45px;\n            border: 1px solid #ddd;\n            border-radius: 30px;\n            font-size: 1rem;\n        }\n        \n        .search-container i {\n            position: absolute;\n            left: 20px;\n            top: 50%;\n            transform: translateY(-50%);\n            color: var(--gray);\n        }\n        \n        .view-toggle {\n            display: flex;\n            gap: 10px;\n        }\n        \n        .view-btn {\n            width: 40px;\n            height: 40px;\n            border-radius: 8px;\n            background-color: var(--light);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--dark);\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        \n        .view-btn.active, .view-btn:hover {\n            background-color: var(--primary);\n            color: white;\n        }\n        \n        \/* Filter Section *\/\n        .filters-section {\n            background-color: white;\n            border-radius: 10px;\n            box-shadow: var(--shadow);\n            padding: 25px;\n            margin-bottom: 30px;\n        }\n        \n        .filters-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-options {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n        }\n        \n        .filter-group {\n            margin-bottom: 15px;\n        }\n        \n        .filter-group h4 {\n            margin-bottom: 10px;\n            color: var(--dark);\n        }\n        \n        .filter-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .filter-tag {\n            padding: 8px 16px;\n            background-color: var(--light);\n            border-radius: 20px;\n            font-size: 0.9rem;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        \n        .filter-tag.active, .filter-tag:hover {\n            background-color: var(--primary);\n            color: white;\n        }\n        \n        .reset-btn {\n            color: var(--secondary);\n            background: none;\n            border: none;\n            cursor: pointer;\n            font-size: 0.9rem;\n            font-weight: 500;\n        }\n        \n        .reset-btn:hover {\n            text-decoration: underline;\n        }\n        \n        \/* Products Grid *\/\n        .products-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 30px;\n        }\n        \n        .product-card {\n            background-color: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n        \n        .product-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n        \n        .eco-badge {\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            background-color: var(--primary);\n            color: white;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            z-index: 2;\n        }\n        \n        .product-img {\n            height: 200px;\n            background-color: #e0f7fa;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--gray);\n            font-size: 3rem;\n            position: relative;\n        }\n        \n        .product-info {\n            padding: 20px;\n        }\n        \n        .product-info h3 {\n            margin-bottom: 10px;\n            color: var(--dark);\n        }\n        \n        .product-description {\n            color: var(--gray);\n            margin-bottom: 15px;\n            font-size: 0.95rem;\n        }\n        \n        .product-meta {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-top: 15px;\n        }\n        \n        .product-price {\n            font-weight: 700;\n            color: var(--dark);\n        }\n        \n        .eco-rating {\n            display: flex;\n            align-items: center;\n            gap: 5px;\n            color: var(--primary);\n        }\n        \n        .social-sharing {\n            display: flex;\n            gap: 10px;\n            margin-top: 15px;\n            padding-top: 15px;\n            border-top: 1px solid #eee;\n        }\n        \n        .share-btn {\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            background-color: var(--light);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--dark);\n            transition: all 0.3s ease;\n        }\n        \n        .share-btn:hover {\n            transform: translateY(-3px);\n        }\n        \n        .share-btn.facebook:hover { background-color: #3b5998; color: white; }\n        .share-btn.twitter:hover { background-color: #1da1f2; color: white; }\n        .share-btn.pinterest:hover { background-color: #bd081c; color: white; }\n        \n        \/* Categories Section *\/\n        .categories-section {\n            margin: 60px 0;\n        }\n        \n        .categories-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 25px;\n        }\n        \n        .category-card {\n            background-color: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n            text-align: center;\n            padding: 30px 20px;\n        }\n        \n        .category-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n        \n        .category-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n        \n        .category-card h3 {\n            margin-bottom: 10px;\n        }\n        \n        .product-count {\n            color: var(--gray);\n            font-size: 0.9rem;\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: 40px;\n            text-align: center;\n        }\n        \n        .submission-content h2 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .submission-content p {\n            max-width: 700px;\n            margin: 0 auto 30px;\n            color: var(--dark);\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            .hero h1 {\n                font-size: 2.5rem;\n            }\n            \n            .section-title h2 {\n                font-size: 2rem;\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            .directory-controls {\n                flex-direction: column;\n                align-items: stretch;\n            }\n            \n            .products-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n  \n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Eco-Friendly Product Directory<\/h1>\n            <p>Discover sustainable alternatives that help reduce plastic waste and carbon footprint<\/p>\n            <div style=\"margin-top: 30px;\">\n                <a href=\"#submit\" class=\"btn\">Submit a Product<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Directory Section -->\n    <section class=\"container\">\n        <!-- Directory Controls -->\n        <div class=\"directory-controls\">\n            <div class=\"search-container\">\n                <i class=\"fas fa-search\"><\/i>\n                <input type=\"text\" placeholder=\"Search for eco-friendly products...\">\n            <\/div>\n            <div class=\"view-toggle\">\n                <div class=\"view-btn active\">\n                    <i class=\"fas fa-th\"><\/i>\n                <\/div>\n                <div class=\"view-btn\">\n                    <i class=\"fas fa-list\"><\/i>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Filters -->\n        <div class=\"filters-section\">\n            <div class=\"filters-header\">\n                <h3>Filter Products<\/h3>\n                <button class=\"reset-btn\">Reset Filters<\/button>\n            <\/div>\n            <div class=\"filter-options\">\n                <div class=\"filter-group\">\n                    <h4>Categories<\/h4>\n                    <div class=\"filter-tags\">\n                        <div class=\"filter-tag\">All<\/div>\n                        <div class=\"filter-tag\">Kitchen<\/div>\n                        <div class=\"filter-tag\">Bath<\/div>\n                        <div class=\"filter-tag active\">Reusable<\/div>\n                        <div class=\"filter-tag\">Fashion<\/div>\n                        <div class=\"filter-tag\">Cleaning<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"filter-group\">\n                    <h4>Eco-Rating<\/h4>\n                    <div class=\"filter-tags\">\n                        <div class=\"filter-tag active\">All<\/div>\n                        <div class=\"filter-tag\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                        <div class=\"filter-tag\">\u2605\u2605\u2605\u2605+<\/div>\n                        <div class=\"filter-tag\">\u2605\u2605\u2605+<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"filter-group\">\n                    <h4>Materials<\/h4>\n                    <div class=\"filter-tags\">\n                        <div class=\"filter-tag active\">All<\/div>\n                        <div class=\"filter-tag\">Bamboo<\/div>\n                        <div class=\"filter-tag\">Glass<\/div>\n                        <div class=\"filter-tag\">Organic Cotton<\/div>\n                        <div class=\"filter-tag\">Stainless Steel<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Products Grid -->\n        <div class=\"products-grid\">\n            <!-- Product 1 -->\n            <div class=\"product-card\">\n                <div class=\"eco-badge\">ECO CHOICE<\/div>\n                <div class=\"product-img\">\n                    <i class=\"fas fa-wine-bottle\"><\/i>\n                <\/div>\n                <div class=\"product-info\">\n                    <h3>Reusable Glass Bottles<\/h3>\n                    <div class=\"product-description\">\n                        Premium borosilicate glass bottles with bamboo lids. Perfect for water and juices.\n                    <\/div>\n                    <div class=\"product-meta\">\n                        <div class=\"product-price\">UGX 25,000<\/div>\n                        <div class=\"eco-rating\">\n                            <i class=\"fas fa-leaf\"><\/i> 9.2\n                        <\/div>\n                    <\/div>\n                    <div class=\"social-sharing\">\n                        <div class\n","protected":false},"excerpt":{"rendered":"<p>Eco-Friendly Products Directory | ECOFY Eco-Friendly Product Directory Discover sustainable alternatives that help reduce plastic waste and carbon footprint Submit a Product Filter Products Reset Filters Categories All Kitchen Bath Reusable Fashion Cleaning Eco-Rating All \u2605\u2605\u2605\u2605\u2605 \u2605\u2605\u2605\u2605+ \u2605\u2605\u2605+ Materials All Bamboo Glass Organic Cotton Stainless Steel ECO CHOICE Reusable Glass Bottles Premium borosilicate glass bottles [&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-31","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>Eco products - 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\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Eco products - ECOFY\" \/>\n<meta property=\"og:description\" content=\"Eco-Friendly Products Directory | ECOFY Eco-Friendly Product Directory Discover sustainable alternatives that help reduce plastic waste and carbon footprint Submit a Product Filter Products Reset Filters Categories All Kitchen Bath Reusable Fashion Cleaning Eco-Rating All \u2605\u2605\u2605\u2605\u2605 \u2605\u2605\u2605\u2605+ \u2605\u2605\u2605+ Materials All Bamboo Glass Organic Cotton Stainless Steel ECO CHOICE Reusable Glass Bottles Premium borosilicate glass bottles [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ecofy.websitecompetition.top\/\" \/>\n<meta property=\"og:site_name\" content=\"ECOFY\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-20T09:19:36+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\/\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/\",\"name\":\"Eco products - ECOFY\",\"isPartOf\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#website\"},\"datePublished\":\"2025-06-16T13:14:04+00:00\",\"dateModified\":\"2025-06-20T09:19:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ecofy.websitecompetition.top\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ecofy.websitecompetition.top\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Eco products\"}]},{\"@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":"Eco products - 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\/","og_locale":"en_US","og_type":"article","og_title":"Eco products - ECOFY","og_description":"Eco-Friendly Products Directory | ECOFY Eco-Friendly Product Directory Discover sustainable alternatives that help reduce plastic waste and carbon footprint Submit a Product Filter Products Reset Filters Categories All Kitchen Bath Reusable Fashion Cleaning Eco-Rating All \u2605\u2605\u2605\u2605\u2605 \u2605\u2605\u2605\u2605+ \u2605\u2605\u2605+ Materials All Bamboo Glass Organic Cotton Stainless Steel ECO CHOICE Reusable Glass Bottles Premium borosilicate glass bottles [&hellip;]","og_url":"https:\/\/ecofy.websitecompetition.top\/","og_site_name":"ECOFY","article_modified_time":"2025-06-20T09:19:36+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\/","url":"https:\/\/ecofy.websitecompetition.top\/","name":"Eco products - ECOFY","isPartOf":{"@id":"https:\/\/ecofy.websitecompetition.top\/#website"},"datePublished":"2025-06-16T13:14:04+00:00","dateModified":"2025-06-20T09:19:36+00:00","breadcrumb":{"@id":"https:\/\/ecofy.websitecompetition.top\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ecofy.websitecompetition.top\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ecofy.websitecompetition.top\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ecofy.websitecompetition.top\/"},{"@type":"ListItem","position":2,"name":"Eco products"}]},{"@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\/31","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=31"}],"version-history":[{"count":0,"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/pages\/31\/revisions"}],"wp:attachment":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/media?parent=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}