We could not extract structured data from the provided code.

In order to add json-ld structured data to your pages, simply add a <script> tag:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "url": "https://redirection.io/",
  "name": [
    "Website redirections manager",
    "Technical SEO optimization tool"
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "url": "https://redirection.io/contact",
    "contactType": "Customer service"
  }
}
</script>