| Structured
    Data | 
      
         
        [
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://yourwindpartner.dk/#schema-publishing-organization",
        "url": "https://yourwindpartner.dk",
        "name": "Your Wind Partner",
        "description": "Your partner in sustainable wind energy"
      },
      {
        "@type": "WebSite",
        "@id": "https://yourwindpartner.dk/#schema-website",
        "url": "https://yourwindpartner.dk",
        "name": "WordPress",
        "encoding": "UTF-8",
        "potentialAction": {
          "@type": "SearchAction",
          "target": "https://yourwindpartner.dk/search/{search_term_string}/",
          "query-input": "required name=search_term_string"
        }
      },
      {
        "@type": "BreadcrumbList",
        "@id": "https://yourwindpartner.dk/#breadcrumb",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home"
          }
        ]
      },
      {
        "@type": "Person",
        "@id": "https://yourwindpartner.dk/author/mm20242/#schema-author",
        "name": "mm20243",
        "url": "https://yourwindpartner.dk/author/mm20242/"
      },
      {
        "@type": "WebPage",
        "@id": "https://yourwindpartner.dk/#schema-webpage",
        "isPartOf": {
          "@id": "https://yourwindpartner.dk/#schema-website"
        },
        "publisher": {
          "@id": "https://yourwindpartner.dk/#schema-publishing-organization"
        },
        "url": "https://yourwindpartner.dk/"
      },
      {
        "@type": "Article",
        "mainEntityOfPage": {
          "@id": "https://yourwindpartner.dk/#schema-webpage"
        },
        "author": {
          "@id": "https://yourwindpartner.dk/author/mm20242/#schema-author"
        },
        "publisher": {
          "@id": "https://yourwindpartner.dk/#schema-publishing-organization"
        },
        "dateModified": "2025-08-13T08:58:35",
        "datePublished": "2023-05-16T12:31:01",
        "headline": "We are your wind partner \u2013 for accurate and dependable wind data",
        "description": "Operational reliability within the green energy industry is our top priority, allowing customers to trust in the consistent performance of our solutions without worrying about data loss.",
        "name": "Frontpage"
      }
    ]
  }
]
         
       |