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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability60%Agent Easeof Use4%Security& Trust40%GEO, AIO, AEO81%SEO92%Performance& Accessibility51%
  • AI Discoverability 60 out of 100
  • Agent Ease of Use 4 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 81 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 51 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Website Builder – Easily Create Your Own Website — Squarespace favicon

Website Builder – Easily Create Your Own Website — Squarespace

Create a website and grow your business with a free Squarespace trial. Start with customizable website templates, AI website builder tools, or a domain name.

Next step

Turn this report into a fix workflow

21 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
60
Needs work12111View details
Discoverability
86
Mostly ready630View details
Content Readiness
54
Needs work551View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
4
Priority fix4242View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
13
Priority fix062View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
81
Mostly ready929View details
GEO Readiness
89
Mostly ready303
AIO Readiness
82
Mostly ready412View details
AEO Readiness
72
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
51
Needs work2430View details
Performance
25
Priority fix1230View details
Accessibility
100
Strong1200

Prioritized recommendations

Issues ranked by score impact

38 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
      },
      "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.

50 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
          },
          {
            "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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
          },
          {
            "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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
          },
          {
            "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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
          },
          {
            "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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
          },
          {
            "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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
          },
          {
            "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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
          }
        ]
      },
      "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".

50 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": 352058
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 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.

33 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
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html;charset=utf-8"
      },
      "issue": "Content-Type \"text/html;charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 59069,
        "excerpt": "<!DOCTYPE html>\n\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-default\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n ",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 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
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 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 class=\"cta cta--inline cta--light\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\"><div id=\"teconsent\"></div></span></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img id=\"cdn-lark\" style=\"display: none;\" data-load=\"false\" data-src=\"https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/13364/assets/blank.jpg\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 60,
    "links": 453,
    "inaccessibleLinks": 1,
    "buttons": 104,
    "inaccessibleButtons": 0,
    "images": 87,
    "imagesWithAlt": 86,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 1,
    "missingAutocompleteInputs": 0
  }
}

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": 352058
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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": 352058
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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": 352058
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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": 352058
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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".

25 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": 352058
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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 UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 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": 352058
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD.

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

13 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "/about/company",
      "text": "AboutAbout",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"/about/company\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"8b84354d4eda653a8230bae5366741cb\">About</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"8b84354d4eda653a8230bae5366741cb\">About</span></a>"
    },
    {
      "href": "/about/careers",
      "text": "CareersCareers",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"/about/careers\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"06136598f349ec77039a7a97100d46d1\">Careers</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"06136598f349ec77039a7a97100d46d1\">Careers</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/squarespace/",
      "text": "LinkedinLinkedin",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"https://www.linkedin.com/company/squarespace/\" target=\"_blank\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"aad1852410ab7dccf4f3f9d5fe31754d\">Linkedin</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"aad1852410ab7dccf4f3f9d5fe31754d\">Linkedin</span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/premium",
      "text": "Squarespace PremiumOur most advanced features, lowest processing rates, and priority support",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__products-menu-blade\" href=\"/premium\" title=\"Squarespace Premium\" data-identifier=\"premium-solutions\" data-sl-attr-variant=\"title:aa6827434d1e3b4988128bde11b1b929\"><p class=\"text text--body text--light global-navigation__products-menu-blade-title\" data-sl-variant=\"aa6827434d1e3b4988128bde11b1b929\">Squarespace Premium</p><p class=\"text text--footnote text--light global-navigation__products-menu-blade-tagline\" data-sl-variant=\"3995b21655c9f..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "/designer/home",
      "text": "Hire an Expert→Let us do the work of finding you the perfect Expert to help you stand out online.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"/designer/home\" title=\"Hire an Expert\" data-identifier=\"difm\" data-sl-attr-variant=\"title:01dfb586f0c6d038cb636bd6e481a013\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"01dfb586f0c6d038cb636bd6e481a013\">Hire an Expert</span><span data-arrow=\"true\" aria-hidden=\"true\" class=\"global-naviga..."
    },
    {
      "href": "/premium",
      "text": "Squarespace PremiumOur most advanced features, lowest processing rates, and priority support",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__products-menu-blade\" href=\"/premium\" title=\"Squarespace Premium\" data-identifier=\"premium-solutions\" data-sl-attr-variant=\"title:aa6827434d1e3b4988128bde11b1b929\"><p class=\"text text--body text--light global-navigation__products-menu-blade-title\" data-sl-variant=\"aa6827434d1e3b4988128bde11b1b929\">Squarespace Premium</p><p class=\"text text--footnote text--light global-navigation__products-menu-blade-tagline\" data-sl-variant=\"3995b21655c9f..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "/designer/home",
      "text": "Hire an Expert→Let us do the work of finding you the perfect Expert to help you stand out online.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"/designer/home\" title=\"Hire an Expert\" data-identifier=\"difm\" data-sl-attr-variant=\"title:01dfb586f0c6d038cb636bd6e481a013\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"01dfb586f0c6d038cb636bd6e481a013\">Hire an Expert</span><span data-arrow=\"true\" aria-hidden=\"true\" class=\"global-naviga..."
    },
    {
      "href": "/websites/create-a-portfolio",
      "text": "Showcase your workBuild a portfolio website to highlight projects, share your story, and help clients get in contact.Great for: Designers · Photographers · Artists & Illustrators→",
      "html": "<a class=\"cta cta--inline cta--light king-carousel__card-cta\" href=\"/websites/create-a-portfolio\" data-is-active=\"false\" tabindex=\"-1\" style=\"opacity: 0;\"><picture><source media=\"(min-width: 744px) and (max-width: 1020px)\" srcset=\"https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-100w.webp 100w, https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-300w.webp 300w, https://media-www.sqspcdn.com/images/pages/homep..."
    },
    {
      "href": "/websites/create-a-portfolio",
      "text": "Showcase your workBuild a portfolio website to highlight projects, share your story, and help clients get in contact.Great for: Designers · Photographers · Artists & Illustrators→",
      "html": "<a class=\"cta cta--inline cta--light king-carousel__card-cta\" href=\"/websites/create-a-portfolio\" data-is-active=\"false\" tabindex=\"-1\"><picture><source media=\"(min-width: 744px) and (max-width: 1020px)\" srcset=\"https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-100w.webp 100w, https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-300w.webp 300w, https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-b..."
    },
    {
      "href": "https://support.squarespace.com",
      "text": "Help CenterGet help from our award-winning Customer Care team.→",
      "html": "<a class=\"cta cta--inline cta--light support__links-cta support--is-desktop\" href=\"https://support.squarespace.com\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"opacity:0;transform:translateY(25px)\"><h3 class=\"text text--subtitle2 text--light\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</h3><p class=\"text text--body text--light support__links-cta-body\" data-sl-variant=\"741f05cf9c65e8c95890dcc1ba4e737c\">Get help from our award-winning Customer Care team.</p><p class=\"tex..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help CenterHelp Center",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"https://support.squarespace.com/\" target=\"_blank\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span></a>"
    },
    {
      "href": "/contact",
      "text": "Contact UsContact Us",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"/contact\" target=\"_blank\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"96a304ff37cc4550b311270b82686489\">Contact Us</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"96a304ff37cc4550b311270b82686489\">Contact Us</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://domains.squarespace.com",
      "text": "Domains Register your dream domain. Free WHOIS privacy, SSL, and premium DNS included.",
      "html": "<a class=\"cta cta--inline cta--light card-carousel-card__cta\" href=\"https://domains.squarespace.com\" data-is-active=\"false\" tabindex=\"-1\"><div class=\"card-carousel-card__asset\"><picture><source srcset=\"https://media-www.sqspcdn.com/images/components/card-carousel/domains-100w.webp 100w, https://media-www.sqspcdn.com/images/components/card-carousel/domains-300w.webp 300w, https://media-www.sqspcdn.com/images/components/card-carousel/domains-500w.webp 500w, https://media-www.sqspcdn.com/images/..."
    },
    {
      "href": "/terms-of-service",
      "text": "Terms",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/terms-of-service\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"ae0db7613e91ed000a247143f8b2185f\">Terms</span></a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"66c35be56f33c828f194585096330296\">Privacy</span></a>"
    },
    {
      "href": "/terms-of-service-tr",
      "text": "Terms",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/terms-of-service-tr\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"ae0db7613e91ed000a247143f8b2185f\">Terms</span></a>"
    },
    {
      "href": "/privacy-policy-tr",
      "text": "Privacy",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy-policy-tr\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"66c35be56f33c828f194585096330296\">Privacy</span></a>"
    },
    {
      "href": "/data-privacy",
      "text": "Data Privacy",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/data-privacy\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"310fa5e45a146ed2065e7b30c84a7c90\">Data Privacy</span></a>"
    },
    {
      "href": "/privacy#appendix-1",
      "text": "Specific Privacy Notice",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy#appendix-1\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"eb1684760e7b023a056323f5ccb02bcb\">Specific Privacy Notice</span></a>"
    },
    {
      "href": "/privacy#appendix-2",
      "text": "Specific Privacy Notice",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy#appendix-2\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"eb1684760e7b023a056323f5ccb02bcb\">Specific Privacy Notice</span></a>"
    }
  ],
  "score": 40,
  "weight": 20
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="query"> is missing a label.
    • <input name="query"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "/about/company",
      "text": "AboutAbout",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"/about/company\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"8b84354d4eda653a8230bae5366741cb\">About</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"8b84354d4eda653a8230bae5366741cb\">About</span></a>"
    },
    {
      "href": "/about/careers",
      "text": "CareersCareers",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"/about/careers\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"06136598f349ec77039a7a97100d46d1\">Careers</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"06136598f349ec77039a7a97100d46d1\">Careers</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/squarespace/",
      "text": "LinkedinLinkedin",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"https://www.linkedin.com/company/squarespace/\" target=\"_blank\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"aad1852410ab7dccf4f3f9d5fe31754d\">Linkedin</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"aad1852410ab7dccf4f3f9d5fe31754d\">Linkedin</span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/premium",
      "text": "Squarespace PremiumOur most advanced features, lowest processing rates, and priority support",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__products-menu-blade\" href=\"/premium\" title=\"Squarespace Premium\" data-identifier=\"premium-solutions\" data-sl-attr-variant=\"title:aa6827434d1e3b4988128bde11b1b929\"><p class=\"text text--body text--light global-navigation__products-menu-blade-title\" data-sl-variant=\"aa6827434d1e3b4988128bde11b1b929\">Squarespace Premium</p><p class=\"text text--footnote text--light global-navigation__products-menu-blade-tagline\" data-sl-variant=\"3995b21655c9f..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "/designer/home",
      "text": "Hire an Expert→Let us do the work of finding you the perfect Expert to help you stand out online.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"/designer/home\" title=\"Hire an Expert\" data-identifier=\"difm\" data-sl-attr-variant=\"title:01dfb586f0c6d038cb636bd6e481a013\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"01dfb586f0c6d038cb636bd6e481a013\">Hire an Expert</span><span data-arrow=\"true\" aria-hidden=\"true\" class=\"global-naviga..."
    },
    {
      "href": "/premium",
      "text": "Squarespace PremiumOur most advanced features, lowest processing rates, and priority support",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__products-menu-blade\" href=\"/premium\" title=\"Squarespace Premium\" data-identifier=\"premium-solutions\" data-sl-attr-variant=\"title:aa6827434d1e3b4988128bde11b1b929\"><p class=\"text text--body text--light global-navigation__products-menu-blade-title\" data-sl-variant=\"aa6827434d1e3b4988128bde11b1b929\">Squarespace Premium</p><p class=\"text text--footnote text--light global-navigation__products-menu-blade-tagline\" data-sl-variant=\"3995b21655c9f..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help Center→In-depth guides and videos about the platform, our services, and how to get started.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"https://support.squarespace.com/\" target=\"_blank\" title=\"Help Center\" data-identifier=\"support-site\" data-sl-attr-variant=\"title:d4f2e8a213d740c56edf9386986e4155\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span data-arrow=\"true\" ari..."
    },
    {
      "href": "/designer/home",
      "text": "Hire an Expert→Let us do the work of finding you the perfect Expert to help you stand out online.",
      "html": "<a class=\"cta cta--inline cta--light global-navigation__resources-menu-link\" href=\"/designer/home\" title=\"Hire an Expert\" data-identifier=\"difm\" data-sl-attr-variant=\"title:01dfb586f0c6d038cb636bd6e481a013\"><div class=\"global-navigation__resources-menu-link-title-container\"><span class=\"text text--body text--light global-navigation__resources-menu-link-title\" data-sl-variant=\"01dfb586f0c6d038cb636bd6e481a013\">Hire an Expert</span><span data-arrow=\"true\" aria-hidden=\"true\" class=\"global-naviga..."
    },
    {
      "href": "/websites/create-a-portfolio",
      "text": "Showcase your workBuild a portfolio website to highlight projects, share your story, and help clients get in contact.Great for: Designers · Photographers · Artists & Illustrators→",
      "html": "<a class=\"cta cta--inline cta--light king-carousel__card-cta\" href=\"/websites/create-a-portfolio\" data-is-active=\"false\" tabindex=\"-1\" style=\"opacity: 0;\"><picture><source media=\"(min-width: 744px) and (max-width: 1020px)\" srcset=\"https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-100w.webp 100w, https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-300w.webp 300w, https://media-www.sqspcdn.com/images/pages/homep..."
    },
    {
      "href": "/websites/create-a-portfolio",
      "text": "Showcase your workBuild a portfolio website to highlight projects, share your story, and help clients get in contact.Great for: Designers · Photographers · Artists & Illustrators→",
      "html": "<a class=\"cta cta--inline cta--light king-carousel__card-cta\" href=\"/websites/create-a-portfolio\" data-is-active=\"false\" tabindex=\"-1\"><picture><source media=\"(min-width: 744px) and (max-width: 1020px)\" srcset=\"https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-100w.webp 100w, https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-business/portfolio-tablet-300w.webp 300w, https://media-www.sqspcdn.com/images/pages/homepage-2025/grow-your-b..."
    },
    {
      "href": "https://support.squarespace.com",
      "text": "Help CenterGet help from our award-winning Customer Care team.→",
      "html": "<a class=\"cta cta--inline cta--light support__links-cta support--is-desktop\" href=\"https://support.squarespace.com\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"opacity:0;transform:translateY(25px)\"><h3 class=\"text text--subtitle2 text--light\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</h3><p class=\"text text--body text--light support__links-cta-body\" data-sl-variant=\"741f05cf9c65e8c95890dcc1ba4e737c\">Get help from our award-winning Customer Care team.</p><p class=\"tex..."
    },
    {
      "href": "https://support.squarespace.com/",
      "text": "Help CenterHelp Center",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"https://support.squarespace.com/\" target=\"_blank\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</span></a>"
    },
    {
      "href": "/contact",
      "text": "Contact UsContact Us",
      "html": "<a class=\"cta cta--inline cta--light footer__link-item-link\" href=\"/contact\" target=\"_blank\"><span class=\"text text--footnote text--light footer-text footer__link-item-title footer__link-item-title--desktop\" data-sl-variant=\"96a304ff37cc4550b311270b82686489\">Contact Us</span><span class=\"text text--body text--light footer__link-item-title footer__link-item-title--mobile\" data-sl-variant=\"96a304ff37cc4550b311270b82686489\">Contact Us</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://domains.squarespace.com",
      "text": "Domains Register your dream domain. Free WHOIS privacy, SSL, and premium DNS included.",
      "html": "<a class=\"cta cta--inline cta--light card-carousel-card__cta\" href=\"https://domains.squarespace.com\" data-is-active=\"false\" tabindex=\"-1\"><div class=\"card-carousel-card__asset\"><picture><source srcset=\"https://media-www.sqspcdn.com/images/components/card-carousel/domains-100w.webp 100w, https://media-www.sqspcdn.com/images/components/card-carousel/domains-300w.webp 300w, https://media-www.sqspcdn.com/images/components/card-carousel/domains-500w.webp 500w, https://media-www.sqspcdn.com/images/..."
    },
    {
      "href": "/terms-of-service",
      "text": "Terms",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/terms-of-service\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"ae0db7613e91ed000a247143f8b2185f\">Terms</span></a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"66c35be56f33c828f194585096330296\">Privacy</span></a>"
    },
    {
      "href": "/terms-of-service-tr",
      "text": "Terms",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/terms-of-service-tr\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"ae0db7613e91ed000a247143f8b2185f\">Terms</span></a>"
    },
    {
      "href": "/privacy-policy-tr",
      "text": "Privacy",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy-policy-tr\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"66c35be56f33c828f194585096330296\">Privacy</span></a>"
    },
    {
      "href": "/data-privacy",
      "text": "Data Privacy",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/data-privacy\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"310fa5e45a146ed2065e7b30c84a7c90\">Data Privacy</span></a>"
    },
    {
      "href": "/privacy#appendix-1",
      "text": "Specific Privacy Notice",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy#appendix-1\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"eb1684760e7b023a056323f5ccb02bcb\">Specific Privacy Notice</span></a>"
    },
    {
      "href": "/privacy#appendix-2",
      "text": "Specific Privacy Notice",
      "html": "<a class=\"cta cta--inline cta--light\" href=\"/privacy#appendix-2\"><span class=\"text text--footnote text--light footer-text footer-fineprint-item__title\" data-sl-variant=\"eb1684760e7b023a056323f5ccb02bcb\">Specific Privacy Notice</span></a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

51 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": 59,
  "passing": 8,
  "failing": [
    {
      "heading": "Grow your business",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"0ac8024a72d2d41f751618b42bf493ea\" style=\"opacity:0\">Grow your business</h2>",
      "firstParagraph": "You deserve a website that can do it all.",
      "paragraphHtml": "<p class=\"text text--body headline__body headline__body--center grow-your-business__headline-body\" data-sl-variant=\"f8486fc8eb3bcbe6ef36eede79bcd680\" style=\"opacity:0\">You deserve a website that can do it all.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer services",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"5ce638d26d747a15a71171aa85c8846d\">Offer services</h3>",
      "firstParagraph": "Promote your experiences and offerings, collect attendee information, and get paid for your work.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"e72d89cc2f53541e98c79fd286a0add5\">Promote your experiences and offerings, collect attendee information, and get paid for your work.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sell products",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"7b7acbb5a7867d11031d853b046b77d9\">Sell products</h3>",
      "firstParagraph": "Merchandise your products, accept payments, manage orders and shipping, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"743658ca5e95c0d7ee5d6a18a6cb614d\">Merchandise your products, accept payments, manage orders and shipping, and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Invoice clients",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"dd46bb32f3631a87eb0b50d5c1a8b0b1\">Invoice clients</h3>",
      "firstParagraph": "Legitimize your business and get paid with professional proposals, contracts, and invoices.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"339fb52f718ec1f62de977cc42322097\">Legitimize your business and get paid with professional proposals, contracts, and invoices.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get booked",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"9b57d2c699bef6d3a6f689bcbcb66aca\">Get booked</h3>",
      "firstParagraph": "Seamless appointment booking, automated calendar management, and integrated payments.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"538138f347eff9d539f03bd834c53a09\">Seamless appointment booking, automated calendar management, and integrated payments.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collect donations",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"fb070b30a7110f1d246aa725bbeb0307\">Collect donations</h3>",
      "firstParagraph": "Create fundraising campaigns, accept donations on your website, and send donors targeted emails.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"8335c07d29c7551125dfc53cfebd1289\">Create fundraising campaigns, accept donations on your website, and send donors targeted emails.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Monetize your content",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"ce6d55a01695a0f4c11b917439caf43e\">Monetize your content</h3>",
      "firstParagraph": "Offer exclusive access to your work, earn recurring revenue, and engage with your community.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"7c13dd84a50cf1b7796987eb39a22444\">Offer exclusive access to your work, earn recurring revenue, and engage with your community.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Post your ideas",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"af165bbfde9bc73f2e39626b35b592a2\">Post your ideas</h3>",
      "firstParagraph": "Launch a blog, grow your readership, and add paywalls to monetize access.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"51fbb94e95d0aca2e05d2c99dadb55e2\">Launch a blog, grow your readership, and add paywalls to monetize access.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Showcase your work",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"e217ec3f65281b09bfaf562c4e861eb8\">Showcase your work</h3>",
      "firstParagraph": "Build a portfolio website to highlight projects, share your story, and help clients get in contact.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"3ce07bbb0219270933d372d20d486da0\">Build a portfolio website to highlight projects, share your story, and help clients get in contact.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer services",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"5ce638d26d747a15a71171aa85c8846d\">Offer services</h3>",
      "firstParagraph": "Promote your experiences and offerings, collect attendee information, and get paid for your work.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"e72d89cc2f53541e98c79fd286a0add5\">Promote your experiences and offerings, collect attendee information, and get paid for your work.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sell products",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"7b7acbb5a7867d11031d853b046b77d9\">Sell products</h3>",
      "firstParagraph": "Merchandise your products, accept payments, manage orders and shipping, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"743658ca5e95c0d7ee5d6a18a6cb614d\">Merchandise your products, accept payments, manage orders and shipping, and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Invoice clients",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"dd46bb32f3631a87eb0b50d5c1a8b0b1\">Invoice clients</h3>",
      "firstParagraph": "Legitimize your business and get paid with professional proposals, contracts, and invoices.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"339fb52f718ec1f62de977cc42322097\">Legitimize your business and get paid with professional proposals, contracts, and invoices.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get booked",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"9b57d2c699bef6d3a6f689bcbcb66aca\">Get booked</h3>",
      "firstParagraph": "Seamless appointment booking, automated calendar management, and integrated payments.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"538138f347eff9d539f03bd834c53a09\">Seamless appointment booking, automated calendar management, and integrated payments.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collect donations",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"fb070b30a7110f1d246aa725bbeb0307\">Collect donations</h3>",
      "firstParagraph": "Create fundraising campaigns, accept donations on your website, and send donors targeted emails.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"8335c07d29c7551125dfc53cfebd1289\">Create fundraising campaigns, accept donations on your website, and send donors targeted emails.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Monetize your content",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"ce6d55a01695a0f4c11b917439caf43e\">Monetize your content</h3>",
      "firstParagraph": "Offer exclusive access to your work, earn recurring revenue, and engage with your community.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"7c13dd84a50cf1b7796987eb39a22444\">Offer exclusive access to your work, earn recurring revenue, and engage with your community.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Post your ideas",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"af165bbfde9bc73f2e39626b35b592a2\">Post your ideas</h3>",
      "firstParagraph": "Launch a blog, grow your readership, and add paywalls to monetize access.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"51fbb94e95d0aca2e05d2c99dadb55e2\">Launch a blog, grow your readership, and add paywalls to monetize access.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Showcase your work",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"e217ec3f65281b09bfaf562c4e861eb8\">Showcase your work</h3>",
      "firstParagraph": "Build a portfolio website to highlight projects, share your story, and help clients get in contact.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"3ce07bbb0219270933d372d20d486da0\">Build a portfolio website to highlight projects, share your story, and help clients get in contact.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer services",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"5ce638d26d747a15a71171aa85c8846d\">Offer services</h3>",
      "firstParagraph": "Promote your experiences and offerings, collect attendee information, and get paid for your work.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"e72d89cc2f53541e98c79fd286a0add5\">Promote your experiences and offerings, collect attendee information, and get paid for your work.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sell products",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"7b7acbb5a7867d11031d853b046b77d9\">Sell products</h3>",
      "firstParagraph": "Merchandise your products, accept payments, manage orders and shipping, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"743658ca5e95c0d7ee5d6a18a6cb614d\">Merchandise your products, accept payments, manage orders and shipping, and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Everything you need on one platform",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"639ac7c4b5891f1d1465f0686fbcc1f5\" style=\"opacity:0\">Everything you need on one platform</h2>",
      "firstParagraph": "Power your day-to-day with all the tools and AI guidance you need to manage your business, seamlessly integrated in one place.",
      "paragraphHtml": "<p class=\"text text--body headline__body headline__body--center\" data-sl-variant=\"4c4c0821c15ac098a10653944827f3b4\" style=\"opacity:0\">Power your day-to-day with all the tools and AI guidance you need to manage your business, seamlessly integrated in one place.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Extensions",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"6e3f03926773b2811d09fd4ccc0eeb6d\">Extensions</h3>",
      "firstParagraph": "Streamline shipping, inventory, marketing, and finance with powerful third-party extensions.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"190cf5603700f6949d78f8c367f79476\"> Streamline shipping, inventory, marketing, and finance with powerful third-party extensions. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Squarespace Payments",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"53af974114a3f311da2d87a40c85eab0\">Squarespace Payments</h3>",
      "firstParagraph": "Accept multiple payment options, manage transactions, and accelerate payouts.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"cd5569dd06f458ea915cbdf68f86d7fa\"> Accept multiple payment options, manage transactions, and accelerate payouts. </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Squarespace Capital",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"63d9ffee259c5e1f54bf8dc32688f8f3\">Squarespace Capital</h3>",
      "firstParagraph": "Fast, flexible financing to expand your team, boost inventory, and more.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"da293ee76531f5e2f76a7cedb6e00efb\"> Fast, flexible financing to expand your team, boost inventory, and more. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Analytics",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"71db678cb56c40446b978128e6870c35\">Analytics</h3>",
      "firstParagraph": "Track your website’s performance with key traffic and ecommerce metrics.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"0b2d4348c699902fb1dea52d9634d24b\"> Track your website&#x2019;s performance with key traffic and ecommerce metrics. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Website Editing",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"8a03c54547213eb58adea3dae906c4d1\">Website Editing</h3>",
      "firstParagraph": "Easily customize every design detail with our next-generation drag-and-drop editor.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"aae6bc45c304bfccbd9f60fb281a2e23\"> Easily customize every design detail with our next-generation drag-and-drop editor. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Design Intelligence",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"390308c7cf67db292c118eaceb1a1ffb\">Design Intelligence</h3>",
      "firstParagraph": "Your AI creative partner to generate designs, images, and content tailored just for you.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"f9ce7e724d411164669323cb32662b56\"> Your AI creative partner to generate designs, images, and content tailored just for you. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business Email",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"41282e73f842a90ef18e5cd6c99e9e8e\">Business Email</h3>",
      "firstParagraph": "Make your business official with Business Email from Google Workspace.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"19cebe81ff2595dfe14ddfd5dfccb208\"> Make your business official with Business Email from Google Workspace. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Domains",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"6f89028c276fc56d57c9355ce8603ddd\">Domains</h3>",
      "firstParagraph": "Register your dream domain. Free WHOIS privacy, SSL, and premium DNS included.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"630766f90c7cd1adba00ab4dd340166f\"> Register your dream domain. Free WHOIS privacy, SSL, and premium DNS included. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Search & AI Optimization",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"33f552c8568cb1b8866f3a36d7a061d8\">Search &amp; AI Optimization</h3>",
      "firstParagraph": "Increase traffic from search and AI platforms with built-in SEO and AI site auditing tools.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"0e0253ce9a22d60906d417ca405bf0d2\"> Increase traffic from search and AI platforms with built-in SEO and AI site auditing tools. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Getting started has never been easier with AI",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"78e586baa256e71440065251ced55f84\" style=\"opacity:0;transform:translateY(25px)\">Getting started has never been easier with AI</h2>",
      "firstParagraph": "No experience required.",
      "paragraphHtml": "<p class=\"text text--body headline__body headline__body--center\" data-sl-variant=\"defec0bdbd6e72ffa0f10f2458d5535f\" style=\"opacity:0;transform:translateY(25px)\">No experience required.</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start with a website template designed for your business",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"1e2bb7f5f7db5c0278778c41db5040d3\" style=\"opacity:0\">Start with a website template designed for your business</h2>",
      "firstParagraph": "Previous",
      "paragraphHtml": "<p class=\"text text--body\" data-sl-variant=\"f99f5d5f29922a7bd177a93f03b699b0\">Previous</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprint AI Builder",
      "headingHtml": "<h3 class=\"text text--footnote text--light ai-entrypoints__card-eyebrow\" data-sl-variant=\"9a3c228d1496a2e015ee3b1d53ac0743\">Blueprint AI Builder</h3>",
      "firstParagraph": "Answer a few questions and let our AI website builder do the rest.",
      "paragraphHtml": "<p class=\"text text--body text--light ai-entrypoints__card-title\" data-sl-variant=\"f68ee2bb63fc009c3648858fa9a8e808\">Answer a few questions and let our AI website builder do the rest.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professional Templates",
      "headingHtml": "<h3 class=\"text text--footnote text--light ai-entrypoints__card-eyebrow\" data-sl-variant=\"243d8d62fe7ad96d4d0c8149dc93b439\">Professional Templates</h3>",
      "firstParagraph": "Crafted by our designers, customized by AI—just for your business.",
      "paragraphHtml": "<p class=\"text text--body text--light ai-entrypoints__card-title\" data-sl-variant=\"976799b4570cb29b310343544d19e59f\">Crafted by our designers, customized by AI&#x2014;just for your business.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find the perfect domain for your website",
      "headingHtml": "<h2 class=\"text text--subtitle1 your-domain__title\" data-sl-variant=\"489c5cd4afb5ab3a75c827b10291e5ce\" style=\"opacity:0;transform:translateY(25px)\">Find the perfect domain for your website</h2>",
      "firstParagraph": "Already have a domain? Transfer your domain",
      "paragraphHtml": "<p class=\"text text--footnote your-domain__subtext\" data-sl-variant=\"f36cca606a7d1246373fa2a5108af373\" style=\"opacity:0;transform:translateY(25px)\"> Already have a domain? <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://domains.squarespace.com/transfer-a-domain\"> Transfer your domain </a> </p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by 14 million entrepreneurs worldwide",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light headline__title headline__title--centered\" data-sl-variant=\"705185db335351e5e1eea715138ca7dd\" style=\"opacity:0;transform:translateY(25px)\">Trusted by 14 million entrepreneurs worldwide</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Websites made with Squarespace",
      "headingHtml": "<h2 class=\"text text--title2 text--light made-with-sqsp__accessible-list-sr-only\" data-sl-variant=\"984528be8cd0c3da77a9de74093293f1\">Websites made with Squarespace</h2>",
      "firstParagraph": "This section contains a list of websites created using Squarespace. Each link will open the website in a new tab.",
      "paragraphHtml": "<p class=\"text text--body text--light made-with-sqsp__accessible-list-sr-only\" data-sl-variant=\"33b3d96a5a52ca7a7dc3650895a2df50\"> This section contains a list of websites created using Squarespace. Each link will open the website in a new tab. </p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to build a website",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"c681fdc6d690c4b0fdc48538f255894b\">How to build a website</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Start your free website trial",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"ebaeb456c6f7417ef6e602b9294abbe3\">Start your free website trial</h3>",
      "firstParagraph": "To create your own website, choose a professionally designed website template or use Squarespace’s AI website builder to get started in minutes. No credit card required.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"c496a6b7c63c9a19736abded32a0c0c9\">To create your own website, choose a professionally designed <a href=\"/templates\">website template</a> or use Squarespace&#x2019;s <a href=\"/websites/ai-website-builder\">AI website builder</a> to get started in minutes. No credit card required.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customize your website design",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"132dea32b0fa8e548ac2218c9f0ed222\">Customize your website design</h3>",
      "firstParagraph": "Make it yours with Squarespace’s intuitive drag-and-drop website platform. Quickly edit layouts, update fonts and colors, and add your own images and branding.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"46aa6d9440d54d16900fd6f029ed8ef8\">Make it yours with Squarespace&#x2019;s intuitive <a href=\"/websites/fluid-engine\">drag-and-drop website platform</a>. Quickly edit layouts, update fonts and colors, and add your own images and branding.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Add pages and features to your website",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"d5007f069e2e4f5aeef0084a09aec994\">Add pages and features to your website</h3>",
      "firstParagraph": "Whether you're building a portfolio or blog, setting up an online store, or promoting professional services and experiences, choose from pre-built page layouts or create your own to fit your content needs.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"e4ad59b1bf673107f684264f6000ae24\">Whether you&apos;re building a portfolio or blog, setting up an online store, or promoting professional services and experiences, choose from pre-built page layouts or create your own to fit your content needs.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create your content",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"66ce1af4e0ccfa4322a1277ff534265e\">Create your content</h3>",
      "firstParagraph": "Generate headlines, product descriptions, SEO tags, and more with built-in AI tools, or write your own with full creative control.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"0c02c6514649dcafcc1bf0799ac8e18a\">Generate headlines, product descriptions, SEO tags, and more with built-in AI tools, or write your own with full creative control.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Publish and grow with business tools",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"3d5a0a6100a90c8265229a4b30de4518\">Publish and grow with business tools</h3>",
      "firstParagraph": "Connect a custom domain name, publish your site, and start building your audience with built-in marketing tools, including SEO, email marketing, and social media connections.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"0fbbe4a0f31b8665821149956aa0d098\">Connect a custom domain name, publish your site, and start building your audience with <a href=\"/website-marketing\">built-in marketing tools</a>, including SEO, email marketing, and social media connections.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start selling online",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"1761a746da2acb470b9f058325ee9a9a\">Start selling online</h3>",
      "firstParagraph": "Create an online store and allow customers to browse your products or services, add items to their shopping cart, and check out securely and efficiently with Squarespace Payments.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"e4303b81c34f3ae1400fbc9a70f60941\"><a href=\"/online-stores\">Create an online store</a> and allow customers to browse your products or services, add items to their shopping cart, and check out securely and efficiently with Squarespace Payments.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"78b1a28454355817eb171b50a00cad68\">Frequently asked questions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How do I create a website with Squarespace?",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"1ee8b3c903977d0c337ed7958fa44ecb\">How do I create a website with Squarespace?</h3>",
      "firstParagraph": "You can create your own website by starting a free trial and selecting a professionally designed website template that suits your vision, or create a fully custom website with Squarespace's AI website builder. Use our drag-and-drop editor to customize layouts, images, colors, and fonts. From there, add new pages and...",
      "paragraphHtml": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"9b962f6fce3276ce3d9576917f75abe1\">You can create your own website by starting a free trial and selecting a professionally designed website template that suits your vision, or create a fully custom website with Squarespace&apos;s <a href=\"/websites/ai-website-builder\">AI website builder</a>. Use our drag-and-drop editor to customize layouts, images, colors, and fonts. From there, add new pages and feature...",
      "words": 58,
      "direct": false,
      "issue": "First paragraph is 58 words and does not look like a concise direct answer."
    },
    {
      "heading": "How much does it cost to create a website?",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"f9f3e482d3270cac55d1513d7dcd3537\">How much does it cost to create a website?</h3>",
      "firstParagraph": "After a free 14-day trial, Squarespace subscriptions start at $16/mo and give you access to your own custom website and selling tools. More advanced plans offer state-of-the-art ecommerce features and lower payment processing fees.",
      "paragraphHtml": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"97f7671482ddf2ec3feb74265f32abdb\">After a free 14-day trial, Squarespace subscriptions start at &#x24;16/mo and give you access to your own custom website and selling tools. More advanced plans offer state-of-the-art ecommerce features and lower payment processing fees.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "How can I offer services with my Squarespace website?",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"70b6aebe6759bc49a5f962d1ad5b3001\">How can I offer services with my Squarespace website?</h3>",
      "firstParagraph": "Squarespace makes it easy to showcase your offerings with specific website templates catered to all types of professional services, including consultants, lawyers, designers, and photographers, as well as website templates for various experiences like camps, retreats, adventure travel, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"4edf088d0bdf56d7d1462ca99b5b92bf\">Squarespace makes it easy to showcase your offerings with specific website templates catered to all types of professional services, including consultants, lawyers, designers, and photographers, as well as website templates for various experiences like camps, retreats, adventure travel, and more.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "24/7 Support",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"b8ddb7dd504b2975b3ca9da7fde81988\">24/7 Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Help Center",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</h3>",
      "firstParagraph": "Get help from our award-winning Customer Care team.",
      "paragraphHtml": "<p class=\"text text--body text--light support__links-cta-body\" data-sl-variant=\"741f05cf9c65e8c95890dcc1ba4e737c\">Get help from our award-winning Customer Care team.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Webinars",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light\" data-sl-variant=\"d7228462a145302d48ec17ebdd83db56\">Webinars</h3>",
      "firstParagraph": "Free online sessions to learn the basics and refine your skills.",
      "paragraphHtml": "<p class=\"text text--body text--light support__links-cta-body\" data-sl-variant=\"187a43c6007465fce93680c571f68806\">Free online sessions to learn the basics and refine your skills.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start your free website trial today",
      "headingHtml": "<h2 class=\"text text--title4 text--light conversion__title conversion__title--centered\" data-sl-variant=\"9b9769a88d4ecf587a3a28c6a37d1d7e\" style=\"opacity:0;transform:translateY(25px)\">Start your free website trial today</h2>",
      "firstParagraph": "No credit card required. Cancel anytime.",
      "paragraphHtml": "<p class=\"text text--body-medium text--light conversion__body conversion__body--centered\" data-sl-variant=\"e3c0b7ad1c4f3c6d268bcd60a22ec5bd\" style=\"opacity:0;transform:translateY(25px)\">No credit card required. Cancel anytime.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

3 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": 204,
      "heading": "H3: How do I create a website with Squarespace?",
      "text": "You can create your own website by starting a free trial and selecting a professionally designed website template that suits your vision, or create a fully custom website with Squarespace's AI website builder. Use our drag-and-drop editor to customize layouts, images, colors, and fonts. From there, add new pages and features using pre-built layouts or create your own.",
      "words": 58,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"9b962f6fce3276ce3d9576917f75abe1\">You can create your own website by starting a free trial and selecting a professionally designed website template that suits your vision, or create a fully custom website with Squarespace&apos;s <a href=\"/websites/ai-website-builder\">AI website builder</a>. Use our drag-and-drop editor to customize layouts, images, colors, and fonts. From there, add new pages and feature..."
    },
    {
      "index": 206,
      "heading": "H3: Do I need to know how to code to build a website?",
      "text": "It's not necessary to understand coding language to create a website with Squarespace. While knowing code can help with building more complex websites, you can quickly make a website on our platform that's fully-customized to fit your brand personality and lets you publish your blog, showcase your portfolio, or sell your products.",
      "words": 52,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (52 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light\" data-sl-variant=\"68e9a402821dbe6629cc999bce765f73\">It&apos;s not necessary to understand coding language to create a website with Squarespace. While knowing code can help with building more complex websites, you can quickly make a website on our platform that&apos;s fully-customized to fit your brand personality and lets you publish your <a href=\"/websites/create-a-blog\">blog</a>, showcase your <a href=\"/websites/create-a-portfolio\">portfolio</a>, or sel..."
    },
    {
      "index": 207,
      "heading": "H3: What is a website builder and which one is best for me?",
      "text": "A website builder is a platform or tool that allows individuals and businesses to create and manage websites without prior coding or web design experience. Look for a website creator that offers a free trial, user-friendly interface, pre-designed templates, drag-and-drop editing functionality, and various customization options.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"4e3f1b3201931372f2562e9e438ad50a\">A website builder is a platform or tool that allows individuals and businesses to create and manage websites without prior coding or web design experience. Look for a website creator that offers a free trial, user-friendly interface, pre-designed templates, drag-and-drop editing functionality, and various customization options.</p>"
    },
    {
      "index": 208,
      "heading": "H3: What is a website builder and which one is best for me?",
      "text": "The best platforms provide these as well as marketing tools, seller features, invoicing, AI tools, and domain name registration. Squarespace features like these not only provide a streamlined process for how to make a website, saving time and effort compared to traditional web development methods, they help you stand out from the competition, expand your audience, and grow your brand.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light\" data-sl-variant=\"0dbac2808d7cf9bc41f5126e9988d2d1\">The best platforms provide these as well as <a href=\"/website-marketing\">marketing tools</a>, seller features, invoicing, AI tools, and <a target=\"_blank\" rel=\"noreferrer\" href=\"https://domains.squarespace.com/tools/domain-name-generator\">domain name registration</a>. Squarespace features like these not only provide a streamlined process for how to make a website, saving time and effort compared to tradi..."
    },
    {
      "index": 212,
      "heading": "H3: Can I get a custom domain name for my website?",
      "text": "Squarespace is a trusted registrar with hundreds of available TLDs and domain extensions for your website. With Squarespace Domains, you get a secure, private domain connection, with domain forwarding, email forwarding, and Premium DNS to ensure that your website is always available online.",
      "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 class=\"text text--body text--light\" data-sl-variant=\"47ca8721aa582619d6cbe8f2b1554aa1\">Squarespace is a trusted registrar with hundreds of available TLDs and domain extensions for your website. With Squarespace Domains, you get a secure, private domain connection, with domain forwarding, email forwarding, and Premium DNS to ensure that your website is always available online.</p>"
    },
    {
      "index": 213,
      "heading": "H3: How can I offer services with my Squarespace website?",
      "text": "Squarespace makes it easy to showcase your offerings with specific website templates catered to all types of professional services, including consultants, lawyers, designers, and photographers, as well as website templates for various experiences like camps, retreats, adventure travel, 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 class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"4edf088d0bdf56d7d1462ca99b5b92bf\">Squarespace makes it easy to showcase your offerings with specific website templates catered to all types of professional services, including consultants, lawyers, designers, and photographers, as well as website templates for various experiences like camps, retreats, adventure travel, and more.</p>"
    },
    {
      "index": 214,
      "heading": "H3: How can I offer services with my Squarespace website?",
      "text": "You can list services and packages directly on your site with a streamlined checkout process, complete with service descriptions and itineraries, pricing, and imagery. You can also let clients book time or schedule appointments directly through integrated tools like Acuity Scheduling.",
      "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=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"b1e295de46f412632815ba3ac05f58af\">You can list services and packages directly on your site with a streamlined checkout process, complete with service descriptions and itineraries, pricing, and imagery. You can also let clients book time or schedule appointments directly through integrated tools like <a target=\"_blank\" rel=\"noreferrer\" href=\"https://acuityscheduling.com/\">Acuity Scheduling</a>.</p>"
    },
    {
      "index": 215,
      "heading": "H3: How can I offer services with my Squarespace website?",
      "text": "Additionally, Squarespace Invoicing gives you tools to create professional branded invoices that help you win more clients, all tracked and managed from your Squarespace account. You can also accept several major payment methods directly on your site and offer a seamless checkout experience through Squarespace Payments.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"f422b6c1c89d6f762a7660d44b0a6c6f\">Additionally, <a href=\"/invoicing\">Squarespace Invoicing</a> gives you tools to create professional branded invoices that help you win more clients, all tracked and managed from your Squarespace account. You can also accept several major payment methods directly on your site and offer a seamless checkout experience through <a href=\"/payments\">Squarespace Payments</a>.</p>"
    },
    {
      "index": 216,
      "heading": "H3: How can I offer services with my Squarespace website?",
      "text": "Finally, Squarespace makes it easy to promote your services with a suite of built-in marketing tools to get discovered online. Manage your SEO, launch email marketing campaigns, or connect with social media accounts to get your business in front of customers.",
      "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=\"text text--body text--light\" data-sl-variant=\"04ac40e31a60bed59263392395a793d5\">Finally, Squarespace makes it easy to promote your services with a suite of built-in marketing tools to get discovered online. Manage your SEO, launch email marketing campaigns, or connect with social media accounts to get your business in front of customers.</p>"
    },
    {
      "index": 218,
      "heading": "H3: Can I sell products online with a Squarespace website?",
      "text": "Simple, flexible payment and checkout options make shopping on your ecommerce website easy for customers. You'll have access to more ways to sell, from gift cards and digital downloads to offering subscriptions, as well as integrations with popular social media and search platforms that allow you to sync your product catalog to sell via other platforms like Facebook and Google.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"bb1ebddb5f75db67cf66f6279f5dd08c\">Simple, flexible payment and checkout options make shopping on your <a href=\"/ecommerce-website\">ecommerce website</a> easy for customers. You&apos;ll have access to more ways to sell, from gift cards and digital downloads to offering subscriptions, as well as integrations with popular social media and search platforms that allow you to sync your product catalog to sell..."
    },
    {
      "index": 219,
      "heading": "H3: Can I sell products online with a Squarespace website?",
      "text": "Sellers can showcase their products with detailed product listings (including comprehensive descriptions, embedded videos, images, and related products); product categories; and unlimited products. Inventory tools help you manage your product stock with a simplified interface, while shipping tools let you set up flexible shipping options, print labels, and more.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"11fb801356619bb02db0418982af9ff0\">Sellers can showcase their products with detailed <a href=\"/ecommerce/sell-products\">product listings</a> (including comprehensive descriptions, embedded videos, images, and related products); product categories; and unlimited products. Inventory tools help you manage your product stock with a simplified interface, while shipping tools let you set up flexible shipping op..."
    },
    {
      "index": 221,
      "heading": "H3: Does Squarespace offer AI-powered website building tools?",
      "text": "Yes, Squarespace's suite of AI tools can help you create a personalized website in minutes. Blueprint AI allows you to build a website with AI by combining powerful technology with 20 years of design expertise, generating an entire website alongside personalized content with tailored text and high-quality images that match your brand vision. You can also use Squarespace AI tools to create website copy, product des...",
      "words": 71,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (71 words; target 80-220)."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"0888d0b2798bc66ebcae5cde923e3838\">Yes, Squarespace&apos;s <a href=\"/design-intelligence\">suite of AI tools</a> can help you create a personalized website in minutes. Blueprint AI allows you to <a href=\"/websites/ai-website-builder\">build a website with AI</a> by combining powerful technology with 20 years of design expertise, generating an entire website alongside personalized content with tailored text..."
    },
    {
      "index": 222,
      "heading": "H3: Does Squarespace offer AI-powered website building tools?",
      "text": "Blueprint AI works by taking your answers to a few questions about your business and generating exceptional copy, image, and design suggestions. After you review and refine your selections, Blueprint AI transforms your selections into a beautiful, bespoke website. Once your website is live, use Squarespace AI tools to review your SEO or to draft product descriptions, page copy, and email campaigns with the AI writer.",
      "words": 66,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (66 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light\" data-sl-variant=\"ba4fe7936ce7ae971d065fd0f33c676f\">Blueprint AI works by taking your answers to a few questions about your business and generating exceptional copy, image, and design suggestions. After you review and refine your selections, Blueprint AI transforms your selections into a beautiful, bespoke website. Once your website is live, use Squarespace AI tools to review your <a href=\"/marketing/seo\">SEO</a> or to draft product descriptions, page cop..."
    },
    {
      "index": 230,
      "heading": "H3: How can I optimize my site for SEO with Squarespace?",
      "text": "For example, your website comes with default SEO page titles and descriptions, which you can modify without changing the page content visitors see. You can also hide pages if you need to, and control the image people see alongside your content whenever it's shared on social media.",
      "words": 47,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"70f640548ba2dffe41e823cad59121f9\">For example, your website comes with default SEO page titles and descriptions, which you can modify without changing the page content visitors see. You can also hide pages if you need to, and control the image people see alongside your content whenever it&apos;s shared on social media.</p>"
    },
    {
      "index": 232,
      "heading": "H3: Does my Squarespace website come with hosting and security?",
      "text": "All Squarespace websites come with both hosting and security. Squarespace provides web hosting for your site, so you don't need to find a separate hosting provider. Squarespace websites are also hosted on our own servers and infrastructure, built to support high levels of traffic with consistent uptime.",
      "words": 47,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"386bb26186d75d12bf3a92cfa0156492\">All Squarespace websites come with both hosting and <a href=\"/security\">security</a>. Squarespace provides web hosting for your site, so you don&apos;t need to find a separate hosting provider. Squarespace websites are also hosted on our own servers and infrastructure, built to support high levels of traffic with consistent uptime.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: easily, own, makes, real.

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

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: Entity clarity scored 85/100 and needs improvement.

Evidence
{
  "title": "Website Builder – Easily Create Your Own Website — Squarespace",
  "h1": "A website makes it real",
  "description": "Create a website and grow your business with a free Squarespace trial. Start with customizable website templates, AI website builder tools, or a domain name.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "website",
    "builder",
    "easily",
    "create",
    "own",
    "squarespace",
    "makes",
    "real"
  ],
  "descriptionTerms": [
    "create",
    "website",
    "grow",
    "business",
    "free",
    "squarespace",
    "trial",
    "start",
    "customizable",
    "templates",
    "builder",
    "tools",
    "domain",
    "name"
  ],
  "missingFromDescription": [
    "easily",
    "own",
    "makes",
    "real"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

3 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

51 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": 59,
  "passing": 8,
  "failing": [
    {
      "heading": "Grow your business",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"0ac8024a72d2d41f751618b42bf493ea\" style=\"opacity:0\">Grow your business</h2>",
      "firstParagraph": "You deserve a website that can do it all.",
      "paragraphHtml": "<p class=\"text text--body headline__body headline__body--center grow-your-business__headline-body\" data-sl-variant=\"f8486fc8eb3bcbe6ef36eede79bcd680\" style=\"opacity:0\">You deserve a website that can do it all.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer services",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"5ce638d26d747a15a71171aa85c8846d\">Offer services</h3>",
      "firstParagraph": "Promote your experiences and offerings, collect attendee information, and get paid for your work.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"e72d89cc2f53541e98c79fd286a0add5\">Promote your experiences and offerings, collect attendee information, and get paid for your work.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sell products",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"7b7acbb5a7867d11031d853b046b77d9\">Sell products</h3>",
      "firstParagraph": "Merchandise your products, accept payments, manage orders and shipping, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"743658ca5e95c0d7ee5d6a18a6cb614d\">Merchandise your products, accept payments, manage orders and shipping, and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Invoice clients",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"dd46bb32f3631a87eb0b50d5c1a8b0b1\">Invoice clients</h3>",
      "firstParagraph": "Legitimize your business and get paid with professional proposals, contracts, and invoices.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"339fb52f718ec1f62de977cc42322097\">Legitimize your business and get paid with professional proposals, contracts, and invoices.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get booked",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"9b57d2c699bef6d3a6f689bcbcb66aca\">Get booked</h3>",
      "firstParagraph": "Seamless appointment booking, automated calendar management, and integrated payments.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"538138f347eff9d539f03bd834c53a09\">Seamless appointment booking, automated calendar management, and integrated payments.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collect donations",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"fb070b30a7110f1d246aa725bbeb0307\">Collect donations</h3>",
      "firstParagraph": "Create fundraising campaigns, accept donations on your website, and send donors targeted emails.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"8335c07d29c7551125dfc53cfebd1289\">Create fundraising campaigns, accept donations on your website, and send donors targeted emails.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Monetize your content",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"ce6d55a01695a0f4c11b917439caf43e\">Monetize your content</h3>",
      "firstParagraph": "Offer exclusive access to your work, earn recurring revenue, and engage with your community.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"7c13dd84a50cf1b7796987eb39a22444\">Offer exclusive access to your work, earn recurring revenue, and engage with your community.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Post your ideas",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"af165bbfde9bc73f2e39626b35b592a2\">Post your ideas</h3>",
      "firstParagraph": "Launch a blog, grow your readership, and add paywalls to monetize access.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"51fbb94e95d0aca2e05d2c99dadb55e2\">Launch a blog, grow your readership, and add paywalls to monetize access.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Showcase your work",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"e217ec3f65281b09bfaf562c4e861eb8\">Showcase your work</h3>",
      "firstParagraph": "Build a portfolio website to highlight projects, share your story, and help clients get in contact.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"3ce07bbb0219270933d372d20d486da0\">Build a portfolio website to highlight projects, share your story, and help clients get in contact.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer services",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"5ce638d26d747a15a71171aa85c8846d\">Offer services</h3>",
      "firstParagraph": "Promote your experiences and offerings, collect attendee information, and get paid for your work.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"e72d89cc2f53541e98c79fd286a0add5\">Promote your experiences and offerings, collect attendee information, and get paid for your work.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sell products",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"7b7acbb5a7867d11031d853b046b77d9\">Sell products</h3>",
      "firstParagraph": "Merchandise your products, accept payments, manage orders and shipping, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"743658ca5e95c0d7ee5d6a18a6cb614d\">Merchandise your products, accept payments, manage orders and shipping, and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Invoice clients",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"dd46bb32f3631a87eb0b50d5c1a8b0b1\">Invoice clients</h3>",
      "firstParagraph": "Legitimize your business and get paid with professional proposals, contracts, and invoices.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"339fb52f718ec1f62de977cc42322097\">Legitimize your business and get paid with professional proposals, contracts, and invoices.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get booked",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"9b57d2c699bef6d3a6f689bcbcb66aca\">Get booked</h3>",
      "firstParagraph": "Seamless appointment booking, automated calendar management, and integrated payments.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"538138f347eff9d539f03bd834c53a09\">Seamless appointment booking, automated calendar management, and integrated payments.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collect donations",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"fb070b30a7110f1d246aa725bbeb0307\">Collect donations</h3>",
      "firstParagraph": "Create fundraising campaigns, accept donations on your website, and send donors targeted emails.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"8335c07d29c7551125dfc53cfebd1289\">Create fundraising campaigns, accept donations on your website, and send donors targeted emails.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Monetize your content",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"ce6d55a01695a0f4c11b917439caf43e\">Monetize your content</h3>",
      "firstParagraph": "Offer exclusive access to your work, earn recurring revenue, and engage with your community.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"7c13dd84a50cf1b7796987eb39a22444\">Offer exclusive access to your work, earn recurring revenue, and engage with your community.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Post your ideas",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"af165bbfde9bc73f2e39626b35b592a2\">Post your ideas</h3>",
      "firstParagraph": "Launch a blog, grow your readership, and add paywalls to monetize access.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"51fbb94e95d0aca2e05d2c99dadb55e2\">Launch a blog, grow your readership, and add paywalls to monetize access.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Showcase your work",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"e217ec3f65281b09bfaf562c4e861eb8\">Showcase your work</h3>",
      "firstParagraph": "Build a portfolio website to highlight projects, share your story, and help clients get in contact.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"3ce07bbb0219270933d372d20d486da0\">Build a portfolio website to highlight projects, share your story, and help clients get in contact.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer services",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"5ce638d26d747a15a71171aa85c8846d\">Offer services</h3>",
      "firstParagraph": "Promote your experiences and offerings, collect attendee information, and get paid for your work.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"e72d89cc2f53541e98c79fd286a0add5\">Promote your experiences and offerings, collect attendee information, and get paid for your work.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sell products",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light king-carousel__card-title text--font-clarkson-serif\" data-sl-variant=\"7b7acbb5a7867d11031d853b046b77d9\">Sell products</h3>",
      "firstParagraph": "Merchandise your products, accept payments, manage orders and shipping, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light king-carousel__card-body\" data-sl-variant=\"743658ca5e95c0d7ee5d6a18a6cb614d\">Merchandise your products, accept payments, manage orders and shipping, and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Everything you need on one platform",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"639ac7c4b5891f1d1465f0686fbcc1f5\" style=\"opacity:0\">Everything you need on one platform</h2>",
      "firstParagraph": "Power your day-to-day with all the tools and AI guidance you need to manage your business, seamlessly integrated in one place.",
      "paragraphHtml": "<p class=\"text text--body headline__body headline__body--center\" data-sl-variant=\"4c4c0821c15ac098a10653944827f3b4\" style=\"opacity:0\">Power your day-to-day with all the tools and AI guidance you need to manage your business, seamlessly integrated in one place.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Extensions",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"6e3f03926773b2811d09fd4ccc0eeb6d\">Extensions</h3>",
      "firstParagraph": "Streamline shipping, inventory, marketing, and finance with powerful third-party extensions.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"190cf5603700f6949d78f8c367f79476\"> Streamline shipping, inventory, marketing, and finance with powerful third-party extensions. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Squarespace Payments",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"53af974114a3f311da2d87a40c85eab0\">Squarespace Payments</h3>",
      "firstParagraph": "Accept multiple payment options, manage transactions, and accelerate payouts.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"cd5569dd06f458ea915cbdf68f86d7fa\"> Accept multiple payment options, manage transactions, and accelerate payouts. </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Squarespace Capital",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"63d9ffee259c5e1f54bf8dc32688f8f3\">Squarespace Capital</h3>",
      "firstParagraph": "Fast, flexible financing to expand your team, boost inventory, and more.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"da293ee76531f5e2f76a7cedb6e00efb\"> Fast, flexible financing to expand your team, boost inventory, and more. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Analytics",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"71db678cb56c40446b978128e6870c35\">Analytics</h3>",
      "firstParagraph": "Track your website’s performance with key traffic and ecommerce metrics.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"0b2d4348c699902fb1dea52d9634d24b\"> Track your website&#x2019;s performance with key traffic and ecommerce metrics. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Website Editing",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"8a03c54547213eb58adea3dae906c4d1\">Website Editing</h3>",
      "firstParagraph": "Easily customize every design detail with our next-generation drag-and-drop editor.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"aae6bc45c304bfccbd9f60fb281a2e23\"> Easily customize every design detail with our next-generation drag-and-drop editor. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Design Intelligence",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"390308c7cf67db292c118eaceb1a1ffb\">Design Intelligence</h3>",
      "firstParagraph": "Your AI creative partner to generate designs, images, and content tailored just for you.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"f9ce7e724d411164669323cb32662b56\"> Your AI creative partner to generate designs, images, and content tailored just for you. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business Email",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"41282e73f842a90ef18e5cd6c99e9e8e\">Business Email</h3>",
      "firstParagraph": "Make your business official with Business Email from Google Workspace.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"19cebe81ff2595dfe14ddfd5dfccb208\"> Make your business official with Business Email from Google Workspace. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Domains",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"6f89028c276fc56d57c9355ce8603ddd\">Domains</h3>",
      "firstParagraph": "Register your dream domain. Free WHOIS privacy, SSL, and premium DNS included.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"630766f90c7cd1adba00ab4dd340166f\"> Register your dream domain. Free WHOIS privacy, SSL, and premium DNS included. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Search & AI Optimization",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"33f552c8568cb1b8866f3a36d7a061d8\">Search &amp; AI Optimization</h3>",
      "firstParagraph": "Increase traffic from search and AI platforms with built-in SEO and AI site auditing tools.",
      "paragraphHtml": "<p class=\"text text--footnote text--light card-carousel-card__body\" data-sl-variant=\"0e0253ce9a22d60906d417ca405bf0d2\"> Increase traffic from search and AI platforms with built-in SEO and AI site auditing tools. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Getting started has never been easier with AI",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"78e586baa256e71440065251ced55f84\" style=\"opacity:0;transform:translateY(25px)\">Getting started has never been easier with AI</h2>",
      "firstParagraph": "No experience required.",
      "paragraphHtml": "<p class=\"text text--body headline__body headline__body--center\" data-sl-variant=\"defec0bdbd6e72ffa0f10f2458d5535f\" style=\"opacity:0;transform:translateY(25px)\">No experience required.</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start with a website template designed for your business",
      "headingHtml": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"1e2bb7f5f7db5c0278778c41db5040d3\" style=\"opacity:0\">Start with a website template designed for your business</h2>",
      "firstParagraph": "Previous",
      "paragraphHtml": "<p class=\"text text--body\" data-sl-variant=\"f99f5d5f29922a7bd177a93f03b699b0\">Previous</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprint AI Builder",
      "headingHtml": "<h3 class=\"text text--footnote text--light ai-entrypoints__card-eyebrow\" data-sl-variant=\"9a3c228d1496a2e015ee3b1d53ac0743\">Blueprint AI Builder</h3>",
      "firstParagraph": "Answer a few questions and let our AI website builder do the rest.",
      "paragraphHtml": "<p class=\"text text--body text--light ai-entrypoints__card-title\" data-sl-variant=\"f68ee2bb63fc009c3648858fa9a8e808\">Answer a few questions and let our AI website builder do the rest.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professional Templates",
      "headingHtml": "<h3 class=\"text text--footnote text--light ai-entrypoints__card-eyebrow\" data-sl-variant=\"243d8d62fe7ad96d4d0c8149dc93b439\">Professional Templates</h3>",
      "firstParagraph": "Crafted by our designers, customized by AI—just for your business.",
      "paragraphHtml": "<p class=\"text text--body text--light ai-entrypoints__card-title\" data-sl-variant=\"976799b4570cb29b310343544d19e59f\">Crafted by our designers, customized by AI&#x2014;just for your business.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find the perfect domain for your website",
      "headingHtml": "<h2 class=\"text text--subtitle1 your-domain__title\" data-sl-variant=\"489c5cd4afb5ab3a75c827b10291e5ce\" style=\"opacity:0;transform:translateY(25px)\">Find the perfect domain for your website</h2>",
      "firstParagraph": "Already have a domain? Transfer your domain",
      "paragraphHtml": "<p class=\"text text--footnote your-domain__subtext\" data-sl-variant=\"f36cca606a7d1246373fa2a5108af373\" style=\"opacity:0;transform:translateY(25px)\"> Already have a domain? <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://domains.squarespace.com/transfer-a-domain\"> Transfer your domain </a> </p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by 14 million entrepreneurs worldwide",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light headline__title headline__title--centered\" data-sl-variant=\"705185db335351e5e1eea715138ca7dd\" style=\"opacity:0;transform:translateY(25px)\">Trusted by 14 million entrepreneurs worldwide</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Websites made with Squarespace",
      "headingHtml": "<h2 class=\"text text--title2 text--light made-with-sqsp__accessible-list-sr-only\" data-sl-variant=\"984528be8cd0c3da77a9de74093293f1\">Websites made with Squarespace</h2>",
      "firstParagraph": "This section contains a list of websites created using Squarespace. Each link will open the website in a new tab.",
      "paragraphHtml": "<p class=\"text text--body text--light made-with-sqsp__accessible-list-sr-only\" data-sl-variant=\"33b3d96a5a52ca7a7dc3650895a2df50\"> This section contains a list of websites created using Squarespace. Each link will open the website in a new tab. </p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to build a website",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"c681fdc6d690c4b0fdc48538f255894b\">How to build a website</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Start your free website trial",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"ebaeb456c6f7417ef6e602b9294abbe3\">Start your free website trial</h3>",
      "firstParagraph": "To create your own website, choose a professionally designed website template or use Squarespace’s AI website builder to get started in minutes. No credit card required.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"c496a6b7c63c9a19736abded32a0c0c9\">To create your own website, choose a professionally designed <a href=\"/templates\">website template</a> or use Squarespace&#x2019;s <a href=\"/websites/ai-website-builder\">AI website builder</a> to get started in minutes. No credit card required.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customize your website design",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"132dea32b0fa8e548ac2218c9f0ed222\">Customize your website design</h3>",
      "firstParagraph": "Make it yours with Squarespace’s intuitive drag-and-drop website platform. Quickly edit layouts, update fonts and colors, and add your own images and branding.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"46aa6d9440d54d16900fd6f029ed8ef8\">Make it yours with Squarespace&#x2019;s intuitive <a href=\"/websites/fluid-engine\">drag-and-drop website platform</a>. Quickly edit layouts, update fonts and colors, and add your own images and branding.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Add pages and features to your website",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"d5007f069e2e4f5aeef0084a09aec994\">Add pages and features to your website</h3>",
      "firstParagraph": "Whether you're building a portfolio or blog, setting up an online store, or promoting professional services and experiences, choose from pre-built page layouts or create your own to fit your content needs.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"e4ad59b1bf673107f684264f6000ae24\">Whether you&apos;re building a portfolio or blog, setting up an online store, or promoting professional services and experiences, choose from pre-built page layouts or create your own to fit your content needs.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create your content",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"66ce1af4e0ccfa4322a1277ff534265e\">Create your content</h3>",
      "firstParagraph": "Generate headlines, product descriptions, SEO tags, and more with built-in AI tools, or write your own with full creative control.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"0c02c6514649dcafcc1bf0799ac8e18a\">Generate headlines, product descriptions, SEO tags, and more with built-in AI tools, or write your own with full creative control.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Publish and grow with business tools",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"3d5a0a6100a90c8265229a4b30de4518\">Publish and grow with business tools</h3>",
      "firstParagraph": "Connect a custom domain name, publish your site, and start building your audience with built-in marketing tools, including SEO, email marketing, and social media connections.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"0fbbe4a0f31b8665821149956aa0d098\">Connect a custom domain name, publish your site, and start building your audience with <a href=\"/website-marketing\">built-in marketing tools</a>, including SEO, email marketing, and social media connections.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start selling online",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light steps__list-header\" data-sl-variant=\"1761a746da2acb470b9f058325ee9a9a\">Start selling online</h3>",
      "firstParagraph": "Create an online store and allow customers to browse your products or services, add items to their shopping cart, and check out securely and efficiently with Squarespace Payments.",
      "paragraphHtml": "<p class=\"text text--body text--light steps__list-description\" data-sl-variant=\"e4303b81c34f3ae1400fbc9a70f60941\"><a href=\"/online-stores\">Create an online store</a> and allow customers to browse your products or services, add items to their shopping cart, and check out securely and efficiently with Squarespace Payments.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"78b1a28454355817eb171b50a00cad68\">Frequently asked questions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How do I create a website with Squarespace?",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"1ee8b3c903977d0c337ed7958fa44ecb\">How do I create a website with Squarespace?</h3>",
      "firstParagraph": "You can create your own website by starting a free trial and selecting a professionally designed website template that suits your vision, or create a fully custom website with Squarespace's AI website builder. Use our drag-and-drop editor to customize layouts, images, colors, and fonts. From there, add new pages and...",
      "paragraphHtml": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"9b962f6fce3276ce3d9576917f75abe1\">You can create your own website by starting a free trial and selecting a professionally designed website template that suits your vision, or create a fully custom website with Squarespace&apos;s <a href=\"/websites/ai-website-builder\">AI website builder</a>. Use our drag-and-drop editor to customize layouts, images, colors, and fonts. From there, add new pages and feature...",
      "words": 58,
      "direct": false,
      "issue": "First paragraph is 58 words and does not look like a concise direct answer."
    },
    {
      "heading": "How much does it cost to create a website?",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"f9f3e482d3270cac55d1513d7dcd3537\">How much does it cost to create a website?</h3>",
      "firstParagraph": "After a free 14-day trial, Squarespace subscriptions start at $16/mo and give you access to your own custom website and selling tools. More advanced plans offer state-of-the-art ecommerce features and lower payment processing fees.",
      "paragraphHtml": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"97f7671482ddf2ec3feb74265f32abdb\">After a free 14-day trial, Squarespace subscriptions start at &#x24;16/mo and give you access to your own custom website and selling tools. More advanced plans offer state-of-the-art ecommerce features and lower payment processing fees.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "How can I offer services with my Squarespace website?",
      "headingHtml": "<h3 class=\"text text--subtitle3 text--light\" data-sl-variant=\"70b6aebe6759bc49a5f962d1ad5b3001\">How can I offer services with my Squarespace website?</h3>",
      "firstParagraph": "Squarespace makes it easy to showcase your offerings with specific website templates catered to all types of professional services, including consultants, lawyers, designers, and photographers, as well as website templates for various experiences like camps, retreats, adventure travel, and more.",
      "paragraphHtml": "<p class=\"text text--body text--light homepage-faq__accordion-item-body\" data-sl-variant=\"4edf088d0bdf56d7d1462ca99b5b92bf\">Squarespace makes it easy to showcase your offerings with specific website templates catered to all types of professional services, including consultants, lawyers, designers, and photographers, as well as website templates for various experiences like camps, retreats, adventure travel, and more.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "24/7 Support",
      "headingHtml": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"b8ddb7dd504b2975b3ca9da7fde81988\">24/7 Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Help Center",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light\" data-sl-variant=\"d4f2e8a213d740c56edf9386986e4155\">Help Center</h3>",
      "firstParagraph": "Get help from our award-winning Customer Care team.",
      "paragraphHtml": "<p class=\"text text--body text--light support__links-cta-body\" data-sl-variant=\"741f05cf9c65e8c95890dcc1ba4e737c\">Get help from our award-winning Customer Care team.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Webinars",
      "headingHtml": "<h3 class=\"text text--subtitle2 text--light\" data-sl-variant=\"d7228462a145302d48ec17ebdd83db56\">Webinars</h3>",
      "firstParagraph": "Free online sessions to learn the basics and refine your skills.",
      "paragraphHtml": "<p class=\"text text--body text--light support__links-cta-body\" data-sl-variant=\"187a43c6007465fce93680c571f68806\">Free online sessions to learn the basics and refine your skills.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start your free website trial today",
      "headingHtml": "<h2 class=\"text text--title4 text--light conversion__title conversion__title--centered\" data-sl-variant=\"9b9769a88d4ecf587a3a28c6a37d1d7e\" style=\"opacity:0;transform:translateY(25px)\">Start your free website trial today</h2>",
      "firstParagraph": "No credit card required. Cancel anytime.",
      "paragraphHtml": "<p class=\"text text--body-medium text--light conversion__body conversion__body--centered\" data-sl-variant=\"e3c0b7ad1c4f3c6d268bcd60a22ec5bd\" style=\"opacity:0;transform:translateY(25px)\">No credit card required. Cancel anytime.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, benefits, 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": "Grow your business",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"0ac8024a72d2d41f751618b42bf493ea\" style=\"opacity:0\">Grow your business</h2>"
    },
    {
      "text": "Everything you need on one platform",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"639ac7c4b5891f1d1465f0686fbcc1f5\" style=\"opacity:0\">Everything you need on one platform</h2>"
    },
    {
      "text": "Getting started has never been easier with AI",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"78e586baa256e71440065251ced55f84\" style=\"opacity:0;transform:translateY(25px)\">Getting started has never been easier with AI</h2>"
    },
    {
      "text": "Start with a website template designed for your business",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"1e2bb7f5f7db5c0278778c41db5040d3\" style=\"opacity:0\">Start with a website template designed for your business</h2>"
    },
    {
      "text": "Find the perfect domain for your website",
      "html": "<h2 class=\"text text--subtitle1 your-domain__title\" data-sl-variant=\"489c5cd4afb5ab3a75c827b10291e5ce\" style=\"opacity:0;transform:translateY(25px)\">Find the perfect domain for your website</h2>"
    },
    {
      "text": "Trusted by 14 million entrepreneurs worldwide",
      "html": "<h2 class=\"text text--subtitle1 text--light headline__title headline__title--centered\" data-sl-variant=\"705185db335351e5e1eea715138ca7dd\" style=\"opacity:0;transform:translateY(25px)\">Trusted by 14 million entrepreneurs worldwide</h2>"
    },
    {
      "text": "Websites made with Squarespace",
      "html": "<h2 class=\"text text--title2 text--light made-with-sqsp__accessible-list-sr-only\" data-sl-variant=\"984528be8cd0c3da77a9de74093293f1\">Websites made with Squarespace</h2>"
    },
    {
      "text": "How to build a website",
      "html": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"c681fdc6d690c4b0fdc48538f255894b\">How to build a website</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"78b1a28454355817eb171b50a00cad68\">Frequently asked questions</h2>"
    },
    {
      "text": "24/7 Support",
      "html": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"b8ddb7dd504b2975b3ca9da7fde81988\">24/7 Support</h2>"
    },
    {
      "text": "Start your free website trial today",
      "html": "<h2 class=\"text text--title4 text--light conversion__title conversion__title--centered\" data-sl-variant=\"9b9769a88d4ecf587a3a28c6a37d1d7e\" style=\"opacity:0;transform:translateY(25px)\">Start your free website trial today</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Website Builder – Easily Create Your Own Webs... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Website Builder – Easily Create Your Own Webs... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website Builder – Easily Create Your Own Webs... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website Builder – Easily Create Your Own Webs... 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 88/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: easily, own, makes, real.

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

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

Evidence
{
  "title": "Website Builder – Easily Create Your Own Website — Squarespace",
  "h1": "A website makes it real",
  "description": "Create a website and grow your business with a free Squarespace trial. Start with customizable website templates, AI website builder tools, or a domain name.",
  "topicOverlap": 0.5,
  "definitionCount": 7,
  "topicTerms": [
    "website",
    "builder",
    "easily",
    "create",
    "own",
    "squarespace",
    "makes",
    "real"
  ],
  "descriptionTerms": [
    "create",
    "website",
    "grow",
    "business",
    "free",
    "squarespace",
    "trial",
    "start",
    "customizable",
    "templates",
    "builder",
    "tools",
    "domain",
    "name"
  ],
  "missingFromDescription": [
    "easily",
    "own",
    "makes",
    "real"
  ],
  "score": 88,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

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

100/100

Status

informational

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 is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "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: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, benefits, 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": "Grow your business",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"0ac8024a72d2d41f751618b42bf493ea\" style=\"opacity:0\">Grow your business</h2>"
    },
    {
      "text": "Everything you need on one platform",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"639ac7c4b5891f1d1465f0686fbcc1f5\" style=\"opacity:0\">Everything you need on one platform</h2>"
    },
    {
      "text": "Getting started has never been easier with AI",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"78e586baa256e71440065251ced55f84\" style=\"opacity:0;transform:translateY(25px)\">Getting started has never been easier with AI</h2>"
    },
    {
      "text": "Start with a website template designed for your business",
      "html": "<h2 class=\"text text--subtitle1 headline__title headline__title--centered\" data-sl-variant=\"1e2bb7f5f7db5c0278778c41db5040d3\" style=\"opacity:0\">Start with a website template designed for your business</h2>"
    },
    {
      "text": "Find the perfect domain for your website",
      "html": "<h2 class=\"text text--subtitle1 your-domain__title\" data-sl-variant=\"489c5cd4afb5ab3a75c827b10291e5ce\" style=\"opacity:0;transform:translateY(25px)\">Find the perfect domain for your website</h2>"
    },
    {
      "text": "Trusted by 14 million entrepreneurs worldwide",
      "html": "<h2 class=\"text text--subtitle1 text--light headline__title headline__title--centered\" data-sl-variant=\"705185db335351e5e1eea715138ca7dd\" style=\"opacity:0;transform:translateY(25px)\">Trusted by 14 million entrepreneurs worldwide</h2>"
    },
    {
      "text": "Websites made with Squarespace",
      "html": "<h2 class=\"text text--title2 text--light made-with-sqsp__accessible-list-sr-only\" data-sl-variant=\"984528be8cd0c3da77a9de74093293f1\">Websites made with Squarespace</h2>"
    },
    {
      "text": "How to build a website",
      "html": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"c681fdc6d690c4b0fdc48538f255894b\">How to build a website</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"78b1a28454355817eb171b50a00cad68\">Frequently asked questions</h2>"
    },
    {
      "text": "24/7 Support",
      "html": "<h2 class=\"text text--subtitle1 text--light\" data-sl-variant=\"b8ddb7dd504b2975b3ca9da7fde81988\">24/7 Support</h2>"
    },
    {
      "text": "Start your free website trial today",
      "html": "<h2 class=\"text text--title4 text--light conversion__title conversion__title--centered\" data-sl-variant=\"9b9769a88d4ecf587a3a28c6a37d1d7e\" style=\"opacity:0;transform:translateY(25px)\">Start your free website trial today</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Website Builder – Easily Create Your Own Webs... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Website Builder – Easily Create Your Own Webs... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website Builder – Easily Create Your Own Webs... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Website Builder – Easily Create Your Own Webs...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Website Builder – Easily Create Your Own Webs... 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": 352058
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 352058
          }
        ]
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      },
      {
        "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\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  class=\"region-www-styles-react\">\n  <head>\n  \n    \n    \n    \n    \n    \n    \n    \n    \n  \n\n  \n  <meta charset=\"utf-8\"/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n  <meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  \n  <link rel=\"preconnect dns-prefetch\" href=\"https://static.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static1.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://static3.squarespace.com\" />\n<link rel=\"preconnect dns-prefetch\" href=\"https://s3media.squarespace.com\" />\n<link rel=\"preconnect dns-pre"
      },
      "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://www.squarespace.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://www.squarespace.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.squarespace.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.squarespace.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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links are not crawlable

100 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

3 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": "3 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

68.2 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": "68.2 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": 68189.20799999996
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

25 Fail

Check name

Image optimization

Score

25/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 incorrect aspect ratio",
      "score": 0
    },
    {
      "id": "uses-responsive-images",
      "title": "Properly size images",
      "score": 50,
      "displayValue": "Est savings of 174 KiB",
      "numericValue": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

24 Fail

Check name

Loading performance

Score

27/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": 0,
      "displayValue": "6.0 s",
      "numericValue": 6005.1954000000005
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 0,
      "displayValue": "9.1 s",
      "numericValue": 9122.383299999998
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "37.1 s",
      "numericValue": 37059.39808610018
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "73,730 ms",
      "numericValue": 73725.50000000001
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "6,900 ms",
      "numericValue": 6898
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 430 ms",
      "numericValue": 430.294
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "93.2 s",
      "numericValue": 93166.0257
    },
    {
      "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": "210 ms",
      "numericValue": 214.246
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 40,130 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "9,120 ms"
    }
  ]
}

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
50/100Level 3, Bot-AwareCurrent report
Report ID c1b47064-0771-46c2-8ef2-6028a9149814. Scanned Jun 4, 2026, 10:23 PM.
squarespace.com AI SEO Report: 50/100 (Level 3, Bot-Aware)