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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability51%Agent Easeof Use14%Security& Trust20%GEO, AIO, AEO80%SEO92%Performance& Accessibility52%
  • AI Discoverability 51 out of 100
  • Agent Ease of Use 14 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 80 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 52 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Website builder: Create a Website Now | Elementor favicon

Website builder: Create a Website Now | Elementor

Elementor's free website builder makes it easy for web creators. Build a website or online store- no coding required. Start creating now!

Next step

Turn this report into a fix workflow

24 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
51
Needs work14100View details
Discoverability
57
Needs work450View details
Content Readiness
83
Mostly ready1010View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
14
Priority fix7260View details
API
17
Priority fix180View details
Auth
Not Applicable
Not Applicable040View details
MCP
25
Priority fix260View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
80
Mostly ready6014
GEO Readiness
88
Mostly ready204
AIO Readiness
83
Mostly ready304
AEO Readiness
68
Needs work106
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
52
Needs work2430View details
Performance
26
Priority fix1230View details
Accessibility
100
Strong1200

Prioritized recommendations

Issues ranked by score impact

41 items need attention

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

100 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 1 links missing accessible names.

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": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://www.trustpilot.com/review/elementor.com?utm_medium=trustbox&amp;utm_source=MicroStar\" target=\"_blank\" class=\"e-image-link-base\" data-interaction-id=\"f3a0e11\"> <img sizes=\"(max-width: 767px) 380px, (max-width: 1350px) 637px, 844px\" fetchpriority=\"low\" decoding=\"async\" loading=\"lazy\" class=\"e-image-base dsm-image e-f3a0e11-669644c\" data-interaction-id=\"f3a0e11\" data-e-type=\"widget\" data-id=\"f3a0e11\" aria-label=\"Read our reviews on Trustpilot\" id=\"11064\" src=\"https://elementor.com/"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 40,
    "links": 95,
    "inaccessibleLinks": 1,
    "buttons": 4,
    "inaccessibleButtons": 0,
    "images": 34,
    "imagesWithAlt": 34,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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": 404,
        "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
      },
      "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
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 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": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 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": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 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": [
          {
            "url": "https://elementor.com/wp-json/",
            "rel": "https://api.w.org/"
          },
          {
            "url": "https://elementor.com/wp-json/wp/v2/pages/4584",
            "rel": "alternate",
            "type": "application/json"
          },
          {
            "url": "https://elementor.com/",
            "rel": "shortlink"
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 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": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109827
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109835
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109723
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Fetch to find resource".

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

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

0/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 "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 110837
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109723
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109827
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

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": 404,
            "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
          }
        ]
      },
      "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/html; charset=UTF-8",
            "length": 109923
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

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

0/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 "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest 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/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109747
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 110861
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 110837
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

25 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

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

0/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 "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    A2A Agent 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/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109779
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109819
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 110893
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "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 Skills index

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

25 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": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109851
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109803
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

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

0/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 "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json 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.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109739
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 110853
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "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 "Fetch to find resource".

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

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

0/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 "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agents.json 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/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109747
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 110861
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

X-Content-Type-Options is missing or incomplete.

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

X-Content-Type-Options is missing or incomplete.

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

X-Content-Type-Options is missing or incomplete.

Evidence
{
  "header": "x-content-type-options",
  "value": null
}

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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<meta name='robots' content='noindex, nofollow' />\n<link rel=\"alternate\" hreflang=\"en\" href=\"https://elementor.com/old/roadmap/context-aware-editing/\" />\n<link rel=\"alternate\" hreflang=\"nl\" href=\"https://elementor.com/old/nl/roadmap/context-aware-editing/\" />\n<link rel=\"alternate\" hreflang=\"fr\" href=\"https://elementor.com/old/fr/roadmap/context-aware-editing/\" />\n<link rel=\"alternate\" hreflang=\"de\" href=\"https://elementor.com/old/de/roadmap/context-aware-editing/\" />\n<link rel=\"alternate\" hreflang=\"pt-br\" href=\"https://elementor.com/old/pt-br/roadmap/context-aware-editing/\" />\n<link rel=\"alternate\" hre"
      },
      "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."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 60/100 and needs improvement.

5 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

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

60/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: Source and trust signals scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-12-25T14:12:09+00:00",
    "2026-05-28T14:15:36+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/elementor/",
      "text": "Linkedin Logo",
      "html": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-87df36c\" href=\"https://www.linkedin.com/company/elementor/\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"elementor-screen-only\"></span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" aria-labelledby=\"linkedin-logo\"><title>Linkedin Logo</title><path d=\"M3.60001 16H0.199997V5.3H3.60001V16ZM1.9 3.8C0.800002 3.8 0 3 0 1.9C0 0.8 0.900002 0 1.9 0C3 0 3.8 0.8 3.8 1.9C3.8 3 3 3.8 1.9 3...."
    },
    {
      "href": "https://elementor.com/about/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://elementor.com/about/privacy/\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://elementor.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://elementor.com/about/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"about us\" data-gtm-level_1=\"company\" data-gtm-level_2=\"about us\"><span class=\"elementor-icon-list-text\">About Us</span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://elementor.com/help/connect-your-domain-to-a-website/",
      "text": "assign it in your site settings",
      "html": "<a href=\"https://elementor.com/help/connect-your-domain-to-a-website/\" target=\"_blank\" rel=\"noreferrer noopener\" tabindex=\"-1\">assign it in your site settings</a>"
    },
    {
      "href": "https://elementor.com/contact/",
      "text": "Contact Us",
      "html": "<a href=\"https://elementor.com/contact/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"contact us\" data-gtm-level_1=\"company\" data-gtm-level_2=\"contact us\"><span class=\"elementor-icon-list-text\">Contact Us</span></a>"
    },
    {
      "href": "https://elementor.com/help/",
      "text": "Help Center",
      "html": "<a href=\"https://elementor.com/help/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"help center\" data-gtm-level_1=\"support\" data-gtm-level_2=\"help center\"><span class=\"elementor-icon-list-text\">Help Center</span></a>"
    },
    {
      "href": "https://elementor.com/priority-support/",
      "text": "Priority Support",
      "html": "<a href=\"https://elementor.com/priority-support/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"priority support\" data-gtm-level_1=\"support\" data-gtm-level_2=\"priority support\"><span class=\"elementor-icon-list-text\">Priority Support</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://elementor.com/terms/",
      "text": "Terms & Conditions",
      "html": "<a href=\"https://elementor.com/terms/\" target=\"_blank\" rel=\"noopener\">Terms &amp; Conditions</a>"
    },
    {
      "href": "https://elementor.com/about/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://elementor.com/about/privacy/\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

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

37 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": 39,
  "passing": 2,
  "failing": [
    {
      "heading": "Your vision deserves tools with precision, freedom, and the power to deliver.",
      "headingHtml": "<h2 data-interaction-id=\"8eb7783\" class=\"e-8eb7783-99dd782 dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"8eb7783\"> Your vision deserves tools with precision, freedom, and the power to deliver. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The professional standard for web creation",
      "headingHtml": "<h2 data-interaction-id=\"c454654\" class=\"e-c454654-bb10601 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"c454654\"> The professional standard for web creation </h2>",
      "firstParagraph": "21M",
      "paragraphHtml": "<p class=\"dsm-title-lg e-7409e32-d47122d e-paragraph-base\" data-interaction-id=\"7409e32\" data-e-type=\"widget\" data-id=\"7409e32\"> 21M </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create. Optimize. Manage. Built for momentum.",
      "headingHtml": "<h2 data-interaction-id=\"649af45\" class=\"e-649af45-6aef26b dsm-heading-md e-heading-base\" data-e-type=\"widget\" data-id=\"649af45\"> Create. Optimize. Manage. Built for momentum. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Create professional websites with complete creative control",
      "headingHtml": "<h2 data-interaction-id=\"4aeccf1\" class=\"e-4aeccf1-89265bb dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"4aeccf1\"> Create professional websites&#x2028;with complete creative control </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Accelerate your start",
      "headingHtml": "<h3 data-interaction-id=\"a1e927d\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"a1e927d\"> Accelerate your start </h3>",
      "firstParagraph": "Get to your first draft fast with AI Site Planner or professionally designed Themes.",
      "paragraphHtml": "<p class=\"e-5c0f459-5d42c1e dsm-body-lg e-paragraph-base\" data-interaction-id=\"5c0f459\" data-e-type=\"widget\" data-id=\"5c0f459\"> Get to your first draft fast with AI Site Planner or professionally designed Themes. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pixel-perfect editing",
      "headingHtml": "<h3 data-interaction-id=\"d8123c0\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"d8123c0\"> Pixel-perfect editing </h3>",
      "firstParagraph": "Design with total precision using the drag-and-drop Editor, global styles, CSS transforms, masks, motion effects, and more.",
      "paragraphHtml": "<p class=\"e-2bc4931-868802e dsm-body-lg e-paragraph-base\" data-interaction-id=\"2bc4931\" data-e-type=\"widget\" data-id=\"2bc4931\"> Design with total precision using the drag-and-drop Editor, global styles, CSS transforms, masks, motion effects, and more. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Engage and capture",
      "headingHtml": "<h3 data-interaction-id=\"3bc6c9f\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"3bc6c9f\"> Engage and capture </h3>",
      "firstParagraph": "Convert visitors into customers with high-performance forms, popups, and lead-capture tools.",
      "paragraphHtml": "<p class=\"e-567323d-6651e01 dsm-body-lg e-paragraph-base\" data-interaction-id=\"567323d\" data-e-type=\"widget\" data-id=\"567323d\"> Convert visitors into customers with high-performance forms, popups, and lead-capture tools. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic by design",
      "headingHtml": "<h3 data-interaction-id=\"98fda79\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"98fda79\"> Dynamic by design </h3>",
      "firstParagraph": "Scale data-driven sites with Dynamic Content and personalize every visit with smart Display Conditions.",
      "paragraphHtml": "<p class=\"e-3fbd49e-9bc07c7 dsm-body-lg e-paragraph-base\" data-interaction-id=\"3fbd49e\" data-e-type=\"widget\" data-id=\"3fbd49e\"> Scale data-driven sites with Dynamic Content and personalize every visit with smart Display Conditions. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Optimize experience without compromising on design",
      "headingHtml": "<h2 data-interaction-id=\"3e80bce\" class=\"e-3e80bce-efb0f50 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"3e80bce\"> Optimize experience without compromising on design </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Image optimization",
      "headingHtml": "<h3 data-interaction-id=\"db02a70\" class=\"g-0f57b66 g-0c75c4e e-db02a70-0933254 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"db02a70\"> Image optimization </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Accessibility",
      "headingHtml": "<h3 data-interaction-id=\"73dbcdc\" class=\"g-0f57b66 g-0c75c4e e-73dbcdc-9087557 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"73dbcdc\"> Accessibility </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Performance",
      "headingHtml": "<h3 data-interaction-id=\"9464873\" class=\"g-0f57b66 g-0c75c4e e-9464873-a9eef02 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"9464873\"> Performance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie consent",
      "headingHtml": "<h3 data-interaction-id=\"5e48447\" class=\"g-0f57b66 g-0c75c4e e-5e48447-c1abf6e dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"5e48447\"> Cookie consent </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Image optimization",
      "headingHtml": "<h3 data-interaction-id=\"401a7f6\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"401a7f6\"> Image optimization </h3>",
      "firstParagraph": "Improve loading speeds while keeping your images perfect with automatic, high-fidelity compression.",
      "paragraphHtml": "<p class=\"e-ebb47e1-6e85b44 dsm-body-lg e-paragraph-base\" data-interaction-id=\"ebb47e1\" data-e-type=\"widget\" data-id=\"ebb47e1\"> Improve loading speeds while keeping your images perfect with automatic, high-fidelity compression. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Accessibility",
      "headingHtml": "<h3 data-interaction-id=\"1621886\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"1621886\"> Accessibility </h3>",
      "firstParagraph": "Reach more users with inclusive design, powered by accessibility tools that identify issues and guide improvements with AI.",
      "paragraphHtml": "<p class=\"e-e278120-3ee2559 dsm-body-lg e-paragraph-base\" data-interaction-id=\"e278120\" data-e-type=\"widget\" data-id=\"e278120\"> Reach more users with inclusive design, powered by accessibility tools that identify issues and guide improvements with AI. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Performance",
      "headingHtml": "<h3 data-interaction-id=\"57656f8\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"57656f8\"> Performance </h3>",
      "firstParagraph": "Improve Core Web Vitals and search performance with adaptive loading, responsive assets, and built-in speed enhancements.",
      "paragraphHtml": "<p class=\"e-da313a6-062a271 dsm-body-lg e-paragraph-base\" data-interaction-id=\"da313a6\" data-e-type=\"widget\" data-id=\"da313a6\"> Improve Core Web Vitals and search performance with adaptive loading, responsive assets, and built-in speed enhancements. </p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie consent",
      "headingHtml": "<h3 data-interaction-id=\"e5da504\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"e5da504\"> Cookie consent </h3>",
      "firstParagraph": "Meet privacy requirements with customizable cookie banners that scan your site, block scripts, and let visitors control consent.",
      "paragraphHtml": "<p class=\"e-bd5c67f-63eef0e dsm-body-lg e-paragraph-base\" data-interaction-id=\"bd5c67f\" data-e-type=\"widget\" data-id=\"bd5c67f\"> Meet privacy requirements with customizable cookie banners that scan your site, block scripts, and let visitors control consent. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Driving the next decade of WordPress creation",
      "headingHtml": "<h2 data-interaction-id=\"q2wv8uzzb\" class=\"e-7342987d-8ab17ba dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"q2wv8uzzb\"> Driving the next decade of WordPress creation </h2>",
      "firstParagraph": "For more than a decade, Elementor has led the industry in performance and design freedom. We’re continuing that leadership with Angie, the next generation of AI-powered creation tools built specifically for the open web.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-5fb4849a-ae3ae9f e-paragraph-base\" data-interaction-id=\"tlpy4zk2p\" data-e-type=\"widget\" data-id=\"tlpy4zk2p\"> For more than a decade, Elementor has led the industry in performance and design freedom. We&#x2019;re continuing that leadership with Angie, the next generation of AI-powered creation tools built specifically for the open web. </p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Manage websites with confidence and control",
      "headingHtml": "<h2 data-interaction-id=\"2759cfe\" class=\"e-2759cfe-85393a0 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"2759cfe\"> Manage websites with confidence and control </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hosting",
      "headingHtml": "<h3 data-interaction-id=\"be397b5\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"be397b5\"> Hosting </h3>",
      "firstParagraph": "High-performance cloud hosting for WordPress that’s secure and scalable.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-paragraph-base\" data-interaction-id=\"8fb6a25\" data-e-type=\"widget\" data-id=\"8fb6a25\"> High-performance cloud hosting for WordPress that&#x2019;s secure and scalable. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Domains",
      "headingHtml": "<h3 data-interaction-id=\"b34a00a\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"b34a00a\"> Domains </h3>",
      "firstParagraph": "Buy and manage custom domains directly through Elementor.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-paragraph-base\" data-interaction-id=\"22bb236\" data-e-type=\"widget\" data-id=\"22bb236\"> Buy and manage custom domains directly through Elementor. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Email deliverability",
      "headingHtml": "<h3 data-interaction-id=\"7adc99c\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"7adc99c\"> Email deliverability </h3>",
      "firstParagraph": "Ensure your critical site emails land in the inbox every time with reliable, zero-configuration delivery.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-paragraph-base\" data-interaction-id=\"7c8b983\" data-e-type=\"widget\" data-id=\"7c8b983\"> Ensure your critical site emails land in the inbox every time with reliable, zero-configuration delivery. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grow your agency, not your overhead",
      "headingHtml": "<h2 data-interaction-id=\"533394f\" class=\"e-533394f-0f612b3 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"533394f\"> Grow your agency, not your overhead </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Professional delivery",
      "headingHtml": "<h3 data-interaction-id=\"84c4e34\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"84c4e34\"> Professional delivery </h3>",
      "firstParagraph": "Build high-performing sites that impress clients with pixel-perfect layouts.",
      "paragraphHtml": "<p class=\"e-be5e97f-407a645 dsm-body-lg e-paragraph-base\" data-interaction-id=\"be5e97f\" data-e-type=\"widget\" data-id=\"be5e97f\"> Build high-performing sites that impress clients with pixel-perfect layouts. </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamlined feedback",
      "headingHtml": "<h3 data-interaction-id=\"44a980b\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"44a980b\"> Streamlined feedback </h3>",
      "firstParagraph": "Speed up approvals with collaborative tools that keep teams aligned and revisions crystal clear.",
      "paragraphHtml": "<p class=\"e-5741670-54d612e dsm-body-lg e-paragraph-base\" data-interaction-id=\"5741670\" data-e-type=\"widget\" data-id=\"5741670\"> Speed up approvals with collaborative tools that keep teams aligned and revisions crystal clear. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scaling without chaos",
      "headingHtml": "<h3 data-interaction-id=\"e444be8\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"e444be8\"> Scaling without chaos </h3>",
      "firstParagraph": "Reuse pages, templates, and layouts across projects to boost output and reduce busywork.",
      "paragraphHtml": "<p class=\"e-e26ad26-cd25478 dsm-body-lg e-paragraph-base\" data-interaction-id=\"e26ad26\" data-e-type=\"widget\" data-id=\"e26ad26\"> Reuse pages, templates, and layouts across projects to boost output and reduce busywork. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The enterprise standard for WordPress websites",
      "headingHtml": "<h2 data-interaction-id=\"7fe8755\" class=\"e-7fe8755-1d50b60 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"7fe8755\"> The enterprise standard for WordPress websites </h2>",
      "firstParagraph": "Time",
      "paragraphHtml": "<p class=\"img-tag-expander dsm-body-md e-paragraph-base\" data-interaction-id=\"1a0005e\" data-e-type=\"widget\" data-id=\"1a0005e\"> Time </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Always-on performance",
      "headingHtml": "<h3 data-interaction-id=\"e64de1f\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"e64de1f\"> Always-on performance </h3>",
      "firstParagraph": "99.99% uptime and adaptive infrastructure ensure fast, reliable delivery at any scale.",
      "paragraphHtml": "<p class=\"e-9f03e95-d7b09f7 dsm-body-md e-paragraph-base\" data-interaction-id=\"9f03e95\" data-e-type=\"widget\" data-id=\"9f03e95\"> 99.99% uptime and adaptive infrastructure ensure fast, reliable delivery at any scale. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Security you can trust",
      "headingHtml": "<h3 data-interaction-id=\"ef02c81\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"ef02c81\"> Security you can trust </h3>",
      "firstParagraph": "Stay protected with threat monitoring, vulnerability scans, and ongoing performance audits.",
      "paragraphHtml": "<p class=\"e-88ca462-b756ed3 dsm-body-md e-paragraph-base\" data-interaction-id=\"88ca462\" data-e-type=\"widget\" data-id=\"88ca462\"> Stay protected with threat monitoring, vulnerability scans, and ongoing performance audits. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert-led advisory",
      "headingHtml": "<h3 data-interaction-id=\"aa08542\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"aa08542\"> Expert-led advisory </h3>",
      "firstParagraph": "Get 24/7 access to certified experts for proactive support and strategic guidance.",
      "paragraphHtml": "<p class=\"e-60ba991-b790f41 dsm-body-md e-paragraph-base\" data-interaction-id=\"60ba991\" data-e-type=\"widget\" data-id=\"60ba991\"> Get 24/7 access to certified experts for proactive support and strategic guidance. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by those who build the web",
      "headingHtml": "<h2 data-interaction-id=\"1lrwdq83f\" class=\"e-33b29505-0404096 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"1lrwdq83f\"> Trusted by those who build the web </h2>",
      "firstParagraph": "“One of my favorite moments was helping a purpose-driven brand go from ‘we have no idea how to present ourselves’ to ‘we’re obsessed with our website.’ With Elementor, I could prototype, adjust, and bring their vision to life in real-time.”",
      "paragraphHtml": "<p class=\"dsm-body-lg e-3535e77-bb4bf7a e-paragraph-base\" data-interaction-id=\"3535e77\" data-e-type=\"widget\" data-id=\"3535e77\"> &#x201c;One of my favorite moments was helping a purpose-driven brand go from &#x2018;we have no idea how to present ourselves&#x2019; to &#x2018;we&#x2019;re obsessed with our website.&#x2019; With Elementor, I could prototype, adjust, and bring their vision to life in real-time.&#x201d; </p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "How do I create a professional website with a website builder with AI capabilities?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>How do I create a professional website with a website builder with AI capabilities?</strong></h3>",
      "firstParagraph": "Start by using the AI Site Planner to plan your entire website, generating a brief, sitemap, and wireframes. Then open the drag-and-drop website builder to design pages, add contact forms, and connect the third-party integrations you need. Publish on Elementor’s managed web hosting and connect your own domain name,...",
      "paragraphHtml": "<p>Start by using the AI Site Planner to plan your entire website, generating a brief, sitemap, and wireframes. Then open the drag-and-drop website builder to design pages, add contact forms, and connect the third-party integrations you need. Publish on Elementor&#x2019;s managed web hosting and connect your own domain name, or alternatively, you can use your own hosting provider.&#xa0;</p>",
      "words": 59,
      "direct": false,
      "issue": "First paragraph is 59 words and does not look like a concise direct answer."
    },
    {
      "heading": "Can I create a website without knowing how to code or design?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>Can I create a website without knowing how to code or design?</strong></h3>",
      "firstParagraph": "Yes. The Editor’s drag-and-drop interface, website templates, and AI capabilities mean you can create your own website or business websites for clients and easily customize layouts, sections, and web pages with your own images and your own text, without any coding knowledge. Developers can still add advanced functio...",
      "paragraphHtml": "<p>Yes. The Editor&#x2019;s drag-and-drop interface, website templates, and AI capabilities mean you can create your own website or business websites for clients and easily customize layouts, sections, and web pages with your own images and your own text, without any coding knowledge. Developers can still add advanced functionality and custom code when needed. Or use Elementor&#x2019;s AI tools to create code for custom widgets and components, elevating website designs for any business indust...",
      "words": 75,
      "direct": false,
      "issue": "First paragraph is 75 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is Elementor One?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>What is Elementor One?</strong></h3>",
      "firstParagraph": "Elementor One unifies the Elementor experience, making it a complete, comprehensive website builder for WordPress.",
      "paragraphHtml": "<p>Elementor One unifies the Elementor experience, making it a complete, comprehensive website builder for WordPress.&#xa0;</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "What types of high-performance websites can I create with the Elementor website builder?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>What types of high-performance websites can I create with the Elementor website builder?</strong></h3>",
      "firstParagraph": "Everything from landing pages and blogs to more complex websites, such as membership sites, portfolios, and online stores, that convert. With WooCommerce, you can start selling online, add products, and use eCommerce tools, all within the Elementor website builder’s drag-and-drop Editor.",
      "paragraphHtml": "<p>Everything from landing pages and blogs to more complex websites, such as membership sites, portfolios, and online stores, that convert. With WooCommerce, you can start selling online, add products, and use eCommerce tools, all within the Elementor website builder&#x2019;s drag-and-drop Editor.</p>",
      "words": 42,
      "direct": false,
      "issue": "First paragraph is 42 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build what’s next",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Build w<b class=\"font-pixel\">ha</b>t&#x2019;s <b class=\"font-pixel\">ne</b>xt </h2>",
      "firstParagraph": "Deliver extraordinary websites with the tools trusted by the world’s leading web creators. 30-day money-back guarantee.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-534e8e0c-bfba658 e-paragraph-base\" data-interaction-id=\"534e8e0c\" data-interactions=\"[]\" data-e-type=\"widget\" data-id=\"534e8e0c\"> Deliver extraordinary websites with the tools trusted by the world&#x2019;s leading web creators. 30-day money-back guarantee. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web. Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><b>Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web.</b> Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.</h2>",
      "firstParagraph": "Get the updates that help you build better.",
      "paragraphHtml": "<p class=\"dsm-body-md e-paragraph-base\" data-interaction-id=\"5c061119\" data-e-type=\"widget\" data-id=\"5c061119\"> Get the updates that help you build better. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "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

37 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": 12,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 60/100 and needs improvement.

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

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

60/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 evidence and trust scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-12-25T14:12:09+00:00",
    "2026-05-28T14:15:36+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/elementor/",
      "text": "Linkedin Logo",
      "html": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-87df36c\" href=\"https://www.linkedin.com/company/elementor/\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"elementor-screen-only\"></span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" aria-labelledby=\"linkedin-logo\"><title>Linkedin Logo</title><path d=\"M3.60001 16H0.199997V5.3H3.60001V16ZM1.9 3.8C0.800002 3.8 0 3 0 1.9C0 0.8 0.900002 0 1.9 0C3 0 3.8 0.8 3.8 1.9C3.8 3 3 3.8 1.9 3...."
    },
    {
      "href": "https://elementor.com/about/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://elementor.com/about/privacy/\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://elementor.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://elementor.com/about/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"about us\" data-gtm-level_1=\"company\" data-gtm-level_2=\"about us\"><span class=\"elementor-icon-list-text\">About Us</span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://elementor.com/help/connect-your-domain-to-a-website/",
      "text": "assign it in your site settings",
      "html": "<a href=\"https://elementor.com/help/connect-your-domain-to-a-website/\" target=\"_blank\" rel=\"noreferrer noopener\" tabindex=\"-1\">assign it in your site settings</a>"
    },
    {
      "href": "https://elementor.com/contact/",
      "text": "Contact Us",
      "html": "<a href=\"https://elementor.com/contact/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"contact us\" data-gtm-level_1=\"company\" data-gtm-level_2=\"contact us\"><span class=\"elementor-icon-list-text\">Contact Us</span></a>"
    },
    {
      "href": "https://elementor.com/help/",
      "text": "Help Center",
      "html": "<a href=\"https://elementor.com/help/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"help center\" data-gtm-level_1=\"support\" data-gtm-level_2=\"help center\"><span class=\"elementor-icon-list-text\">Help Center</span></a>"
    },
    {
      "href": "https://elementor.com/priority-support/",
      "text": "Priority Support",
      "html": "<a href=\"https://elementor.com/priority-support/\" data-gtm-event_name=\"element_click\" data-gtm-type=\"navigation\" data-gtm-section=\"footer\" data-gtm-outcome=\"navigating using the footer\" data-gtm-english_text=\"priority support\" data-gtm-level_1=\"support\" data-gtm-level_2=\"priority support\"><span class=\"elementor-icon-list-text\">Priority Support</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://elementor.com/terms/",
      "text": "Terms & Conditions",
      "html": "<a href=\"https://elementor.com/terms/\" target=\"_blank\" rel=\"noopener\">Terms &amp; Conditions</a>"
    },
    {
      "href": "https://elementor.com/about/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://elementor.com/about/privacy/\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

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

15 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": 15,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 46,
      "heading": "H2: Trusted by those who build the web",
      "text": "“One of my favorite moments was helping a purpose-driven brand go from ‘we have no idea how to present ourselves’ to ‘we’re obsessed with our website.’ With Elementor, I could prototype, adjust, and bring their vision to life in real-time.”",
      "words": 41,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"dsm-body-lg e-3535e77-bb4bf7a e-paragraph-base\" data-interaction-id=\"3535e77\" data-e-type=\"widget\" data-id=\"3535e77\"> &#x201c;One of my favorite moments was helping a purpose-driven brand go from &#x2018;we have no idea how to present ourselves&#x2019; to &#x2018;we&#x2019;re obsessed with our website.&#x2019; With Elementor, I could prototype, adjust, and bring their vision to life in real-time.&#x201d; </p>"
    },
    {
      "index": 58,
      "heading": "H3: Is it easy to create a website in 2026 (with or without AI)?",
      "text": "It’s a lot easier today. Elementor is a user-friendly website builder that offers a visual drag-and-drop Editor, enabling you to create a website in just a few clicks, with no prior coding knowledge required. It offers built-in AI tools for site planning, copywriting, image creation, and code generation, allowing you to customize your websites more efficiently. You can go from idea to a personalized website or upd...",
      "words": 99,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>It&#x2019;s a lot easier today. Elementor is a user-friendly website builder that offers a visual drag-and-drop Editor, enabling you to create a website in just a few clicks, with no prior coding knowledge required. It offers built-in AI tools for site planning, copywriting, image creation, and code generation, allowing you to customize your websites more efficiently. You can go from idea to a personalized website or update an existing website with a new site structure, performance optimiz..."
    },
    {
      "index": 59,
      "heading": "H3: How do I create a professional website with a website builder with AI capabilities?",
      "text": "Start by using the AI Site Planner to plan your entire website, generating a brief, sitemap, and wireframes. Then open the drag-and-drop website builder to design pages, add contact forms, and connect the third-party integrations you need. Publish on Elementor’s managed web hosting and connect your own domain name, or alternatively, you can use your own hosting provider.",
      "words": 59,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (59 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Start by using the AI Site Planner to plan your entire website, generating a brief, sitemap, and wireframes. Then open the drag-and-drop website builder to design pages, add contact forms, and connect the third-party integrations you need. Publish on Elementor&#x2019;s managed web hosting and connect your own domain name, or alternatively, you can use your own hosting provider.&#xa0;</p>"
    },
    {
      "index": 60,
      "heading": "H3: Can I create a website without knowing how to code or design?",
      "text": "Yes. The Editor’s drag-and-drop interface, website templates, and AI capabilities mean you can create your own website or business websites for clients and easily customize layouts, sections, and web pages with your own images and your own text, without any coding knowledge. Developers can still add advanced functionality and custom code when needed. Or use Elementor’s AI tools to create code for custom widgets an...",
      "words": 75,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (75 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Yes. The Editor&#x2019;s drag-and-drop interface, website templates, and AI capabilities mean you can create your own website or business websites for clients and easily customize layouts, sections, and web pages with your own images and your own text, without any coding knowledge. Developers can still add advanced functionality and custom code when needed. Or use Elementor&#x2019;s AI tools to create code for custom widgets and components, elevating website designs for any business indust..."
    },
    {
      "index": 62,
      "heading": "H3: Can I create a website without knowing how to code or design?",
      "text": "You can use a no-code website builder to launch professional websites quickly. Hire a professional for more complicated business websites, custom integrations, or when you want to add advanced functionality at scale. Elementor enables both first-time builders and professional web creators to work on one platform and leverage AI tools to enhance website functionality and performance.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>You can use a no-code website builder to launch professional websites quickly. Hire a professional for more complicated business websites, custom integrations, or when you want to add advanced functionality at scale. Elementor enables both first-time builders and professional web creators to work on one platform and leverage AI tools to enhance website functionality and performance.&#xa0;</p>"
    },
    {
      "index": 64,
      "heading": "H3: Can I create a website without knowing how to code or design?",
      "text": "With AI planning, you can go from concept to wireframe in 20 minutes, then complete styling and content in hours. Timelines vary by scope, depending on whether it’s single-page sites or robust enterprise-scale business websites, which would take longer. AI accelerates the sitemap, layout, copy, and image steps, but you still need to review and fine-tune to ensure consistency with your brand.",
      "words": 63,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (63 words; target 80-220)."
      ],
      "html": "<p>With AI planning, you can go from concept to wireframe in 20 minutes, then complete styling and content in hours. Timelines vary by scope, depending on whether it&#x2019;s single-page sites or robust enterprise-scale business websites, which would take longer. AI accelerates the sitemap, layout, copy, and image steps, but you still need to review and fine-tune to ensure consistency with your brand.</p>"
    },
    {
      "index": 69,
      "heading": "H3: What is Elementor One?",
      "text": "With Elementor One, you can build, optimize, and manage websites at scale. The One capabilities enable you to optimize images, boost accessibility, plan sites, improve email deliverability, access native AI tools to generate code, layout, images, and content, and much more.",
      "words": 41,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>With Elementor One, you can build, optimize, and manage websites at scale. The One capabilities enable you to optimize images, boost accessibility, plan sites, improve email deliverability, access native AI tools to generate code, layout, images, and content, and much more.</p>"
    },
    {
      "index": 71,
      "heading": "H3: What is Elementor One?",
      "text": "The single subscription features a flexible, shared credit system that can be used across all included products, offering multi-site users flexibility and control, making it one of the best website builders on the market and boosting your website design capabilities.",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>The single subscription features a flexible, shared credit system that can be used across all included products, offering multi-site users flexibility and control, making it one of the best website builders on the market and boosting your website design capabilities.</p>"
    },
    {
      "index": 72,
      "heading": "H3: What types of high-performance websites can I create with the Elementor website builder?",
      "text": "Everything from landing pages and blogs to more complex websites, such as membership sites, portfolios, and online stores, that convert. With WooCommerce, you can start selling online, add products, and use eCommerce tools, all within the Elementor website builder’s drag-and-drop Editor.",
      "words": 42,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Everything from landing pages and blogs to more complex websites, such as membership sites, portfolios, and online stores, that convert. With WooCommerce, you can start selling online, add products, and use eCommerce tools, all within the Elementor website builder&#x2019;s drag-and-drop Editor.</p>"
    },
    {
      "index": 73,
      "heading": "H3: Can I use 3rd-party plugins and AI apps with the website builder?",
      "text": "Yes. The Elementor website builder is designed for WordPress web creators and provides extensive support for integrations. You can extend your site with any of the other 60,000-plus plugins in the WordPress repo, and essentially integrate almost anything you want due to its open-source nature.",
      "words": 46,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220)."
      ],
      "html": "<p>Yes. The Elementor website builder is designed for WordPress web creators and provides extensive support for integrations. You can extend your site with any of the other 60,000-plus plugins in the WordPress repo, and essentially integrate almost anything you want due to its open-source nature.</p>"
    },
    {
      "index": 78,
      "heading": "H3: Can I use 3rd-party plugins and AI apps with the website builder?",
      "text": "Yes. Elementor offers built-in marketing tools, such as popups and forms, to enhance marketing campaigns for any business, whether it sells products, services, or hosts in-person events. For transactional email, Elementor’s Site Mailer replaces SMTP, adds delivery logs, and improves reliability. You can also run social media marketing and connect social media platforms.",
      "words": 54,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (54 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Yes. Elementor offers built-in marketing tools, such as popups and forms, to enhance marketing campaigns for any business, whether it sells products, services, or hosts in-person events. For transactional email, Elementor&#x2019;s Site Mailer replaces SMTP, adds delivery logs, and improves reliability. You can also run social media marketing and connect social media platforms.&#xa0;</p>"
    },
    {
      "index": 88,
      "heading": "H3: Can I use 3rd-party plugins and AI apps with the website builder?",
      "text": "A good website is mobile-friendly, fast, accessible, easy to navigate, and focused on a clear target audience. It features a strong website design, with fast loading times, meaningful content, a custom domain name, analytics, and best practices for search engine optimization, enabling search engines to effectively understand and rank it so any business can thrive. It also takes accessibility into consideration, of...",
      "words": 71,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (71 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>A good website is mobile-friendly, fast, accessible, easy to navigate, and focused on a clear target audience. It features a strong website design, with fast loading times, meaningful content, a custom domain name, analytics, and best practices for search engine optimization, enabling search engines to effectively understand and rank it so any business can thrive. It also takes accessibility into consideration, offering an inclusive structure to appeal to a wider audience.</p>"
    },
    {
      "index": 96,
      "heading": "H3: Can I use 3rd-party plugins and AI apps with the website builder?",
      "text": "With Elementor, you can create a site plan and wireframe with AI, write clear content with AI tools, compress images with an optimizer (WebP/AVIF), structure headings, and link internally. Integrate SEO tools, connect Google Analytics and Search Console, and publish fast-loading, fully functional pages to earn trust from search engines.",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>With Elementor, you can create a site plan and wireframe with AI, write clear content with AI tools, compress images with an optimizer (WebP/AVIF), structure headings, and link internally. Integrate SEO tools, connect Google Analytics and Search Console, and publish fast-loading, fully functional pages to earn trust from search engines.</p>"
    },
    {
      "index": 98,
      "heading": "H3: Can I use 3rd-party plugins and AI apps with the website builder?",
      "text": "To access a free website builder, you can start with the no-cost Editor tier and upgrade to Editor Pro when you need advanced capabilities, such as the Theme Builder, Popup Builder, custom code & CSS, eCommerce features, collaborative notes, and more.",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>To access a free website builder, you can start with the no-cost Editor tier and upgrade to Editor Pro when you need advanced capabilities, such as the Theme Builder, Popup Builder, custom code &amp; CSS, eCommerce features, collaborative notes, and more.</p>"
    },
    {
      "index": 103,
      "heading": "H3: Can I use 3rd-party plugins and AI apps with the website builder?",
      "text": "No. Elementor Host is a standalone product that offers web hosting with global CDN, autoscaling, and security baked in. Elementor Host runs on Google Cloud and Cloudflare to ensure your sites are fast and reliable, regardless of the number of clients you have.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>No. Elementor Host is a standalone product that offers web hosting with global CDN, autoscaling, and security baked in. Elementor Host runs on Google Cloud and Cloudflare to ensure your sites are fast and reliable, regardless of the number of clients you have.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 83/100 and needs improvement.

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

2 structured-data value(s) were not found in visible page text.

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

83/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: Visible structured data match scored 83/100 and needs improvement.

Evidence
{
  "schemaCount": 6,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Website builder: Create a Website Now | Elementor"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Elementor's free website builder makes it easy for web creators. Build a website or online store- no coding required. Start creating now!"
    },
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Elementor"
    },
    {
      "path": "$[0].@graph[4].name",
      "value": "Elementor"
    },
    {
      "path": "$[0].@graph[4].alternateName",
      "value": "Elementor Website Builder"
    },
    {
      "path": "$[1].name",
      "value": "Website builder: Create a Website Now | Elementor"
    },
    {
      "path": "$[1].description",
      "value": "Elementor's free website builder makes it easy for web creators. Build a website or online store- no coding required. Start creating now!"
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].name",
      "value": "Elementor"
    },
    {
      "path": "$[5].name",
      "value": "Elementor"
    },
    {
      "path": "$[5].alternateName",
      "value": "Elementor Website Builder"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    }
  ],
  "score": 83,
  "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

37 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": 39,
  "passing": 2,
  "failing": [
    {
      "heading": "Your vision deserves tools with precision, freedom, and the power to deliver.",
      "headingHtml": "<h2 data-interaction-id=\"8eb7783\" class=\"e-8eb7783-99dd782 dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"8eb7783\"> Your vision deserves tools with precision, freedom, and the power to deliver. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The professional standard for web creation",
      "headingHtml": "<h2 data-interaction-id=\"c454654\" class=\"e-c454654-bb10601 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"c454654\"> The professional standard for web creation </h2>",
      "firstParagraph": "21M",
      "paragraphHtml": "<p class=\"dsm-title-lg e-7409e32-d47122d e-paragraph-base\" data-interaction-id=\"7409e32\" data-e-type=\"widget\" data-id=\"7409e32\"> 21M </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create. Optimize. Manage. Built for momentum.",
      "headingHtml": "<h2 data-interaction-id=\"649af45\" class=\"e-649af45-6aef26b dsm-heading-md e-heading-base\" data-e-type=\"widget\" data-id=\"649af45\"> Create. Optimize. Manage. Built for momentum. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Create professional websites with complete creative control",
      "headingHtml": "<h2 data-interaction-id=\"4aeccf1\" class=\"e-4aeccf1-89265bb dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"4aeccf1\"> Create professional websites&#x2028;with complete creative control </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Accelerate your start",
      "headingHtml": "<h3 data-interaction-id=\"a1e927d\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"a1e927d\"> Accelerate your start </h3>",
      "firstParagraph": "Get to your first draft fast with AI Site Planner or professionally designed Themes.",
      "paragraphHtml": "<p class=\"e-5c0f459-5d42c1e dsm-body-lg e-paragraph-base\" data-interaction-id=\"5c0f459\" data-e-type=\"widget\" data-id=\"5c0f459\"> Get to your first draft fast with AI Site Planner or professionally designed Themes. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pixel-perfect editing",
      "headingHtml": "<h3 data-interaction-id=\"d8123c0\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"d8123c0\"> Pixel-perfect editing </h3>",
      "firstParagraph": "Design with total precision using the drag-and-drop Editor, global styles, CSS transforms, masks, motion effects, and more.",
      "paragraphHtml": "<p class=\"e-2bc4931-868802e dsm-body-lg e-paragraph-base\" data-interaction-id=\"2bc4931\" data-e-type=\"widget\" data-id=\"2bc4931\"> Design with total precision using the drag-and-drop Editor, global styles, CSS transforms, masks, motion effects, and more. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Engage and capture",
      "headingHtml": "<h3 data-interaction-id=\"3bc6c9f\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"3bc6c9f\"> Engage and capture </h3>",
      "firstParagraph": "Convert visitors into customers with high-performance forms, popups, and lead-capture tools.",
      "paragraphHtml": "<p class=\"e-567323d-6651e01 dsm-body-lg e-paragraph-base\" data-interaction-id=\"567323d\" data-e-type=\"widget\" data-id=\"567323d\"> Convert visitors into customers with high-performance forms, popups, and lead-capture tools. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic by design",
      "headingHtml": "<h3 data-interaction-id=\"98fda79\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"98fda79\"> Dynamic by design </h3>",
      "firstParagraph": "Scale data-driven sites with Dynamic Content and personalize every visit with smart Display Conditions.",
      "paragraphHtml": "<p class=\"e-3fbd49e-9bc07c7 dsm-body-lg e-paragraph-base\" data-interaction-id=\"3fbd49e\" data-e-type=\"widget\" data-id=\"3fbd49e\"> Scale data-driven sites with Dynamic Content and personalize every visit with smart Display Conditions. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Optimize experience without compromising on design",
      "headingHtml": "<h2 data-interaction-id=\"3e80bce\" class=\"e-3e80bce-efb0f50 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"3e80bce\"> Optimize experience without compromising on design </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Image optimization",
      "headingHtml": "<h3 data-interaction-id=\"db02a70\" class=\"g-0f57b66 g-0c75c4e e-db02a70-0933254 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"db02a70\"> Image optimization </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Accessibility",
      "headingHtml": "<h3 data-interaction-id=\"73dbcdc\" class=\"g-0f57b66 g-0c75c4e e-73dbcdc-9087557 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"73dbcdc\"> Accessibility </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Performance",
      "headingHtml": "<h3 data-interaction-id=\"9464873\" class=\"g-0f57b66 g-0c75c4e e-9464873-a9eef02 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"9464873\"> Performance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie consent",
      "headingHtml": "<h3 data-interaction-id=\"5e48447\" class=\"g-0f57b66 g-0c75c4e e-5e48447-c1abf6e dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"5e48447\"> Cookie consent </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Image optimization",
      "headingHtml": "<h3 data-interaction-id=\"401a7f6\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"401a7f6\"> Image optimization </h3>",
      "firstParagraph": "Improve loading speeds while keeping your images perfect with automatic, high-fidelity compression.",
      "paragraphHtml": "<p class=\"e-ebb47e1-6e85b44 dsm-body-lg e-paragraph-base\" data-interaction-id=\"ebb47e1\" data-e-type=\"widget\" data-id=\"ebb47e1\"> Improve loading speeds while keeping your images perfect with automatic, high-fidelity compression. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Accessibility",
      "headingHtml": "<h3 data-interaction-id=\"1621886\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"1621886\"> Accessibility </h3>",
      "firstParagraph": "Reach more users with inclusive design, powered by accessibility tools that identify issues and guide improvements with AI.",
      "paragraphHtml": "<p class=\"e-e278120-3ee2559 dsm-body-lg e-paragraph-base\" data-interaction-id=\"e278120\" data-e-type=\"widget\" data-id=\"e278120\"> Reach more users with inclusive design, powered by accessibility tools that identify issues and guide improvements with AI. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Performance",
      "headingHtml": "<h3 data-interaction-id=\"57656f8\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"57656f8\"> Performance </h3>",
      "firstParagraph": "Improve Core Web Vitals and search performance with adaptive loading, responsive assets, and built-in speed enhancements.",
      "paragraphHtml": "<p class=\"e-da313a6-062a271 dsm-body-lg e-paragraph-base\" data-interaction-id=\"da313a6\" data-e-type=\"widget\" data-id=\"da313a6\"> Improve Core Web Vitals and search performance with adaptive loading, responsive assets, and built-in speed enhancements. </p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie consent",
      "headingHtml": "<h3 data-interaction-id=\"e5da504\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"e5da504\"> Cookie consent </h3>",
      "firstParagraph": "Meet privacy requirements with customizable cookie banners that scan your site, block scripts, and let visitors control consent.",
      "paragraphHtml": "<p class=\"e-bd5c67f-63eef0e dsm-body-lg e-paragraph-base\" data-interaction-id=\"bd5c67f\" data-e-type=\"widget\" data-id=\"bd5c67f\"> Meet privacy requirements with customizable cookie banners that scan your site, block scripts, and let visitors control consent. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Driving the next decade of WordPress creation",
      "headingHtml": "<h2 data-interaction-id=\"q2wv8uzzb\" class=\"e-7342987d-8ab17ba dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"q2wv8uzzb\"> Driving the next decade of WordPress creation </h2>",
      "firstParagraph": "For more than a decade, Elementor has led the industry in performance and design freedom. We’re continuing that leadership with Angie, the next generation of AI-powered creation tools built specifically for the open web.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-5fb4849a-ae3ae9f e-paragraph-base\" data-interaction-id=\"tlpy4zk2p\" data-e-type=\"widget\" data-id=\"tlpy4zk2p\"> For more than a decade, Elementor has led the industry in performance and design freedom. We&#x2019;re continuing that leadership with Angie, the next generation of AI-powered creation tools built specifically for the open web. </p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Manage websites with confidence and control",
      "headingHtml": "<h2 data-interaction-id=\"2759cfe\" class=\"e-2759cfe-85393a0 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"2759cfe\"> Manage websites with confidence and control </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hosting",
      "headingHtml": "<h3 data-interaction-id=\"be397b5\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"be397b5\"> Hosting </h3>",
      "firstParagraph": "High-performance cloud hosting for WordPress that’s secure and scalable.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-paragraph-base\" data-interaction-id=\"8fb6a25\" data-e-type=\"widget\" data-id=\"8fb6a25\"> High-performance cloud hosting for WordPress that&#x2019;s secure and scalable. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Domains",
      "headingHtml": "<h3 data-interaction-id=\"b34a00a\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"b34a00a\"> Domains </h3>",
      "firstParagraph": "Buy and manage custom domains directly through Elementor.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-paragraph-base\" data-interaction-id=\"22bb236\" data-e-type=\"widget\" data-id=\"22bb236\"> Buy and manage custom domains directly through Elementor. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Email deliverability",
      "headingHtml": "<h3 data-interaction-id=\"7adc99c\" class=\"dsm-title-md e-heading-base\" data-e-type=\"widget\" data-id=\"7adc99c\"> Email deliverability </h3>",
      "firstParagraph": "Ensure your critical site emails land in the inbox every time with reliable, zero-configuration delivery.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-paragraph-base\" data-interaction-id=\"7c8b983\" data-e-type=\"widget\" data-id=\"7c8b983\"> Ensure your critical site emails land in the inbox every time with reliable, zero-configuration delivery. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grow your agency, not your overhead",
      "headingHtml": "<h2 data-interaction-id=\"533394f\" class=\"e-533394f-0f612b3 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"533394f\"> Grow your agency, not your overhead </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Professional delivery",
      "headingHtml": "<h3 data-interaction-id=\"84c4e34\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"84c4e34\"> Professional delivery </h3>",
      "firstParagraph": "Build high-performing sites that impress clients with pixel-perfect layouts.",
      "paragraphHtml": "<p class=\"e-be5e97f-407a645 dsm-body-lg e-paragraph-base\" data-interaction-id=\"be5e97f\" data-e-type=\"widget\" data-id=\"be5e97f\"> Build high-performing sites that impress clients with pixel-perfect layouts. </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamlined feedback",
      "headingHtml": "<h3 data-interaction-id=\"44a980b\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"44a980b\"> Streamlined feedback </h3>",
      "firstParagraph": "Speed up approvals with collaborative tools that keep teams aligned and revisions crystal clear.",
      "paragraphHtml": "<p class=\"e-5741670-54d612e dsm-body-lg e-paragraph-base\" data-interaction-id=\"5741670\" data-e-type=\"widget\" data-id=\"5741670\"> Speed up approvals with collaborative tools that keep teams aligned and revisions crystal clear. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scaling without chaos",
      "headingHtml": "<h3 data-interaction-id=\"e444be8\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"e444be8\"> Scaling without chaos </h3>",
      "firstParagraph": "Reuse pages, templates, and layouts across projects to boost output and reduce busywork.",
      "paragraphHtml": "<p class=\"e-e26ad26-cd25478 dsm-body-lg e-paragraph-base\" data-interaction-id=\"e26ad26\" data-e-type=\"widget\" data-id=\"e26ad26\"> Reuse pages, templates, and layouts across projects to boost output and reduce busywork. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The enterprise standard for WordPress websites",
      "headingHtml": "<h2 data-interaction-id=\"7fe8755\" class=\"e-7fe8755-1d50b60 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"7fe8755\"> The enterprise standard for WordPress websites </h2>",
      "firstParagraph": "Time",
      "paragraphHtml": "<p class=\"img-tag-expander dsm-body-md e-paragraph-base\" data-interaction-id=\"1a0005e\" data-e-type=\"widget\" data-id=\"1a0005e\"> Time </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Always-on performance",
      "headingHtml": "<h3 data-interaction-id=\"e64de1f\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"e64de1f\"> Always-on performance </h3>",
      "firstParagraph": "99.99% uptime and adaptive infrastructure ensure fast, reliable delivery at any scale.",
      "paragraphHtml": "<p class=\"e-9f03e95-d7b09f7 dsm-body-md e-paragraph-base\" data-interaction-id=\"9f03e95\" data-e-type=\"widget\" data-id=\"9f03e95\"> 99.99% uptime and adaptive infrastructure ensure fast, reliable delivery at any scale. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Security you can trust",
      "headingHtml": "<h3 data-interaction-id=\"ef02c81\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"ef02c81\"> Security you can trust </h3>",
      "firstParagraph": "Stay protected with threat monitoring, vulnerability scans, and ongoing performance audits.",
      "paragraphHtml": "<p class=\"e-88ca462-b756ed3 dsm-body-md e-paragraph-base\" data-interaction-id=\"88ca462\" data-e-type=\"widget\" data-id=\"88ca462\"> Stay protected with threat monitoring, vulnerability scans, and ongoing performance audits. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert-led advisory",
      "headingHtml": "<h3 data-interaction-id=\"aa08542\" class=\"dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"aa08542\"> Expert-led advisory </h3>",
      "firstParagraph": "Get 24/7 access to certified experts for proactive support and strategic guidance.",
      "paragraphHtml": "<p class=\"e-60ba991-b790f41 dsm-body-md e-paragraph-base\" data-interaction-id=\"60ba991\" data-e-type=\"widget\" data-id=\"60ba991\"> Get 24/7 access to certified experts for proactive support and strategic guidance. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by those who build the web",
      "headingHtml": "<h2 data-interaction-id=\"1lrwdq83f\" class=\"e-33b29505-0404096 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"1lrwdq83f\"> Trusted by those who build the web </h2>",
      "firstParagraph": "“One of my favorite moments was helping a purpose-driven brand go from ‘we have no idea how to present ourselves’ to ‘we’re obsessed with our website.’ With Elementor, I could prototype, adjust, and bring their vision to life in real-time.”",
      "paragraphHtml": "<p class=\"dsm-body-lg e-3535e77-bb4bf7a e-paragraph-base\" data-interaction-id=\"3535e77\" data-e-type=\"widget\" data-id=\"3535e77\"> &#x201c;One of my favorite moments was helping a purpose-driven brand go from &#x2018;we have no idea how to present ourselves&#x2019; to &#x2018;we&#x2019;re obsessed with our website.&#x2019; With Elementor, I could prototype, adjust, and bring their vision to life in real-time.&#x201d; </p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "How do I create a professional website with a website builder with AI capabilities?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>How do I create a professional website with a website builder with AI capabilities?</strong></h3>",
      "firstParagraph": "Start by using the AI Site Planner to plan your entire website, generating a brief, sitemap, and wireframes. Then open the drag-and-drop website builder to design pages, add contact forms, and connect the third-party integrations you need. Publish on Elementor’s managed web hosting and connect your own domain name,...",
      "paragraphHtml": "<p>Start by using the AI Site Planner to plan your entire website, generating a brief, sitemap, and wireframes. Then open the drag-and-drop website builder to design pages, add contact forms, and connect the third-party integrations you need. Publish on Elementor&#x2019;s managed web hosting and connect your own domain name, or alternatively, you can use your own hosting provider.&#xa0;</p>",
      "words": 59,
      "direct": false,
      "issue": "First paragraph is 59 words and does not look like a concise direct answer."
    },
    {
      "heading": "Can I create a website without knowing how to code or design?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>Can I create a website without knowing how to code or design?</strong></h3>",
      "firstParagraph": "Yes. The Editor’s drag-and-drop interface, website templates, and AI capabilities mean you can create your own website or business websites for clients and easily customize layouts, sections, and web pages with your own images and your own text, without any coding knowledge. Developers can still add advanced functio...",
      "paragraphHtml": "<p>Yes. The Editor&#x2019;s drag-and-drop interface, website templates, and AI capabilities mean you can create your own website or business websites for clients and easily customize layouts, sections, and web pages with your own images and your own text, without any coding knowledge. Developers can still add advanced functionality and custom code when needed. Or use Elementor&#x2019;s AI tools to create code for custom widgets and components, elevating website designs for any business indust...",
      "words": 75,
      "direct": false,
      "issue": "First paragraph is 75 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is Elementor One?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>What is Elementor One?</strong></h3>",
      "firstParagraph": "Elementor One unifies the Elementor experience, making it a complete, comprehensive website builder for WordPress.",
      "paragraphHtml": "<p>Elementor One unifies the Elementor experience, making it a complete, comprehensive website builder for WordPress.&#xa0;</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "What types of high-performance websites can I create with the Elementor website builder?",
      "headingHtml": "<h3 class=\"wp-block-heading\"><strong>What types of high-performance websites can I create with the Elementor website builder?</strong></h3>",
      "firstParagraph": "Everything from landing pages and blogs to more complex websites, such as membership sites, portfolios, and online stores, that convert. With WooCommerce, you can start selling online, add products, and use eCommerce tools, all within the Elementor website builder’s drag-and-drop Editor.",
      "paragraphHtml": "<p>Everything from landing pages and blogs to more complex websites, such as membership sites, portfolios, and online stores, that convert. With WooCommerce, you can start selling online, add products, and use eCommerce tools, all within the Elementor website builder&#x2019;s drag-and-drop Editor.</p>",
      "words": 42,
      "direct": false,
      "issue": "First paragraph is 42 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build what’s next",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Build w<b class=\"font-pixel\">ha</b>t&#x2019;s <b class=\"font-pixel\">ne</b>xt </h2>",
      "firstParagraph": "Deliver extraordinary websites with the tools trusted by the world’s leading web creators. 30-day money-back guarantee.",
      "paragraphHtml": "<p class=\"dsm-body-lg e-534e8e0c-bfba658 e-paragraph-base\" data-interaction-id=\"534e8e0c\" data-interactions=\"[]\" data-e-type=\"widget\" data-id=\"534e8e0c\"> Deliver extraordinary websites with the tools trusted by the world&#x2019;s leading web creators. 30-day money-back guarantee. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web. Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><b>Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web.</b> Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.</h2>",
      "firstParagraph": "Get the updates that help you build better.",
      "paragraphHtml": "<p class=\"dsm-body-md e-paragraph-base\" data-interaction-id=\"5c061119\" data-e-type=\"widget\" data-id=\"5c061119\"> Get the updates that help you build better. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: create, most, powerful.

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

87/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 87/100 and needs improvement.

Evidence
{
  "title": "Website builder: Create a Website Now | Elementor",
  "h1": "The most powerful website builder? You.",
  "description": "Elementor's free website builder makes it easy for web creators. Build a website or online store- no coding required. Start creating now!",
  "topicOverlap": 0.5714285714285714,
  "topicTerms": [
    "website",
    "builder",
    "create",
    "now",
    "elementor",
    "most",
    "powerful"
  ],
  "descriptionTerms": [
    "elementor",
    "free",
    "website",
    "builder",
    "makes",
    "easy",
    "web",
    "creators",
    "build",
    "online",
    "store",
    "coding",
    "required",
    "start",
    "creating",
    "now"
  ],
  "missingFromDescription": [
    "create",
    "most",
    "powerful"
  ],
  "score": 87,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.

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

85/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 85/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 10,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 85,
  "weight": 24
}

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: how, benefits, compare.

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": "Your vision deserves tools with precision, freedom, and the power to deliver.",
      "html": "<h2 data-interaction-id=\"8eb7783\" class=\"e-8eb7783-99dd782 dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"8eb7783\"> Your vision deserves tools with precision, freedom, and the power to deliver. </h2>"
    },
    {
      "text": "The professional standard for web creation",
      "html": "<h2 data-interaction-id=\"c454654\" class=\"e-c454654-bb10601 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"c454654\"> The professional standard for web creation </h2>"
    },
    {
      "text": "Create. Optimize. Manage. Built for momentum.",
      "html": "<h2 data-interaction-id=\"649af45\" class=\"e-649af45-6aef26b dsm-heading-md e-heading-base\" data-e-type=\"widget\" data-id=\"649af45\"> Create. Optimize. Manage. Built for momentum. </h2>"
    },
    {
      "text": "Create professional websites with complete creative control",
      "html": "<h2 data-interaction-id=\"4aeccf1\" class=\"e-4aeccf1-89265bb dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"4aeccf1\"> Create professional websites&#x2028;with complete creative control </h2>"
    },
    {
      "text": "Optimize experience without compromising on design",
      "html": "<h2 data-interaction-id=\"3e80bce\" class=\"e-3e80bce-efb0f50 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"3e80bce\"> Optimize experience without compromising on design </h2>"
    },
    {
      "text": "Driving the next decade of WordPress creation",
      "html": "<h2 data-interaction-id=\"q2wv8uzzb\" class=\"e-7342987d-8ab17ba dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"q2wv8uzzb\"> Driving the next decade of WordPress creation </h2>"
    },
    {
      "text": "Manage websites with confidence and control",
      "html": "<h2 data-interaction-id=\"2759cfe\" class=\"e-2759cfe-85393a0 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"2759cfe\"> Manage websites with confidence and control </h2>"
    },
    {
      "text": "Grow your agency, not your overhead",
      "html": "<h2 data-interaction-id=\"533394f\" class=\"e-533394f-0f612b3 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"533394f\"> Grow your agency, not your overhead </h2>"
    },
    {
      "text": "The enterprise standard for WordPress websites",
      "html": "<h2 data-interaction-id=\"7fe8755\" class=\"e-7fe8755-1d50b60 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"7fe8755\"> The enterprise standard for WordPress websites </h2>"
    },
    {
      "text": "Trusted by those who build the web",
      "html": "<h2 data-interaction-id=\"1lrwdq83f\" class=\"e-33b29505-0404096 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"1lrwdq83f\"> Trusted by those who build the web </h2>"
    },
    {
      "text": "Build what’s next",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Build w<b class=\"font-pixel\">ha</b>t&#x2019;s <b class=\"font-pixel\">ne</b>xt </h2>"
    },
    {
      "text": "Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web. Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><b>Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web.</b> Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Website builder: Create a Website Now?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Website builder: Create a Website Now work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website builder: Create a Website Now?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Website builder: Create a Website Now free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website builder: Create a Website Now compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Website builder: Create a Website Now work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website builder: Create a Website Now?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website builder: Create a Website Now compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: create, most, powerful.

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

89/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 89/100 and needs improvement.

Evidence
{
  "title": "Website builder: Create a Website Now | Elementor",
  "h1": "The most powerful website builder? You.",
  "description": "Elementor's free website builder makes it easy for web creators. Build a website or online store- no coding required. Start creating now!",
  "topicOverlap": 0.5714285714285714,
  "definitionCount": 10,
  "topicTerms": [
    "website",
    "builder",
    "create",
    "now",
    "elementor",
    "most",
    "powerful"
  ],
  "descriptionTerms": [
    "elementor",
    "free",
    "website",
    "builder",
    "makes",
    "easy",
    "web",
    "creators",
    "build",
    "online",
    "store",
    "coding",
    "required",
    "start",
    "creating",
    "now"
  ],
  "missingFromDescription": [
    "create",
    "most",
    "powerful"
  ],
  "score": 89,
  "weight": 18
}

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: how, benefits, compare.

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": "Your vision deserves tools with precision, freedom, and the power to deliver.",
      "html": "<h2 data-interaction-id=\"8eb7783\" class=\"e-8eb7783-99dd782 dsm-title-sm e-heading-base\" data-e-type=\"widget\" data-id=\"8eb7783\"> Your vision deserves tools with precision, freedom, and the power to deliver. </h2>"
    },
    {
      "text": "The professional standard for web creation",
      "html": "<h2 data-interaction-id=\"c454654\" class=\"e-c454654-bb10601 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"c454654\"> The professional standard for web creation </h2>"
    },
    {
      "text": "Create. Optimize. Manage. Built for momentum.",
      "html": "<h2 data-interaction-id=\"649af45\" class=\"e-649af45-6aef26b dsm-heading-md e-heading-base\" data-e-type=\"widget\" data-id=\"649af45\"> Create. Optimize. Manage. Built for momentum. </h2>"
    },
    {
      "text": "Create professional websites with complete creative control",
      "html": "<h2 data-interaction-id=\"4aeccf1\" class=\"e-4aeccf1-89265bb dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"4aeccf1\"> Create professional websites&#x2028;with complete creative control </h2>"
    },
    {
      "text": "Optimize experience without compromising on design",
      "html": "<h2 data-interaction-id=\"3e80bce\" class=\"e-3e80bce-efb0f50 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"3e80bce\"> Optimize experience without compromising on design </h2>"
    },
    {
      "text": "Driving the next decade of WordPress creation",
      "html": "<h2 data-interaction-id=\"q2wv8uzzb\" class=\"e-7342987d-8ab17ba dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"q2wv8uzzb\"> Driving the next decade of WordPress creation </h2>"
    },
    {
      "text": "Manage websites with confidence and control",
      "html": "<h2 data-interaction-id=\"2759cfe\" class=\"e-2759cfe-85393a0 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"2759cfe\"> Manage websites with confidence and control </h2>"
    },
    {
      "text": "Grow your agency, not your overhead",
      "html": "<h2 data-interaction-id=\"533394f\" class=\"e-533394f-0f612b3 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"533394f\"> Grow your agency, not your overhead </h2>"
    },
    {
      "text": "The enterprise standard for WordPress websites",
      "html": "<h2 data-interaction-id=\"7fe8755\" class=\"e-7fe8755-1d50b60 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"7fe8755\"> The enterprise standard for WordPress websites </h2>"
    },
    {
      "text": "Trusted by those who build the web",
      "html": "<h2 data-interaction-id=\"1lrwdq83f\" class=\"e-33b29505-0404096 dsm-heading-sm e-heading-base\" data-e-type=\"widget\" data-id=\"1lrwdq83f\"> Trusted by those who build the web </h2>"
    },
    {
      "text": "Build what’s next",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Build w<b class=\"font-pixel\">ha</b>t&#x2019;s <b class=\"font-pixel\">ne</b>xt </h2>"
    },
    {
      "text": "Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web. Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><b>Elementor is the leading WordPress website builder, powering over 21 million sites and 13% of the web.</b> Built for professionals, creatives, and businesses, Elementor brings design freedom, performance, and control into one seamless creation experience that helps Web Creators build, launch, and manage websites that grow with them.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Website builder: Create a Website Now?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Website builder: Create a Website Now work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website builder: Create a Website Now?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Website builder: Create a Website Now free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website builder: Create a Website Now compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Website builder: Create a Website Now work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website builder: Create a Website Now?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website builder: Create a Website Now compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

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": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109819
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 109867
          }
        ]
      },
      "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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "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": 404,
        "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>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | Elementor</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | Elementor\" />\n\t<meta property=\"og:site_name\" content=\"Elementor\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/elementor.com\\/#website\",\"url\":\"https:\\/\\/elementor.com\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/elementor.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@t"
      },
      "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://elementor.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": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://elementor.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://elementor.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://elementor.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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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 AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

4 warnings found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "4 warnings found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

33 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

61.0 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "61.0 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 61004.98399999998
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

24 Fail

Check name

Loading performance

Score

28/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": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 11,
      "displayValue": "2.6 s",
      "numericValue": 2637.0020999999997
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 1,
      "displayValue": "7.5 s",
      "numericValue": 7540.81135
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "22.4 s",
      "numericValue": 22424.925453281434
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "62,730 ms",
      "numericValue": 62725.47760000001
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "8,230 ms",
      "numericValue": 8231.000000000002
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 30 ms",
      "numericValue": 26.886
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "78.1 s",
      "numericValue": 78114.92970000002
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100,
      "displayValue": "",
      "numericValue": 0
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 2.1210000000000004
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 23,900 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "7,540 ms"
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

17 Fail

Check name

Image optimization

Score

50/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with correct aspect ratio",
      "score": 100
    },
    {
      "id": "uses-responsive-images",
      "title": "Properly size images",
      "score": 0,
      "displayValue": "Est savings of 1,277 KiB",
      "numericValue": 60
    }
  ]
}

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
48/100Level 2, Agent-LimitedCurrent report
Report ID 102e341a-1aa0-442e-9f05-f2ac0bf1dbeb. Scanned Jun 5, 2026, 6:12 AM.
elementor.com AI SEO Report: 48/100 (Level 2, Agent-Limited)