{
  "seo": {
    "h1": [
      "Convert Audio to MIDI Online Free"
    ],
    "lang": "en",
    "links": {
      "total": 96,
      "external": 66,
      "internal": 30
    },
    "title": "MP3 to MIDI | BPM & Key Detection | Chord Finder | Stem Splitter - Free Online Tools",
    "issues": [
      {
        "fix": "Aim for a descriptive title that usually fits search result snippets.",
        "area": "SEO",
        "code": "seo.title_length",
        "title": "Title length may be weak",
        "detail": "Current title length: 84 characters.",
        "fixUrl": "/fix/missing-title-tag/",
        "severity": "medium"
      },
      {
        "fix": "Add Open Graph tags so shared links render with a clear card.",
        "area": "SEO",
        "code": "seo.incomplete_open_graph_metadata",
        "title": "Incomplete Open Graph metadata",
        "detail": "og:title and/or og:image are missing.",
        "fixUrl": "/fix/missing-open-graph-image/",
        "severity": "low"
      },
      {
        "fix": "Add relevant structured data, such as WebApplication, FAQPage, Product, Article, or Organization when appropriate.",
        "area": "SEO / GEO",
        "code": "seo.missing_json_ld",
        "title": "No JSON-LD structured data found",
        "detail": "The page does not expose schema.org JSON-LD.",
        "fixUrl": "",
        "severity": "low"
      }
    ],
    "h2Count": 12,
    "sitemap": {
      "ok": true,
      "sample": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n<url>\n<loc>https://mp3tomidi.art/</loc>\n<changefreq>weekly</changefreq>\n<priority>1</priority>\n</url>\n<url>\n<loc>https://mp3tomidi.art/pricing/</loc>\n<changefreq>weekly</changefreq>\n<priority>0.8</priority>\n</url>\n<url>\n<loc>https://mp3tomidi.art/tools/</loc>\n<changefreq>weekly</changefreq>\n<priority>0.8</priority>\n</url>\n<url>\n<loc>https://mp3tomidi.art/mp3-to-midi/</loc>\n<changefreq>weekly</chan",
      "status": 200
    },
    "twitter": {
      "card": "summary_large_image",
      "image": "",
      "title": "MP3 to MIDI | BPM & Key Detection | Chord Finder | Stem Splitter - Free Online Tools"
    },
    "hreflang": [
      {
        "rel": "alternate",
        "tag": "<link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://mp3tomidi.art/\"/>",
        "href": "https://mp3tomidi.art/",
        "hreflang": "x-default"
      },
      {
        "rel": "alternate",
        "tag": "<link rel=\"alternate\" hrefLang=\"en\" href=\"https://mp3tomidi.art/\"/>",
        "href": "https://mp3tomidi.art/",
        "hreflang": "en"
      },
      {
        "rel": "alternate",
        "tag": "<link rel=\"alternate\" hrefLang=\"zh\" href=\"https://mp3tomidi.art/zh/\"/>",
        "href": "https://mp3tomidi.art/zh/",
        "hreflang": "zh"
      },
      {
        "rel": "alternate",
        "tag": "<link rel=\"alternate\" hrefLang=\"ja\" href=\"https://mp3tomidi.art/ja/\"/>",
        "href": "https://mp3tomidi.art/ja/",
        "hreflang": "ja"
      }
    ],
    "canonical": "https://mp3tomidi.art/",
    "openGraph": {
      "url": "https://mp3tomidi.art/",
      "image": "",
      "title": "MP3 to MIDI | BPM & Key Detection | Chord Finder | Stem Splitter - Free Online Tools",
      "description": "Convert MP3 to MIDI online free. AI-powered BPM detection, key detection, chord recognition, and audio-to-MIDI conversion. No signup required."
    },
    "robotsTxt": {
      "ok": true,
      "sample": "# As a condition of accessing this website, you agree to abide by the following\n# content signals:\n\n# (a)  If a Content-Signal = yes, you may collect content for the corresponding\n#      use.\n# (b)  If a Content-Signal = no, you may not collect content for the\n#      corresponding use.\n# (c)  If the website operator does not include a Content-Signal for a\n#      corresponding use, the website operator neither grants nor restricts\n#      permission via Content-Signal with respect to the correspon",
      "status": 200
    },
    "robotsMeta": "index, follow",
    "description": "Convert MP3 to MIDI online free. AI-powered BPM detection, key detection, chord recognition, and audio-to-MIDI conversion. No signup required.",
    "structuredData": []
  },
  "score": {
    "total": 82,
    "dimensions": {
      "seo": 16,
      "security": 1,
      "performance": 20,
      "techClarity": 15,
      "accessibility": 20,
      "maintainability": 10
    }
  },
  "audits": {
    "lighthouse": {
      "used": false,
      "reason": "Set ENABLE_LIGHTHOUSE=1 to enable Lighthouse CLI audits.",
      "enabled": false,
      "skipped": true
    }
  },
  "issues": [
    {
      "fix": "Aim for a descriptive title that usually fits search result snippets.",
      "area": "SEO",
      "code": "seo.title_length",
      "title": "Title length may be weak",
      "detail": "Current title length: 84 characters.",
      "fixUrl": "/fix/missing-title-tag/",
      "severity": "medium"
    },
    {
      "fix": "Add Open Graph tags so shared links render with a clear card.",
      "area": "SEO",
      "code": "seo.incomplete_open_graph_metadata",
      "title": "Incomplete Open Graph metadata",
      "detail": "og:title and/or og:image are missing.",
      "fixUrl": "/fix/missing-open-graph-image/",
      "severity": "low"
    },
    {
      "fix": "Add relevant structured data, such as WebApplication, FAQPage, Product, Article, or Organization when appropriate.",
      "area": "SEO / GEO",
      "code": "seo.missing_json_ld",
      "title": "No JSON-LD structured data found",
      "detail": "The page does not expose schema.org JSON-LD.",
      "fixUrl": "",
      "severity": "low"
    },
    {
      "fix": "Add Strict-Transport-Security after confirming the full site works over HTTPS.",
      "area": "Security",
      "code": "security.missing_hsts_header",
      "title": "Missing HSTS header",
      "detail": "HSTS was not found in the response headers.",
      "fixUrl": "/fix/missing-hsts-header/",
      "severity": "high"
    },
    {
      "fix": "Add a CSP header at the CDN or server layer and test third-party scripts.",
      "area": "Security",
      "code": "security.missing_csp_header",
      "title": "Missing Content-Security-Policy header",
      "detail": "Content-Security-Policy was not found in the response headers.",
      "fixUrl": "/fix/missing-csp-header/",
      "severity": "high"
    },
    {
      "fix": "Add X-Frame-Options: SAMEORIGIN or use frame-ancestors in CSP.",
      "area": "Security",
      "code": "security.missing_x_frame_options_header",
      "title": "Missing X-Frame-Options header",
      "detail": "X-Frame-Options was not found in the response headers.",
      "fixUrl": "/fix/missing-x-frame-options/",
      "severity": "medium"
    },
    {
      "fix": "Add X-Content-Type-Options: nosniff.",
      "area": "Security",
      "code": "security.missing_x_content_type_options_header",
      "title": "Missing X-Content-Type-Options header",
      "detail": "X-Content-Type-Options was not found in the response headers.",
      "fixUrl": "",
      "severity": "medium"
    },
    {
      "fix": "Add Referrer-Policy: strict-origin-when-cross-origin.",
      "area": "Security",
      "code": "security.missing_referrer_policy_header",
      "title": "Missing Referrer-Policy header",
      "detail": "Referrer-Policy was not found in the response headers.",
      "fixUrl": "/fix/missing-referrer-policy/",
      "severity": "low"
    },
    {
      "fix": "Restrict browser features that the site does not use.",
      "area": "Security",
      "code": "security.missing_permissions_policy_header",
      "title": "Missing Permissions-Policy header",
      "detail": "Permissions-Policy was not found in the response headers.",
      "fixUrl": "",
      "severity": "low"
    }
  ],
  "origin": "https://mp3tomidi.art",
  "status": 200,
  "summary": {
    "seoIssues": 3,
    "totalIssues": 9,
    "techDetected": 5,
    "securityIssues": 6,
    "detectionChannels": 8,
    "performanceIssues": 0,
    "accessibilityIssues": 0
  },
  "finalUrl": "https://mp3tomidi.art/",
  "hostname": "mp3tomidi.art",
  "inputUrl": "https://mp3tomidi.art/",
  "security": {
    "tls": {
      "sans": [
        "mp3tomidi.art"
      ],
      "issuer": "CN=WE1, O=Google Trust Services",
      "subject": "CN=mp3tomidi.art",
      "validTo": "Sep  5 14:29:32 2026 GMT",
      "protocol": "TLSv1.3",
      "validFrom": "Jun  7 13:29:41 2026 GMT",
      "daysToExpiry": 55
    },
    "issues": [
      {
        "fix": "Add Strict-Transport-Security after confirming the full site works over HTTPS.",
        "area": "Security",
        "code": "security.missing_hsts_header",
        "title": "Missing HSTS header",
        "detail": "HSTS was not found in the response headers.",
        "fixUrl": "/fix/missing-hsts-header/",
        "severity": "high"
      },
      {
        "fix": "Add a CSP header at the CDN or server layer and test third-party scripts.",
        "area": "Security",
        "code": "security.missing_csp_header",
        "title": "Missing Content-Security-Policy header",
        "detail": "Content-Security-Policy was not found in the response headers.",
        "fixUrl": "/fix/missing-csp-header/",
        "severity": "high"
      },
      {
        "fix": "Add X-Frame-Options: SAMEORIGIN or use frame-ancestors in CSP.",
        "area": "Security",
        "code": "security.missing_x_frame_options_header",
        "title": "Missing X-Frame-Options header",
        "detail": "X-Frame-Options was not found in the response headers.",
        "fixUrl": "/fix/missing-x-frame-options/",
        "severity": "medium"
      },
      {
        "fix": "Add X-Content-Type-Options: nosniff.",
        "area": "Security",
        "code": "security.missing_x_content_type_options_header",
        "title": "Missing X-Content-Type-Options header",
        "detail": "X-Content-Type-Options was not found in the response headers.",
        "fixUrl": "",
        "severity": "medium"
      },
      {
        "fix": "Add Referrer-Policy: strict-origin-when-cross-origin.",
        "area": "Security",
        "code": "security.missing_referrer_policy_header",
        "title": "Missing Referrer-Policy header",
        "detail": "Referrer-Policy was not found in the response headers.",
        "fixUrl": "/fix/missing-referrer-policy/",
        "severity": "low"
      },
      {
        "fix": "Restrict browser features that the site does not use.",
        "area": "Security",
        "code": "security.missing_permissions_policy_header",
        "title": "Missing Permissions-Policy header",
        "detail": "Permissions-Policy was not found in the response headers.",
        "fixUrl": "",
        "severity": "low"
      }
    ],
    "cookies": {
      "total": 0,
      "issues": []
    },
    "headers": [
      {
        "fix": "Add Strict-Transport-Security after confirming the full site works over HTTPS.",
        "key": "strict-transport-security",
        "label": "HSTS",
        "value": "",
        "present": false,
        "severity": "high"
      },
      {
        "fix": "Add a CSP header at the CDN or server layer and test third-party scripts.",
        "key": "content-security-policy",
        "label": "Content-Security-Policy",
        "value": "",
        "present": false,
        "severity": "high"
      },
      {
        "fix": "Add X-Frame-Options: SAMEORIGIN or use frame-ancestors in CSP.",
        "key": "x-frame-options",
        "label": "X-Frame-Options",
        "value": "",
        "present": false,
        "severity": "medium"
      },
      {
        "fix": "Add X-Content-Type-Options: nosniff.",
        "key": "x-content-type-options",
        "label": "X-Content-Type-Options",
        "value": "",
        "present": false,
        "severity": "medium"
      },
      {
        "fix": "Add Referrer-Policy: strict-origin-when-cross-origin.",
        "key": "referrer-policy",
        "label": "Referrer-Policy",
        "value": "",
        "present": false,
        "severity": "low"
      },
      {
        "fix": "Restrict browser features that the site does not use.",
        "key": "permissions-policy",
        "label": "Permissions-Policy",
        "value": "",
        "present": false,
        "severity": "low"
      }
    ]
  },
  "topFixes": [
    {
      "fix": "Add Strict-Transport-Security after confirming the full site works over HTTPS.",
      "area": "Security",
      "code": "security.missing_hsts_header",
      "title": "Missing HSTS header",
      "detail": "HSTS was not found in the response headers.",
      "fixUrl": "/fix/missing-hsts-header/",
      "priority": "P1",
      "severity": "high"
    },
    {
      "fix": "Add a CSP header at the CDN or server layer and test third-party scripts.",
      "area": "Security",
      "code": "security.missing_csp_header",
      "title": "Missing Content-Security-Policy header",
      "detail": "Content-Security-Policy was not found in the response headers.",
      "fixUrl": "/fix/missing-csp-header/",
      "priority": "P1",
      "severity": "high"
    },
    {
      "fix": "Aim for a descriptive title that usually fits search result snippets.",
      "area": "SEO",
      "code": "seo.title_length",
      "title": "Title length may be weak",
      "detail": "Current title length: 84 characters.",
      "fixUrl": "/fix/missing-title-tag/",
      "priority": "P1",
      "severity": "medium"
    },
    {
      "fix": "Add X-Frame-Options: SAMEORIGIN or use frame-ancestors in CSP.",
      "area": "Security",
      "code": "security.missing_x_frame_options_header",
      "title": "Missing X-Frame-Options header",
      "detail": "X-Frame-Options was not found in the response headers.",
      "fixUrl": "/fix/missing-x-frame-options/",
      "priority": "P2",
      "severity": "medium"
    },
    {
      "fix": "Add X-Content-Type-Options: nosniff.",
      "area": "Security",
      "code": "security.missing_x_content_type_options_header",
      "title": "Missing X-Content-Type-Options header",
      "detail": "X-Content-Type-Options was not found in the response headers.",
      "fixUrl": "",
      "priority": "P2",
      "severity": "medium"
    },
    {
      "fix": "Add Open Graph tags so shared links render with a clear card.",
      "area": "SEO",
      "code": "seo.incomplete_open_graph_metadata",
      "title": "Incomplete Open Graph metadata",
      "detail": "og:title and/or og:image are missing.",
      "fixUrl": "/fix/missing-open-graph-image/",
      "priority": "P2",
      "severity": "low"
    },
    {
      "fix": "Add relevant structured data, such as WebApplication, FAQPage, Product, Article, or Organization when appropriate.",
      "area": "SEO / GEO",
      "code": "seo.missing_json_ld",
      "title": "No JSON-LD structured data found",
      "detail": "The page does not expose schema.org JSON-LD.",
      "fixUrl": "",
      "priority": "P2",
      "severity": "low"
    },
    {
      "fix": "Add Referrer-Policy: strict-origin-when-cross-origin.",
      "area": "Security",
      "code": "security.missing_referrer_policy_header",
      "title": "Missing Referrer-Policy header",
      "detail": "Referrer-Policy was not found in the response headers.",
      "fixUrl": "/fix/missing-referrer-policy/",
      "priority": "P3",
      "severity": "low"
    },
    {
      "fix": "Restrict browser features that the site does not use.",
      "area": "Security",
      "code": "security.missing_permissions_policy_header",
      "title": "Missing Permissions-Policy header",
      "detail": "Permissions-Policy was not found in the response headers.",
      "fixUrl": "",
      "priority": "P3",
      "severity": "low"
    }
  ],
  "redirects": [],
  "rendering": {
    "axe": {
      "used": false,
      "enabled": false
    },
    "dom": {},
    "used": false,
    "title": "",
    "failed": false,
    "reason": "Set ENABLE_PLAYWRIGHT=1 to enable rendered DOM scanning.",
    "source": "",
    "status": 0,
    "enabled": false,
    "globals": {},
    "finalUrl": "",
    "available": true,
    "classHints": {},
    "durationMs": 0,
    "textSample": "",
    "requestCount": 0,
    "requestLimit": 0,
    "abortedByLimit": false,
    "failedRequestCount": 0
  },
  "scannedAt": "2026-07-12T03:35:20.886Z",
  "wordpress": {
    "notes": "WordPress signals are detected from public HTML, resource URLs, and metadata. Plugin/theme names are best-effort and may be incomplete when assets are bundled or hidden.",
    "theme": "",
    "themes": [],
    "plugins": [],
    "restApi": false,
    "detected": true,
    "generator": "",
    "themeDetails": null,
    "versionHints": [],
    "legacySignals": [],
    "pluginDetails": []
  },
  "performance": {
    "note": "This MVP uses fast static performance signals. Enable Lighthouse CLI to add lab performance, SEO, accessibility, and best-practices scores.",
    "issues": [],
    "htmlBytes": 249068,
    "resources": {
      "total": 100,
      "images": 33,
      "preload": 1,
      "scripts": 10,
      "lazyImages": 66,
      "stylesheets": 1
    },
    "durationMs": 476,
    "lighthouse": {
      "used": false,
      "reason": "Set ENABLE_LIGHTHOUSE=1 to enable Lighthouse CLI audits.",
      "enabled": false,
      "skipped": true
    }
  },
  "technologies": [
    {
      "id": "1d18453c00",
      "code": "bc42338b4653",
      "name": "Google Analytics 4",
      "risk": "",
      "version": "",
      "category": "Analytics",
      "evidence": [
        {
          "value": "g-black",
          "source": "html"
        }
      ],
      "confidence": "high",
      "confidenceScore": 82,
      "evidenceSources": [
        "html"
      ],
      "versionEvidence": null
    },
    {
      "id": "1107bfa3fa",
      "code": "9916234349b1",
      "name": "WordPress",
      "risk": "Theme, plugin, or version hints may expose maintenance and attack-surface details.",
      "version": "",
      "category": "CMS",
      "evidence": [
        {
          "value": "wp-content",
          "source": "html"
        },
        {
          "value": "/wp-content/",
          "source": "resources"
        }
      ],
      "confidence": "high",
      "confidenceScore": 91,
      "evidenceSources": [
        "html",
        "resources"
      ],
      "versionEvidence": null
    },
    {
      "id": "c09f221393",
      "code": "d0491df3c527",
      "name": "Tailwind CSS",
      "risk": "",
      "version": "",
      "category": "CSS / UI",
      "evidence": [
        {
          "value": "class=\"flex justify-between items-center w-full px-4 lg:px-8 py-4 max-w-[1120px] mx-",
          "source": "html"
        }
      ],
      "confidence": "low",
      "confidenceScore": 40,
      "evidenceSources": [
        "html"
      ],
      "versionEvidence": null
    },
    {
      "id": "18080496ca",
      "code": "8f55b22d0494",
      "name": "Next.js",
      "risk": "",
      "version": "",
      "category": "Frontend Framework",
      "evidence": [
        {
          "value": "/_next/static",
          "source": "html"
        },
        {
          "value": "/_next/static",
          "source": "resources"
        },
        {
          "value": "next-router",
          "source": "headers"
        }
      ],
      "confidence": "high",
      "confidenceScore": 99,
      "evidenceSources": [
        "html",
        "resources",
        "headers"
      ],
      "versionEvidence": null
    },
    {
      "id": "d9eb22af03",
      "code": "8c3c6c8c2657",
      "name": "Cloudflare",
      "risk": "",
      "version": "",
      "category": "Hosting / CDN",
      "evidence": [
        {
          "value": "cf-cache-status",
          "source": "headers"
        },
        {
          "value": "cloudflareinsights.com",
          "source": "resources"
        }
      ],
      "confidence": "high",
      "confidenceScore": 91,
      "evidenceSources": [
        "headers",
        "resources"
      ],
      "versionEvidence": null
    }
  ],
  "accessibility": {
    "axe": {
      "used": false,
      "reason": "",
      "enabled": false,
      "violations": [],
      "violationCount": 0,
      "incompleteCount": 0
    },
    "note": "This is a fast static accessibility scan. Enable Playwright + axe-core for automated rendered-page audits.",
    "forms": {
      "inputs": 0,
      "labels": 0
    },
    "images": {
      "total": 66,
      "missingAlt": 0
    },
    "issues": [],
    "buttons": {
      "empty": 0,
      "total": 2
    },
    "headings": [
      {
        "text": "Convert Audio to MIDI Online Free",
        "level": 1
      },
      {
        "text": "Audio Tools",
        "level": 2
      },
      {
        "text": "BPM & Key Detection",
        "level": 3
      },
      {
        "text": "MP3 to MIDI Converter",
        "level": 3
      },
      {
        "text": "Chord Detection",
        "level": 3
      },
      {
        "text": "Stem Splitter",
        "level": 3
      },
      {
        "text": "MIDI to Audio",
        "level": 3
      },
      {
        "text": "MIDI to Sheet Music",
        "level": 3
      },
      {
        "text": "What Is mp3tomidi?",
        "level": 2
      },
      {
        "text": "Audio to MIDI Conversion",
        "level": 3
      },
      {
        "text": "Audio Analysis Tools",
        "level": 3
      },
      {
        "text": "Complete Music Toolkit",
        "level": 3
      },
      {
        "text": "How It Works",
        "level": 2
      },
      {
        "text": "Upload Your Audio",
        "level": 3
      },
      {
        "text": "AI Analyzes in Browser",
        "level": 3
      },
      {
        "text": "Get Instant Results",
        "level": 3
      },
      {
        "text": "See It In Action",
        "level": 2
      },
      {
        "text": "Input",
        "level": 3
      },
      {
        "text": "Output",
        "level": 3
      },
      {
        "text": "Why Choose mp3tomidi?",
        "level": 2
      },
      {
        "text": "100% Browser-Based",
        "level": 3
      },
      {
        "text": "No Signup Required",
        "level": 3
      },
      {
        "text": "Instant Results",
        "level": 3
      },
      {
        "text": "Multiple Formats",
        "level": 3
      },
      {
        "text": "Professional Accuracy",
        "level": 3
      },
      {
        "text": "Free to Use",
        "level": 3
      },
      {
        "text": "Trusted by Musicians Worldwide",
        "level": 2
      },
      {
        "text": "About mp3tomidi",
        "level": 2
      },
      {
        "text": "Frequently Asked Questions",
        "level": 2
      },
      {
        "text": "Ready to analyze your audio?",
        "level": 2
      },
      {
        "text": "Audio Tools",
        "level": 2
      },
      {
        "text": "MIDI conversion",
        "level": 2
      },
      {
        "text": "Legal",
        "level": 2
      }
    ],
    "viewport": true
  },
  "responseHeaders": {
    "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
    "date": "Sun, 12 Jul 2026 03:35:20 GMT",
    "link": "</_next/static/media/36966cca54120369-s.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\"",
    "vary": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, accept-encoding",
    "cf-ray": "a19cff4d88b6cf2b-SJC",
    "server": "cloudflare",
    "alt-svc": "h3=\":443\"; ma=86400",
    "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=coM%2FdjikMCQU%2B%2Bj8Ur80U3Suo8O2XxAri5gzsFLNQbWBtRiDhrey7bGUjq7VCu07jbCSt7TLcJFriQooabP0sLRXghd9eo1je30vDAARX10Eo9XWKjWxLvvN05xNv4ka\"}]}",
    "connection": "keep-alive",
    "content-type": "text/html; charset=utf-8",
    "server-timing": "cfCacheStatus;desc=\"DYNAMIC\", cfEdge;dur=10,cfOrigin;dur=384",
    "x-edge-runtime": "1",
    "x-matched-path": "/[locale]",
    "cf-cache-status": "DYNAMIC",
    "content-encoding": "br",
    "transfer-encoding": "chunked"
  },
  "detectionSignals": {
    "html": {
      "bytes": 249068,
      "comments": 19,
      "cssVariables": 0,
      "jsonLdBlocks": 0,
      "stylesInline": 0,
      "scriptsInline": 34,
      "scriptsExternal": 11
    },
    "meta": {
      "total": 17,
      "generator": "",
      "frameworkHints": [
        {
          "name": "next-size-adjust",
          "content": ""
        }
      ]
    },
    "audits": {
      "lighthouse": {
        "used": false,
        "reason": "Set ENABLE_LIGHTHOUSE=1 to enable Lighthouse CLI audits.",
        "enabled": false,
        "skipped": true
      }
    },
    "render": {
      "axe": {
        "used": false,
        "enabled": false
      },
      "dom": {},
      "used": false,
      "source": "",
      "enabled": false,
      "globals": {},
      "classHints": {},
      "durationMs": 0,
      "requestCount": 0,
      "failedRequestCount": 0
    },
    "classes": {
      "bootstrap": 1,
      "elementor": 0,
      "vueScoped": 0,
      "attributes": 520,
      "tailwindLike": 1394,
      "wordpressBlocks": 0
    },
    "headers": {
      "total": 16,
      "identity": [
        {
          "key": "server",
          "value": "cloudflare"
        },
        {
          "key": "cf-ray",
          "value": "a19cff4d88b6cf2b-SJC"
        }
      ],
      "cacheHeaderCount": 1,
      "securityHeaderCount": 0
    },
    "channels": [
      {
        "key": "static-html",
        "label": "Static HTML",
        "signals": 1,
        "description": "Server-returned HTML, metadata, inline scripts, comments, and visible markup."
      },
      {
        "key": "resource-urls",
        "label": "Resource URLs",
        "signals": 100,
        "description": "Script, CSS, image, font, iframe, and asset paths extracted from public markup."
      },
      {
        "key": "response-headers",
        "label": "Response headers",
        "signals": 3,
        "description": "Main-document headers such as Server, CDN, cache, security, and framework hints."
      },
      {
        "key": "meta-tags",
        "label": "Meta tags",
        "signals": 17,
        "description": "Generator, Open Graph, Twitter Card, viewport, robots, and framework metadata."
      },
      {
        "key": "css-classes",
        "label": "CSS classes",
        "signals": 520,
        "description": "Utility classes, page-builder classes, scoped framework attributes, and block editor classes."
      },
      {
        "key": "auxiliary-files",
        "label": "Auxiliary files",
        "signals": 2,
        "description": "robots.txt and sitemap.xml checks collected by the scanner fetch layer."
      },
      {
        "key": "rendered-dom",
        "label": "Rendered DOM",
        "signals": 0,
        "description": "Playwright-rendered DOM, runtime globals, class hints, and post-load network responses when enabled."
      },
      {
        "key": "automated-audits",
        "label": "Automated audits",
        "signals": 0,
        "description": "Optional axe-core and Lighthouse checks when enabled on the runtime."
      }
    ],
    "warnings": [
      "Many external resource hosts were detected. Third-party detections may reflect embedded widgets rather than owned platform choices."
    ],
    "resources": {
      "total": 100,
      "byType": {
        "feeds": 0,
        "fonts": 0,
        "other": 56,
        "images": 33,
        "iframes": 0,
        "scripts": 10,
        "stylesheets": 1
      },
      "topHosts": [
        {
          "name": "mp3tomidi.art",
          "count": 33
        },
        {
          "name": "acidtools.com",
          "count": 2
        },
        {
          "name": "aiblog.tools",
          "count": 2
        },
        {
          "name": "aidirs.best",
          "count": 2
        },
        {
          "name": "airanking.ai",
          "count": 2
        },
        {
          "name": "deeplaunch.io",
          "count": 2
        },
        {
          "name": "dironix.com",
          "count": 2
        },
        {
          "name": "domainrank.app",
          "count": 2
        },
        {
          "name": "fazier.com",
          "count": 2
        },
        {
          "name": "findly.tools",
          "count": 2
        },
        {
          "name": "firstlook.tools",
          "count": 2
        },
        {
          "name": "goodaitools.com",
          "count": 2
        }
      ],
      "externalHosts": [
        "submitaitools.org",
        "twelve.tools",
        "showmebest.ai",
        "navs.site",
        "www.showmysites.com",
        "aidirs.best",
        "www.toolpilot.ai",
        "mossai.org",
        "startupfa.st",
        "wired.business",
        "uno.directory",
        "firstlook.tools",
        "navfolders.com",
        "dang.ai",
        "cdn.prod.website-files.com",
        "domainrank.app",
        "unitelist.com",
        "goodaitools.com",
        "acidtools.com",
        "deeplaunch.io",
        "findly.tools",
        "fazier.com",
        "similarlabs.com",
        "aiblog.tools"
      ],
      "firstPartyHost": "mp3tomidi.art"
    },
    "methodology": "Themerella uses a self-owned static scanner that combines HTML, resources, headers, metadata, CSS-class hints, robots.txt, and sitemap.xml. Enable Playwright to add rendered DOM, runtime globals, dynamic network responses, axe, and Lighthouse."
  }
}