{"id":135795,"date":"2026-09-07T09:33:15","date_gmt":"2026-09-07T09:33:15","guid":{"rendered":"https:\/\/metos.global\/?page_id=135795"},"modified":"2026-09-07T12:46:27","modified_gmt":"2026-09-07T12:46:27","slug":"test-claude","status":"publish","type":"page","link":"https:\/\/metos.global\/en\/test-claude\/","title":{"rendered":"test-claude"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"135795\" class=\"elementor elementor-135795\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91fda8a e-flex e-con-boxed e-con e-parent\" data-id=\"91fda8a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80d664f e-con-full e-flex e-con e-parent\" data-id=\"80d664f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e36bd4 elementor-widget elementor-widget-html\" data-id=\"9e36bd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>METOS: From Seed to Food<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@300;400;600;700;800&family=Rockwell:wght@400;700&display=swap\" rel=\"stylesheet\">\r\n \r\n    <script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=GA_MEASUREMENT_ID\"><\/script>\r\n    <script>\r\n        window.dataLayer = window.dataLayer || [];\r\n        function gtag(){dataLayer.push(arguments);}\r\n        gtag('js', new Date());\r\n        gtag('config', 'GA_MEASUREMENT_ID', {'anonymize_ip': true});\r\n        gtag('event', 'page_view', {'page_title': 'METOS From Seed to Food', 'page_location': window.location.href});\r\n    <\/script>\r\n \r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        html { scroll-behavior: smooth; }\r\n        body { font-family: 'Open Sans', sans-serif; color: #333; overflow-x: hidden; background: #fff; line-height: 1.6; }\r\n        h1, h2, h3 { font-family: 'Rockwell', serif; font-weight: 700; }\r\n \r\n        \/* PROGRESS BAR *\/\r\n        .progress-bar {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, #ee7023 0%, #008364 50%, #0885BE 100%);\r\n            z-index: 999;\r\n            transition: width 0.3s ease;\r\n            box-shadow: 0 0 10px rgba(238, 112, 35, 0.4);\r\n        }\r\n \r\n        \/* HERO *\/\r\n        .hero {\r\n            min-height: 100vh;\r\n            background: linear-gradient(135deg, #0885BE 0%, #00284D 100%);\r\n            color: white;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 40px 20px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n \r\n        .hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -10%;\r\n            right: -5%;\r\n            width: 500px;\r\n            height: 500px;\r\n            background: rgba(238, 112, 35, 0.12);\r\n            border-radius: 50%;\r\n        }\r\n \r\n        .hero::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -5%;\r\n            left: -10%;\r\n            width: 400px;\r\n            height: 400px;\r\n            background: rgba(0, 131, 100, 0.1);\r\n            border-radius: 50%;\r\n        }\r\n \r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 2;\r\n            max-width: 900px;\r\n        }\r\n \r\n        .hero h1 {\r\n            font-size: clamp(2.8rem, 10vw, 4.5rem);\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            color: white;\r\n            letter-spacing: -0.5px;\r\n            line-height: 1.1;\r\n            animation: fadeInUp 0.8s ease-out;\r\n        }\r\n \r\n        .hero p {\r\n            font-size: clamp(1.1rem, 3vw, 1.3rem);\r\n            margin-bottom: 15px;\r\n            line-height: 1.6;\r\n            font-weight: 300;\r\n            color: rgba(255, 255, 255, 0.95);\r\n            animation: fadeInUp 0.8s ease-out 0.1s backwards;\r\n        }\r\n \r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(30px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n \r\n        .cta-button {\r\n            background: #ee7023;\r\n            color: white;\r\n            padding: 18px 50px;\r\n            border: none;\r\n            font-size: 1.1rem;\r\n            font-weight: 700;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            box-shadow: 0 8px 20px rgba(238, 112, 35, 0.3);\r\n            animation: fadeInUp 0.8s ease-out 0.3s backwards;\r\n        }\r\n \r\n        .cta-button:hover {\r\n            background: #d4602a;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 12px 30px rgba(238, 112, 35, 0.5);\r\n        }\r\n \r\n        \/* JOURNEY SECTION *\/\r\n        .journey {\r\n            position: relative;\r\n            padding: 80px 20px;\r\n            max-width: 1000px;\r\n            margin: 0 auto;\r\n        }\r\n \r\n        .journey h2 {\r\n            font-size: clamp(2rem, 5vw, 2.8rem);\r\n            color: #00284D;\r\n            margin-bottom: 60px;\r\n            text-align: center;\r\n        }\r\n \r\n        \/* FLOW LINE *\/\r\n        .flow-line-container {\r\n            position: absolute;\r\n            left: 50%;\r\n            top: 200px;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            z-index: 1;\r\n        }\r\n \r\n        .flow-line {\r\n            width: 80px;\r\n            height: 5400px;\r\n        }\r\n \r\n        \/* STAGES *\/\r\n        .stages {\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n \r\n        .stage {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            margin-bottom: 80px;\r\n            align-items: center;\r\n            opacity: 0;\r\n            animation: fadeInUp 0.8s ease-out forwards;\r\n        }\r\n \r\n        .stage:nth-child(odd) {\r\n            direction: rtl;\r\n        }\r\n \r\n        .stage:nth-child(odd) > * {\r\n            direction: ltr;\r\n        }\r\n \r\n        .stage-number {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 1.8rem;\r\n            font-weight: 700;\r\n            color: white;\r\n            margin-bottom: 20px;\r\n        }\r\n \r\n        .stage:nth-child(1) .stage-number { background: linear-gradient(135deg, #0885BE, #00284D); animation-delay: 0.1s; }\r\n        .stage:nth-child(2) .stage-number { background: linear-gradient(135deg, #008364, #00284D); animation-delay: 0.2s; }\r\n        .stage:nth-child(3) .stage-number { background: linear-gradient(135deg, #0885BE, #008364); animation-delay: 0.3s; }\r\n        .stage:nth-child(4) .stage-number { background: linear-gradient(135deg, #008364, #00284D); animation-delay: 0.4s; }\r\n        .stage:nth-child(5) .stage-number { background: linear-gradient(135deg, #0885BE, #008364); animation-delay: 0.5s; }\r\n        .stage:nth-child(6) .stage-number { background: linear-gradient(135deg, #008364, #00284D); animation-delay: 0.6s; }\r\n        .stage:nth-child(7) .stage-number { background: linear-gradient(135deg, #0885BE, #008364); animation-delay: 0.7s; }\r\n        .stage:nth-child(8) .stage-number { background: linear-gradient(135deg, #008364, #00284D); animation-delay: 0.8s; }\r\n \r\n        .stage-content h3 {\r\n            font-size: 1.6rem;\r\n            color: #00284D;\r\n            margin-bottom: 12px;\r\n        }\r\n \r\n        .stage-content p {\r\n            font-size: 0.95rem;\r\n            color: #666;\r\n            line-height: 1.7;\r\n            margin-bottom: 15px;\r\n        }\r\n \r\n        .stage-label {\r\n            font-weight: 600;\r\n            color: #008364;\r\n            font-size: 0.9rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            margin-bottom: 8px;\r\n        }\r\n \r\n        .did-you-know {\r\n            background: #f8f9fa;\r\n            padding: 20px;\r\n            border-left: 4px solid #ee7023;\r\n            margin-top: 15px;\r\n        }\r\n \r\n        .did-you-know strong {\r\n            display: block;\r\n            margin-bottom: 8px;\r\n            color: #00284D;\r\n            font-size: 0.9rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n \r\n        .did-you-know p {\r\n            font-size: 0.9rem;\r\n            color: #555;\r\n        }\r\n \r\n        .metos-difference {\r\n            background: #e0f7f0;\r\n            padding: 20px;\r\n            border-left: 4px solid #008364;\r\n            margin-top: 15px;\r\n        }\r\n \r\n        .metos-difference strong {\r\n            display: block;\r\n            margin-bottom: 8px;\r\n            color: #00284D;\r\n            font-size: 0.9rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n \r\n        .metos-difference p {\r\n            font-size: 0.9rem;\r\n            color: #555;\r\n        }\r\n \r\n        \/* CTA SECTION *\/\r\n        .cta-section {\r\n            background: linear-gradient(135deg, #008364 0%, #00284D 100%);\r\n            color: white;\r\n            text-align: center;\r\n            padding: 80px 20px;\r\n        }\r\n \r\n        .cta-section h2 {\r\n            color: white;\r\n            font-size: clamp(2rem, 5vw, 2.8rem);\r\n            margin-bottom: 20px;\r\n        }\r\n \r\n        .cta-section p {\r\n            color: rgba(255,255,255,0.9);\r\n            max-width: 700px;\r\n            margin: 20px auto;\r\n            font-size: 1.05rem;\r\n        }\r\n \r\n        \/* FOOTER *\/\r\n        .footer {\r\n            background: #00284D;\r\n            color: white;\r\n            text-align: center;\r\n            padding: 40px 20px;\r\n        }\r\n \r\n        .footer p {\r\n            font-size: 0.9rem;\r\n            opacity: 0.85;\r\n            margin-bottom: 8px;\r\n        }\r\n \r\n        .footer p:first-child {\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            opacity: 1;\r\n        }\r\n \r\n        \/* RESPONSIVE *\/\r\n        @media (max-width: 768px) {\r\n            .stage {\r\n                grid-template-columns: 1fr;\r\n                direction: ltr !important;\r\n                gap: 30px;\r\n            }\r\n \r\n            .stage:nth-child(odd) > * {\r\n                direction: ltr;\r\n            }\r\n \r\n            .flow-line-container {\r\n                left: 30px;\r\n            }\r\n \r\n            .flow-line {\r\n                width: 60px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"progress-bar\"><\/div>\r\n \r\n    <!-- HERO -->\r\n    <section class=\"hero\">\r\n        <div class=\"hero-content\">\r\n            <h1>From Seed to Food<\/h1>\r\n            <p>Real-time weather intelligence for every decision.<\/p>\r\n            <button class=\"cta-button\" onclick=\"document.querySelector('.journey').scrollIntoView({behavior: 'smooth'})\">Explore the Journey<\/button>\r\n        <\/div>\r\n    <\/section>\r\n \r\n    <!-- JOURNEY WITH FLOW LINE -->\r\n    <section class=\"journey\">\r\n        <h2>How Environmental Data Powers Agriculture<\/h2>\r\n \r\n        <div class=\"flow-line-container\">\r\n            <svg class=\"flow-line\" viewBox=\"0 0 80 5400\" preserveAspectRatio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                <defs>\r\n                    <linearGradient id=\"flowGradient\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">\r\n                        <stop offset=\"0%\" style=\"stop-color:#0885BE;stop-opacity:0.8\" \/>\r\n                        <stop offset=\"50%\" style=\"stop-color:#008364;stop-opacity:0.8\" \/>\r\n                        <stop offset=\"100%\" style=\"stop-color:#00284D;stop-opacity:0.8\" \/>\r\n                    <\/linearGradient>\r\n                <\/defs>\r\n                <path d=\"M 40 0 Q 60 200, 40 400 Q 20 600, 40 800 Q 60 1000, 40 1200 Q 20 1400, 40 1600 Q 60 1800, 40 2000 Q 20 2200, 40 2400 Q 60 2600, 40 2800 Q 20 3000, 40 3200 Q 60 3400, 40 3600 Q 20 3800, 40 4000 Q 60 4200, 40 4400 Q 20 4600, 40 4800 Q 60 5000, 40 5200 L 40 5400\"\r\n                      stroke=\"url(#flowGradient)\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n            <\/svg>\r\n        <\/div>\r\n \r\n        <div class=\"stages\">\r\n            <!-- STAGE 1: SOIL PREPARATION -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">1<\/div>\r\n                    <h3>Soil Preparation<\/h3>\r\n                    <p class=\"stage-label\">Before planting begins<\/p>\r\n                    <p>Soil conditions determine success before a seed enters the ground. Moisture, temperature, and density affect germination rates, root development, and water retention.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>Soil at 15-25% moisture enables optimal germination. Below 12%, seeds fail to sprout. Above 28%, rot sets in.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Real-time soil monitoring tells you the exact moment conditions are ready for planting\u2014not just calendar dates.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n \r\n            <!-- STAGE 2: PLANTING -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">2<\/div>\r\n                    <h3>Planting<\/h3>\r\n                    <p class=\"stage-label\">Getting seeds in the ground<\/p>\r\n                    <p>Planting at the wrong time costs entire seasons. Frost windows, moisture availability, and soil temperature windows are narrow. Missing them means replanting or failed crops.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>A single frost night after sprouting kills seedlings. Most farmers plant by calendar\u2014and lose 15-30% to unexpected cold.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Forecast-integrated sensors predict frost windows with 6+ hours notice. Plant with certainty, not hope.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n \r\n            <!-- STAGE 3: GROWTH & DEVELOPMENT -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">3<\/div>\r\n                    <h3>Growth & Development<\/h3>\r\n                    <p class=\"stage-label\">Early crop establishment<\/p>\r\n                    <p>Growth stages demand precise conditions. Temperature swings, humidity imbalances, and unexpected rain trigger disease. Detecting problems early prevents total loss.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>Fungal diseases explode in 80%+ humidity and 15-25\u00b0C. Once visible, half the crop is already infected.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Predict disease pressure before symptoms appear. Intervene early, when solutions work best.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n \r\n            <!-- STAGE 4: IRRIGATION & WATER MANAGEMENT -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">4<\/div>\r\n                    <h3>Irrigation & Water Management<\/h3>\r\n                    <p class=\"stage-label\">Precise water application<\/p>\r\n                    <p>Irrigation schedules waste 60% of water when based on calendar or guesswork. Wind, humidity, and rainfall change daily water needs. Real data eliminates waste.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>A windy day evaporates 2-3x more water. High humidity reduces plant water needs by 40%. Guessing costs both water and money.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Combine soil moisture, weather forecasts, and evaporation data. Irrigate only when needed, at the right amount.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n \r\n            <!-- STAGE 5: PEST & DISEASE MONITORING -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">5<\/div>\r\n                    <h3>Pest & Disease Monitoring<\/h3>\r\n                    <p class=\"stage-label\">Protecting the crop<\/p>\r\n                    <p>Pests and diseases thrive in specific conditions. Knowing when conditions favor them lets you act before damage spreads. Visual scouting detects problems too late.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>Insects reproduce fastest at 25-30\u00b0C with high humidity. Leaf wetness lasting 6+ hours enables fungal spores to germinate.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Environmental data predicts pest emergence and disease risk. Intervene preventively, not reactively.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n \r\n            <!-- STAGE 6: HARVEST TIMING -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">6<\/div>\r\n                    <h3>Harvest Timing<\/h3>\r\n                    <p class=\"stage-label\">Capturing peak quality<\/p>\r\n                    <p>Harvest timing affects grain moisture, nutritional content, and storage stability. Rain delays harvest and reduces quality. Frost can destroy ready crops overnight.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>Grain harvested at optimal moisture (13-15%) stores longer and commands better prices. Harvesting in rain can drop prices 20-30%.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Forecasts show rain-free windows. Harvest at peak ripeness when conditions are safe.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n \r\n            <!-- STAGE 7: STORAGE -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">7<\/div>\r\n                    <h3>Storage & Post-Harvest<\/h3>\r\n                    <p class=\"stage-label\">Preventing loss after harvest<\/p>\r\n                    <p>Stored crops face climate challenges: temperature swings cause condensation, humidity enables mold, warm spells activate insects. Active management prevents 25-40% losses.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>Grain stored at 12-15\u00b0C and 60-70% humidity can be kept for years. At 25\u00b0C and 80% humidity, it spoils in weeks.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Monitor storage conditions continuously. Alert you when temperatures or humidity risk spoilage before it happens.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n \r\n            <!-- STAGE 8: MARKET & DISTRIBUTION -->\r\n            <div class=\"stage\">\r\n                <div>\r\n                    <div class=\"stage-number\">8<\/div>\r\n                    <h3>Market & Distribution<\/h3>\r\n                    <p class=\"stage-label\">Ready to grab your own METOS<\/p>\r\n                    <p>Supply chain losses are massive\u2014transport in rain, unexpected delays, unmonitored storage. Weather visibility eliminates surprises and keeps food quality intact from farm to market.<\/p>\r\n                    <div class=\"did-you-know\">\r\n                        <strong>Did you know?<\/strong>\r\n                        <p>15-25% of transported food spoils due to weather exposure and unpredictable conditions. Visibility reduces these losses significantly.<\/p>\r\n                    <\/div>\r\n                    <div class=\"metos-difference\">\r\n                        <strong>METOS Difference:<\/strong>\r\n                        <p>Real-time forecasts let you plan routes, adjust timing, and protect quality from harvest to delivery.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n \r\n    <!-- CTA -->\r\n    <section class=\"cta-section\">\r\n        <h2>Start Making Data-Driven Decisions<\/h2>\r\n        <p>One month free METOS Virtual Weather Station. Real-time data for your location. No credit card required.<\/p>\r\n        <button class=\"cta-button\" onclick=\"alert('FREE VWS Button - Connect to your CRM or form here')\">Get Your Free Virtual Weather Station<\/button>\r\n    <\/section>\r\n \r\n    <!-- FOOTER -->\r\n    <section class=\"footer\">\r\n        <p>METOS by Pessl Instruments<\/p>\r\n        <p>Turning information into profits | Enabling food security through weather intelligence<\/p>\r\n        <p style=\"margin-top: 18px; font-size: 0.8rem; opacity: 0.7;\">\u00a9 2026 Pessl Instruments GmbH. All rights reserved.<\/p>\r\n    <\/section>\r\n \r\n    <script>\r\n        \/\/ Progress bar\r\n        window.addEventListener('scroll', () => {\r\n            const scrollHeight = document.documentElement.scrollHeight - window.innerHeight;\r\n            const scrolled = window.scrollY;\r\n            const progress = (scrolled \/ scrollHeight) * 100;\r\n            document.querySelector('.progress-bar').style.width = progress + '%';\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>METOS: From Seed to Food From Seed to Food Real-time weather intelligence for every decision. Explore the Journey How Environmental Data Powers Agriculture 1 Soil Preparation Before planting begins Soil conditions determine success before a seed enters the ground. Moisture, temperature, and density affect germination rates, root development, and water retention. Did you know? Soil [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"ocean_front_end_style_editor":"no","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"off","ocean_display_header":"on","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"on","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","footnotes":""},"class_list":["post-135795","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>test-claude - METOS by Pessl Instruments<\/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:\/\/metos.global\/en\/test-claude\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"test-claude - METOS by Pessl Instruments\" \/>\n<meta property=\"og:description\" content=\"METOS: From Seed to Food From Seed to Food Real-time weather intelligence for every decision. Explore the Journey How Environmental Data Powers Agriculture 1 Soil Preparation Before planting begins Soil conditions determine success before a seed enters the ground. Moisture, temperature, and density affect germination rates, root development, and water retention. Did you know? Soil [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/metos.global\/en\/test-claude\/\" \/>\n<meta property=\"og:site_name\" content=\"METOS by Pessl Instruments\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-07T12:46:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/metos.global\\\/en\\\/test-claude\\\/\",\"url\":\"https:\\\/\\\/metos.global\\\/en\\\/test-claude\\\/\",\"name\":\"test-claude - METOS by Pessl Instruments\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/metos.at\\\/en\\\/#website\"},\"datePublished\":\"2026-09-07T09:33:15+00:00\",\"dateModified\":\"2026-09-07T12:46:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/metos.global\\\/en\\\/test-claude\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/metos.global\\\/en\\\/test-claude\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/metos.global\\\/en\\\/test-claude\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/metos.global\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"test-claude\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/metos.at\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/metos.at\\\/en\\\/\",\"name\":\"METOS by Pessl Instruments\",\"description\":\"Turning Information into profits since 1984.\",\"publisher\":{\"@id\":\"https:\\\/\\\/metos.at\\\/en\\\/#organization\"},\"alternateName\":\"METOS\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/metos.at\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/metos.at\\\/en\\\/#organization\",\"name\":\"METOS by Pessl Instruments\",\"alternateName\":\"Pessl Instruments\",\"url\":\"https:\\\/\\\/metos.at\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/metos.at\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/metos.global\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/cropped-METOS-by-Pessl-Instruments-white-PNG.png\",\"contentUrl\":\"https:\\\/\\\/metos.global\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/cropped-METOS-by-Pessl-Instruments-white-PNG.png\",\"width\":2652,\"height\":795,\"caption\":\"METOS by Pessl Instruments\"},\"image\":{\"@id\":\"https:\\\/\\\/metos.at\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"test-claude - METOS by Pessl Instruments","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:\/\/metos.global\/en\/test-claude\/","og_locale":"en_GB","og_type":"article","og_title":"test-claude - METOS by Pessl Instruments","og_description":"METOS: From Seed to Food From Seed to Food Real-time weather intelligence for every decision. Explore the Journey How Environmental Data Powers Agriculture 1 Soil Preparation Before planting begins Soil conditions determine success before a seed enters the ground. Moisture, temperature, and density affect germination rates, root development, and water retention. Did you know? Soil [&hellip;]","og_url":"https:\/\/metos.global\/en\/test-claude\/","og_site_name":"METOS by Pessl Instruments","article_modified_time":"2026-09-07T12:46:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/metos.global\/en\/test-claude\/","url":"https:\/\/metos.global\/en\/test-claude\/","name":"test-claude - METOS by Pessl Instruments","isPartOf":{"@id":"https:\/\/metos.at\/en\/#website"},"datePublished":"2026-09-07T09:33:15+00:00","dateModified":"2026-09-07T12:46:27+00:00","breadcrumb":{"@id":"https:\/\/metos.global\/en\/test-claude\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/metos.global\/en\/test-claude\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/metos.global\/en\/test-claude\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/metos.global\/en\/"},{"@type":"ListItem","position":2,"name":"test-claude"}]},{"@type":"WebSite","@id":"https:\/\/metos.at\/en\/#website","url":"https:\/\/metos.at\/en\/","name":"METOS by Pessl Instruments","description":"Turning Information into profits since 1984.","publisher":{"@id":"https:\/\/metos.at\/en\/#organization"},"alternateName":"METOS","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/metos.at\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/metos.at\/en\/#organization","name":"METOS by Pessl Instruments","alternateName":"Pessl Instruments","url":"https:\/\/metos.at\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/metos.at\/en\/#\/schema\/logo\/image\/","url":"https:\/\/metos.global\/wp-content\/uploads\/2022\/02\/cropped-METOS-by-Pessl-Instruments-white-PNG.png","contentUrl":"https:\/\/metos.global\/wp-content\/uploads\/2022\/02\/cropped-METOS-by-Pessl-Instruments-white-PNG.png","width":2652,"height":795,"caption":"METOS by Pessl Instruments"},"image":{"@id":"https:\/\/metos.at\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/pages\/135795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/comments?post=135795"}],"version-history":[{"count":11,"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/pages\/135795\/revisions"}],"predecessor-version":[{"id":135811,"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/pages\/135795\/revisions\/135811"}],"wp:attachment":[{"href":"https:\/\/metos.global\/en\/wp-json\/wp\/v2\/media?parent=135795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}