Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
65/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability26%Agent Easeof Use30%Security& Trust100%GEO, AIO, AEO67%SEO92%Performance& Accessibility90%
  • AI Discoverability 26 out of 100
  • Agent Ease of Use 30 out of 100
  • Security & Trust 100 out of 100
  • GEO, AIO and AEO 67 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 90 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

DuckDuckGo - Protection. Privacy. Peace of mind. favicon

DuckDuckGo - Protection. Privacy. Peace of mind.

The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.

Next step

Turn this report into a fix workflow

27 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
26
Priority fix5190View details
Discoverability
29
Priority fix270View details
Content Readiness
42
Priority fix380View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
30
Priority fix10313View details
API
17
Priority fix180View details
Auth
Not Applicable
Not Applicable070View details
MCP
38
Priority fix262View details
Skill Discovery
35
Priority fix3101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
67
Needs work5312View details
GEO Readiness
77
Mostly ready204
AIO Readiness
60
Needs work223View details
AEO Readiness
62
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
100
Strong900
Security & Trust
100
Strong500
AI Training Exposure
100
Strong400
Performance and Accessibility
90
Strong2141View details
Performance
90
Strong1431View details
Accessibility
91
Strong710View details

Prioritized recommendations

Issues ranked by score impact

47 items need attention

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

33 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 410,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta name=\"twitter:card\" content=\"summary_large_image\" data-next-head=\"\"/><meta name=\"twitter:site\" content=\"@duckduckgo\" data-next-head=\"\"/><meta name=\"twitter:title\" content=\"DuckDuckGo - Protection. Privacy. Peace of mind.\" data-next-head=\"\"/><meta "
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

33 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 200,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>openapi.json at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=openapi.json&&rpl=1&smartbanner=1\"><link rel=\"styles"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 200,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>openapi.yaml at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=openapi.yaml&&rpl=1&smartbanner=1\"><link rel=\"styles"
          },
          {
            "path": "/swagger.json",
            "statusCode": 200,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>swagger.json at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=swagger.json&&rpl=1&smartbanner=1\"><link rel=\"styles"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 200,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>swagger.yaml at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=swagger.yaml&&rpl=1&smartbanner=1\"><link rel=\"styles"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 200,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><link rel=\"preload\" href=\"/static-assets/font/ProximaNova-RegIt-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"/country.json\" data-next-head=\"\"/><link rel=\"preload\" href=\"/country.json\" as=\"fetch\" fetchPriority=\"high\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 200,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><link rel=\"preload\" href=\"/static-assets/font/ProximaNova-RegIt-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"/country.json\" data-next-head=\"\"/><link rel=\"preload\" href=\"/country.json\" as=\"fetch\" fetchPriority=\"high\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta name=\"twitter:card\" content=\"summary_large_image\" data-next-head=\"\"/><meta name=\"twitter:site\" content=\"@duckduckgo\" data-next-head=\"\"/><meta name=\"twitter:title\" content=\"DuckDuckGo - Protection. Privacy. Peace of mind.\" data-next-head=\"\"/><meta "
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

Web Bot Auth request signing failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/plain; charset=UTF-8",
            "length": 12
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 12377,
        "excerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><link rel=\"preload\"",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

MCP Server Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "length": 87429
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "length": 87429
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "length": 87429
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 2); skipped heading levels.

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: DuckDuckGo",
      "h1: DuckDuckGo",
      "h2: Protect your personal information on all your devices.",
      "h2: Discover more from DuckDuckGo.",
      "h2: See how DuckDuckGo compares.",
      "h3: Protection. Privacy. Peace of mind.Get the browser built for data protection, not data collection.",
      "h3: Take back control of your personal information.",
      "h3: Block most ads & cookie pop-ups for fewer interruptions.",
      "h3: Data protection, not data collection.",
      "h2: Don’t just take our word for it.",
      "h3: Trusted by tens of millions worldwide!",
      "h6: Get our free browser today!",
      "h3: Still have questions?",
      "h4: Learn More",
      "h4: Other Resources",
      "h4: About DuckDuckGo"
    ]
  },
  "counts": {
    "h1": 2,
    "headings": 16,
    "links": 101,
    "inaccessibleLinks": 0,
    "buttons": 31,
    "inaccessibleButtons": 0,
    "images": 67,
    "imagesWithAlt": 67,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 1,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "length": 87429
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "length": 87429
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

20 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

20 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": []
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

20 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint failed at "Validate resource body".

17 Fail

Needs attention

AI context endpoint

Failed check
01

Issue

Content-Type "text/html; charset=UTF-8" is not JSON, Markdown, or text/plain.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

50/100

Status

fail

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Content-Type "text/html; charset=UTF-8" is not JSON, Markdown, or text/plain.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/api/ai/context",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Content-Type \"text/html; charset=UTF-8\" is not JSON, Markdown, or text/plain.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><link rel=\"preload\" href=\"/static-assets/font/ProximaNova-RegIt-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"/country.json\" data-next-head=\"\"/><link rel=\"preload\" href=\"/country.json\" as=\"fetch\" fetchPriority=\"high\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" is not JSON, Markdown, or text/plain.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.

Result

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. Check DNSSEC material

    DNSSEC material was not visible for the hostname or parent zone from this resolver.

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "duckduckgo.com",
        "probes": [
          {
            "name": "_index._agents.duckduckgo.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.duckduckgo.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "duckduckgo.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Validate resource body".

13 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt response did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

50/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Validate resource body".

Validation steps

  1. Validate resource body

    llms.txt response did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/llms.txt",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "llms.txt response did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
        "compatibleContentType": false,
        "hasTitle": false,
        "contentLength": 23092,
        "linkCount": 101,
        "links": [
          "/html;",
          "/title",
          "/style",
          "/llms.txt&smartbanner=1",
          "/s.0bb90fbb176d978157e1.css",
          "/css",
          "/r.961bdb07a30a25383b4f.css",
          "/css",
          "/wpl.main.c46e6613226a677dbdf9.css",
          "/css"
        ],
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>llms.txt at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/llms.txt&smartbanner=1\"><link rel=\"stylesheet\" href=\"/dist/"
      },
      "issue": "llms.txt response did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Validate resource body".

13 Fail

Needs attention

mcp.json

Failed check
01

Issue

Response is not valid JSON.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

50/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

mcp.json failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/mcp.json",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>mcp.json at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=mcp.json&&rpl=1&smartbanner=1\"><link rel=\"stylesheet\" hr"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Validate resource body".

13 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

Response is not valid JSON.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

50/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/webmcp.json",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>webmcp.json at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=webmcp.json&&rpl=1&smartbanner=1\"><link rel=\"styleshe"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

Support WebMCP to expose site tools to AI agents via the browser.

Result

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

Validation steps

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="chip-select"> is missing tool-param-description.
    • <input name="chip-select"> is missing tool-param-description.
    • <input name="q"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

    navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.

  5. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 1,
        "formsWithTags": 0,
        "totalInteractive": 135,
        "interactiveWithTags": 0,
        "totalCount": 136,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"chip-select\"> is missing tool-param-description.",
          "<input name=\"chip-select\"> is missing tool-param-description.",
          "<input name=\"q\"> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 3,
        "issues": [
          "<input name=\"chip-select\"> is missing tool-param-description.",
          "<input name=\"chip-select\"> is missing tool-param-description.",
          "<input name=\"q\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"chip-select\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"chip-select\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"q\"> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 1,
        "formsWithTags": 0,
        "totalInteractive": 135,
        "interactiveWithTags": 0,
        "totalCount": 136,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"chip-select\"> is missing tool-param-description.",
          "<input name=\"chip-select\"> is missing tool-param-description.",
          "<input name=\"q\"> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 1,
    "formsWithTags": 0,
    "totalInteractive": 135,
    "interactiveWithTags": 0,
    "totalCount": 136,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"chip-select\"> is missing tool-param-description.",
      "<input name=\"chip-select\"> is missing tool-param-description.",
      "<input name=\"q\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Validate resource body".

10 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

Response is not valid JSON.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

50/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agent-card.json",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>agent-card.json at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=agent-card.json&&rpl=1&smartbanner=1\"><link rel=\""
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Validate resource body".

10 Fail

Needs attention

agent.json

Failed check
01

Issue

Response is not valid JSON.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

50/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agent.json",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>agent.json at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=agent.json&&rpl=1&smartbanner=1\"><link rel=\"stylesheet"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Validate resource body".

10 Fail

Needs attention

agents.json

Failed check
01

Issue

Response is not valid JSON.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

50/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agents.json",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>agents.json at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=agents.json&&rpl=1&smartbanner=1\"><link rel=\"styleshe"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "/about",
      "text": "About DuckDuckGo",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/about\">About DuckDuckGo</a>"
    },
    {
      "href": "/app?origin=funnel_home_website__details",
      "text": "About Our Browser",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/app?origin=funnel_home_website__details\">About Our Browser</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search",
      "text": "Advertise on Search",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search\">Advertise on Search</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money\">privacy-respecting search ads</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/get-duckduckgo/does-duckduckgo-make-a-browser/",
      "text": "browsers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/get-duckduckgo/does-duckduckgo-make-a-browser/\">browsers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/desktop/adding-duckduckgo-to-your-browser/",
      "text": "extensions",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/desktop/adding-duckduckgo-to-your-browser/\">extensions</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "tracker blocking",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">tracker blocking</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading",
      "text": "increased encryption",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading\">increased encryption</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/email-protection/what-is-duckduckgo-email-protection/",
      "text": "email protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/email-protection/what-is-duckduckgo-email-protection/\">email protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscribers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscribers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/",
      "text": "VPN",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/\">VPN</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/duckai",
      "text": "Duck.ai",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/duckai\">Duck.ai</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/",
      "text": "Personal Information Removal",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/\">Personal Information Removal</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/",
      "text": "Identity Theft Restoration",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/\">Identity Theft Restoration</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
      "text": "3rd-Party Tracker Loading Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection\">3rd-Party Tracker Loading Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc",
      "text": "Global Privacy Control",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc\">Global Privacy Control</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection",
      "text": "Link Tracking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection\">Link Tracking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection",
      "text": "CNAME Cloaking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection\">CNAME Cloaking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection",
      "text": "Google AMP Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection\">Google AMP Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscription",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscription</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management",
      "text": "automatically blocking cookie pop-ups",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management\">automatically blocking cookie pop-ups</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages",
      "text": "Help",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages\">Help</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search",
      "text": "Advertise on Search",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search\">Advertise on Search</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money\">privacy-respecting search ads</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/compare-privacy",
      "text": "Protection. Privacy. Peace of mind.",
      "html": "<a class=\"link-button_button__M7Ybe link-button_secondary-ghost__chjUt link-button_size-xl__G8na4 motif-default tagline_tagline__HnlhS minimal-homepage_tagline__qhF_8\" target=\"_self\" href=\"/compare-privacy\"><span class=\"link-button_buttonLabel__8h812\"><span class=\"minimal-homepage_taglineText__zTz_h\">Protection. Privacy. Peace of mind.</span></span></a>"
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&pt=866401&mt=8",
      "text": "iOS",
      "html": "<a href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&amp;pt=866401&amp;mt=8\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" fill=\"none\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M32 10.7a14.3 14.3 0 0 1 3.8.6 9.5 9.5 0 0 1 5 3.8l-.8.6-1.6 1.6c-.6.6-1.2 1.5-1.6 2.5-.5 1-.7 2.3-.7 3.7a9.2 9.2 0 0 0 2.9 7 11.5 11.5 0 0 0 3 2 33 33 0 0 1-1.3 3.3c-.5 1-1 2-1.7 3l-2 2.6c-.7.8-1.4 1.5-2.2 2-.8.5-1.7.8-2.7.8-.8 0-1.4 0-2-.3l-1.5-.6-1.6-.6c-...."
    },
    {
      "href": "https://chrome.google.com/webstore/detail/duckduckgo-privacy-essent/bkdgflcldnnnapblkhphbgpggdiikppg",
      "text": "Chrome",
      "html": "<a href=\"https://chrome.google.com/webstore/detail/duckduckgo-privacy-essent/bkdgflcldnnnapblkhphbgpggdiikppg\"><img alt src=\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2Nocm9tZV9zdmdfX2EpIj4KICAgIDxwYXRoIGZpbGw9InVybCgjY2hyb21lX3N2Z19fYikiIGQ9Ik0zMS45OTYgMThoMjQuMjQ1YTI3Ljk5MyAyNy45OTMgMCAwIDAtNDguNDkxLjAwM2wxMi4xMjIgMjAuOTk2LjAxLS4wMDNBMTMuOTgzIDEzLjk4MyAwIDAgMSAzMS45OTcgMThaIi8+CiAgIC..."
    },
    {
      "href": "/compare-privacy",
      "text": "Compare More Protections",
      "html": "<a class=\"link-button_button__M7Ybe link-button_secondary-solid__zsfFJ link-button_size-lg__TPfHM motif-default marketing-compare-privacy-table_tableButton__o_YkK\" target=\"_blank\" href=\"/compare-privacy\"><span class=\"link-button_buttonLabel__8h812\">Compare More Protections</span><span class=\"link-button_icon__GnqZD link-button_iconRight__aKYnw\" aria-hidden=\"true\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" aria-hidden=\"true\"><path fill=\"currentColor\" fill-rule=\"eve..."
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&pt=866401&mt=8",
      "text": "iOS",
      "html": "<a class=\"link-button_button__M7Ybe link-button_secondary-solid__zsfFJ link-button_size-md__uDqB9 motif-default device-download-buttons_button__kON9l\" target=\"_self\" href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&amp;pt=866401&amp;mt=8\"><span class=\"link-button_icon__GnqZD link-button_iconLeft__ujSQi\" aria-hidden=\"true\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M16.547 6.956a..."
    },
    {
      "href": "https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/",
      "text": "you're getting maximum protection with minimal effort.David Nield",
      "html": "<a href=\"https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/\" target=\"_blank\" class=\"card_card__lrMeJ card_secondary___XkzB card_radiusMd__bf_WF quotes-carousel_quoteCard__kbfFi\"><picture class=\"themedImage_wrapper__Q1Y7W\"><img alt=\"Wired\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/wired-light.svg\"></picture><blockquote class=\"text_text__fuyHD text_text-lg__jEDDL text_text-color-primary__MJkIv text_text-weight-normal__nldc2 q..."
    },
    {
      "href": "https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/",
      "text": "you're getting maximum protection with minimal effort.David Nield",
      "html": "<a href=\"https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/\" target=\"_blank\" class=\"card_card__lrMeJ card_secondary___XkzB card_radiusMd__bf_WF quotes-carousel_quoteCard__kbfFi\"><picture class=\"themedImage_wrapper__Q1Y7W\"><img alt=\"Wired\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/wired-light.svg\"></picture><blockquote class=\"text_text__fuyHD text_text-lg__jEDDL text_text-color-primary__MJkIv text_text-weight-normal__nldc2 q..."
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&ct=home-atb-home&pt=866401&mt=8",
      "text": "",
      "html": "<a href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&amp;ct=home-atb-home&amp;pt=866401&amp;mt=8\" class=\"appInstallCTA_appStoreBadge__vUmk2\" aria-label=\"Download DuckDuckGo on the App Store\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"40\" fill=\"none\" aria-hidden=\"true\"><g clip-path=\"url(#_r_4o_app-store-color_svg__a)\"><path fill=\"#A6A6A6\" d=\"M110.444 0H9.561c-.367 0-.73 0-1.097.002-.307.002-.612.008-.922.013-.673.008-1.345.067-2.01.177a6.6..."
    },
    {
      "href": "https://duckduckgo.com/compare-privacy",
      "text": "choose DuckDuckGo over Chrome and other browsers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "tracker blocking",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">tracker blocking</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading",
      "text": "increased encryption",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading\">increased encryption</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscribers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscribers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/",
      "text": "VPN",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/\">VPN</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/",
      "text": "Personal Information Removal",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/\">Personal Information Removal</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/",
      "text": "Identity Theft Restoration",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/\">Identity Theft Restoration</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/privacy",
      "text": "never tracks you",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/privacy\">never tracks you</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
      "text": "3rd-Party Tracker Loading Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection\">3rd-Party Tracker Loading Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc",
      "text": "Global Privacy Control",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc\">Global Privacy Control</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection",
      "text": "Link Tracking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection\">Link Tracking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection",
      "text": "CNAME Cloaking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection\">CNAME Cloaking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection",
      "text": "Google AMP Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection\">Google AMP Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">more</a>"
    },
    {
      "href": "https://github.com/duckduckgo/privacy-configuration",
      "text": "list of exceptions",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://github.com/duckduckgo/privacy-configuration\">list of exceptions</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/privacy",
      "text": "Privacy Policy",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/privacy\">Privacy Policy</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscription",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscription</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management",
      "text": "automatically blocking cookie pop-ups",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management\">automatically blocking cookie pop-ups</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://spreadprivacy.com/is-duckduckgo-a-good-search-engine/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://spreadprivacy.com/is-duckduckgo-a-good-search-engine/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "/compare-privacy",
      "text": "Compare Privacy",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/compare-privacy\">Compare Privacy</a>"
    },
    {
      "href": "https://spreadprivacy.com",
      "text": "Blog",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://spreadprivacy.com\">Blog</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/privacy\">Privacy Policy</a>"
    },
    {
      "href": "/terms",
      "text": "Terms of Service",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/terms\">Terms of Service</a>"
    },
    {
      "href": "https://duckduckgo.com/compare-privacy",
      "text": "choose DuckDuckGo over Chrome and other browsers",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone",
      "text": "iOS",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone\">iOS</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "/about",
      "text": "About DuckDuckGo",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/about\">About DuckDuckGo</a>"
    },
    {
      "href": "/app?origin=funnel_home_website__details",
      "text": "About Our Browser",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/app?origin=funnel_home_website__details\">About Our Browser</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search",
      "text": "Advertise on Search",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search\">Advertise on Search</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money\">privacy-respecting search ads</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/get-duckduckgo/does-duckduckgo-make-a-browser/",
      "text": "browsers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/get-duckduckgo/does-duckduckgo-make-a-browser/\">browsers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/desktop/adding-duckduckgo-to-your-browser/",
      "text": "extensions",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/desktop/adding-duckduckgo-to-your-browser/\">extensions</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "tracker blocking",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">tracker blocking</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading",
      "text": "increased encryption",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading\">increased encryption</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/email-protection/what-is-duckduckgo-email-protection/",
      "text": "email protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/email-protection/what-is-duckduckgo-email-protection/\">email protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscribers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscribers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/",
      "text": "VPN",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/\">VPN</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/duckai",
      "text": "Duck.ai",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/duckai\">Duck.ai</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/",
      "text": "Personal Information Removal",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/\">Personal Information Removal</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/",
      "text": "Identity Theft Restoration",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/\">Identity Theft Restoration</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
      "text": "3rd-Party Tracker Loading Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection\">3rd-Party Tracker Loading Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc",
      "text": "Global Privacy Control",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc\">Global Privacy Control</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection",
      "text": "Link Tracking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection\">Link Tracking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection",
      "text": "CNAME Cloaking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection\">CNAME Cloaking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection",
      "text": "Google AMP Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection\">Google AMP Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscription",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscription</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management",
      "text": "automatically blocking cookie pop-ups",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management\">automatically blocking cookie pop-ups</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages",
      "text": "Help",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages\">Help</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search",
      "text": "Advertise on Search",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/advertise-on-duckduckgo-search\">Advertise on Search</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money\">privacy-respecting search ads</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/compare-privacy",
      "text": "Protection. Privacy. Peace of mind.",
      "html": "<a class=\"link-button_button__M7Ybe link-button_secondary-ghost__chjUt link-button_size-xl__G8na4 motif-default tagline_tagline__HnlhS minimal-homepage_tagline__qhF_8\" target=\"_self\" href=\"/compare-privacy\"><span class=\"link-button_buttonLabel__8h812\"><span class=\"minimal-homepage_taglineText__zTz_h\">Protection. Privacy. Peace of mind.</span></span></a>"
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&pt=866401&mt=8",
      "text": "iOS",
      "html": "<a href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&amp;pt=866401&amp;mt=8\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" fill=\"none\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M32 10.7a14.3 14.3 0 0 1 3.8.6 9.5 9.5 0 0 1 5 3.8l-.8.6-1.6 1.6c-.6.6-1.2 1.5-1.6 2.5-.5 1-.7 2.3-.7 3.7a9.2 9.2 0 0 0 2.9 7 11.5 11.5 0 0 0 3 2 33 33 0 0 1-1.3 3.3c-.5 1-1 2-1.7 3l-2 2.6c-.7.8-1.4 1.5-2.2 2-.8.5-1.7.8-2.7.8-.8 0-1.4 0-2-.3l-1.5-.6-1.6-.6c-...."
    },
    {
      "href": "https://chrome.google.com/webstore/detail/duckduckgo-privacy-essent/bkdgflcldnnnapblkhphbgpggdiikppg",
      "text": "Chrome",
      "html": "<a href=\"https://chrome.google.com/webstore/detail/duckduckgo-privacy-essent/bkdgflcldnnnapblkhphbgpggdiikppg\"><img alt src=\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2Nocm9tZV9zdmdfX2EpIj4KICAgIDxwYXRoIGZpbGw9InVybCgjY2hyb21lX3N2Z19fYikiIGQ9Ik0zMS45OTYgMThoMjQuMjQ1YTI3Ljk5MyAyNy45OTMgMCAwIDAtNDguNDkxLjAwM2wxMi4xMjIgMjAuOTk2LjAxLS4wMDNBMTMuOTgzIDEzLjk4MyAwIDAgMSAzMS45OTcgMThaIi8+CiAgIC..."
    },
    {
      "href": "/compare-privacy",
      "text": "Compare More Protections",
      "html": "<a class=\"link-button_button__M7Ybe link-button_secondary-solid__zsfFJ link-button_size-lg__TPfHM motif-default marketing-compare-privacy-table_tableButton__o_YkK\" target=\"_blank\" href=\"/compare-privacy\"><span class=\"link-button_buttonLabel__8h812\">Compare More Protections</span><span class=\"link-button_icon__GnqZD link-button_iconRight__aKYnw\" aria-hidden=\"true\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" aria-hidden=\"true\"><path fill=\"currentColor\" fill-rule=\"eve..."
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&pt=866401&mt=8",
      "text": "iOS",
      "html": "<a class=\"link-button_button__M7Ybe link-button_secondary-solid__zsfFJ link-button_size-md__uDqB9 motif-default device-download-buttons_button__kON9l\" target=\"_self\" href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&amp;pt=866401&amp;mt=8\"><span class=\"link-button_icon__GnqZD link-button_iconLeft__ujSQi\" aria-hidden=\"true\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M16.547 6.956a..."
    },
    {
      "href": "https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/",
      "text": "you're getting maximum protection with minimal effort.David Nield",
      "html": "<a href=\"https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/\" target=\"_blank\" class=\"card_card__lrMeJ card_secondary___XkzB card_radiusMd__bf_WF quotes-carousel_quoteCard__kbfFi\"><picture class=\"themedImage_wrapper__Q1Y7W\"><img alt=\"Wired\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/wired-light.svg\"></picture><blockquote class=\"text_text__fuyHD text_text-lg__jEDDL text_text-color-primary__MJkIv text_text-weight-normal__nldc2 q..."
    },
    {
      "href": "https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/",
      "text": "you're getting maximum protection with minimal effort.David Nield",
      "html": "<a href=\"https://www.wired.com/story/privacy-browsers-duckduckgo-ghostery-brave/\" target=\"_blank\" class=\"card_card__lrMeJ card_secondary___XkzB card_radiusMd__bf_WF quotes-carousel_quoteCard__kbfFi\"><picture class=\"themedImage_wrapper__Q1Y7W\"><img alt=\"Wired\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/wired-light.svg\"></picture><blockquote class=\"text_text__fuyHD text_text-lg__jEDDL text_text-color-primary__MJkIv text_text-weight-normal__nldc2 q..."
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&ct=home-atb-home&pt=866401&mt=8",
      "text": "",
      "html": "<a href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone&amp;ct=home-atb-home&amp;pt=866401&amp;mt=8\" class=\"appInstallCTA_appStoreBadge__vUmk2\" aria-label=\"Download DuckDuckGo on the App Store\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"40\" fill=\"none\" aria-hidden=\"true\"><g clip-path=\"url(#_r_4o_app-store-color_svg__a)\"><path fill=\"#A6A6A6\" d=\"M110.444 0H9.561c-.367 0-.73 0-1.097.002-.307.002-.612.008-.922.013-.673.008-1.345.067-2.01.177a6.6..."
    },
    {
      "href": "https://duckduckgo.com/compare-privacy",
      "text": "choose DuckDuckGo over Chrome and other browsers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "tracker blocking",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">tracker blocking</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading",
      "text": "increased encryption",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#smarter-encryption-https-upgrading\">increased encryption</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscribers",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscribers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/",
      "text": "VPN",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/vpn/\">VPN</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/",
      "text": "Personal Information Removal",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/personal-information-removal/\">Personal Information Removal</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/",
      "text": "Identity Theft Restoration",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/identity-theft-restoration/\">Identity Theft Restoration</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/privacy",
      "text": "never tracks you",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/privacy\">never tracks you</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
      "text": "3rd-Party Tracker Loading Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection\">3rd-Party Tracker Loading Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc",
      "text": "Global Privacy Control",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#global-privacy-control-gpc\">Global Privacy Control</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection",
      "text": "Link Tracking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#link-tracking-protection\">Link Tracking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection",
      "text": "CNAME Cloaking Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cname-cloaking-protection\">CNAME Cloaking Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection",
      "text": "Google AMP Protection",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#google-amp-protection\">Google AMP Protection</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">more</a>"
    },
    {
      "href": "https://github.com/duckduckgo/privacy-configuration",
      "text": "list of exceptions",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://github.com/duckduckgo/privacy-configuration\">list of exceptions</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/privacy",
      "text": "Privacy Policy",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/privacy\">Privacy Policy</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/",
      "text": "DuckDuckGo subscription",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/\">DuckDuckGo subscription</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money/\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management",
      "text": "automatically blocking cookie pop-ups",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#cookie-pop-up-management\">automatically blocking cookie pop-ups</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/",
      "text": "web tracking protections",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/\">web tracking protections</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "https://spreadprivacy.com/is-duckduckgo-a-good-search-engine/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://spreadprivacy.com/is-duckduckgo-a-good-search-engine/\">Learn more</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/",
      "text": "Learn more",
      "html": "<a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-does-duckduckgo-protect-privacy/\">Learn more</a>"
    },
    {
      "href": "/compare-privacy",
      "text": "Compare Privacy",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/compare-privacy\">Compare Privacy</a>"
    },
    {
      "href": "https://spreadprivacy.com",
      "text": "Blog",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"https://spreadprivacy.com\">Blog</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/privacy\">Privacy Policy</a>"
    },
    {
      "href": "/terms",
      "text": "Terms of Service",
      "html": "<a class=\"footer_footerLink__A1Kmq\" href=\"/terms\">Terms of Service</a>"
    },
    {
      "href": "https://duckduckgo.com/compare-privacy",
      "text": "choose DuckDuckGo over Chrome and other browsers",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a>"
    },
    {
      "href": "https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money",
      "text": "privacy-respecting search ads",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how-duckduckgo-makes-money\">privacy-respecting search ads</a>"
    },
    {
      "href": "https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone",
      "text": "iOS",
      "html": "<a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://apps.apple.com/app/duckduckgo-privacy-browser/id663592361?platform=iphone\">iOS</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 60/100 and needs improvement.

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, ordered list only if the page explains a workflow/process, JSON-LD structured data.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Extraction-friendly structure scored 60/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 1,
  "tablesWithHead": 1,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 15,
  "schemaBlocks": 0,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "ordered list only if the page explains a workflow/process",
    "JSON-LD structured data"
  ],
  "score": 60,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

9 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer-first sections scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 10,
  "passing": 1,
  "failing": [
    {
      "heading": "Protect your personal information on all your devices.",
      "headingHtml": "<h2 class=\"in-app-home-below-the-fold_headingText__YyQH6 heading_heading__30RM7 heading_heading2__oBLhv heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-2__xWjR3 heading_heading-align-center__twQ3U\">Protect your personal information on all your<span aria-hidden=\"true\" style=\"display: contents;\">&#xa0;</span>devices.</h2>",
      "firstParagraph": "Desktop & Mobile Browser",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-eyebrow-01__dtKrQ text_text-align-center__fcph3 text_text-color-primary__MJkIv text_text-weight-semibold__8N2H2 hidden sm:block\">Desktop &amp; Mobile Browser</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover more from DuckDuckGo.",
      "headingHtml": "<h2 class=\"product-showcase_heading__uZeq_ heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S\">Discover more from DuckDuckGo.</h2>",
      "firstParagraph": "Private Search",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2 product-showcase-chip_cardButtonHeading__05QUn\">Private Search</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "See how DuckDuckGo compares.",
      "headingHtml": "<h2 class=\"marketing-compare-privacy-table_heading__JViVS heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">See how DuckDuckGo compares.</h2>",
      "firstParagraph": "Search privately by default",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-sm__8blRN text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">Search privately by default</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Protection. Privacy. Peace of mind.Get the browser built for data protection, not data collection.",
      "headingHtml": "<h3 class=\"app-browser-intro_text__ei9b2 heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-6__rkRs2 heading_heading-sm-6__HKs2Y heading_heading-md-4__NfPIh heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 56 56\" aria-hidden=\"true\" role=\"img\"><path fill=\"#589d88\" d=\"M27.544 50.786c4.44 0 13.363-3.485 18.122-11.298 3.912-6.419 4.472-13.304 4.12-18.146-.474-6.53-...",
      "firstParagraph": "The DuckDuckGo browser is available on",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-lg__jEDDL text_text-align-center__fcph3 text_text-color-primary__MJkIv text_text-weight-normal__nldc2 device-download-buttons_text__EYTOW\">The DuckDuckGo browser is available on</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take back control of your personal information.",
      "headingHtml": "<h3 class=\"feature-card_headingText__QgrYj heading_heading__30RM7 heading_heading4__XyO8q heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-4__Tc_SK\">Take back control of your personal information.</h3>",
      "firstParagraph": "Hidden trackers lurk on 85% of popular websites. We actively block them by default, helping you evade hackers, scammers, and data-hungry companies.",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-lg__jEDDL text_responsiveLevels__4lokw text_text-xs-md__vREY8 text_text-sm-md__cjDde text_text-md-lg__l1V4I text_text-lg-lg__sQwXt text_text-color-primary__MJkIv text_text-weight-normal__nldc2 feature-card_mainText__AUs8L\">Hidden trackers lurk on 85% of popular websites. We actively block them by default, helping you evade hackers, scammers, and data-hungry companies.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Block most ads & cookie pop-ups for fewer interruptions.",
      "headingHtml": "<h3 class=\"feature-card_headingText__QgrYj heading_heading__30RM7 heading_heading4__XyO8q heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-4__Tc_SK\">Block most ads &amp; cookie pop-ups for fewer interruptions.</h3>",
      "firstParagraph": "Our tracker blocking stops most ads before they even appear, letting you enjoy your favorite content with less hassle. We spot cookie pop-ups right away and, where possible, opt you out automatically, so you won’t even see them.",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-lg__jEDDL text_responsiveLevels__4lokw text_text-xs-md__vREY8 text_text-sm-md__cjDde text_text-md-lg__l1V4I text_text-lg-lg__sQwXt text_text-color-primary__MJkIv text_text-weight-normal__nldc2 feature-card_mainText__AUs8L\">Our tracker blocking stops most ads before they even appear, letting you enjoy your favorite content with less hassle. We spot cookie pop-ups right away and, where possible, opt you out automatically, so you won&#x2019;t even see them.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it.",
      "headingHtml": "<h2 class=\"app-quotes_quotesHeading__tKaTC heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">Don&#x2019;t just take our word for it.</h2>",
      "firstParagraph": "David Pierce",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-xs__k4CBY text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">David Pierce</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by tens of millions worldwide!",
      "headingHtml": "<h3 class=\"download-panel_headingText__geAWb heading_heading__30RM7 heading_heading4__XyO8q heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-5__0kAzR heading_heading-lg-4__Tc_SK\">Trusted by tens of millions worldwide!</h3>",
      "firstParagraph": "2.9 million ratings",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-xs__k4CBY text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">2.9 million ratings</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Still have questions?",
      "headingHtml": "<h3 class=\"heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-3__m424S\">Still have questions?</h3>",
      "firstParagraph": "At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That's why millions of people choose DuckDuckGo over Chrome and other browsers to search and browse online. Our built-in search engine is like...",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That&apos;s why millions of people <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a> to search and browse online. Our built-in s...",
      "words": 131,
      "direct": false,
      "issue": "First paragraph is 131 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 76/100 and needs improvement.

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: duckduckgo, protection, peace, mind.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Entity clarity

Score

76/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Entity clarity scored 76/100 and needs improvement.

Evidence
{
  "title": "DuckDuckGo - Protection. Privacy. Peace of mind.",
  "h1": "DuckDuckGo",
  "description": "The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.",
  "topicOverlap": 0.2,
  "topicTerms": [
    "duckduckgo",
    "protection",
    "privacy",
    "peace",
    "mind"
  ],
  "descriptionTerms": [
    "internet",
    "privacy",
    "company",
    "empowers",
    "seamlessly",
    "take",
    "control",
    "personal",
    "information",
    "online",
    "without",
    "any",
    "tradeoffs"
  ],
  "missingFromDescription": [
    "duckduckgo",
    "protection",
    "peace",
    "mind"
  ],
  "score": 76,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 50/100 and needs improvement.

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

9 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Question-led structure scored 50/100 and needs improvement.

Evidence
{
  "h2Count": 4,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

13 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 16,
  "citablePassages": 3,
  "failingCandidateParagraphs": [
    {
      "index": 78,
      "heading": "H3: Still have questions?",
      "text": "If you’re like most people on the Internet, you use Google to search the web and Google Chrome to browse the web. That means, by default, Google can keep track of every single search you make and website you visit. On those websites, other companies may also track you.",
      "words": 50,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (50 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">If you&#x2019;re like most people on the Internet, you use Google to search the web and Google Chrome to browse the web. That means, by default, Google can keep track of every single search you make and website you visit. On those websites, other companies may also track you.</p>"
    },
    {
      "index": 79,
      "heading": "H3: Still have questions?",
      "text": "DuckDuckGo is an independent Google alternative that also lets you search and browse the web, but we don’t track your searches or browsing history, and our browsers and extensions help you block other companies from trying to track you as well, all by default. Our free browser comes with seamless protection built-in, including tracker blocking, increased encryption, email protection, and more, making it the most c...",
      "words": 117,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">DuckDuckGo is an independent Google alternative that also lets you search and browse the web, but we don&#x2019;t track your searches or browsing history, and our <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/get-duckduckgo/does-duckduckgo-make-a-browser/\">browsers</a> and <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduc..."
    },
    {
      "index": 80,
      "heading": "H3: Still have questions?",
      "text": "DuckDuckGo never tracks you. And when you leave our search engine and use our browsers or extensions to visit other sites, we aim to protect your privacy as much as possible. No service can eliminate all hidden tracking or all profiling online because trackers are always trying to evade specific protections. To be effective, our protections continually evolve to mitigate this while avoiding website breakage. That’...",
      "words": 77,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (77 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">DuckDuckGo <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/privacy\">never tracks you</a>. And when you leave our search engine and use our browsers or extensions to visit other sites, we aim to protect your privacy as much as possible. No service can eliminate all hidden tracking or all profiling online because trackers are always trying to evade specific protections...."
    },
    {
      "index": 81,
      "heading": "H3: Still have questions?",
      "text": "Other browsers offer some of these by default, like cookie and fingerprinting protections, but we also provide many other protections that most browsers do not offer by default, like 3rd-Party Tracker Loading Protection, Global Privacy Control, Link Tracking Protection, CNAME Cloaking Protection, Google AMP Protection, and more, which all help cover different tracking angles. Our list of trackers is open source, a...",
      "words": 74,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (74 words; target 80-220)."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">Other browsers offer some of these by default, like cookie and fingerprinting protections, but we also provide many other protections that most browsers do not offer by default, like <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection\">3rd-Party Tracker Loading Protection</a>, <a..."
    },
    {
      "index": 82,
      "heading": "H3: Still have questions?",
      "text": "Our best guess — over 100 million people! We don’t track our users, so it’s impossible for us to know how many people in total actually use our product. However, we can make an estimate based on the number of searches we get each month. Thanks to all these users, DuckDuckGo holds the #2 position in mobile search market share in the US, and 20 other markets including the United Kingdom, Canada, Australia, Poland, I...",
      "words": 78,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (78 words; target 80-220)."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">Our best guess &#x2014; over 100 million people! We don&#x2019;t track our users, so it&#x2019;s impossible for us to know how many people in total actually use our product. However, we can make an estimate based on the number of searches we get each month. Thanks to all these users, DuckDuckGo <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/cloudflare-radar-report\">h..."
    },
    {
      "index": 83,
      "heading": "H3: Still have questions?",
      "text": "We make money from private ads on our search engine. On other search engines, ads are based on profiles compiled from your personal information, such as search, browsing, and purchase history. We don’t have that information (per our Privacy Policy) because search ads on DuckDuckGo are based on the search results page you’re viewing instead of on what other companies’ tracking algorithms assume about you. For examp...",
      "words": 96,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">We make money from private ads on our search engine. On other search engines, ads are based on profiles compiled from your personal information, such as search, browsing, and purchase history. We don&#x2019;t have that information (per our <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/privacy\">Privacy Policy</a>) because search ads on DuckDuckGo are based on the sea..."
    },
    {
      "index": 84,
      "heading": "H3: Still have questions?",
      "text": "Use DuckDuckGo to help protect yourself online. Ever get ads so creepy it feels like your phone is listening to you? Or see ads for something you searched for once following you around everywhere? If you’re wondering who to blame, it’s probably Google. For decades, they’ve been tracking your searches, embedding trackers in their Chrome browser, and hiding even more trackers on the most-popular websites. This type...",
      "words": 88,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\"><b>Use DuckDuckGo to help protect yourself online.</b> Ever get ads so creepy it feels like your phone is listening to you? Or see ads for something you searched for once following you around everywhere? If you&#x2019;re wondering who to blame, it&#x2019;s probably Google. For decades, they&#x2019;ve been tracking your searches, embedding trackers in their Chrome browser, and hiding e..."
    },
    {
      "index": 85,
      "heading": "H3: Still have questions?",
      "text": "DuckDuckGo lets you search and browse like you’re used to, but (unlike Google) we never track you and our browser helps block trackers from companies that run online tracking networks like Google, TikTok, and Meta (Facebook). Oh, and our browser is free — we make money from privacy-respecting search ads, not by exploiting your data.",
      "words": 55,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (55 words; target 80-220)."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">DuckDuckGo lets you search and browse like you&#x2019;re used to, but (unlike Google) we never track you and our browser helps block trackers from companies that run online tracking networks like Google, TikTok, and Meta (Facebook). Oh, and our browser is free &#x2014; we make money from <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/duckduckgo-help-pages/company/how..."
    },
    {
      "index": 86,
      "heading": "H3: Still have questions?",
      "text": "Use DuckDuckGo to get a better online experience. Have you noticed Google search results getting worse? You’re not alone. For many Google searches, most of the results on the first page are either ads or Google pushing their own services. It can be even worse on mobile.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\"><b>Use DuckDuckGo to get a better online experience.</b> Have you noticed Google search results getting worse? <a target=\"_blank\" rel=\"noreferrer\" href=\"https://www.theatlantic.com/ideas/archive/2022/06/google-search-algorithm-internet/661325/\">You&#x2019;re not alone</a>. For many Google searches, most of the results on the first page are either ads or Google pushing their own servic..."
    },
    {
      "index": 87,
      "heading": "H3: Still have questions?",
      "text": "On DuckDuckGo, we keep ads to a minimum and our search ads are private, only based on the search results page you’re viewing, and not on you as a person. The tracker blocking that’s built in to our browser also blocks a large number of tracker-dependent ads from loading by default. Coupled with other browser features like automatically blocking cookie pop-ups, our default web tracking protections give you a cleane...",
      "words": 77,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (77 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">On DuckDuckGo, we keep ads to a minimum and our search ads are private, only based on the search results page you&#x2019;re viewing, and not on you as a person. The tracker blocking that&#x2019;s built in to our browser also blocks a large number of tracker-dependent ads from loading by default. Coupled with other browser features like <a target=\"_blank\" rel=\"noreferrer\" href=\"https:/..."
    },
    {
      "index": 88,
      "heading": "H3: Still have questions?",
      "text": "Use DuckDuckGo to send a message to Big Tech companies like Google who are taking away user choice online and profiting by stealing your personal information. Google is the epitome of Big Tech, with their tentacles in everything, compiling detailed profiles about everyone, and making billions of dollars auctioning off access to your attention, and for what? Creepy ads that follow you around? By comparison, DuckDuc...",
      "words": 94,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\"><b>Use DuckDuckGo to send a message to Big Tech companies like Google who are taking away user choice online and profiting by stealing your personal information.</b> Google is the epitome of Big Tech, with their tentacles in everything, compiling detailed profiles about everyone, and making billions of dollars auctioning off access to your attention, and for what? Creepy ads that foll..."
    },
    {
      "index": 90,
      "heading": "H3: Still have questions?",
      "text": "No. It is a myth that you can't be tracked while using so-called “Incognito” mode. In fact, all Incognito mode really does is delete information on your computer. Incognito mode does nothing to stop Google from saving your searches, nor does it stop companies, Internet service providers, or governments from being able to track you online. By contrast, DuckDuckGo Search never keeps your or anyone else's search hist...",
      "words": 81,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">No. It is a myth that you can&apos;t be tracked while using so-called &#x201c;Incognito&#x201d; mode. In fact, all Incognito mode really does is delete information on your computer. Incognito mode does nothing to stop Google from saving your searches, nor does it stop companies, Internet service providers, or governments from being able to track you online. By contrast, DuckDuckGo Sea..."
    },
    {
      "index": 91,
      "heading": "H3: Still have questions?",
      "text": "DuckDuckGo Search gives you truly private search results without tradeoffs in result quality. We have everything you’ve come to expect in an online search experience (images, maps, answers, etc.), and because there’s no search history on DuckDuckGo, you escape the filter bubble of manipulated results. You’ll also find bonus features that make our private search engine more convenient and a little more fun. We’re a...",
      "words": 84,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">DuckDuckGo Search gives you truly private search results without tradeoffs in result quality. We have everything you&#x2019;ve come to expect in an online search experience (images, maps, answers, etc.), and because there&#x2019;s no search history on DuckDuckGo, you escape the filter bubble of manipulated results. You&#x2019;ll also find <a target=\"_blank\" rel=\"noreferrer\" href=\"http..."
    }
  ],
  "citableParagraphs": [
    {
      "index": 77,
      "heading": "H3: Still have questions?",
      "text": "At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That's why millions of people choose DuckDuckGo over Chrome and other browsers to search and browse online. Our built-in search engine is like Google but never tracks your searches, and our browser blocks ads, trackers, and cookies that collec...",
      "words": 131,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That&apos;s why millions of people <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a> to search and browse online. Our built-in s..."
    },
    {
      "index": 92,
      "heading": "H3: Still have questions?",
      "text": "No, we are not and have never been owned by Google or any other entity. We have been an independent company since our founding in 2008. You may notice content originally from Google, such as YouTube videos, in our search results. Even though Google has a monopoly on access to this content, we are able to get it anonymously via indirect sources. This ensures we still offer quality search results without needing to...",
      "words": 115,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">No, we are not and have never been owned by Google or any other entity. We have been an independent company since our founding in 2008. You may notice content originally from Google, such as YouTube videos, in our search results. Even though Google has a monopoly on access to this content, we are able to get it anonymously via indirect sources. This ensures we still offer quality sear..."
    },
    {
      "index": 108,
      "heading": "H4: About DuckDuckGo",
      "text": "At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That's why millions of people choose DuckDuckGo over Chrome and other browsers to search and browse online. Our built-in search engine is like Google but never tracks your searches, and our browser blocks ads, trackers, and cookies that collec...",
      "words": 121,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That&apos;s why millions of people <a target=\"_blank\" rel=\"noopener\" class=\"footer_footerLink__A1Kmq\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a> to search an..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

9 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Answer block readiness scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 10,
  "passing": 1,
  "failing": [
    {
      "heading": "Protect your personal information on all your devices.",
      "headingHtml": "<h2 class=\"in-app-home-below-the-fold_headingText__YyQH6 heading_heading__30RM7 heading_heading2__oBLhv heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-2__xWjR3 heading_heading-align-center__twQ3U\">Protect your personal information on all your<span aria-hidden=\"true\" style=\"display: contents;\">&#xa0;</span>devices.</h2>",
      "firstParagraph": "Desktop & Mobile Browser",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-eyebrow-01__dtKrQ text_text-align-center__fcph3 text_text-color-primary__MJkIv text_text-weight-semibold__8N2H2 hidden sm:block\">Desktop &amp; Mobile Browser</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover more from DuckDuckGo.",
      "headingHtml": "<h2 class=\"product-showcase_heading__uZeq_ heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S\">Discover more from DuckDuckGo.</h2>",
      "firstParagraph": "Private Search",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2 product-showcase-chip_cardButtonHeading__05QUn\">Private Search</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "See how DuckDuckGo compares.",
      "headingHtml": "<h2 class=\"marketing-compare-privacy-table_heading__JViVS heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">See how DuckDuckGo compares.</h2>",
      "firstParagraph": "Search privately by default",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-sm__8blRN text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">Search privately by default</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Protection. Privacy. Peace of mind.Get the browser built for data protection, not data collection.",
      "headingHtml": "<h3 class=\"app-browser-intro_text__ei9b2 heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-6__rkRs2 heading_heading-sm-6__HKs2Y heading_heading-md-4__NfPIh heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 56 56\" aria-hidden=\"true\" role=\"img\"><path fill=\"#589d88\" d=\"M27.544 50.786c4.44 0 13.363-3.485 18.122-11.298 3.912-6.419 4.472-13.304 4.12-18.146-.474-6.53-...",
      "firstParagraph": "The DuckDuckGo browser is available on",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-lg__jEDDL text_text-align-center__fcph3 text_text-color-primary__MJkIv text_text-weight-normal__nldc2 device-download-buttons_text__EYTOW\">The DuckDuckGo browser is available on</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take back control of your personal information.",
      "headingHtml": "<h3 class=\"feature-card_headingText__QgrYj heading_heading__30RM7 heading_heading4__XyO8q heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-4__Tc_SK\">Take back control of your personal information.</h3>",
      "firstParagraph": "Hidden trackers lurk on 85% of popular websites. We actively block them by default, helping you evade hackers, scammers, and data-hungry companies.",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-lg__jEDDL text_responsiveLevels__4lokw text_text-xs-md__vREY8 text_text-sm-md__cjDde text_text-md-lg__l1V4I text_text-lg-lg__sQwXt text_text-color-primary__MJkIv text_text-weight-normal__nldc2 feature-card_mainText__AUs8L\">Hidden trackers lurk on 85% of popular websites. We actively block them by default, helping you evade hackers, scammers, and data-hungry companies.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Block most ads & cookie pop-ups for fewer interruptions.",
      "headingHtml": "<h3 class=\"feature-card_headingText__QgrYj heading_heading__30RM7 heading_heading4__XyO8q heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-4__Tc_SK\">Block most ads &amp; cookie pop-ups for fewer interruptions.</h3>",
      "firstParagraph": "Our tracker blocking stops most ads before they even appear, letting you enjoy your favorite content with less hassle. We spot cookie pop-ups right away and, where possible, opt you out automatically, so you won’t even see them.",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-lg__jEDDL text_responsiveLevels__4lokw text_text-xs-md__vREY8 text_text-sm-md__cjDde text_text-md-lg__l1V4I text_text-lg-lg__sQwXt text_text-color-primary__MJkIv text_text-weight-normal__nldc2 feature-card_mainText__AUs8L\">Our tracker blocking stops most ads before they even appear, letting you enjoy your favorite content with less hassle. We spot cookie pop-ups right away and, where possible, opt you out automatically, so you won&#x2019;t even see them.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it.",
      "headingHtml": "<h2 class=\"app-quotes_quotesHeading__tKaTC heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">Don&#x2019;t just take our word for it.</h2>",
      "firstParagraph": "David Pierce",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-xs__k4CBY text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">David Pierce</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by tens of millions worldwide!",
      "headingHtml": "<h3 class=\"download-panel_headingText__geAWb heading_heading__30RM7 heading_heading4__XyO8q heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-5__0kAzR heading_heading-lg-4__Tc_SK\">Trusted by tens of millions worldwide!</h3>",
      "firstParagraph": "2.9 million ratings",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-xs__k4CBY text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">2.9 million ratings</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Still have questions?",
      "headingHtml": "<h3 class=\"heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-3__m424S\">Still have questions?</h3>",
      "firstParagraph": "At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That's why millions of people choose DuckDuckGo over Chrome and other browsers to search and browse online. Our built-in search engine is like...",
      "paragraphHtml": "<p class=\"text_text__fuyHD text_text-md__T0D6z text_text-color-primary__MJkIv text_text-weight-normal__nldc2\">At DuckDuckGo, we believe the best way to protect your personal information from hackers, scammers, and privacy-invasive companies is to stop it from being collected at all. That&apos;s why millions of people <a target=\"_blank\" rel=\"noreferrer\" href=\"https://duckduckgo.com/compare-privacy\">choose DuckDuckGo over Chrome and other browsers</a> to search and browse online. Our built-in s...",
      "words": 131,
      "direct": false,
      "issue": "First paragraph is 131 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 80/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: duckduckgo, protection, peace, mind.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Entity and definition clarity

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Entity and definition clarity scored 80/100 and needs improvement.

Evidence
{
  "title": "DuckDuckGo - Protection. Privacy. Peace of mind.",
  "h1": "DuckDuckGo",
  "description": "The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.",
  "topicOverlap": 0.2,
  "definitionCount": 15,
  "topicTerms": [
    "duckduckgo",
    "protection",
    "privacy",
    "peace",
    "mind"
  ],
  "descriptionTerms": [
    "internet",
    "privacy",
    "company",
    "empowers",
    "seamlessly",
    "take",
    "control",
    "personal",
    "information",
    "online",
    "without",
    "any",
    "tradeoffs"
  ],
  "missingFromDescription": [
    "duckduckgo",
    "protection",
    "peace",
    "mind"
  ],
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 80/100 and needs improvement.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

51 image(s) are missing width/height attributes.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 80/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto",
  "visibleWords": 2231,
  "htmlBytes": 410793,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTg5IDUzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0xMTAuMDQ1IDI0LjIyNGgtMi40MDVsLTQuMzc4IDQuNTAydi05LjAwM2gtMS44NXYxNS4zNTRoMS44NXYtNS4wNTZsNC45OTUgNC45OTQuMDYxLjA2MmgyLjIydi0uMTg1bC01LjYxMS01LjU1em0tMTEuODk4IDguMjIzYy0uNjc5LjY3OC0xLjY2NiAxLjA0OC0yLjc3NSAxLjA0OC0xLjkxMiAwLTMuODI0LTEuMTcyLTMuODI0LTMuODg1IDAtMi4yODEgMS42MDQtMy44ODUgMy44MjQtMy44ODUuOTg2IDAgMS45MTEuMzcgMi42NTEgMS4wNDlsLjA2Mi4wNjEgMS4xNzEtMS4yMzMtLjA2MS0uMDYyQzk4LjA4NSAyNC40OTIgOTYuNzkgMjQgOTUuMzEgMjRjLTMuMzkyIDAtNS42NzMgMi4yODEtNS42NzMgNS42MTEgMCAzLjg4NSAyLjgzNiA1LjYxMiA1LjY3MyA1LjYxMmguMDYyYzEuNDggMCAyLjg5OC0uNTU1IDMuODg0LTEuNjA0bC4wNjItLjA2MS0xLjIzMy0xLjIzNHptLTEyLjU4MS0yLjQwNGMwIDEuOTczLTEuMzU2IDMuNDUzLTMuMjY4IDMuNTE1LTIuMDM1IDAtMy4yNjgtMS4yMzMtMy4yNjgtMy4zM3YtNS45ODFoLTEuODV2NS45ODFjMCAzLjA4MyAxLjg1IDUuMDU3IDQuNzQ4IDUuMDU3aC4wNjJjMS40MTggMCAyLjcxMy0uNjc5IDMuNTc2LTEuNzI3bC4wNjItLjEyMy4wNjIgMS42NjVoMS43MjZWMjQuMjQ3aC0xLjg1ek02Ny4yOTggMTkuNjZoLTUuNjEydjE1LjQxN2g1LjYxMmM1LjM2NSAwIDcuNzA4LTMuOTQ3IDcuNzA4LTcuODMyIDAtMy42MzgtMi40MDUtNy41ODUtNy43MDgtNy41ODV6bTUuNzk2IDcuNTI0YzAgMi45Ni0xLjc4OCA1LjkyLTUuNzM1IDUuOTJoLTMuN1YyMS41NzFoMy42MzljMy45NDYgMCA1Ljc5NiAyLjg5OCA1Ljc5NiA1LjYxMnptOTYuMDE4IDEuMTdoNC43NDh2My41NzdjLTEuMTcxLjk4Ni0yLjU5IDEuNTQxLTQuMTMxIDEuNTQxLTQuMTkzIDAtNi4xMDUtMy4wMjEtNi4xMDUtNS45ODEgMC0zLjAyMiAxLjkxMi02LjI5IDYuMDQzLTYuMjkgMS42NjUgMCAzLjIwNy42MTcgNC40NCAxLjcyN2wuMDYyLjA2MSAxLjExLTEuMjk1LS4wNjItLjA2MWMtMS40OC0xLjQ4LTMuNDUzLTIuMjItNS42MTEtMi4yMi0yLjM0NCAwLTQuMzE3Ljc0LTUuNzM1IDIuMjItMS40OCAxLjQ4LTIuMjgyIDMuNTc2LTIuMjIgNS45MiAwIDMuNjM4IDIuMDk2IDcuODMxIDguMDE2IDcuODMxaC4xMjRhNy43MTYgNy43MTYgMCAwIDAgNS43OTYtMi41OVYyNi42OWgtNi41MzZ2MS42NjV6bS01MS4xODEtOC42OTRoLTUuNjEydjE1LjQxN2g1LjYxMmM1LjM2NSAwIDcuNzA4LTMuOTQ3IDcuNzA4LTcuODMyIDAtMy42MzgtMi40MDUtNy41ODQtNy43MDgtNy41ODR6bTUuNzk2IDcuNTI0YzAgMi45Ni0xLjc4OCA1LjkyLTUuNzM1IDUuOTJoLTMuNjM4VjIxLjU3MmgzLjYzOGMzLjg4NSAwIDUuNzM1IDIuODk4IDUuNzM1IDUuNjEyem01OS40NjMtMy4xODVjLTMuMjY5IDAtNS42MTIgMi40MDUtNS42MTIgNS42NzMgMCAzLjI2OCAyLjM0MyA1LjYxMSA1LjYxMiA1LjYxMSAzLjI2OCAwIDUuNjczLTIuMzQzIDUuNjczLTUuNjExIDAtMy4zMy0yLjM0My01LjY3My01LjY3My01LjY3M3ptMy44MjMgNS42NzNjMCAyLjI4Mi0xLjYwMyAzLjg4NS0zLjgyMyAzLjg4NS0yLjE1OSAwLTMuNzYyLTEuNjAzLTMuNzYyLTMuODg1IDAtMi4zNDMgMS41NDItNC4wMDggMy44MjMtNC4wMDggMi4xNTkuMDYxIDMuNzYyIDEuNzI2IDMuNzYyIDQuMDA4em0tNTAuODE0LjM3MWMwIDEuOTczLTEuMzU2IDMuNDUzLTMuMjY4IDMuNTE1LTIuMDM1IDAtMy4yNjgtMS4yMzMtMy4yNjgtMy4zM3YtNS45ODFoLTEuODV2NS45ODFjMCAzLjA4MyAxLjg1IDUuMDU3IDQuNjg2IDUuMDU3aC4wNjJjMS40MTggMCAyLjcxMy0uNjc5IDMuNTc2LTEuNzI3bC4wNjItLjEyMy4wNjIgMS42NjVoMS43MjZWMjQuMjQ3aC0xLjg1djUuNzk2em0xMi41OCAyLjQwNGMtLjY3OC42NzgtMS42NjUgMS4wNDgtMi43NzUgMS4wNDgtMS45MTEgMC0zLjgyMy0xLjE3Mi0zLjgyMy0zLjg4NSAwLTIuMjgxIDEuNjAzLTMuODg1IDMuODIzLTMuODg1Ljk4NyAwIDEuOTEyLjM3IDIuNjUyIDEuMDQ5bC4wNjIuMDYxIDEuMTcxLTEuMjMzLS4wNjEtLjA2MmMtMS4xMS0xLjA0OC0yLjQwNS0xLjU0MS0zLjg4NS0xLjU0MS0zLjM5MiAwLTUuNjczIDIuMjgxLTUuNjczIDUuNjExIDAgMy44ODUgMi44MzYgNS42MTIgNS42NzMgNS42MTJoLjA2MWMxLjQ4IDAgMi44OTktLjU1NSAzLjg4NS0xLjYwNGwuMDYyLS4wNjEtMS4yMzMtMS4yMzR6bTExLjg5OS04LjIyM2gtMi40MDVsLTQuMzc4IDQuNTAydi05LjAwM2gtMS44NXYxNS4zNTRoMS44NXYtNS4wNTZsNC45OTQgNC45OTQuMDYyLjA2MmgyLjIydi0uMTg1bC01LjYxMS01LjU1eiIvPgogIDxwYXRoIGZpbGw9IiNkZTU4MzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI2LjUgNTNDNDEuMTM2IDUzIDUzIDQxLjEzNiA1MyAyNi41UzQxLjEzNiAwIDI2LjUgMCAwIDExLjg2NCAwIDI2LjUgMTEuODY0IDUzIDI2LjUgNTN6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICA8cGF0aCBmaWxsPSIjZGRkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4yMjcgNDYuMjcyYzAtLjIwNy4wNS0uMjU1LS42MDgtMS41NjYtMS43NDktMy41MDMtMy41MDctOC40NC0yLjcwNy0xMS42MjUuMTQ2LS41NzktMS42NDgtMjEuNDI1LTIuOTE1LTIyLjA5Ny0xLjQxLS43NS0zLjE0My0xLjk0Mi00LjcyOC0yLjIwNy0uODA1LS4xMjgtMS44Ni0uMDY3LTIuNjg0LjA0NC0uMTQ3LjAyLS4xNTMuMjgzLS4wMTMuMzMuNTQyLjE4NCAxLjIuNTAyIDEuNTg3Ljk4NC4wNzMuMDktLjAyNi4yMzQtLjE0Mi4yMzktLjM2Ni4wMTMtMS4wMjguMTY2LTEuOTAyLjkwOC0uMTAxLjA4Ni0uMDE3LjI0Ni4xMTMuMjIgMS44NzgtLjM3MiAzLjc5Ny0uMTg5IDQuOTI3Ljg0LjA3My4wNjYuMDM1LjE4NS0uMDYuMjExLTkuODExIDIuNjY3LTcuODcgMTEuMi01LjI1NyAyMS42NzQgMi4yMTMgOC44NzUgMy4xMTMgMTIuMDI4IDMuNDMzIDEzLjEwM2EuNjA2LjYwNiAwIDAgMCAuMzY2LjM5OGMzLjQzOCAxLjI5IDEwLjU5IDEuMzE2IDEwLjU5LS45Mzl6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzEuNTcyIDQ4LjIzOGMtMS4xOS40NjYtMy41Mi42NzMtNC44NjUuNjczLTEuOTczIDAtNC44MTQtLjMxLTUuODQ5LS43NzYtLjYzOS0xLjk2OC0yLjU1Mi04LjA2Ni00LjQ0Mi0xNS44MTEtLjA2MS0uMjU0LS4xMjMtLjUwNi0uMTg1LS43NTdsLS4wMDEtLjAwNmMtMi4yNDYtOS4xNzQtNC4wOC0xNi42NjcgNS45NzQtMTkuMDIxLjA5MS0uMDIyLjEzNi0uMTMxLjA3Ni0uMjA0LTEuMTU0LTEuMzY4LTMuMzE1LTEuODE3LTYuMDQ4LS44NzQtLjExMi4wMzktLjIwOS0uMDc0LS4xNC0uMTcuNTM2LS43MzkgMS41ODQtMS4zMDcgMi4xLTEuNTU2LjEwNy0uMDUxLjEwMS0uMjA4LS4wMTItLjI0M2ExMS41NCAxMS41NCAwIDAgMC0xLjU2Mi0uMzcyYy0uMTUzLS4wMjUtLjE2Ny0uMjg4LS4wMTMtLjMwOSAzLjg3NC0uNTIgNy45Mi42NDIgOS45NSAzLjIuMDE4LjAyNC4wNDYuMDQuMDc2LjA0NyA3LjQzNCAxLjU5NiA3Ljk2NiAxMy4zNDcgNy4xMSAxMy44ODItLjE3LjEwNi0uNzEuMDQ1LTEuNDI0LS4wMzUtMi44OTMtLjMyMy04LjYyLS45NjQtMy44OTMgNy44NDYuMDQ3LjA4Ny0uMDE1LjIwMi0uMTEzLjIxNy0yLjY2NS40MTUuNzUgOC43NjcgMy4yNjEgMTQuMjd6Ii8+CiAgPHBhdGggZmlsbD0iIzNjYTgyYiIgZD0iTTM0Ljg5NyAzNy41NTVjLS41NjYtLjI2My0yLjc0MiAxLjI5OC00LjE4NiAyLjQ5Ni0uMzAyLS40MjctLjg3LS43MzgtMi4xNTQtLjUxNS0xLjEyNC4xOTYtMS43NDQuNDY3LTIuMDIxLjkzNC0xLjc3My0uNjcyLTQuNzU3LTEuNzEtNS40NzgtLjcwOC0uNzg3IDEuMDk1LjE5NyA2LjI3NyAxLjI0NCA2Ljk1LjU0Ni4zNTEgMy4xNi0xLjMyOCA0LjUyNC0yLjQ4Ny4yMi4zMS41NzUuNDg4IDEuMzAzLjQ3MSAxLjEwMi0uMDI1IDIuODktLjI4MiAzLjE2Ny0uNzk1YS41NjkuNTY5IDAgMCAwIC4wNDQtLjExYzEuNDAzLjUyNCAzLjg3MSAxLjA4IDQuNDIzLjk5NiAxLjQzNy0uMjE2LS4yLTYuOTI0LS44NjYtNy4yMzJ6Ii8+CiAgPHBhdGggZmlsbD0iIzRjYmEzYyIgZD0iTTMwLjg0NCA0MC4yMDRjLjA2LjEwNi4xMDcuMjE4LjE0OC4zMzIuMi41Ni41MjUgMi4zMzguMjggMi43NzgtLjI0Ny40MzktMS44NDcuNjUxLTIuODM1LjY2OHMtMS4yMDktLjM0NC0xLjQwOS0uOTAzYy0uMTYtLjQ0Ny0uMjM4LTEuNS0uMjM3LTIuMTAxLS4wNC0uODk0LjI4Ni0xLjIwOCAxLjc5NS0xLjQ1MiAxLjExNi0uMTggMS43MDcuMDMgMi4wNDcuMzkgMS41ODUtMS4xODQgNC4yMy0yLjg1MyA0LjQ4OC0yLjU0OCAxLjI4NiAxLjUyMSAxLjQ0OCA1LjE0MyAxLjE3IDYuNi0uMDkxLjQ3Ni00LjM1LS40NzItNC4zNS0uOTg2IDAtMi4xMzMtLjU1My0yLjcxOC0xLjA5Ny0yLjc3OHptLTkuMzI5LS42NjZjLjM0OS0uNTUyIDMuMTc3LjEzNSA0LjczLjgyNSAwIDAtLjMyIDEuNDQ2LjE4OSAzLjE0OS4xNDguNDk4LTMuNTcyIDIuNzE1LTQuMDU4IDIuMzM0LS41NjEtLjQ0MS0xLjU5NC01LjE0OC0uODYxLTYuMzA4eiIvPgogIDxwYXRoIGZpbGw9IiNmYzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjg4NSAyOC4zMjVjLjIyOC0uOTk1IDEuMjk1LTIuODcgNS4xMDEtMi44MjUgMS45MjUtLjAwOCA0LjMxNS0uMDAxIDUuOS0uMTgxYTIxLjIxMiAyMS4yMTIgMCAwIDAgNS4yNy0xLjI4MmMxLjY0OC0uNjI4IDIuMjMzLS40ODggMi40MzgtLjExMi4yMjUuNDEzLS4wNCAxLjEyNy0uNjE2IDEuNzg0LTEuMSAxLjI1NS0zLjA3NyAyLjIyOC02LjU3IDIuNTE2cy01LjgwNS0uNjQ4LTYuOC44NzdjLS40My42NTgtLjA5OCAyLjIwOCAzLjI3OSAyLjY5NiA0LjU2My42NTkgOC4zMTEtLjc5MyA4Ljc3NC4wODQuNDYzLjg3Ny0yLjIwNCAyLjY2MS02Ljc3NSAyLjY5OC00LjU3LjAzOC03LjQyNi0xLjYtOC40MzgtMi40MTQtMS4yODUtMS4wMzMtMS44Ni0yLjUzOS0xLjU2My0zLjg0MXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogIDxnIGZpbGw9IiMxNDMwN2UiIG9wYWNpdHk9Ii44Ij4KICAgIDxwYXRoIGQ9Ik0yOC43MDYgMTcuNDQzYy4yNTUtLjQxNy44Mi0uNzQgMS43NDUtLjc0czEuMzYuMzY5IDEuNjYyLjc4Yy4wNjEuMDgzLS4wMzIuMTgxLS4xMjcuMTRsLS4wNy0uMDNjLS4zMzgtLjE0OC0uNzUzLS4zMy0xLjQ2NS0uMzQtLjc2MS0uMDEtMS4yNDEuMTgtMS41NDQuMzQ0LS4xMDEuMDU2LS4yNjItLjA1NS0uMjAxLS4xNTR6bS0xMC40MTYuNTM0Yy44OTgtLjM3NSAxLjYwNC0uMzI3IDIuMTAzLS4yMDguMTA1LjAyNC4xNzgtLjA4OS4wOTQtLjE1Ni0uMzg3LS4zMTMtMS4yNTQtLjctMi4zODUtLjI4LTEuMDEuMzc3LTEuNDg1IDEuMTU5LTEuNDg3IDEuNjcyLS4wMDEuMTIyLjI0OC4xMzIuMzEyLjAzLjE3NC0uMjc4LjQ2NC0uNjgyIDEuMzYyLTEuMDU4eiIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMzEuMjM3IDIzLjE1NGMtLjc5NCAwLTEuNDM4LS42NDItMS40MzgtMS40MzNzLjY0NC0xLjQzMyAxLjQzOC0xLjQzM2MuNzk0IDAgMS40MzguNjQyIDEuNDM4IDEuNDMzcy0uNjQ0IDEuNDMzLTEuNDM4IDEuNDMzem0xLjAxMy0xLjkwOGEuMzcyLjM3MiAwIDAgMC0uNzQ1IDAgLjM3Mi4zNzIgMCAwIDAgLjc0NSAwem0tMTAuNTQ0IDEuNDY3YzAgLjkyMy0uNzUgMS42NzEtMS42NzYgMS42NzFhMS42NzUgMS42NzUgMCAwIDEtMS42NzctMS42N2MwLS45MjQuNzUyLTEuNjcyIDEuNjc3LTEuNjcyLjkyNCAwIDEuNjc2Ljc0OCAxLjY3NiAxLjY3MXptLS40OTQtLjU1NGEuNDM0LjQzNCAwIDEgMC0uODY3LjAwMi40MzQuNDM0IDAgMCAwIC44NjctLjAwMnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi41IDQ4Ljc1NmMxMi4yOTIgMCAyMi4yNTYtOS45NjQgMjIuMjU2LTIyLjI1NlMzOC43OTIgNC4yNDQgMjYuNSA0LjI0NCA0LjI0NCAxNC4yMDggNC4yNDQgMjYuNSAxNC4yMDggNDguNzU2IDI2LjUgNDguNzU2em0wIDIuMDdjMTMuNDM1IDAgMjQuMzI2LTEwLjg5MSAyNC4zMjYtMjQuMzI2UzM5LjkzNSAyLjE3NCAyNi41IDIuMTc0IDIuMTc0IDEzLjA2NSAyLjE3NCAyNi41IDEzLjA2NSA1MC44MjYgMjYuNSA1MC44MjZ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICA8cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi40OTcgNDguNDM4YzEyLjExOCAwIDIxLjk0MS05LjgyMyAyMS45NDEtMjEuOTRTMzguNjE1IDQuNTU1IDI2LjQ5OCA0LjU1NSA0LjU1NSAxNC4zOCA0LjU1NSAyNi40OTdzOS44MjQgMjEuOTQxIDIxLjk0MSAyMS45NDF6bTI0LjI5Mi0yMS45NGMwIDEzLjQxNS0xMC44NzYgMjQuMjktMjQuMjkyIDI0LjI5UzIuMjA2IDM5LjkxNCAyLjIwNiAyNi40OTkgMTMuMDggMi4yMDUgMjYuNDk3IDIuMjA1IDUwLjc5IDEzLjA4IDUwLjc5IDI2LjQ5N3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTg5IDUzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0xMTAuMDQ1IDI0LjIyNGgtMi40MDVsLTQuMzc4IDQuNTAydi05LjAwM2gtMS44NXYxNS4zNTRoMS44NXYtNS4wNTZsNC45OTUgNC45OTQuMDYxLjA2MmgyLjIydi0uMTg1bC01LjYxMS01LjU1em0tMTEuODk4IDguMjIzYy0uNjc5LjY3OC0xLjY2NiAxLjA0OC0yLjc3NSAxLjA0OC0xLjkxMiAwLTMuODI0LTEuMTcyLTMuODI0LTMuODg1IDAtMi4yODEgMS42MDQtMy44ODUgMy44MjQtMy44ODUuOTg2IDAgMS45MTEuMzcgMi42NTEgMS4wN..."
    },
    {
      "src": "/_next/static/media/macos.e15f833d.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/_next/static/media/macos.e15f833d.png\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2Nocm9tZV9zdmdfX2EpIj4KICAgIDxwYXRoIGZpbGw9InVybCgjY2hyb21lX3N2Z19fYikiIGQ9Ik0zMS45OTYgMThoMjQuMjQ1YTI3Ljk5MyAyNy45OTMgMCAwIDAtNDguNDkxLjAwM2wxMi4xMjIgMjAuOTk2LjAxLS4wMDNBMTMuOTgzIDEzLjk4MyAwIDAgMSAzMS45OTcgMThaIi8+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2Nocm9tZV9zdmdfX2MpIiBkPSJNNDQuMTI3IDM4Ljk5NyAzMi4wMDUgNTkuOTk0YTI3Ljk5MyAyNy45OTMgMCAwIDAgMjQuMjQyLTQxLjk5NkgzMi4wMDNsLS4wMDMuMDFhMTMuOTgzIDEzLjk4MyAwIDAgMSAxMi4xMjcgMjAuOTlaIi8+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2Nocm9tZV9zdmdfX2QpIiBkPSJNMTkuODc3IDM5LjAwNCA3Ljc1NCAxOC4wMDdBMjcuOTkzIDI3Ljk5MyAwIDAgMCAzMi4wMDMgNjBsMTIuMTIyLTIwLjk5Ny0uMDA4LS4wMDhhMTMuOTgzIDEzLjk4MyAwIDAgMS0yNC4yNC4wMDkiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMiA0NmM3LjczMiAwIDE0LTYuMjY4IDE0LTE0cy02LjI2OC0xNC0xNC0xNC0xNCA2LjI2OC0xNCAxNCA2LjI2OCAxNCAxNCAxNCIvPgogICAgPHBhdGggZmlsbD0iIzFBNzNFOCIgZD0iTTMyIDQzLjA4M2M2LjEyMSAwIDExLjA4My00Ljk2MiAxMS4wODMtMTEuMDgzUzM4LjEyMSAyMC45MTcgMzIgMjAuOTE3IDIwLjkxNiAyNS44NzkgMjAuOTE2IDMyIDI1Ljg4IDQzLjA4MyAzMiA0My4wODMiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImNocm9tZV9zdmdfX2IiIHgxPSI1My4yMTYiIHgyPSIyOC45NzEiIHkxPSIxNi4yNTIiIHkyPSI1OC4yNDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0Q5MzAyNSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTQzMzUiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImNocm9tZV9zdmdfX2MiIHgxPSI1Ny44MzciIHgyPSI5LjM0NiIgeTE9IjIxLjQ5OSIgeTI9IjIxLjQ5OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkNDOTM0Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZCQkMwNCIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iY2hyb21lX3N2Z19fZCIgeDE9IjM1LjAzMSIgeDI9IjEwLjc4NSIgeTE9IjU4LjI1MiIgeTI9IjE2LjI1NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMUU4RTNFIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzM0QTg1MyIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxjbGlwUGF0aCBpZD0iY2hyb21lX3N2Z19fYSI+CiAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDRoNTZ2NTZINHoiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgo8L3N2Zz4K",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2Nocm9tZV9zdmdfX2EpIj4KICAgIDxwYXRoIGZpbGw9InVybCgjY2hyb21lX3N2Z19fYikiIGQ9Ik0zMS45OTYgMThoMjQuMjQ1YTI3Ljk5MyAyNy45OTMgMCAwIDAtNDguNDkxLjAwM2wxMi4xMjIgMjAuOTk2LjAxLS4wMDNBMTMuOTgzIDEzLjk4MyAwIDAgMSAzMS45OTcgMThaIi8+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2Nocm9tZV9zdmdfX2MpIiBkPSJNNDQuMTI3IDM4Ljk5NyAzMi4wMDUgNTkuOTk0YTI3Ljk5MyAyNy45OTMgMCAwI..."
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2VkZ2Vfc3ZnX19hKSI+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2VkZ2Vfc3ZnX19iKSIgZD0iTTU0LjU1MyA0NS42NzJxLTEuMTI2LjU4Ni0yLjMxOSAxLjAyOGEyMi4zIDIyLjMgMCAwIDEtNy44NTMgMS40Yy0xMC4zNDcgMC0xOS4zNi03LjExLTE5LjM2LTE2LjI1M2E2Ljg5IDYuODkgMCAwIDEgMy41ODgtNS45NzJjLTkuMzYyLjM5NC0xMS43NjggMTAuMTUtMTEuNzY4IDE1Ljg2IDAgMTYuMTg3IDE0Ljg5NyAxNy44MDYgMTguMTEyIDE3LjgwNiAxLjcyOCAwIDQuMzMxLS41MDMgNS45MDYtMS4wMDdsLjI4NS0uMDg3YTI4LjA3IDI4LjA3IDAgMCAwIDE0LjU2OS0xMS41NS44NzUuODc1IDAgMCAwLTEuMTYtMS4yMjUiLz4KICAgIDxwYXRoIGZpbGw9InVybCgjZWRnZV9zdmdfX2MpIiBkPSJNNTQuNTUzIDQ1LjY3MnEtMS4xMjYuNTg2LTIuMzE5IDEuMDI4YTIyLjMgMjIuMyAwIDAgMS03Ljg1MyAxLjRjLTEwLjM0NyAwLTE5LjM2LTcuMTEtMTkuMzYtMTYuMjUzYTYuODkgNi44OSAwIDAgMSAzLjU4OC01Ljk3MmMtOS4zNjIuMzk0LTExLjc2OCAxMC4xNS0xMS43NjggMTUuODYgMCAxNi4xODcgMTQuODk3IDE3LjgwNiAxOC4xMTIgMTcuODA2IDEuNzI4IDAgNC4zMzEtLjUwMyA1LjkwNi0xLjAwN2wuMjg1LS4wODdhMjguMDcgMjguMDcgMCAwIDAgMTQuNTY5LTExLjU1Ljg3NS44NzUgMCAwIDAtMS4xNi0xLjIyNSIgb3BhY2l0eT0iLjM1Ii8+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2VkZ2Vfc3ZnX19kKSIgZD0iTTI3LjEyMiA1Ni43ODRhMTcuMyAxNy4zIDAgMCAxLTQuOTY2LTQuNjU5IDE3LjY1MyAxNy42NTMgMCAwIDEgNi40NTMtMjYuMjVjLjctLjMyOCAxLjg2LS44OTcgMy40MTMtLjg3NWE3LjA5IDcuMDkgMCAwIDEgNS42MjIgMi44NDQgNi45OCA2Ljk4IDAgMCAxIDEuMzc4IDQuMDljMC0uMDQzIDUuMzYtMTcuNDEyLTE3LjUtMTcuNDEyLTkuNjAzIDAtMTcuNSA5LjEtMTcuNSAxNy4xMDZhMjguNSAyOC41IDAgMCAwIDIuNjQ3IDEyLjI1QTI4IDI4IDAgMCAwIDQwLjg4IDU4LjUzNGExNi41MiAxNi41MiAwIDAgMS0xMy43MzctMS43NXoiLz4KICAgIDxwYXRoIGZpbGw9InVybCgjZWRnZV9zdmdfX2UpIiBkPSJNMjcuMTIyIDU2Ljc4NGExNy4zIDE3LjMgMCAwIDEtNC45NjYtNC42NTkgMTcuNjUzIDE3LjY1MyAwIDAgMSA2LjQ1My0yNi4yNWMuNy0uMzI4IDEuODYtLjg5NyAzLjQxMy0uODc1YTcuMDkgNy4wOSAwIDAgMSA1LjYyMiAyLjg0NCA2Ljk4IDYuOTggMCAwIDEgMS4zNzggNC4wOWMwLS4wNDMgNS4zNi0xNy40MTItMTcuNS0xNy40MTItOS42MDMgMC0xNy41IDkuMS0xNy41IDE3LjEwNmEyOC41IDI4LjUgMCAwIDAgMi42NDcgMTIuMjVBMjggMjggMCAwIDAgNDAuODggNTguNTM0YTE2LjUyIDE2LjUyIDAgMCAxLTEzLjczNy0xLjc1eiIgb3BhY2l0eT0iLjQxIi8+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2VkZ2Vfc3ZnX19mKSIgZD0iTTM3LjMzOCAzNi41NWMtLjE5Ny4yMTktLjc0NC41NDctLjc0NCAxLjIyNSAwIC41NjkuMzcyIDEuMTM4IDEuMDUgMS41OTcgMy4xMjggMi4xODcgOS4wNTYgMS44ODEgOS4wNzggMS44ODFhMTMuMDQgMTMuMDQgMCAwIDAgNi42MjgtMS44MTVBMTMuNDMgMTMuNDMgMCAwIDAgNjAgMjcuODY2Yy4wNjYtNC45LTEuNzUtOC4xNi0yLjQ3Mi05LjYwM0M1Mi44NjggOS4yMDUgNDIuODcyIDQgMzIgNEEyOCAyOCAwIDAgMCA0IDMxLjYwNmMuMTEtNy45ODQgOC4wNS0xNC40MzcgMTcuNS0xNC40MzcuNzY2IDAgNS4xNC4wNjUgOS4xODggMi4xODdhMTUuOSAxNS45IDAgMCAxIDYuNzU5IDYuNDFjMS4zMzQgMi4zMTggMS41NzUgNS4yNzIgMS41NzUgNi40NTNzLS41OSAyLjkxLTEuNzA2IDQuMzUzeiIvPgogICAgPHBhdGggZmlsbD0idXJsKCNlZGdlX3N2Z19fZykiIGQ9Ik0zNy4zMzggMzYuNTVjLS4xOTcuMjE5LS43NDQuNTQ3LS43NDQgMS4yMjUgMCAuNTY5LjM3MiAxLjEzOCAxLjA1IDEuNTk3IDMuMTI4IDIuMTg3IDkuMDU2IDEuODgxIDkuMDc4IDEuODgxYTEzLjA0IDEzLjA0IDAgMCAwIDYuNjI4LTEuODE1QTEzLjQzIDEzLjQzIDAgMCAwIDYwIDI3Ljg2NmMuMDY2LTQuOS0xLjc1LTguMTYtMi40NzItOS42MDNDNTIuODY4IDkuMjA1IDQyLjg3MiA0IDMyIDRBMjggMjggMCAwIDAgNCAzMS42MDZjLjExLTcuOTg0IDguMDUtMTQuNDM3IDE3LjUtMTQuNDM3Ljc2NiAwIDUuMTQuMDY1IDkuMTg4IDIuMTg3YTE1LjkgMTUuOSAwIDAgMSA2Ljc1OSA2LjQxYzEuMzM0IDIuMzE4IDEuNTc1IDUuMjcyIDEuNTc1IDYuNDUzcy0uNTkgMi45MS0xLjcwNiA0LjM1M3oiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8cmFkaWFsR3JhZGllbnQgaWQ9ImVkZ2Vfc3ZnX19jIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjAuODY4OCAwIDAgMTkuODI1MyAzOC4zODggNDMuMDEzKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBvZmZzZXQ9Ii43IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIuOSIgc3RvcC1vcGFjaXR5PSIuNSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiLz4KICAgIDwvcmFkaWFsR3JhZGllbnQ+CiAgICA8cmFkaWFsR3JhZGllbnQgaWQ9ImVkZ2Vfc3ZnX19lIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNC42OTg3MiAtMzEuMDExNzYgMjUuMDU0MzUgMy43OTYxIDE5LjQzNCA0Ny41MTcpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIG9mZnNldD0iLjgiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgICA8c3RvcCBvZmZzZXQ9Ii45IiBzdG9wLW9wYWNpdHk9Ii41Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIvPgogICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDxyYWRpYWxHcmFkaWVudCBpZD0iZWRnZV9zdmdfX2YiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgtMS43NzEzIDQ0LjI3NDk4IC05NC4yOTY1NyAtMy43NzI1IDkuNjY0IDE0LjM1KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMzVDMUYxIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iLjEiIHN0b3AtY29sb3I9IiMzNEMxRUQiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIuMiIgc3RvcC1jb2xvcj0iIzJGQzJERiIvPgogICAgICA8c3RvcCBvZmZzZXQ9Ii4zIiBzdG9wLWNvbG9yPSIjMkJDM0QyIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iLjciIHN0b3AtY29sb3I9IiMzNkM3NTIiLz4KICAgIDwvcmFkaWFsR3JhZGllbnQ+CiAgICA8cmFkaWFsR3JhZGllbnQgaWQ9ImVkZ2Vfc3ZnX19nIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJyb3RhdGUoNzMuNzQgMTQuMzE3IDQ4LjEzKXNjYWxlKDIxLjI4NDQgMTcuMzA4NSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzY2RUI2RSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2NkVCNkUiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iZWRnZV9zdmdfX2IiIHgxPSIxNi44NDEiIHgyPSI1NS44NjYiIHkxPSI0Mi43MTkiIHkyPSI0Mi43MTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzBDNTlBNCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxMTRBOEIiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImVkZ2Vfc3ZnX19kIiB4MT0iMzcuNDAzIiB4Mj0iMTMuMDU2IiB5MT0iMjUuNzg4IiB5Mj0iNTIuMzIyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMxQjlERTIiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIuMiIgc3RvcC1jb2xvcj0iIzE1OTVERiIvPgogICAgICA8c3RvcCBvZmZzZXQ9Ii43IiBzdG9wLWNvbG9yPSIjMDY4MEQ3Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwNzhENCIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxjbGlwUGF0aCBpZD0iZWRnZV9zdmdfX2EiPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNNCA0aDU2djU2SDR6Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+Cg==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2VkZ2Vfc3ZnX19hKSI+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2VkZ2Vfc3ZnX19iKSIgZD0iTTU0LjU1MyA0NS42NzJxLTEuMTI2LjU4Ni0yLjMxOSAxLjAyOGEyMi4zIDIyLjMgMCAwIDEtNy44NTMgMS40Yy0xMC4zNDcgMC0xOS4zNi03LjExLTE5LjM2LTE2LjI1M2E2Ljg5IDYuODkgMCAwIDEgMy41ODgtNS45NzJjLTkuMzYyLjM5NC0xMS43NjggMTAuMTUtMTEuNzY4IDE1Ljg2IDAgMTYuMTg3IDE0Ljg5NyAxNy44MDYgMTguMTEyIDE3L..."
    },
    {
      "src": "/_next/static/media/firefox-lg.c4379281.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/_next/static/media/firefox-lg.c4379281.svg\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgZmlsbD0iI0ZGMUIyRCIgY2xpcC1wYXRoPSJ1cmwoI29wZXJhX3N2Z19fYSkiPgogICAgPHBhdGggZD0iTTU4Ljg5NSAzMi4wMzRjMCA4LjAwMi0zLjQ4NiAxNS4xOTgtOC45ODMgMjAuMTc0LTYuOTA0IDMuMzYzLTEzLjM0IDEuMDA5LTE1LjQ4NC0uNDcgNi43Ny0xLjQ4IDExLjkzMS05Ljc1MiAxMS45MzEtMTkuNzA0UzQxLjE5OCAxMy44MSAzNC40MjggMTIuMzNjMi4xNDUtMS40OCA4LjU4LTMuODMzIDE1LjQ4NC0uNDcgNS40OTcgNC45NzYgOC45ODMgMTIuMTcxIDguOTgzIDIwLjE3NCIvPgogICAgPHBhdGggZD0iTTIzLjA5OSAxNi43NjhjLTIuOTUgMy40OTctNC44OTMgOC43NDMtNS4wMjcgMTQuNTkzdjEuMjc4Yy4xMzQgNS44NSAyLjA3OCAxMS4wOTYgNS4wMjcgMTQuNTkzIDMuODg4IDUuMDQzIDkuNTg2IDguMjA0IDE2LjAyIDguMjA0IDMuOTU2IDAgNy42NDMtMS4yMSAxMC43OTMtMy4yOTVDNDUuMTUyIDU2LjQ0NSAzOC44NTIgNTkgMzEuOTQ3IDU5aC0xLjI3M0MxNi4zOTYgNTguMzk1IDUgNDYuNTYgNSAzMi4wMzQgNSAxNy4xMDQgMTcuMDY2IDUgMzEuOTQ3IDVoLjEzNGM2LjgzOCAwIDEzLjA3MiAyLjYyMyAxNy44MzEgNi44Ni0zLjE1LTIuMDg1LTYuODM3LTMuMjk2LTEwLjc5Mi0zLjI5Ni02LjQzNSAwLTEyLjIgMy4yMjgtMTYuMDIxIDguMjA0Ii8+CiAgPC9nPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJvcGVyYV9zdmdfX2EiPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNNSA1aDU0djU0SDV6Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+Cg==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgZmlsbD0iI0ZGMUIyRCIgY2xpcC1wYXRoPSJ1cmwoI29wZXJhX3N2Z19fYSkiPgogICAgPHBhdGggZD0iTTU4Ljg5NSAzMi4wMzRjMCA4LjAwMi0zLjQ4NiAxNS4xOTgtOC45ODMgMjAuMTc0LTYuOTA0IDMuMzYzLTEzLjM0IDEuMDA5LTE1LjQ4NC0uNDcgNi43Ny0xLjQ4IDExLjkzMS05Ljc1MiAxMS45MzEtMTkuNzA0UzQxLjE5OCAxMy44MSAzNC40MjggMTIuMzNjMi4xNDUtMS40OCA4LjU4LTMuODMzIDE1LjQ4NC0uNDcgNS40OTcgNC45NzYgOC45ODMgMTIuMTcxI..."
    },
    {
      "src": "/_next/static/media/favicon1.6f64f5f5.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Favicon\" class=\"ddg-browser_favicon__aoaPS\" src=\"/_next/static/media/favicon1.6f64f5f5.png\">"
    },
    {
      "src": "/_next/static/media/favicon2.33e02465.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Favicon\" class=\"ddg-browser_favicon__aoaPS\" src=\"/_next/static/media/favicon2.33e02465.png\">"
    },
    {
      "src": "/_next/static/media/favicon3.819e045c.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Favicon\" class=\"ddg-browser_favicon__aoaPS\" src=\"/_next/static/media/favicon3.819e045c.png\">"
    },
    {
      "src": "/_next/static/media/icon1.6386c5fc.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Example Favorite Icon\" src=\"/_next/static/media/icon1.6386c5fc.png\">"
    },
    {
      "src": "/_next/static/media/icon2.2507a048.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Example Favorite Icon\" src=\"/_next/static/media/icon2.2507a048.png\">"
    },
    {
      "src": "/_next/static/media/icon3.6fdeeab4.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Example Favorite Icon\" src=\"/_next/static/media/icon3.6fdeeab4.png\">"
    },
    {
      "src": "/_next/static/media/icon4.fc65e51d.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Example Favorite Icon\" src=\"/_next/static/media/icon4.fc65e51d.png\">"
    },
    {
      "src": "/_next/static/media/icon5.4262fa88.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Example Favorite Icon\" src=\"/_next/static/media/icon5.4262fa88.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/dax-thumbs-up-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"app-hero_heroDaxThumbsUp__y6hxs\" src=\"/static-assets/image/pages/app/dax-thumbs-up-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/feature-take-control-light.png",
      "width": "840",
      "height": "",
      "loading": "",
      "html": "<img alt width=\"840\" src=\"/static-assets/image/pages/app/feature-take-control-light.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/feature-cookie-popups-light.png",
      "width": "840",
      "height": "",
      "loading": "",
      "html": "<img alt width=\"840\" src=\"/static-assets/image/pages/app/feature-cookie-popups-light.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/feature-data-protection-light.png",
      "width": "840",
      "height": "",
      "loading": "",
      "html": "<img alt width=\"840\" src=\"/static-assets/image/pages/app/feature-data-protection-light.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/the-verge-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"The Verge\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/the-verge-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-theverge.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-theverge.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/wired-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Wired\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/wired-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-wired.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-wired.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/engadget-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Engadget\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/engadget-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-engadget.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-engadget.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/cnet.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"CNET\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/cnet.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-cnet.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-cnet.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/techradar-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"TechRadar\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/techradar-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-techradar.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-techradar.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/apple-appstore-40.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Apple App Store\" src=\"/static-assets/image/pages/app/media-logos/apple-appstore-40.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/apple-appstore-40.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Apple App Store\" src=\"/static-assets/image/pages/app/media-logos/apple-appstore-40.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/apple-appstore-40.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Apple App Store\" src=\"/static-assets/image/pages/app/media-logos/apple-appstore-40.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/google-play.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Google Play Store\" src=\"/static-assets/image/pages/app/media-logos/google-play.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/google-play.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Google Play Store\" src=\"/static-assets/image/pages/app/media-logos/google-play.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/google-play.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Google Play Store\" src=\"/static-assets/image/pages/app/media-logos/google-play.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/the-verge-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"The Verge\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/the-verge-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-theverge.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-theverge.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/wired-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Wired\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/wired-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-wired.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-wired.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/engadget-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Engadget\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/engadget-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-engadget.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-engadget.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/cnet.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"CNET\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/cnet.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-cnet.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-cnet.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/techradar-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"TechRadar\" class=\"quotes-carousel_sourceImage__RLYYd\" src=\"/static-assets/image/pages/app/media-logos/techradar-light.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/quote-avatars/avatar-techradar.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"/static-assets/image/pages/app/quote-avatars/avatar-techradar.png\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/apple-appstore-40.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Apple App Store\" src=\"/static-assets/image/pages/app/media-logos/apple-appstore-40.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/apple-appstore-40.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Apple App Store\" src=\"/static-assets/image/pages/app/media-logos/apple-appstore-40.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/apple-appstore-40.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Apple App Store\" src=\"/static-assets/image/pages/app/media-logos/apple-appstore-40.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/google-play.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Google Play Store\" src=\"/static-assets/image/pages/app/media-logos/google-play.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/google-play.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Google Play Store\" src=\"/static-assets/image/pages/app/media-logos/google-play.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/media-logos/google-play.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"quotes-carousel_sourceImage__RLYYd\" alt=\"Google Play Store\" src=\"/static-assets/image/pages/app/media-logos/google-play.svg\">"
    },
    {
      "src": "/static-assets/image/pages/app/dax-magnify-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dax Magnifying Glass\" class=\"app_daxMagnifyingGlass__QL6lK\" src=\"/static-assets/image/pages/app/dax-magnify-light.svg\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, benefits, cost.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer intent coverage scored 70/100 and needs improvement.

Evidence
{
  "headings": [
    {
      "text": "Protect your personal information on all your devices.",
      "html": "<h2 class=\"in-app-home-below-the-fold_headingText__YyQH6 heading_heading__30RM7 heading_heading2__oBLhv heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-2__xWjR3 heading_heading-align-center__twQ3U\">Protect your personal information on all your<span aria-hidden=\"true\" style=\"display: contents;\">&#xa0;</span>devices.</h2>"
    },
    {
      "text": "Discover more from DuckDuckGo.",
      "html": "<h2 class=\"product-showcase_heading__uZeq_ heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S\">Discover more from DuckDuckGo.</h2>"
    },
    {
      "text": "See how DuckDuckGo compares.",
      "html": "<h2 class=\"marketing-compare-privacy-table_heading__JViVS heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">See how DuckDuckGo compares.</h2>"
    },
    {
      "text": "Don’t just take our word for it.",
      "html": "<h2 class=\"app-quotes_quotesHeading__tKaTC heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">Don&#x2019;t just take our word for it.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does DuckDuckGo - Protection. Privacy. Peace of mind. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is DuckDuckGo - Protection. Privacy. Peace of mind. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does DuckDuckGo - Protection. Privacy. Peace of mind. compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is DuckDuckGo - Protection. Privacy. Peace of mind. free or paid?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, benefits, cost.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Protect your personal information on all your devices.",
      "html": "<h2 class=\"in-app-home-below-the-fold_headingText__YyQH6 heading_heading__30RM7 heading_heading2__oBLhv heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-2__xWjR3 heading_heading-align-center__twQ3U\">Protect your personal information on all your<span aria-hidden=\"true\" style=\"display: contents;\">&#xa0;</span>devices.</h2>"
    },
    {
      "text": "Discover more from DuckDuckGo.",
      "html": "<h2 class=\"product-showcase_heading__uZeq_ heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S\">Discover more from DuckDuckGo.</h2>"
    },
    {
      "text": "See how DuckDuckGo compares.",
      "html": "<h2 class=\"marketing-compare-privacy-table_heading__JViVS heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-4__YmLfi heading_heading-sm-4__WbstY heading_heading-md-3__adlO2 heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">See how DuckDuckGo compares.</h2>"
    },
    {
      "text": "Don’t just take our word for it.",
      "html": "<h2 class=\"app-quotes_quotesHeading__tKaTC heading_heading__30RM7 heading_heading3__w4W1U heading_responsiveLevels__wzF1A heading_heading-xs-5__4ROnj heading_heading-sm-5__xeKN1 heading_heading-md-4__NfPIh heading_heading-lg-3__m424S heading_heading-align-center__twQ3U\">Don&#x2019;t just take our word for it.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does DuckDuckGo - Protection. Privacy. Peace of mind. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is DuckDuckGo - Protection. Privacy. Peace of mind. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does DuckDuckGo - Protection. Privacy. Peace of mind. compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use DuckDuckGo - Protection. Privacy. Peace of mind.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is DuckDuckGo - Protection. Privacy. Peace of mind. free or paid?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": true,
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8",
        "length": 23388,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 22967,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/html;",
            "/title",
            "/style",
            "https://duckduckgo.com/?q=auth.md&&rpl=1&smartbanner=1\"><link",
            "/dist/s.0bb90fbb176d978157e1.css",
            "/css",
            "/dist/r.961bdb07a30a25383b4f.css",
            "/css",
            "/dist/wpl.main.c46e6613226a677dbdf9.css",
            "/css"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"no-js has-zcm  no-theme is-link-style-exp is-link-order-exp is-link-breadcrumb-exp is-related-search-exp is-vertical-tabs-exp   \"><head><meta name=\"description\" content=\"DuckDuckGo. Privacy, Simplified.\"><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>auth.md at DuckDuckGo</title><style>@media (prefers-color-scheme: dark) { html.no-theme { background: #161616; } html.no-theme .header-wrap { background: var(--theme-col-bg-header, #161616); } } html.set-theme--dark .header-wrap, html.set-theme--terminal .header-wrap { background: var(--theme-col-bg-header, #161616); }</style><meta name=\"apple-itunes-app\" content=\"app-id=663592361, app-argument=https://duckduckgo.com/?q=auth.md&&rpl=1&smartbanner=1\"><link rel=\"stylesheet\" href"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 410,
        "contentType": "text/html; charset=UTF-8",
        "length": 87429,
        "text": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta name=\"twitter:card\" content=\"summary_large_image\" data-next-head=\"\"/><meta name=\"twitter:site\" content=\"@duckduckgo\" data-next-head=\"\"/><meta name=\"twitter:title\" content=\"DuckDuckGo - Protection. Privacy. Peace of mind.\" data-next-head=\"\"/><meta name=\"twitter:description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta name=\"twitter:image\" content=\"https://duckduckgo.com/assets/logo_social-media.png\" data-next-head=\"\"/><meta property=\"og:url\" content=\"https://duckduckgo.com/410.html\" data-next-head=\"\"/><meta property=\"og:type\" content=\"website\" data-next-head=\"\"/><meta property=\"og:site_name\" content=\"DuckDuckGo\" data-next-head=\"\"/><meta property=\"og:title\" content=\"DuckDuckGo - Protection. Privacy. Peace of mind.\" data-next-head=\"\"/><meta property=\"og:description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta property=\"og:image\" content=\"https://duckduckgo.com/assets/logo_social-media.png\" data-next-head=\"\"/><meta name=\"color-scheme\" content=\"light dark\"/><link rel=\"canonical\" href=\"https://duckduckgo.com/410.html\"/><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://duckduckgo.com/410\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansProduct-Regular.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansProduct-Medium.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansProduct-Bold.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansDisplay-Regular.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansDisplay-Bold.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\"/><link rel=\"apple-touch-icon\" href=\"/static-assets/favicons/DDG-iOS-icon_60x60.png\"/><link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/static-assets/favicons/DDG-iOS-icon_76x76.png\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/static-assets/favicons/DDG-iOS-icon_120x120.png\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/static-assets/favicons/DDG-iOS-icon_152x152.png\"/><link rel=\"image_src\" href=\"/static-assets/favicons/DDG-icon_256x256.png\"/><link rel=\"preload\" href=\"/_next/static/css/32fd28a215782122.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/2e8c8b26a9c3c318.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/8191232bb6e63528.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/43936113250a92f9.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/47e66ed2f93c5709.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/be499058e32122f9.css\" as=\"style\"/><script>self.globalThis=self.globalThis||self</script><script id=\"error-handler\">!function(e){function n(e){try{let n=new URL(e);return n.searchParams.delete(\"q\"),n.href}catch(n){let t=e.split(\"?\"),r=\"\";if(2===t.length){let e=t[1].split(\"&\"),n=[];for(let t=0;t<e.length;t++)0!==e[t].indexOf(\"q=\")&&n.push(e[t]);r=n.join(\"&\")}return t[0]+(r?\"?\"+r:\"\")}}function t(e,n){let t=\"https://improving.duckduckgo.com/t/static_err_\"+e+\"?\"+Math.ceil(1e7*Math.rando"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 410,
          "contentType": "text/html; charset=UTF-8",
          "length": 87429,
          "text": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta name=\"twitter:card\" content=\"summary_large_image\" data-next-head=\"\"/><meta name=\"twitter:site\" content=\"@duckduckgo\" data-next-head=\"\"/><meta name=\"twitter:title\" content=\"DuckDuckGo - Protection. Privacy. Peace of mind.\" data-next-head=\"\"/><meta name=\"twitter:description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta name=\"twitter:image\" content=\"https://duckduckgo.com/assets/logo_social-media.png\" data-next-head=\"\"/><meta property=\"og:url\" content=\"https://duckduckgo.com/410.html\" data-next-head=\"\"/><meta property=\"og:type\" content=\"website\" data-next-head=\"\"/><meta property=\"og:site_name\" content=\"DuckDuckGo\" data-next-head=\"\"/><meta property=\"og:title\" content=\"DuckDuckGo - Protection. Privacy. Peace of mind.\" data-next-head=\"\"/><meta property=\"og:description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta property=\"og:image\" content=\"https://duckduckgo.com/assets/logo_social-media.png\" data-next-head=\"\"/><meta name=\"color-scheme\" content=\"light dark\"/><link rel=\"canonical\" href=\"https://duckduckgo.com/410.html\"/><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://duckduckgo.com/410\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansProduct-Regular.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansProduct-Medium.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansProduct-Bold.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansDisplay-Regular.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/static-assets/font/DuckSansDisplay-Bold.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\"/><link rel=\"apple-touch-icon\" href=\"/static-assets/favicons/DDG-iOS-icon_60x60.png\"/><link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/static-assets/favicons/DDG-iOS-icon_76x76.png\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/static-assets/favicons/DDG-iOS-icon_120x120.png\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/static-assets/favicons/DDG-iOS-icon_152x152.png\"/><link rel=\"image_src\" href=\"/static-assets/favicons/DDG-icon_256x256.png\"/><link rel=\"preload\" href=\"/_next/static/css/32fd28a215782122.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/2e8c8b26a9c3c318.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/8191232bb6e63528.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/43936113250a92f9.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/47e66ed2f93c5709.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/be499058e32122f9.css\" as=\"style\"/><script>self.globalThis=self.globalThis||self</script><script id=\"error-handler\">!function(e){function n(e){try{let n=new URL(e);return n.searchParams.delete(\"q\"),n.href}catch(n){let t=e.split(\"?\"),r=\"\";if(2===t.length){let e=t[1].split(\"&\"),n=[];for(let t=0;t<e.length;t++)0!==e[t].indexOf(\"q=\")&&n.push(e[t]);r=n.join(\"&\")}return t[0]+(r?\"?\"+r:\"\")}}function t(e,n){let t=\"https://improving.duckduckgo.com/t/static_err_\"+e+\"?\"+Math.ceil(1e7*Math.rando"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

    OAuth / OIDC discovery was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "length": 87429
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 410,
            "contentType": "text/html; charset=UTF-8",
            "length": 87429
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 410,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" class=\"newfont\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=1 , viewport-fit=auto\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><title data-next-head=\"\">DuckDuckGo - Protection. Privacy. Peace of mind.</title><meta name=\"description\" content=\"The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.\" data-next-head=\"\"/><meta name=\"twitter:card\" content=\"summary_large_image\" data-next-head=\"\"/><meta name=\"twitter:site\" content=\"@duckduckgo\" data-next-head=\"\"/><meta name=\"twitter:title\" content=\"DuckDuckGo - Protection. Privacy. Peace of mind.\" data-next-head=\"\"/><meta "
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://duckduckgo.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 200,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://duckduckgo.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 200,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://duckduckgo.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 200,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://duckduckgo.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

`[aria-*]` attributes do not have valid values

100 Fail

Check name

`[aria-*]` attributes do not have valid values

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value).

Evidence
{
  "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value)."
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "1 link found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

25 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

25 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 240 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 240 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Image elements do not have explicit `width` and `height`

13 Warning

Check name

Image elements do not have explicit `width` and `height`

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

86/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 80,
      "displayValue": "1.5 s",
      "numericValue": 1522
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 95,
      "displayValue": "2.1 s",
      "numericValue": 2073
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 362
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 52,
      "displayValue": "2.2 s",
      "numericValue": 2235.7603984131833
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 66,
      "displayValue": "200 ms",
      "numericValue": 201
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 340 ms",
      "numericValue": 337
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 98,
      "displayValue": "90 ms",
      "numericValue": 87.5
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 0.0010930851711629945
    }
  ]
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
65/100Level 3, Bot-AwareCurrent report
duckduckgo.com AI SEO Report: 65/100 (Level 3, Bot-Aware)