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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability44%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO73%SEO77%Performance& Accessibility82%
  • AI Discoverability 44 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 73 out of 100
  • SEO 77 out of 100
  • Performance and Accessibility 82 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

wikiHow: How-to instructions you can trust. favicon

wikiHow: How-to instructions you can trust.

Learn how to do anything with wikiHow, the world's most popular how-to website. Easy, well-researched, and trustworthy instructions for everything you want to know.

Next step

Turn this report into a fix workflow

25 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
44
Priority fix7151View details
Discoverability
57
Needs work450View details
Content Readiness
38
Priority fix271View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
73
Needs work4016
GEO Readiness
75
Mostly ready105
AIO Readiness
79
Mostly ready205
AEO Readiness
67
Needs work106
SEO
77
Mostly ready830View details
SEO
77
Mostly ready830View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
82
Mostly ready2071View details
Performance
85
Mostly ready1341View details
Accessibility
76
Mostly ready730View details

Prioritized recommendations

Issues ranked by score impact

52 items need attention

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<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>.well known/api catalog - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\".well-known/api-catalog\",\"wgTitle\":\".well known/api catalog\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\""
      },
      "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
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

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

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<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>Openapi.json - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\"Openapi.json\",\"wgTitle\":\"Openapi.json\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\"wgDigitTransformTable\":[\"\",\"\"],\"w"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>Openapi.yaml - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\"Openapi.yaml\",\"wgTitle\":\"Openapi.yaml\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\"wgDigitTransformTable\":[\"\",\"\"],\"w"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>Swagger.json - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\"Swagger.json\",\"wgTitle\":\"Swagger.json\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\"wgDigitTransformTable\":[\"\",\"\"],\"w"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>Swagger.yaml - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\"Swagger.yaml\",\"wgTitle\":\"Swagger.yaml\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\"wgDigitTransformTable\":[\"\",\"\"],\"w"
          },
          {
            "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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.30.2</center>\r\n</body>\r\n</html>\r\n"
          },
          {
            "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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.30.2</center>\r\n</body>\r\n</html>\r\n"
          },
          {
            "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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.30.2</center>\r\n</body>\r\n</html>\r\n"
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 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 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": 218282
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 153
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 153
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Cookie, 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": "Cookie, Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Cookie, 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": 36295,
        "excerpt": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>wikiHow: How-to instructions you can trust.</title>\n<script>document.documentElement.className = document.documentElement.className.replace",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <nav> landmark; missing <footer> landmark; skipped heading levels; 10 links missing accessible names; 0/7 applicable form inputs have autocomplete attributes (7 missing); missing alt text on >10% of images.

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": false,
  "nav": false,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a id=\"header_logo\" href=\"/Main-Page\"></a>",
      "<a id=\"random-button\" href=\"/Special:Randomizer\"></a>",
      "<a href=\"/Partners#partners_section_unv\"><img data-type=\"United Nations Verified\" class=\"hp_special_image\" id=\"hp_special_images_unv\" src=\"/extensions/wikihow/courses/detailpages/fightmisinformation/assets/Verfied_UN_Colour.svg\"></a>",
      "<a href=\"/Partners#partners_section_wwf\"><img data-type=\"World Wildlife Fund\" class=\"hp_special_image\" id=\"hp_special_images_wwf\" src=\"/extensions/wikihow/Partners/images/world_wildlife_fund_logo.png\"></a>",
      "<a href=\"/Partners#partners_section_y\"><img data-type=\"YMCA\" class=\"hp_special_image\" id=\"hp_special_images_y\" src=\"/extensions/wikihow/Partners/images/ymca_logo.png\"></a>",
      "<a href=\"/Partners#partners_section_fa\"><img data-type=\"Feeding America\" class=\"hp_special_image\" id=\"hp_special_images_fa\" src=\"/extensions/wikihow/Partners/images/feeding_america_logo.png\"></a>",
      "<a href=\"/Partners#partners_section_mha\"><img data-type=\"Mental Health America\" class=\"hp_special_image\" id=\"hp_special_images_mha\" src=\"/extensions/wikihow/Partners/images/mental_health_america_logo.png\"></a>",
      "<a href=\"/Partners#partners_section_sa\"><img data-type=\"Shawn Achor\" class=\"hp_special_image\" id=\"hp_special_images_sa\" src=\"/extensions/wikihow/Partners/images/shawn_achor_logo.png\"></a>",
      "<a id=\"hp_featured_generator_open\" class=\"open\" href=\"/Generator/Labubu-Blind-Box-Generator?from=featuredmain\" data-event-click=\"hp_section_blindbox_click_go_dd\"> <img id=\"hp_generator_open_img\" src=\"/extensions/wikihow/NameGenerator/assets/box-bounce.gif\"> </a>",
      "<a class=\"button\" href=\"/Course/Explore?utm_source=wikihow&amp;utm_medium=banner&amp;utm_campaign=coursebanner\" id=\"acb_button\"></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input id=\"hs_query\" role=\"textbox\" tabindex=\"0\" name=\"search\" aria-label=\"Search here\" required placeholder x-webkit-speech>",
      "<input type=\"text\" id=\"hp_search\" name=\"search\" value x-webkit-speech placeholder=\"Search how to...\">",
      "<input id=\"hp_featured_generator_first_input\" placeholder=\"Enter your first name\" required>",
      "<input id=\"hp_newsletter_email\" type=\"text\" placeholder=\"Enter your email\">",
      "<input type=\"email\" class=\"news_sub_element email_input\" id=\"footer_subscribe_email\" placeholder=\"Enter your email\">",
      "<input type=\"text\" class=\"cse_q search_box\" id=\"search_field_bottom\" name=\"search\" value placeholder=\"Search how to...\" x-webkit-speech aria-label=\"Search here\">",
      "<input placeholder=\"Email Address\" id=\"slider_subscribe_email\" data-newsletter_type=\"wh\" type=\"text\">"
    ],
    "imagesMissingAlt": [
      "<img src=\"/extensions/wikihow/homepage/images/books2.png\" class=\"top_img\" loading=\"lazy\" id=\"hp_books\">",
      "<img class=\"wikidice_img small\" src=\"/extensions/wikihow/homepage/images/wikidice-mobile.svg\" loading=\"lazy\">",
      "<img class=\"wikidice_img large\" src=\"/extensions/wikihow/homepage/images/wikidice-large.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/popular2.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/more.png\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/9/93/Strange-History-Facts-Step-25-Version-2.jpg/-crop-375-250-333px-nowatermark-Strange-History-Facts-Step-25-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/9/93/Strange-History-Facts-Step-25-Version-2.jpg/-crop-375-250-333px-nowatermark-Strange-History-Facts-Step-25-Version-2.jpg.webp\" id=\"6a2c0cd79f060\" src=\"/images/",
      "<img src=\"/images/thumb/9/93/Strange-History-Facts-Step-25-Version-2.jpg/-crop-375-250-333px-nowatermark-Strange-History-Facts-Step-25-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/3/3d/Take-a-Mirror-Selfie-Step-4-Version-2.jpg/-crop-375-250-333px-nowatermark-Take-a-Mirror-Selfie-Step-4-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/3/3d/Take-a-Mirror-Selfie-Step-4-Version-2.jpg/-crop-375-250-333px-nowatermark-Take-a-Mirror-Selfie-Step-4-Version-2.jpg.webp\" id=\"6a2c0cd7a4633\" src=\"/images/thumb/3/",
      "<img src=\"/images/thumb/3/3d/Take-a-Mirror-Selfie-Step-4-Version-2.jpg/-crop-375-250-333px-nowatermark-Take-a-Mirror-Selfie-Step-4-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/e/ed/Define-Love-Step-12.jpg/-crop-375-250-333px-nowatermark-Define-Love-Step-12.jpg\" loading=\"lazy\" data-src=\"/images/thumb/e/ed/Define-Love-Step-12.jpg/-crop-375-250-333px-nowatermark-Define-Love-Step-12.jpg.webp\" id=\"6a2c0cd7a92cd\" src=\"/images/thumb/e/ed/Define-Love-Step-12.jpg/-crop-375-250-333px-nowatermark-Define-Love-S",
      "<img src=\"/images/thumb/e/ed/Define-Love-Step-12.jpg/-crop-375-250-333px-nowatermark-Define-Love-Step-12.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/42/Psychological-Facts-About-Soulmates-Step-12.jpg/-crop-375-250-333px-nowatermark-Psychological-Facts-About-Soulmates-Step-12.jpg\" loading=\"lazy\" data-src=\"/images/thumb/4/42/Psychological-Facts-About-Soulmates-Step-12.jpg/-crop-375-250-333px-nowatermark-Psychological-Facts-About-Soulmates-Step-12.jpg.webp\" id=\"6a2c0cd7ae56",
      "<img src=\"/images/thumb/4/42/Psychological-Facts-About-Soulmates-Step-12.jpg/-crop-375-250-333px-nowatermark-Psychological-Facts-About-Soulmates-Step-12.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/2/2f/Quiz-hair-colors-main.png/-crop-375-250-333px-nowatermark-Quiz-hair-colors-main.png\" loading=\"lazy\" data-src=\"/images/thumb/2/2f/Quiz-hair-colors-main.png/-crop-375-250-333px-nowatermark-Quiz-hair-colors-main.png.webp\" id=\"6a2c0cd7b2f92\" src=\"/images/thumb/2/2f/Quiz-hair-colors-main.png/-crop-375-250-333px-nowatermark-Qui",
      "<img src=\"/images/thumb/2/2f/Quiz-hair-colors-main.png/-crop-375-250-333px-nowatermark-Quiz-hair-colors-main.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/04/Express-Anger-Without-Hurting-People-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Express-Anger-Without-Hurting-People-Step-1-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/0/04/Express-Anger-Without-Hurting-People-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Express-Anger-Without-Hurting-People-Ste",
      "<img src=\"/images/thumb/0/04/Express-Anger-Without-Hurting-People-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Express-Anger-Without-Hurting-People-Step-1-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/0d/Tuesday-Motivational-Quotes-for-Work-Step-2.jpg/-crop-375-250-333px-nowatermark-Tuesday-Motivational-Quotes-for-Work-Step-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/0/0d/Tuesday-Motivational-Quotes-for-Work-Step-2.jpg/-crop-375-250-333px-nowatermark-Tuesday-Motivational-Quotes-for-Work-Step-2.jpg.webp\" id=\"6a2c0cd7bc3a",
      "<img src=\"/images/thumb/0/0d/Tuesday-Motivational-Quotes-for-Work-Step-2.jpg/-crop-375-250-333px-nowatermark-Tuesday-Motivational-Quotes-for-Work-Step-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/6/60/Quiz-lover-girl-or-heartbreaker-main.png/-crop-375-250-333px-nowatermark-Quiz-lover-girl-or-heartbreaker-main.png\" loading=\"lazy\" data-src=\"/images/thumb/6/60/Quiz-lover-girl-or-heartbreaker-main.png/-crop-375-250-333px-nowatermark-Quiz-lover-girl-or-heartbreaker-main.png.webp\" id=\"6a2c0cd7c126b\" src=\"/images/thumb/6/60/Q",
      "<img src=\"/images/thumb/6/60/Quiz-lover-girl-or-heartbreaker-main.png/-crop-375-250-333px-nowatermark-Quiz-lover-girl-or-heartbreaker-main.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/4b/Quiz-weather-events-main.png/-crop-375-250-333px-nowatermark-Quiz-weather-events-main.png\" loading=\"lazy\" data-src=\"/images/thumb/4/4b/Quiz-weather-events-main.png/-crop-375-250-333px-nowatermark-Quiz-weather-events-main.png.webp\" id=\"6a2c0cd7c6b66\" src=\"/images/thumb/4/4b/Quiz-weather-events-main.png/-crop-375-250-333px-",
      "<img src=\"/images/thumb/4/4b/Quiz-weather-events-main.png/-crop-375-250-333px-nowatermark-Quiz-weather-events-main.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/b/ba/Act-Cool-Step-18.jpg/-crop-375-250-333px-nowatermark-Act-Cool-Step-18.jpg\" loading=\"lazy\" data-src=\"/images/thumb/b/ba/Act-Cool-Step-18.jpg/-crop-375-250-333px-nowatermark-Act-Cool-Step-18.jpg.webp\" id=\"6a2c0cd7cc4a3\" src=\"/images/thumb/b/ba/Act-Cool-Step-18.jpg/-crop-375-250-333px-nowatermark-Act-Cool-Step-18.jpg.webp\">",
      "<img src=\"/images/thumb/b/ba/Act-Cool-Step-18.jpg/-crop-375-250-333px-nowatermark-Act-Cool-Step-18.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/7/77/Be-a-Furry-Step-2.jpg/-crop-375-250-333px-nowatermark-Be-a-Furry-Step-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/7/77/Be-a-Furry-Step-2.jpg/-crop-375-250-333px-nowatermark-Be-a-Furry-Step-2.jpg.webp\" id=\"6a2c0cd7d26cd\" src=\"/images/thumb/7/77/Be-a-Furry-Step-2.jpg/-crop-375-250-333px-nowatermark-Be-a-Furry-Step-2.jpg.w",
      "<img src=\"/images/thumb/7/77/Be-a-Furry-Step-2.jpg/-crop-375-250-333px-nowatermark-Be-a-Furry-Step-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/1/13/Washed-Meaning-Slang-Step-1.jpg/-crop-375-250-333px-nowatermark-Washed-Meaning-Slang-Step-1.jpg\" loading=\"lazy\" data-src=\"/images/thumb/1/13/Washed-Meaning-Slang-Step-1.jpg/-crop-375-250-333px-nowatermark-Washed-Meaning-Slang-Step-1.jpg.webp\" id=\"6a2c0cd7d8dd5\" src=\"/images/thumb/1/13/Washed-Meaning-Slang-Step-1.jpg/-crop",
      "<img src=\"/images/thumb/1/13/Washed-Meaning-Slang-Step-1.jpg/-crop-375-250-333px-nowatermark-Washed-Meaning-Slang-Step-1.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/fun.svg\" loading=\"lazy\">",
      "<img id=\"more_link_image\" src=\"/extensions/wikihow/homepage/images/more.png\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/45/Sexuality_quiz.png/-crop-375-250-374px-Sexuality_quiz.png\" loading=\"lazy\" data-src=\"/images/thumb/4/45/Sexuality_quiz.png/-crop-375-250-374px-Sexuality_quiz.png.webp\" id=\"6a2c0cd77beba\" src=\"/images/thumb/4/45/Sexuality_quiz.png/-crop-375-250-374px-Sexuality_quiz.png.webp\">",
      "<img src=\"/images/thumb/4/45/Sexuality_quiz.png/-crop-375-250-374px-Sexuality_quiz.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/f/f6/Get-Your-Crush-to-Like-You-%28for-Kids%29-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Get-Your-Crush-to-Like-You-%28for-Kids%29-Step-1-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/f/f6/Get-Your-Crush-to-Like-You-%28for-Kids%29-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Get-Your-Crush-to-Like-Yo",
      "<img src=\"/images/thumb/f/f6/Get-Your-Crush-to-Like-You-%28for-Kids%29-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Get-Your-Crush-to-Like-You-%28for-Kids%29-Step-1-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/c/c3/Dream-of-Your-Soulmate-Step-1.jpg/-crop-375-250-333px-nowatermark-Dream-of-Your-Soulmate-Step-1.jpg\" loading=\"lazy\" data-src=\"/images/thumb/c/c3/Dream-of-Your-Soulmate-Step-1.jpg/-crop-375-250-333px-nowatermark-Dream-of-Your-Soulmate-Step-1.jpg.webp\" id=\"6a2c0cd7862fe\" src=\"/images/thumb/c/c3/Dream-of-Your-Soulmate-Step-1",
      "<img src=\"/images/thumb/c/c3/Dream-of-Your-Soulmate-Step-1.jpg/-crop-375-250-333px-nowatermark-Dream-of-Your-Soulmate-Step-1.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/b/b7/Make-a-Detective-Kit-Step-3-Version-3.jpg/-crop-375-250-333px-nowatermark-Make-a-Detective-Kit-Step-3-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/b/b7/Make-a-Detective-Kit-Step-3-Version-3.jpg/-crop-375-250-333px-nowatermark-Make-a-Detective-Kit-Step-3-Version-3.jpg.webp\" id=\"6a2c0cd78c308\" src=\"/images/thumb/b/",
      "<img src=\"/images/thumb/b/b7/Make-a-Detective-Kit-Step-3-Version-3.jpg/-crop-375-250-333px-nowatermark-Make-a-Detective-Kit-Step-3-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/7/79/Date-a-Bisexual-Person-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Date-a-Bisexual-Person-Step-1-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/7/79/Date-a-Bisexual-Person-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Date-a-Bisexual-Person-Step-1-Version-3.jpg.webp\" id=\"6a2c0cd791943\" src=\"/images/",
      "<img src=\"/images/thumb/7/79/Date-a-Bisexual-Person-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Date-a-Bisexual-Person-Step-1-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/e/eb/Difference-Between-Nice-and-Kind-Step-6.jpg/-crop-375-250-333px-nowatermark-Difference-Between-Nice-and-Kind-Step-6.jpg.png\" loading=\"lazy\" data-src=\"/images/thumb/e/eb/Difference-Between-Nice-and-Kind-Step-6.jpg/-crop-375-250-333px-nowatermark-Difference-Between-Nice-and-Kind-Step-6.jpg.png.webp\" id=\"6a2c0cd795ba6\" src=\"",
      "<img src=\"/images/thumb/e/eb/Difference-Between-Nice-and-Kind-Step-6.jpg/-crop-375-250-333px-nowatermark-Difference-Between-Nice-and-Kind-Step-6.jpg.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/fire.svg\" loading=\"lazy\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/9/99/Attract-a-Woman-Step-5-Version-3.jpg/-crop-375-250-333px-nowatermark-Attract-a-Woman-Step-5-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/9/99/Attract-a-Woman-Step-5-Version-3.jpg/-crop-375-250-333px-nowatermark-Attract-a-Woman-Step-5-Version-3.jpg.webp\" id=\"6a2c0cd748d2b\" src=\"/images/thumb/9/99/Attract-a-Woman-S",
      "<img src=\"/images/thumb/9/99/Attract-a-Woman-Step-5-Version-3.jpg/-crop-375-250-333px-nowatermark-Attract-a-Woman-Step-5-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/3/31/Be-a-Good-Boyfriend-Step-11-Version-3.jpg/-crop-375-250-333px-nowatermark-Be-a-Good-Boyfriend-Step-11-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/3/31/Be-a-Good-Boyfriend-Step-11-Version-3.jpg/-crop-375-250-333px-nowatermark-Be-a-Good-Boyfriend-Step-11-Version-3.jpg.webp\" id=\"6a2c0cd74d81b\" src=\"/images/thumb/3/",
      "<img src=\"/images/thumb/3/31/Be-a-Good-Boyfriend-Step-11-Version-3.jpg/-crop-375-250-333px-nowatermark-Be-a-Good-Boyfriend-Step-11-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/9/93/Flirt-Without-Being-Obvious-Step-7-Version-2.jpg/-crop-375-250-333px-nowatermark-Flirt-Without-Being-Obvious-Step-7-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/9/93/Flirt-Without-Being-Obvious-Step-7-Version-2.jpg/-crop-375-250-333px-nowatermark-Flirt-Without-Being-Obvious-Step-7-Version-2.jpg.webp\" id=\"6a2c0cd7",
      "<img src=\"/images/thumb/9/93/Flirt-Without-Being-Obvious-Step-7-Version-2.jpg/-crop-375-250-333px-nowatermark-Flirt-Without-Being-Obvious-Step-7-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/2/22/What-Is-Considered-Cheating-Step-16.jpg/-crop-375-250-333px-nowatermark-What-Is-Considered-Cheating-Step-16.jpg\" loading=\"lazy\" data-src=\"/images/thumb/2/22/What-Is-Considered-Cheating-Step-16.jpg/-crop-375-250-333px-nowatermark-What-Is-Considered-Cheating-Step-16.jpg.webp\" id=\"6a2c0cd7552cc\" src=\"/images/thumb/2/22/What-",
      "<img src=\"/images/thumb/2/22/What-Is-Considered-Cheating-Step-16.jpg/-crop-375-250-333px-nowatermark-What-Is-Considered-Cheating-Step-16.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/2/2a/Tumisu-pros-5202088_1920.jpg/-crop-375-250-375px-Tumisu-pros-5202088_1920.jpg\" loading=\"lazy\" data-src=\"/images/thumb/2/2a/Tumisu-pros-5202088_1920.jpg/-crop-375-250-375px-Tumisu-pros-5202088_1920.jpg.webp\" id=\"6a2c0cd7592b4\" src=\"/images/thumb/2/2a/Tumisu-pros-5202088_1920.jpg/-crop-375-250-375px-Tumisu-pros-5202088_1920",
      "<img src=\"/images/thumb/2/2a/Tumisu-pros-5202088_1920.jpg/-crop-375-250-375px-Tumisu-pros-5202088_1920.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/43/Men-Type-Quiz.png/-crop-375-250-375px-Men-Type-Quiz.png\" loading=\"lazy\" data-src=\"/images/thumb/4/43/Men-Type-Quiz.png/-crop-375-250-375px-Men-Type-Quiz.png.webp\" id=\"6a2c0cd75da26\" src=\"/images/thumb/4/43/Men-Type-Quiz.png/-crop-375-250-375px-Men-Type-Quiz.png.webp\">",
      "<img src=\"/images/thumb/4/43/Men-Type-Quiz.png/-crop-375-250-375px-Men-Type-Quiz.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/coauthor2.svg\" loading=\"lazy\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/a/ae/Soulmate_quiz_pic.png/-crop-375-250-366px-Soulmate_quiz_pic.png\" loading=\"lazy\" data-src=\"/images/thumb/a/ae/Soulmate_quiz_pic.png/-crop-375-250-366px-Soulmate_quiz_pic.png.webp\" id=\"6a2c0cd7629c7\" src=\"/images/thumb/a/ae/Soulmate_quiz_pic.png/-crop-375-250-366px-Soulmate_quiz_pic.png.webp\">",
      "<img src=\"/images/thumb/a/ae/Soulmate_quiz_pic.png/-crop-375-250-366px-Soulmate_quiz_pic.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/7/74/Guess-my-age-image-%281%29.png/-crop-375-250-375px-Guess-my-age-image-%281%29.png\" loading=\"lazy\" data-src=\"/images/thumb/7/74/Guess-my-age-image-%281%29.png/-crop-375-250-375px-Guess-my-age-image-%281%29.png.webp\" id=\"6a2c0cd76695b\" src=\"/images/thumb/7/74/Guess-my-age-image-%281%29.png/-crop-375-250-375px-Guess-my-age-i",
      "<img src=\"/images/thumb/7/74/Guess-my-age-image-%281%29.png/-crop-375-250-375px-Guess-my-age-image-%281%29.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/83/Know-if-You%27re-in-Love-Step-20.jpg/-crop-375-250-333px-nowatermark-Know-if-You%27re-in-Love-Step-20.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/83/Know-if-You%27re-in-Love-Step-20.jpg/-crop-375-250-333px-nowatermark-Know-if-You%27re-in-Love-Step-20.jpg.webp\" id=\"6a2c0cd76aae0\" src=\"/images/thumb/8/83/Know-if-You%27re-",
      "<img src=\"/images/thumb/8/83/Know-if-You%27re-in-Love-Step-20.jpg/-crop-375-250-333px-nowatermark-Know-if-You%27re-in-Love-Step-20.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/82/What-Is-True-Love-Step-1.jpg/-crop-375-250-333px-nowatermark-What-Is-True-Love-Step-1.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/82/What-Is-True-Love-Step-1.jpg/-crop-375-250-333px-nowatermark-What-Is-True-Love-Step-1.jpg.webp\" id=\"6a2c0cd76eca0\" src=\"/images/thumb/8/82/What-Is-True-Love-Step-1.jpg/-crop-375-250-333px-",
      "<img src=\"/images/thumb/8/82/What-Is-True-Love-Step-1.jpg/-crop-375-250-333px-nowatermark-What-Is-True-Love-Step-1.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/5/5b/Best-Place-to-Exchange-Currency-Step-18-Version-2.jpg/-crop-375-250-333px-nowatermark-Best-Place-to-Exchange-Currency-Step-18-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/5/5b/Best-Place-to-Exchange-Currency-Step-18-Version-2.jpg/-crop-375-250-333px-nowatermark-Best-Place-to-Exchange-Currency-Step-18-Version-2.jp",
      "<img src=\"/images/thumb/5/5b/Best-Place-to-Exchange-Currency-Step-18-Version-2.jpg/-crop-375-250-333px-nowatermark-Best-Place-to-Exchange-Currency-Step-18-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/d/db/Do_i_have_a_crush_quiz.png/-crop-375-250-375px-Do_i_have_a_crush_quiz.png\" loading=\"lazy\" data-src=\"/images/thumb/d/db/Do_i_have_a_crush_quiz.png/-crop-375-250-375px-Do_i_have_a_crush_quiz.png.webp\" id=\"6a2c0cd77743c\" src=\"/images/thumb/d/db/Do_i_have_a_crush_quiz.png/-crop-375-250-375px-Do_i_have_a_crush_quiz.png.webp\">",
      "<img src=\"/images/thumb/d/db/Do_i_have_a_crush_quiz.png/-crop-375-250-375px-Do_i_have_a_crush_quiz.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/writers.png\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/expert.png\" loading=\"lazy\">",
      "<img data-type=\"United Nations Verified\" class=\"hp_special_image\" id=\"hp_special_images_unv\" src=\"/extensions/wikihow/courses/detailpages/fightmisinformation/assets/Verfied_UN_Colour.svg\">",
      "<img data-type=\"World Wildlife Fund\" class=\"hp_special_image\" id=\"hp_special_images_wwf\" src=\"/extensions/wikihow/Partners/images/world_wildlife_fund_logo.png\">",
      "<img data-type=\"YMCA\" class=\"hp_special_image\" id=\"hp_special_images_y\" src=\"/extensions/wikihow/Partners/images/ymca_logo.png\">",
      "<img data-type=\"Feeding America\" class=\"hp_special_image\" id=\"hp_special_images_fa\" src=\"/extensions/wikihow/Partners/images/feeding_america_logo.png\">",
      "<img data-type=\"Mental Health America\" class=\"hp_special_image\" id=\"hp_special_images_mha\" src=\"/extensions/wikihow/Partners/images/mental_health_america_logo.png\">",
      "<img data-type=\"Shawn Achor\" class=\"hp_special_image\" id=\"hp_special_images_sa\" src=\"/extensions/wikihow/Partners/images/shawn_achor_logo.png\">",
      "<img src=\"/extensions/wikihow/homepage/images/categories2.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/arts_and_entertainment.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/cars_and_other_vehicles.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/computers_and_electronics.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/education_and_communication.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/family_life.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/finance_and_business.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/food_and_entertaining.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/forums.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/fun_games.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/health.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/hobbies_and_crafts.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/holidays_and_tradition.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/home_and_garden.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/personal_care_and_style.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/pets_and_animals.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/philosophy_and_religion.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/quizzes.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/relationships.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/sports_and_fitness.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/travel.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/trending.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/work_world.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/categories/images/youth.svg\" loading=\"lazy\">",
      "<img id=\"hp_generator_open_img\" src=\"/extensions/wikihow/NameGenerator/assets/box-bounce.gif\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/e/ed/Formal_dance.jpg/-crop-375-250-375px-Formal_dance.jpg\" loading=\"lazy\" data-src=\"/images/thumb/e/ed/Formal_dance.jpg/-crop-375-250-375px-Formal_dance.jpg.webp\" id=\"6a2c0cd86a86a\" src=\"/images/thumb/e/ed/Formal_dance.jpg/-crop-375-250-375px-Formal_dance.jpg.webp\">",
      "<img src=\"/images/thumb/e/ed/Formal_dance.jpg/-crop-375-250-375px-Formal_dance.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/9/91/Walk-Like-a-Catwalk-Model-Step-4-Version-5.jpg/-crop-375-250-333px-nowatermark-Walk-Like-a-Catwalk-Model-Step-4-Version-5.jpg\" loading=\"lazy\" data-src=\"/images/thumb/9/91/Walk-Like-a-Catwalk-Model-Step-4-Version-5.jpg/-crop-375-250-333px-nowatermark-Walk-Like-a-Catwalk-Model-Step-4-Version-5.jpg.webp\" id=\"6a2c0cd87099f\" s",
      "<img src=\"/images/thumb/9/91/Walk-Like-a-Catwalk-Model-Step-4-Version-5.jpg/-crop-375-250-333px-nowatermark-Walk-Like-a-Catwalk-Model-Step-4-Version-5.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/9/98/Main-stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg/-crop-375-250-375px-Main-stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg\" loading=\"lazy\" data-src=\"/images/thumb/9/98/Main-stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg/-crop-375-250-375px-Main-stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg.webp\" id=\"6a2c0cd877028\" src=\"/images/thumb/9/98/Main-",
      "<img src=\"/images/thumb/9/98/Main-stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg/-crop-375-250-375px-Main-stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/0d/Pexels-alisa-skripina-2147548092-36077425.jpg/-crop-375-250-342px-Pexels-alisa-skripina-2147548092-36077425.jpg\" loading=\"lazy\" data-src=\"/images/thumb/0/0d/Pexels-alisa-skripina-2147548092-36077425.jpg/-crop-375-250-342px-Pexels-alisa-skripina-2147548092-36077425.jpg.webp\" id=\"6a2c0cd87e06d\" src=\"/images/thumb/0/0d/Pexel",
      "<img src=\"/images/thumb/0/0d/Pexels-alisa-skripina-2147548092-36077425.jpg/-crop-375-250-342px-Pexels-alisa-skripina-2147548092-36077425.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/6/6e/Get-Guys-to-Like-You-for-Your-Personality-and-Not-Your-Looks-Step-8-Version-2.jpg/-crop-375-250-333px-nowatermark-Get-Guys-to-Like-You-for-Your-Personality-and-Not-Your-Looks-Step-8-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/6/6e/Get-Guys-to-Like-You-for-Your-Personality-and-Not-Your-Looks-Step-8-Version-2.jpg/",
      "<img src=\"/images/thumb/6/6e/Get-Guys-to-Like-You-for-Your-Personality-and-Not-Your-Looks-Step-8-Version-2.jpg/-crop-375-250-333px-nowatermark-Get-Guys-to-Like-You-for-Your-Personality-and-Not-Your-Looks-Step-8-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/a/aa/Uncanny-Valley-Face-Step-8.jpg/-crop-375-250-333px-nowatermark-Uncanny-Valley-Face-Step-8.jpg\" loading=\"lazy\" data-src=\"/images/thumb/a/aa/Uncanny-Valley-Face-Step-8.jpg/-crop-375-250-333px-nowatermark-Uncanny-Valley-Face-Step-8.jpg.webp\" id=\"6a2c0cd88a4a9\" src=\"/images/thumb/a/aa/Uncanny-Valley-Face-Step-8.jpg/-crop-375-",
      "<img src=\"/images/thumb/a/aa/Uncanny-Valley-Face-Step-8.jpg/-crop-375-250-333px-nowatermark-Uncanny-Valley-Face-Step-8.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/4e/Gaslighting-Yourself-Step-2.jpg/-crop-375-250-333px-nowatermark-Gaslighting-Yourself-Step-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/4/4e/Gaslighting-Yourself-Step-2.jpg/-crop-375-250-333px-nowatermark-Gaslighting-Yourself-Step-2.jpg.webp\" id=\"6a2c0cd890345\" src=\"/images/thumb/4/4e/Gaslighting-Yourself-Step-2.jpg/-crop",
      "<img src=\"/images/thumb/4/4e/Gaslighting-Yourself-Step-2.jpg/-crop-375-250-333px-nowatermark-Gaslighting-Yourself-Step-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/41/Touch-Grass-Meaning-Step-8.jpg/-crop-375-250-333px-nowatermark-Touch-Grass-Meaning-Step-8.jpg\" loading=\"lazy\" data-src=\"/images/thumb/4/41/Touch-Grass-Meaning-Step-8.jpg/-crop-375-250-333px-nowatermark-Touch-Grass-Meaning-Step-8.jpg.webp\" id=\"6a2c0cd8951fe\" src=\"/images/thumb/4/41/Touch-Grass-Meaning-Step-8.jpg/-crop-375-",
      "<img src=\"/images/thumb/4/41/Touch-Grass-Meaning-Step-8.jpg/-crop-375-250-333px-nowatermark-Touch-Grass-Meaning-Step-8.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/c/cc/Canva-i-am-in-love-with-you.jpg/-crop-375-250-375px-Canva-i-am-in-love-with-you.jpg\" loading=\"lazy\" data-src=\"/images/thumb/c/cc/Canva-i-am-in-love-with-you.jpg/-crop-375-250-375px-Canva-i-am-in-love-with-you.jpg.webp\" id=\"6a2c0cd8995be\" src=\"/images/thumb/c/cc/Canva-i-am-in-love-with-you.jpg/-crop-375-250-375px-Canva-i-a",
      "<img src=\"/images/thumb/c/cc/Canva-i-am-in-love-with-you.jpg/-crop-375-250-375px-Canva-i-am-in-love-with-you.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/e/e2/Have-a-Healthy-Relationship-Step-9-Version-3.jpg/-crop-375-250-333px-nowatermark-Have-a-Healthy-Relationship-Step-9-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/e/e2/Have-a-Healthy-Relationship-Step-9-Version-3.jpg/-crop-375-250-333px-nowatermark-Have-a-Healthy-Relationship-Step-9-Version-3.jpg.webp\" id=\"6a2c0cd8",
      "<img src=\"/images/thumb/e/e2/Have-a-Healthy-Relationship-Step-9-Version-3.jpg/-crop-375-250-333px-nowatermark-Have-a-Healthy-Relationship-Step-9-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/a/a1/Stop-Love-Bombing-Step-1.jpg/-crop-375-250-333px-nowatermark-Stop-Love-Bombing-Step-1.jpg\" loading=\"lazy\" data-src=\"/images/thumb/a/a1/Stop-Love-Bombing-Step-1.jpg/-crop-375-250-333px-nowatermark-Stop-Love-Bombing-Step-1.jpg.webp\" id=\"6a2c0cd8a2004\" src=\"/images/thumb/a/a1/Stop-Love-Bombing-Step-1.jpg/-crop-375-250-333px-",
      "<img src=\"/images/thumb/a/a1/Stop-Love-Bombing-Step-1.jpg/-crop-375-250-333px-nowatermark-Stop-Love-Bombing-Step-1.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/47/Get-Fit-As-a-Teen-Without-Boredom-Step-3-Version-2.jpg/-crop-375-250-333px-nowatermark-Get-Fit-As-a-Teen-Without-Boredom-Step-3-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/4/47/Get-Fit-As-a-Teen-Without-Boredom-Step-3-Version-2.jpg/-crop-375-250-333px-nowatermark-Get-Fit-As-a-Teen-Without-Boredom-Step-3-Version-",
      "<img src=\"/images/thumb/4/47/Get-Fit-As-a-Teen-Without-Boredom-Step-3-Version-2.jpg/-crop-375-250-333px-nowatermark-Get-Fit-As-a-Teen-Without-Boredom-Step-3-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/7/70/Types-of-Dimples-Step-1-Version-2.jpg/-crop-375-250-333px-nowatermark-Types-of-Dimples-Step-1-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/7/70/Types-of-Dimples-Step-1-Version-2.jpg/-crop-375-250-333px-nowatermark-Types-of-Dimples-Step-1-Version-2.jpg.webp\" id=\"6a2c0cd8aa1ea\" src=\"/images/thumb/7/70/Types-of-Dimp",
      "<img src=\"/images/thumb/7/70/Types-of-Dimples-Step-1-Version-2.jpg/-crop-375-250-333px-nowatermark-Types-of-Dimples-Step-1-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/3/3a/Toe-Shape-Meaning-Summary.jpg/-crop-375-250-333px-nowatermark-Toe-Shape-Meaning-Summary.jpg\" loading=\"lazy\" data-src=\"/images/thumb/3/3a/Toe-Shape-Meaning-Summary.jpg/-crop-375-250-333px-nowatermark-Toe-Shape-Meaning-Summary.jpg.webp\" id=\"6a2c0cd8adf09\" src=\"/images/thumb/3/3a/Toe-Shape-Meaning-Summary.jpg/-crop-375-250-3",
      "<img src=\"/images/thumb/3/3a/Toe-Shape-Meaning-Summary.jpg/-crop-375-250-333px-nowatermark-Toe-Shape-Meaning-Summary.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/88/Change-Your-Eye-Color-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Change-Your-Eye-Color-Step-1-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/88/Change-Your-Eye-Color-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Change-Your-Eye-Color-Step-1-Version-3.jpg.webp\" id=\"6a2c0cd8b1742\" src=\"/images/thum",
      "<img src=\"/images/thumb/8/88/Change-Your-Eye-Color-Step-1-Version-3.jpg/-crop-375-250-333px-nowatermark-Change-Your-Eye-Color-Step-1-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/83/Finger-Length-Meaning-Summary.jpg/-crop-375-250-333px-nowatermark-Finger-Length-Meaning-Summary.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/83/Finger-Length-Meaning-Summary.jpg/-crop-375-250-333px-nowatermark-Finger-Length-Meaning-Summary.jpg.webp\" id=\"6a2c0cd8b563a\" src=\"/images/thumb/8/83/Finger-Length-Meaning-Summary",
      "<img src=\"/images/thumb/8/83/Finger-Length-Meaning-Summary.jpg/-crop-375-250-333px-nowatermark-Finger-Length-Meaning-Summary.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/2/25/Hardest-Songs-to-Sing-Step-26-Version-2.jpg/-crop-375-250-333px-nowatermark-Hardest-Songs-to-Sing-Step-26-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/2/25/Hardest-Songs-to-Sing-Step-26-Version-2.jpg/-crop-375-250-333px-nowatermark-Hardest-Songs-to-Sing-Step-26-Version-2.jpg.webp\" id=\"6a2c0cd8b95fe\" src=\"/images/",
      "<img src=\"/images/thumb/2/25/Hardest-Songs-to-Sing-Step-26-Version-2.jpg/-crop-375-250-333px-nowatermark-Hardest-Songs-to-Sing-Step-26-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/d/d0/Accept-Being-Single-for-the-Rest-of-Your-Life-Step-12.jpg/-crop-375-250-333px-nowatermark-Accept-Being-Single-for-the-Rest-of-Your-Life-Step-12.jpg\" loading=\"lazy\" data-src=\"/images/thumb/d/d0/Accept-Being-Single-for-the-Rest-of-Your-Life-Step-12.jpg/-crop-375-250-333px-nowatermark-Accept-Being-Single-for-the-Rest-of-Your",
      "<img src=\"/images/thumb/d/d0/Accept-Being-Single-for-the-Rest-of-Your-Life-Step-12.jpg/-crop-375-250-333px-nowatermark-Accept-Being-Single-for-the-Rest-of-Your-Life-Step-12.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/e/e6/Take-an-Arch-Pic-Step-13.jpg/-crop-375-250-333px-nowatermark-Take-an-Arch-Pic-Step-13.jpg\" loading=\"lazy\" data-src=\"/images/thumb/e/e6/Take-an-Arch-Pic-Step-13.jpg/-crop-375-250-333px-nowatermark-Take-an-Arch-Pic-Step-13.jpg.webp\" id=\"6a2c0cd8c15cf\" src=\"/images/thumb/e/e6/Take-an-Arch-Pic-Step-13.jpg/-crop-375-250-333px-",
      "<img src=\"/images/thumb/e/e6/Take-an-Arch-Pic-Step-13.jpg/-crop-375-250-333px-nowatermark-Take-an-Arch-Pic-Step-13.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/6/6f/Have-a-Good-Summer-if-You-Have-No-Friends-%28for-Teens%29-Step-13-Version-5.jpg/-crop-375-250-333px-nowatermark-Have-a-Good-Summer-if-You-Have-No-Friends-%28for-Teens%29-Step-13-Version-5.jpg\" loading=\"lazy\" data-src=\"/images/thumb/6/6f/Have-a-Good-Summer-if-You-Have-No-Friends-%28for-Teens%29-Step-13-Version-5.jpg/-crop-",
      "<img src=\"/images/thumb/6/6f/Have-a-Good-Summer-if-You-Have-No-Friends-%28for-Teens%29-Step-13-Version-5.jpg/-crop-375-250-333px-nowatermark-Have-a-Good-Summer-if-You-Have-No-Friends-%28for-Teens%29-Step-13-Version-5.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/QuizArticles/assets/leftarrow.svg\">",
      "<img src=\"/extensions/wikihow/QuizArticles/assets/try_again.svg\">",
      "<img src=\"/extensions/wikihow/homepage/images/international2.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/newsletter2.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/newsletter.png\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/atlantic.png\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/vice.png\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/motherjones.png\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/discussions.svg\" loading=\"lazy\">",
      "<img id=\"hp_discussion_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\">",
      "<img src=\"/extensions/wikihow/homepage/images/icon_books.png\" loading=\"lazy\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/0f/Yoga_for_your_back_course.png/-crop-375-250-375px-Yoga_for_your_back_course.png\" loading=\"lazy\" data-src=\"/images/thumb/0/0f/Yoga_for_your_back_course.png/-crop-375-250-375px-Yoga_for_your_back_course.png.webp\" id=\"6a2c0cd79cd20\" src=\"/images/thumb/0/0f/Yoga_for_your_back_course.png/-crop-375-250-375px-Yoga_for_your_back_",
      "<img src=\"/images/thumb/0/0f/Yoga_for_your_back_course.png/-crop-375-250-375px-Yoga_for_your_back_course.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/8e/Winning-Resume-Thumbnail.png/-crop-375-250-327px-Winning-Resume-Thumbnail.png\" loading=\"lazy\" data-src=\"/images/thumb/8/8e/Winning-Resume-Thumbnail.png/-crop-375-250-327px-Winning-Resume-Thumbnail.png.webp\" id=\"6a2c0cd79ce70\" src=\"/images/thumb/8/8e/Winning-Resume-Thumbnail.png/-crop-375-250-327px-Winning-Resume-Thumbnail",
      "<img src=\"/images/thumb/8/8e/Winning-Resume-Thumbnail.png/-crop-375-250-327px-Winning-Resume-Thumbnail.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/d/de/Relieve_muscle_pain.png/-crop-375-250-375px-Relieve_muscle_pain.png\" loading=\"lazy\" data-src=\"/images/thumb/d/de/Relieve_muscle_pain.png/-crop-375-250-375px-Relieve_muscle_pain.png.webp\" id=\"6a2c0cd79cf94\" src=\"/images/thumb/d/de/Relieve_muscle_pain.png/-crop-375-250-375px-Relieve_muscle_pain.png.webp\">",
      "<img src=\"/images/thumb/d/de/Relieve_muscle_pain.png/-crop-375-250-375px-Relieve_muscle_pain.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/1/13/Excel-Pivot-Skills-Thumbnail.png/-crop-375-250-327px-Excel-Pivot-Skills-Thumbnail.png\" loading=\"lazy\" data-src=\"/images/thumb/1/13/Excel-Pivot-Skills-Thumbnail.png/-crop-375-250-327px-Excel-Pivot-Skills-Thumbnail.png.webp\" id=\"6a2c0cd79d0bb\" src=\"/images/thumb/1/13/Excel-Pivot-Skills-Thumbnail.png/-crop-375-250-327px-Exce",
      "<img src=\"/images/thumb/1/13/Excel-Pivot-Skills-Thumbnail.png/-crop-375-250-327px-Excel-Pivot-Skills-Thumbnail.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/3/33/Betting_on_bitcoin%281%29.png/-crop-375-250-375px-Betting_on_bitcoin%281%29.png\" loading=\"lazy\" data-src=\"/images/thumb/3/33/Betting_on_bitcoin%281%29.png/-crop-375-250-375px-Betting_on_bitcoin%281%29.png.webp\" id=\"6a2c0cd79d1dd\" src=\"/images/thumb/3/33/Betting_on_bitcoin%281%29.png/-crop-375-250-375px-Betting_on_bitcoin%",
      "<img src=\"/images/thumb/3/33/Betting_on_bitcoin%281%29.png/-crop-375-250-375px-Betting_on_bitcoin%281%29.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/03/Candle_Course_Image.png/-crop-375-250-375px-Candle_Course_Image.png\" loading=\"lazy\" data-src=\"/images/thumb/0/03/Candle_Course_Image.png/-crop-375-250-375px-Candle_Course_Image.png.webp\" id=\"6a2c0cd79d320\" src=\"/images/thumb/0/03/Candle_Course_Image.png/-crop-375-250-375px-Candle_Course_Image.png.webp\">",
      "<img src=\"/images/thumb/0/03/Candle_Course_Image.png/-crop-375-250-375px-Candle_Course_Image.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/watch2.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/6/6a/Make-a-Blanket-Fort-Step-12-Version-4.jpg/-crop-375-250-333px-nowatermark-Make-a-Blanket-Fort-Step-12-Version-4.jpg\" loading=\"lazy\" data-src=\"/images/thumb/6/6a/Make-a-Blanket-Fort-Step-12-Version-4.jpg/-crop-375-250-333px-nowatermark-Make-a-Blanket-Fort-Step-12-Version-4.jpg.webp\" id=\"6a2c0cd83ce65\" src=\"/images/thumb/6/",
      "<img src=\"/images/thumb/6/6a/Make-a-Blanket-Fort-Step-12-Version-4.jpg/-crop-375-250-333px-nowatermark-Make-a-Blanket-Fort-Step-12-Version-4.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/b/bd/Lift-One-Eyebrow-Step-8-Version-4.jpg/-crop-375-250-375px-nowatermark-Lift-One-Eyebrow-Step-8-Version-4.jpg\" loading=\"lazy\" data-src=\"/images/thumb/b/bd/Lift-One-Eyebrow-Step-8-Version-4.jpg/-crop-375-250-375px-nowatermark-Lift-One-Eyebrow-Step-8-Version-4.jpg.webp\" id=\"6a2c0cd843fd2\" src=\"/images/thumb/b/bd/Lift-One-Eyeb",
      "<img src=\"/images/thumb/b/bd/Lift-One-Eyebrow-Step-8-Version-4.jpg/-crop-375-250-375px-nowatermark-Lift-One-Eyebrow-Step-8-Version-4.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/c/cb/Flick-a-Bic-Lighter-Step-10-Version-2.jpg/-crop-375-250-375px-nowatermark-Flick-a-Bic-Lighter-Step-10-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/c/cb/Flick-a-Bic-Lighter-Step-10-Version-2.jpg/-crop-375-250-375px-nowatermark-Flick-a-Bic-Lighter-Step-10-Version-2.jpg.webp\" id=\"6a2c0cd84b05e\" src=\"/images/thumb/c/",
      "<img src=\"/images/thumb/c/cb/Flick-a-Bic-Lighter-Step-10-Version-2.jpg/-crop-375-250-375px-nowatermark-Flick-a-Bic-Lighter-Step-10-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/6/6b/Come-to-Terms-with-Feeling-Ugly-Step-7-Version-3.jpg/-crop-375-250-333px-nowatermark-Come-to-Terms-with-Feeling-Ugly-Step-7-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/6/6b/Come-to-Terms-with-Feeling-Ugly-Step-7-Version-3.jpg/-crop-375-250-333px-nowatermark-Come-to-Terms-with-Feeling-Ugly-Step-7-Version-3.jpg.we",
      "<img src=\"/images/thumb/6/6b/Come-to-Terms-with-Feeling-Ugly-Step-7-Version-3.jpg/-crop-375-250-333px-nowatermark-Come-to-Terms-with-Feeling-Ugly-Step-7-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/8f/Make-Shrinky-Dinks-Step-9.jpg/-crop-375-250-375px-nowatermark-Make-Shrinky-Dinks-Step-9.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/8f/Make-Shrinky-Dinks-Step-9.jpg/-crop-375-250-375px-nowatermark-Make-Shrinky-Dinks-Step-9.jpg.webp\" id=\"6a2c0cd858eed\" src=\"/images/thumb/8/8f/Make-Shrinky-Dinks-Step-9.jpg/-crop-375-250-3",
      "<img src=\"/images/thumb/8/8f/Make-Shrinky-Dinks-Step-9.jpg/-crop-375-250-375px-nowatermark-Make-Shrinky-Dinks-Step-9.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/d/de/Remove-Sticker-Residue-Step-16-Version-6.jpg/-crop-375-250-375px-nowatermark-Remove-Sticker-Residue-Step-16-Version-6.jpg\" loading=\"lazy\" data-src=\"/images/thumb/d/de/Remove-Sticker-Residue-Step-16-Version-6.jpg/-crop-375-250-375px-nowatermark-Remove-Sticker-Residue-Step-16-Version-6.jpg.webp\" id=\"6a2c0cd8625c2\" src=\"/ima",
      "<img src=\"/images/thumb/d/de/Remove-Sticker-Residue-Step-16-Version-6.jpg/-crop-375-250-375px-nowatermark-Remove-Sticker-Residue-Step-16-Version-6.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">",
      "<img id=\"hp_expert_quiz_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/84/Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg/-crop-375-250-333px-nowatermark-Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/84/Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg/-crop-375-250-333px-nowatermark-Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg.webp\" id=\"6a2c0cd7df6ff\" src=\"/images/thumb/8/84/T",
      "<img src=\"/images/thumb/8/84/Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg/-crop-375-250-333px-nowatermark-Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/9/95/Retire-Rich-Step-11.jpg/-crop-375-250-333px-nowatermark-Retire-Rich-Step-11.jpg\" loading=\"lazy\" data-src=\"/images/thumb/9/95/Retire-Rich-Step-11.jpg/-crop-375-250-333px-nowatermark-Retire-Rich-Step-11.jpg.webp\" id=\"6a2c0cd7e57b4\" src=\"/images/thumb/9/95/Retire-Rich-Step-11.jpg/-crop-375-250-333px-nowatermark-Retire-Rich-S",
      "<img src=\"/images/thumb/9/95/Retire-Rich-Step-11.jpg/-crop-375-250-333px-nowatermark-Retire-Rich-Step-11.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/2/21/What_emoji_am_i.png/-crop-375-250-373px-What_emoji_am_i.png\" loading=\"lazy\" data-src=\"/images/thumb/2/21/What_emoji_am_i.png/-crop-375-250-373px-What_emoji_am_i.png.webp\" id=\"6a2c0cd7eb6b7\" src=\"/images/thumb/2/21/What_emoji_am_i.png/-crop-375-250-373px-What_emoji_am_i.png.webp\">",
      "<img src=\"/images/thumb/2/21/What_emoji_am_i.png/-crop-375-250-373px-What_emoji_am_i.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/3/30/Bangtan-quiz.jpg/-crop-375-250-375px-Bangtan-quiz.jpg\" loading=\"lazy\" data-src=\"/images/thumb/3/30/Bangtan-quiz.jpg/-crop-375-250-375px-Bangtan-quiz.jpg.webp\" id=\"6a2c0cd7f1518\" src=\"/images/thumb/3/30/Bangtan-quiz.jpg/-crop-375-250-375px-Bangtan-quiz.jpg.webp\">",
      "<img src=\"/images/thumb/3/30/Bangtan-quiz.jpg/-crop-375-250-375px-Bangtan-quiz.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/3/3c/Be-Best-Friends-Step-13-Version-2.jpg/-crop-375-250-333px-nowatermark-Be-Best-Friends-Step-13-Version-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/3/3c/Be-Best-Friends-Step-13-Version-2.jpg/-crop-375-250-333px-nowatermark-Be-Best-Friends-Step-13-Version-2.jpg.webp\" id=\"6a2c0cd804244\" src=\"/images/thumb/3/3c/Be-Best-Frien",
      "<img src=\"/images/thumb/3/3c/Be-Best-Friends-Step-13-Version-2.jpg/-crop-375-250-333px-nowatermark-Be-Best-Friends-Step-13-Version-2.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/e/e5/Quiz-BTS-boyfriend-main3.png/-crop-375-250-375px-nowatermark-Quiz-BTS-boyfriend-main3.png\" loading=\"lazy\" data-src=\"/images/thumb/e/e5/Quiz-BTS-boyfriend-main3.png/-crop-375-250-375px-nowatermark-Quiz-BTS-boyfriend-main3.png.webp\" id=\"6a2c0cd80cfad\" src=\"/images/thumb/e/e5/Quiz-BTS-boyfriend-main3.png/-crop-375-250-375px-",
      "<img src=\"/images/thumb/e/e5/Quiz-BTS-boyfriend-main3.png/-crop-375-250-375px-nowatermark-Quiz-BTS-boyfriend-main3.png\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"https://i.ytimg.com/vi/GgyhqIQ8hMY/hqdefault.jpg\" loading=\"lazy\" data-src=\"https://i.ytimg.com/vi/GgyhqIQ8hMY/hqdefault.jpg\" id=\"6a2c0cd81215c\" src=\"https://i.ytimg.com/vi/GgyhqIQ8hMY/hqdefault.jpg\">",
      "<img src=\"https://i.ytimg.com/vi/GgyhqIQ8hMY/hqdefault.jpg\" width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"https://i.ytimg.com/vi/ZSeg-Q5H_t8/hqdefault.jpg\" loading=\"lazy\" data-src=\"https://i.ytimg.com/vi/ZSeg-Q5H_t8/hqdefault.jpg\" id=\"6a2c0cd818991\" src=\"https://i.ytimg.com/vi/ZSeg-Q5H_t8/hqdefault.jpg\">",
      "<img src=\"https://i.ytimg.com/vi/ZSeg-Q5H_t8/hqdefault.jpg\" width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/7/73/Expert-Video-What-Are-Your-Tips-for-Learning-English-Step-0-preview.jpg/-crop-375-250-375px-Expert-Video-What-Are-Your-Tips-for-Learning-English-Step-0-preview.jpg\" loading=\"lazy\" data-src=\"/images/thumb/7/73/Expert-Video-What-Are-Your-Tips-for-Learning-English-Step-0-preview.jpg/-crop-375-250-375px-Expert-Video-What-Are-",
      "<img src=\"/images/thumb/7/73/Expert-Video-What-Are-Your-Tips-for-Learning-English-Step-0-preview.jpg/-crop-375-250-375px-Expert-Video-What-Are-Your-Tips-for-Learning-English-Step-0-preview.jpg\" width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/7/71/Expert-Video-What-Are-the-Most-Common-Signs-of-Carpet-Beetles-Step-0-preview.jpg/-crop-375-250-375px-Expert-Video-What-Are-the-Most-Common-Signs-of-Carpet-Beetles-Step-0-preview.jpg\" loading=\"lazy\" data-src=\"/images/thumb/7/71/Expert-Video-What-Are-the-Most-Common-Signs-of-Carpet-Beetles-Step-0-preview.jpg/-crop-375-250-3",
      "<img src=\"/images/thumb/7/71/Expert-Video-What-Are-the-Most-Common-Signs-of-Carpet-Beetles-Step-0-preview.jpg/-crop-375-250-375px-Expert-Video-What-Are-the-Most-Common-Signs-of-Carpet-Beetles-Step-0-preview.jpg\" width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"https://i.ytimg.com/vi/3gzaUMDvTvU/hqdefault.jpg\" loading=\"lazy\" data-src=\"https://i.ytimg.com/vi/3gzaUMDvTvU/hqdefault.jpg\" id=\"6a2c0cd82c304\" src=\"https://i.ytimg.com/vi/3gzaUMDvTvU/hqdefault.jpg\">",
      "<img src=\"https://i.ytimg.com/vi/3gzaUMDvTvU/hqdefault.jpg\" width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">",
      "<img width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/3/3d/Expert-Video-How-Can-You-Improve-Your-Skills-to-Do-Better-in-Word-Games-Step-0-preview.jpg/-crop-375-250-375px-Expert-Video-How-Can-You-Improve-Your-Skills-to-Do-Better-in-Word-Games-Step-0-preview.jpg\" loading=\"lazy\" data-src=\"/images/thumb/3/3d/Expert-Video-How-Can-You-Improve-Your-Skills-to-Do-Better-in-Word-Games-Step",
      "<img src=\"/images/thumb/3/3d/Expert-Video-How-Can-You-Improve-Your-Skills-to-Do-Better-in-Word-Games-Step-0-preview.jpg/-crop-375-250-375px-Expert-Video-How-Can-You-Improve-Your-Skills-to-Do-Better-in-Word-Games-Step-0-preview.jpg\" width=\"375\" height=\"205\" data-width=\"375\" data-height=\"205\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img src=\"/extensions/wikihow/homepage/images/newpages.svg\" loading=\"lazy\">",
      "<img src=\"/extensions/wikihow/homepage/images/more.png\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/0e/Remember-What-You-Read-Step-12-Version-5.jpg/-crop-375-250-333px-nowatermark-Remember-What-You-Read-Step-12-Version-5.jpg\" loading=\"lazy\" data-src=\"/images/thumb/0/0e/Remember-What-You-Read-Step-12-Version-5.jpg/-crop-375-250-333px-nowatermark-Remember-What-You-Read-Step-12-Version-5.jpg.webp\" id=\"6a2c0cd8c9e57\" src=\"/ima",
      "<img src=\"/images/thumb/0/0e/Remember-What-You-Read-Step-12-Version-5.jpg/-crop-375-250-333px-nowatermark-Remember-What-You-Read-Step-12-Version-5.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop-375-250-333px-nowatermark-7-Leaves-Secret-Menu-Step-4.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop-375-250-333px-nowatermark-7-Leaves-Secret-Menu-Step-4.jpg.webp\" id=\"6a2c0cd8cdc3b\" src=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop",
      "<img src=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop-375-250-333px-nowatermark-7-Leaves-Secret-Menu-Step-4.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/4/46/Movies-to-Watch-with-Friends-Step-14.jpg/-crop-375-250-333px-Movies-to-Watch-with-Friends-Step-14.jpg\" loading=\"lazy\" data-src=\"/images/thumb/4/46/Movies-to-Watch-with-Friends-Step-14.jpg/-crop-375-250-333px-Movies-to-Watch-with-Friends-Step-14.jpg.webp\" id=\"6a2c0cd8d1c21\" src=\"/images/thumb/4/46/Movies-to-Watch-with-Frie",
      "<img src=\"/images/thumb/4/46/Movies-to-Watch-with-Friends-Step-14.jpg/-crop-375-250-333px-Movies-to-Watch-with-Friends-Step-14.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/05/Plant-Trees-in-Minecraft-Step-1-Version-3.jpg/-crop-375-250-332px-nowatermark-Plant-Trees-in-Minecraft-Step-1-Version-3.jpg\" loading=\"lazy\" data-src=\"/images/thumb/0/05/Plant-Trees-in-Minecraft-Step-1-Version-3.jpg/-crop-375-250-332px-nowatermark-Plant-Trees-in-Minecraft-Step-1-Version-3.jpg.webp\" id=\"6a2c0cd8d5c73\" src=\"",
      "<img src=\"/images/thumb/0/05/Plant-Trees-in-Minecraft-Step-1-Version-3.jpg/-crop-375-250-332px-nowatermark-Plant-Trees-in-Minecraft-Step-1-Version-3.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/0/0a/Red-Spider-Lily-Meaning-Step-1.jpg/-crop-375-250-333px-nowatermark-Red-Spider-Lily-Meaning-Step-1.jpg\" loading=\"lazy\" data-src=\"/images/thumb/0/0a/Red-Spider-Lily-Meaning-Step-1.jpg/-crop-375-250-333px-nowatermark-Red-Spider-Lily-Meaning-Step-1.jpg.webp\" id=\"6a2c0cd8d9b89\" src=\"/images/thumb/0/0a/Red-Spider-Lily-Meaning-S",
      "<img src=\"/images/thumb/0/0a/Red-Spider-Lily-Meaning-Step-1.jpg/-crop-375-250-333px-nowatermark-Red-Spider-Lily-Meaning-Step-1.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/5/5f/Are-Skinwalkers-Real-Step-5.jpg/-crop-375-250-333px-nowatermark-Are-Skinwalkers-Real-Step-5.jpg\" loading=\"lazy\" data-src=\"/images/thumb/5/5f/Are-Skinwalkers-Real-Step-5.jpg/-crop-375-250-333px-nowatermark-Are-Skinwalkers-Real-Step-5.jpg.webp\" id=\"6a2c0cd8dd891\" src=\"/images/thumb/5/5f/Are-Skinwalkers-Real-Step-5.jpg/-crop",
      "<img src=\"/images/thumb/5/5f/Are-Skinwalkers-Real-Step-5.jpg/-crop-375-250-333px-nowatermark-Are-Skinwalkers-Real-Step-5.jpg\" width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"scrolldefer content-fill\" onerror=\"WH.hp_images.error(this);\">",
      "<img width=\"1\" height=\"0\" id=\"comscore_px\" src=\"https://sb.scorecardresearch.com/p?c1=2&amp;c2=8003466&amp;cv=3.9.1&amp;cj=1\">"
    ],
    "skippedHeadingLevels": [
      "h3: Log in",
      "h1: Welcome to wikiHow, the most trusted how-to site on the internet.",
      "h3: Trending NowSee more trending",
      "h3: Your Daily Dose of Fun!See more games",
      "h3: What's Your Verdict? 🤔",
      "h3: Expert Co-Authored Articles",
      "h2: wikiHow is an award-winning website where trusted research and expert knowledge come together.",
      "h3: Browse By Category",
      "h3: Featured Generator & Blind Box",
      "h3: How Rare Is Your First Name?",
      "h3: Labubu Blind Box",
      "h3: Take the Quiz. Face the Truth. 🔥",
      "h4: Fair warning: these results hit different",
      "h3: Your Love Life Has Entered the Chat 💕",
      "h3: What Does Yours Say About You? 👀",
      "h3: Trending Right Now 🔥",
      "h3: Cast Your Vote",
      "h3: wikiHow Around the World",
      "h3: Newsletter",
      "h4: Subscribe to wikiHow's Newsletter",
      "h2: We make learning easy with helpful, approachable instructions. People agree.",
      "h3: Featured DiscussionsSee more",
      "h3: Featured Courses",
      "h3: Featured Videos",
      "h3: Expert QuizzesSee more",
      "h3: Explore All Quizzes and Generators",
      "h3: Expert Interviews",
      "h3: New ArticlesSee more new pages"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 28,
    "links": 290,
    "inaccessibleLinks": 10,
    "buttons": 57,
    "inaccessibleButtons": 0,
    "images": 233,
    "imagesWithAlt": 1,
    "autocompleteInputs": 7,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 7
  }
}

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 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": 218128
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 218168
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 217983
          }
        ]
      },
      "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".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 218182
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 218122
          }
        ]
      },
      "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".

20 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": 218078
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 217932
          }
        ]
      },
      "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".

20 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": 218089
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 217966
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

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": "Fri, 12 Jun 2026 13:42:46 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

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="search"> is missing tool-param-description.
    • <input name="search"> is missing a label.
    • <input name="search"> is missing tool-param-description.
    • <input name="Search"> is missing a label.
    • <input name="Search"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="search"> is missing tool-param-description.
    • <input name="Search"> is missing a label.
    • <input name="Search"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> 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": 4,
        "formsWithTags": 0,
        "totalInteractive": 353,
        "interactiveWithTags": 0,
        "totalCount": 357,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"search\"> is missing a label.",
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"Search\"> is missing a label.",
          "<input name=\"Search\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"Search\"> is missing a label.",
          "<input name=\"Search\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> 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": 20,
        "issues": [
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"search\"> is missing a label.",
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"Search\"> is missing a label.",
          "<input name=\"Search\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"Search\"> is missing a label.",
          "<input name=\"Search\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"search\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"search\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"search\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"Search\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"Search\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"search\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"Search\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"Search\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> 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": 4,
        "formsWithTags": 0,
        "totalInteractive": 353,
        "interactiveWithTags": 0,
        "totalCount": 357,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"search\"> is missing a label.",
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"Search\"> is missing a label.",
          "<input name=\"Search\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"Search\"> is missing a label.",
          "<input name=\"Search\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> 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": 4,
    "formsWithTags": 0,
    "totalInteractive": 353,
    "interactiveWithTags": 0,
    "totalCount": 357,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"search\"> is missing tool-param-description.",
      "<input name=\"search\"> is missing a label.",
      "<input name=\"search\"> is missing tool-param-description.",
      "<input name=\"Search\"> is missing a label.",
      "<input name=\"Search\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"search\"> is missing tool-param-description.",
      "<input name=\"Search\"> is missing a label.",
      "<input name=\"Search\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> 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

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, 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

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "wikiHow"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/Pro",
      "text": "About wikiHow Pro",
      "html": "<a href=\"/Pro\" data-type=\"About wikiHow Pro\" class=\"menuitem \"> About wikiHow Pro </a>"
    },
    {
      "href": "/wikiHow:About-wikiHow",
      "text": "About Us",
      "html": "<a href=\"/wikiHow:About-wikiHow\" class=\"menuitem\" data-type=\"About Us\">About Us</a>"
    },
    {
      "href": "/wikiHow:About-wikiHow",
      "text": "About wikiHow",
      "html": "<a href=\"/wikiHow:About-wikiHow\">About wikiHow</a>"
    },
    {
      "href": "/wikiHow:Delivering-a-Trustworthy-Experience",
      "text": "Read about our editorial process",
      "html": "<a href=\"/wikiHow:Delivering-a-Trustworthy-Experience\">Read about our editorial process</a>"
    },
    {
      "href": "/wikiHow:About-wikiHow",
      "text": "Read our story.",
      "html": "<a href=\"/wikiHow:About-wikiHow\">Read our story.</a>"
    },
    {
      "href": "/Forum/Discussion-How-Do-I-Ease-Guitar-Finger-Pain",
      "text": "HOW DO I EASE GUITAR FINGER PAIN?? I'm new to playing guitar (been playing for about 4 weeks), and I heard that finger pain from pressing down on the strings is common. I've been having really bad finger-tip pain since I started playing, my pain tolerance has gone up--but it still hurts. I know calluses will eventually form and the pain will mostly go away, but I was wondering if anyone has any tips for it. -- Alien 1 0 Join Discussion",
      "html": "<a href=\"/Forum/Discussion-How-Do-I-Ease-Guitar-Finger-Pain\" class=\"trending_discussion\"> <div class=\"trending_title\">HOW DO I EASE GUITAR FINGER PAIN??</div> <div class=\"trending_forum_container \"> <div class=\"trending_snippet\">I&apos;m new to playing guitar (been playing for about 4 weeks), and I heard that finger pain from pressing down on the strings is common. I&apos;ve been having really bad finger-tip pain since I started playing, my pain tolerance has gone up--but it still hurts. I kn..."
    },
    {
      "href": "/Forum/Discussion-Does-He-Like-Me-Part-2-of-4",
      "text": "Does he like me? (part 2/4) Hi, I'm back again! Today, we're on part two of \"What the Heck Was That?\" 2. 🦈 (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at first, I thought he was a girl. When we finished playing volleyball, he complimented my skills by saying my arms are super strong and my skills are fire. We ended up playing more games together, since at the time we had a choice as to what we did. And sometimes we would walk after class to the next one together. And then, I noticed he approaches me a lot more compared to the little gym class friend group we have. That, and he talks to me more, mirrors my body language on the spot (I cross my arms, he does the same. I sit hugging my knees, he does the same. I put my hands on my hips, he does the same. But his hands are on HIS hips.) Not only that, but whenever we're speaking, his eyes don't always make contact with me, like sometimes it feels like I'm being checked out (like when I have my choker on, he's always looking at it) and as much as it's flattering he more than likely likes me (like laughing at things I say that really aren't funny, or telling me random things) I don't wanna assume, but I also don't reciprocate. Lastly, just another thing I should mention before I submit this, he's been singling me out. Whenever we walk the track it ends up being just him and I instead of him, me and my two friends (who end up pairing off on their own as well). He's been telling me things about his past, like how he learned Spanish for his ex-girlfriend, or middle school lore, or how he has these different conditions (like synesthesia and etc.) And it's just like.... What does this mean, what do I do? 2 3 Join Discussion",
      "html": "<a href=\"/Forum/Discussion-Does-He-Like-Me-Part-2-of-4\" class=\"trending_discussion\"> <div class=\"trending_title\">Does he like me? (part 2/4)</div> <div class=\"trending_forum_container \"> <div class=\"trending_snippet\">Hi, I&apos;m back again! Today, we&apos;re on part two of &quot;What the Heck Was That?&quot; 2. &#x1f988; (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at fi..."
    },
    {
      "href": "/What-Your-Coffee-Order-Says-About-You",
      "text": "WH.shared.addLazyImage('6a2c0cd8cdc3b') What Your Coffee Order Says About Your Personality",
      "html": "<a class=\"hp_thumb_a\" href=\"/What-Your-Coffee-Order-Says-About-You\" data-number> <div class=\"content-spacer\"><img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop-375-250-333px-nowatermark-7-Leaves-Secret-Menu-Step-4.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop-375-250-333px-nowatermark-7-Leav..."
    },
    {
      "href": "/About-wikiHow",
      "text": "About wikiHow",
      "html": "<a href=\"/About-wikiHow\" class=\"mw-redirect\" title=\"About wikiHow\">About wikiHow</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/Tech-Help-Pro",
      "text": "Tech Help Pro",
      "html": "<a href=\"/Tech-Help-Pro\" data-type=\"Tech Help Pro\" class=\"menuitem \"> Tech Help Pro </a>"
    },
    {
      "href": "/Tech-Help-Pro",
      "text": "Tech Help Pro",
      "html": "<a href=\"/Tech-Help-Pro\" class=\"menuitem\" data-type=\"Tech Help Pro\">Tech Help Pro</a>"
    },
    {
      "href": "/Special:Contribute",
      "text": "Support wikiHow",
      "html": "<a href=\"/Special:Contribute\">Support wikiHow</a>"
    },
    {
      "href": "/Forum/Discussion-Does-He-Like-Me-Part-2-of-4",
      "text": "Does he like me? (part 2/4) Hi, I'm back again! Today, we're on part two of \"What the Heck Was That?\" 2. 🦈 (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at first, I thought he was a girl. When we finished playing volleyball, he complimented my skills by saying my arms are super strong and my skills are fire. We ended up playing more games together, since at the time we had a choice as to what we did. And sometimes we would walk after class to the next one together. And then, I noticed he approaches me a lot more compared to the little gym class friend group we have. That, and he talks to me more, mirrors my body language on the spot (I cross my arms, he does the same. I sit hugging my knees, he does the same. I put my hands on my hips, he does the same. But his hands are on HIS hips.) Not only that, but whenever we're speaking, his eyes don't always make contact with me, like sometimes it feels like I'm being checked out (like when I have my choker on, he's always looking at it) and as much as it's flattering he more than likely likes me (like laughing at things I say that really aren't funny, or telling me random things) I don't wanna assume, but I also don't reciprocate. Lastly, just another thing I should mention before I submit this, he's been singling me out. Whenever we walk the track it ends up being just him and I instead of him, me and my two friends (who end up pairing off on their own as well). He's been telling me things about his past, like how he learned Spanish for his ex-girlfriend, or middle school lore, or how he has these different conditions (like synesthesia and etc.) And it's just like.... What does this mean, what do I do? 2 3 Join Discussion",
      "html": "<a href=\"/Forum/Discussion-Does-He-Like-Me-Part-2-of-4\" class=\"trending_discussion\"> <div class=\"trending_title\">Does he like me? (part 2/4)</div> <div class=\"trending_forum_container \"> <div class=\"trending_snippet\">Hi, I&apos;m back again! Today, we&apos;re on part two of &quot;What the Heck Was That?&quot; 2. &#x1f988; (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at fi..."
    },
    {
      "href": "/Relationships/Is-My-Boyfriend-Gay-Quiz",
      "text": "WH.shared.addLazyImage('6a2c0cd7df6ff') Quiz Is My Boyfriend Secretly Gay? This Quiz Can Help Take Quiz",
      "html": "<a class=\"hp_thumb_a\" href=\"/Relationships/Is-My-Boyfriend-Gay-Quiz\" data-number> <div class=\"content-spacer\"><img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/84/Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg/-crop-375-250-333px-nowatermark-Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/84/Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg/-crop-375-..."
    },
    {
      "href": "/wikiHow:Contact-Us",
      "text": "Contact Us",
      "html": "<a href=\"/wikiHow:Contact-Us\" title=\"wikiHow:Contact Us\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/wikiHow:Terms-of-Use",
      "text": "Terms of Use",
      "html": "<a href=\"/wikiHow:Terms-of-Use\" class=\"gdpr-menu\">Terms of Use</a>"
    },
    {
      "href": "/wikiHow:Terms-of-Use",
      "text": "Terms of Use",
      "html": "<a target=\"_blank\" href=\"/wikiHow:Terms-of-Use\">Terms of Use</a>"
    },
    {
      "href": "/wikiHow:Terms-of-Use",
      "text": "Terms of Use",
      "html": "<a href=\"/wikiHow:Terms-of-Use\" title=\"wikiHow:Terms of Use\">Terms of Use</a>"
    },
    {
      "href": "/wikiHow:Privacy-Policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/wikiHow:Privacy-Policy\" title=\"wikiHow:Privacy Policy\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: AI crawler accessibility

GEO: AI crawler accessibility scored 55/100 and needs improvement.

4 Warning

Needs attention

GEO: AI crawler accessibility

Warning
01

Issue

robots.txt blocks these AI crawlers: gptbot, chatgpt-user, claudebot, perplexitybot.

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: AI crawler accessibility

Score

55/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: AI crawler accessibility scored 55/100 and needs improvement.

Evidence
{
  "textWords": 2090,
  "htmlBytes": 371862,
  "robots": {
    "checkedCrawlers": [
      "gptbot",
      "chatgpt-user",
      "claudebot",
      "perplexitybot",
      "google-extended"
    ],
    "blocked": [
      "gptbot",
      "chatgpt-user",
      "claudebot",
      "perplexitybot"
    ],
    "allows": false
  },
  "schemaBlocks": 1,
  "finalUrl": "https://www.wikihow.com/Main-Page",
  "robotsExcerpt": "# robots.txt for wikiHow\n# based on wikipedia.org's robots.txt\n#\n# Crawlers that are kind enough to obey, but which we'd rather not have\n# unless they're feeding search engines.\n# Sitemap: https://www.wikihow.com/sitemap_index.xml\n# Or: /sitemap.xml on some other domains.\n#\n# If your bot supports such a thing using the 'Crawl-delay' or another\n# instruction, we can add it to our robots.txt.\n#\n# Friendly, low-speed bots are welcome viewing article pages, but not\n# dynamically-generated pages please. Article pages contain our site's\n# real content.\n#\n# NOTICE: All crawlers and bots, regardless of whether or not they are\n# specified below, are strictly prohibited from using our content for the\n# purposes of training or retrieval for AI models or similar machine learning\n# systems, except wher",
  "score": 55,
  "weight": 26
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

25 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": 25,
  "passing": 0,
  "failing": [
    {
      "heading": "Log in",
      "headingHtml": "<h3>Log in</h3>",
      "firstParagraph": "What will you learn on wikiHow today?",
      "paragraphHtml": "<p>What will you learn on wikiHow today?</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trending NowSee more trending",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/popular2.svg\" loading=\"lazy\">Trending Now<a href=\"/Trending\" class=\"more_link see_more_link_trending\">See more trending <img src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "How Did I Die in My Past Life?",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">How Did I Die in My Past Life?</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Daily Dose of Fun!See more games",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/fun.svg\" loading=\"lazy\">Your Daily Dose of Fun!<a href=\"/Generators\" class=\"more_link see_more_link_games\">See more games <img id=\"more_link_image\" src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "Sexuality Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Sexuality Quiz</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "What's Your Verdict? 🤔",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/fire.svg\" loading=\"lazy\">What&apos;s Your Verdict? &#x1f914;</h3>",
      "firstParagraph": "One Has to Go: 10 Tough Questions",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">One Has to Go: 10 Tough Questions</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Co-Authored Articles",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/coauthor2.svg\" loading=\"lazy\">Expert Co-Authored Articles</h3>",
      "firstParagraph": "Who Is My Soulmate Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Who Is My Soulmate Quiz</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "wikiHow is an award-winning website where trusted research and expert knowledge come together.",
      "headingHtml": "<h2>wikiHow is an award-winning website where trusted research and expert knowledge come together.</h2>",
      "firstParagraph": "Since 2005, wikiHow has helped billions of people learn how to solve problems large and small. We work with credentialed experts, trained researchers, and a devoted community to create the internet's most reliable, comprehensive, and delightful how-to articles and guides. Today, as the fastest-growing quiz destinati...",
      "paragraphHtml": "<p>Since 2005, wikiHow has helped billions of people learn how to solve problems large and small. We work with credentialed experts, trained researchers, and a devoted community to create the internet&apos;s most reliable, comprehensive, and delightful how-to articles and guides. Today, as the fastest-growing quiz destination online, we also offer millions of users a fun, interactive space to dive into their passions and put their knowledge to the test.</p>",
      "words": 69,
      "direct": false,
      "issue": "First paragraph is 69 words and does not look like a concise direct answer."
    },
    {
      "heading": "Browse By Category",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/categories2.svg\" loading=\"lazy\">Browse By Category</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Featured Generator & Blind Box",
      "headingHtml": "<h3>Featured Generator &amp; Blind Box</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Rare Is Your First Name?",
      "headingHtml": "<h3 id=\"hp_featured_generator_first_title\">How Rare Is Your First Name?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Labubu Blind Box",
      "headingHtml": "<h3 id=\"hp_featured_generator_second_title\">Labubu Blind Box</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take the Quiz. Face the Truth. 🔥",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">Take the Quiz. Face the Truth. &#x1f525;</h3>",
      "firstParagraph": "Am I Gay Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Am I Gay Quiz</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Love Life Has Entered the Chat 💕",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">Your Love Life Has Entered the Chat &#x1f495;</h3>",
      "firstParagraph": "Am I In Love Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Am I In Love Quiz</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "What Does Yours Say About You? 👀",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">What Does Yours Say About You? &#x1f440;</h3>",
      "firstParagraph": "The Different Kinds of Dimples: Types, Causes, & Social Perception",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">The Different Kinds of Dimples: Types, Causes, &amp; Social Perception</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trending Right Now 🔥",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">Trending Right Now &#x1f525;</h3>",
      "firstParagraph": "25 Hardest Songs to Sing for Male & Female Voices",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">25 Hardest Songs to Sing for Male &amp; Female Voices</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cast Your Vote",
      "headingHtml": "<h3>Cast Your Vote</h3>",
      "firstParagraph": "270 votes. Poll was last updated on 06/11/26.",
      "paragraphHtml": "<p class=\"forum_poll_timestamp\">270 votes. Poll was last updated on 06/11/26.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "wikiHow Around the World",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/international2.svg\" loading=\"lazy\">wikiHow Around the World</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/newsletter2.svg\" loading=\"lazy\">Newsletter</h3>",
      "firstParagraph": "Helpful how-to’s delivered to your inbox every week!",
      "paragraphHtml": "<p>Helpful how-to&#x2019;s delivered to your inbox every week!</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "We make learning easy with helpful, approachable instructions. People agree.",
      "headingHtml": "<h2>We make learning easy with helpful, approachable instructions. People agree.</h2>",
      "firstParagraph": "\"wikiHow may be the largest commercial platform in existence that hasn’t been accused of exploiting its users.\"",
      "paragraphHtml": "<p class=\"news_quote\">&quot;wikiHow may be the largest commercial platform in existence that hasn&#x2019;t been accused of exploiting its users.&quot;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured DiscussionsSee more",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/discussions.svg\" loading=\"lazy\">Featured Discussions<a href=\"/Forum\" id=\"hp_discussions_show_more\">See more <img id=\"hp_discussion_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Featured Courses",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/icon_books.png\" loading=\"lazy\">Featured Courses</h3>",
      "firstParagraph": "Gentle Yoga for Your Back",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Gentle Yoga for Your Back</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured Videos",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/watch2.svg\" loading=\"lazy\">Featured Videos</h3>",
      "firstParagraph": "Build a Blanket Fort at Home",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\"> Build a Blanket Fort at Home</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert QuizzesSee more",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">Expert Quizzes<a href=\"/Quizzes\" id=\"expert_quizzes_show_more\">See more <img id=\"hp_expert_quiz_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "Is My Boyfriend Secretly Gay? This Quiz Can Help",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Is My Boyfriend Secretly Gay? This Quiz Can Help</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore All Quizzes and Generators",
      "headingHtml": "<h3>Explore All Quizzes and Generators</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Expert Interviews",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">Expert Interviews</h3>",
      "firstParagraph": "What Common Mistakes Do People Make When Doing Side Crunches?",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">What Common Mistakes Do People Make When Doing Side Crunches?</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "New ArticlesSee more new pages",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/newpages.svg\" loading=\"lazy\">New Articles<a href=\"/Special:NewPages\" class=\"more_link see_more_link_new_pages\">See more new pages <img src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "Watch High School DxD In Order: Complete Guide",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\"> Watch High School DxD In Order: Complete Guide</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, 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

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "wikiHow"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/Pro",
      "text": "About wikiHow Pro",
      "html": "<a href=\"/Pro\" data-type=\"About wikiHow Pro\" class=\"menuitem \"> About wikiHow Pro </a>"
    },
    {
      "href": "/wikiHow:About-wikiHow",
      "text": "About Us",
      "html": "<a href=\"/wikiHow:About-wikiHow\" class=\"menuitem\" data-type=\"About Us\">About Us</a>"
    },
    {
      "href": "/wikiHow:About-wikiHow",
      "text": "About wikiHow",
      "html": "<a href=\"/wikiHow:About-wikiHow\">About wikiHow</a>"
    },
    {
      "href": "/wikiHow:Delivering-a-Trustworthy-Experience",
      "text": "Read about our editorial process",
      "html": "<a href=\"/wikiHow:Delivering-a-Trustworthy-Experience\">Read about our editorial process</a>"
    },
    {
      "href": "/wikiHow:About-wikiHow",
      "text": "Read our story.",
      "html": "<a href=\"/wikiHow:About-wikiHow\">Read our story.</a>"
    },
    {
      "href": "/Forum/Discussion-How-Do-I-Ease-Guitar-Finger-Pain",
      "text": "HOW DO I EASE GUITAR FINGER PAIN?? I'm new to playing guitar (been playing for about 4 weeks), and I heard that finger pain from pressing down on the strings is common. I've been having really bad finger-tip pain since I started playing, my pain tolerance has gone up--but it still hurts. I know calluses will eventually form and the pain will mostly go away, but I was wondering if anyone has any tips for it. -- Alien 1 0 Join Discussion",
      "html": "<a href=\"/Forum/Discussion-How-Do-I-Ease-Guitar-Finger-Pain\" class=\"trending_discussion\"> <div class=\"trending_title\">HOW DO I EASE GUITAR FINGER PAIN??</div> <div class=\"trending_forum_container \"> <div class=\"trending_snippet\">I&apos;m new to playing guitar (been playing for about 4 weeks), and I heard that finger pain from pressing down on the strings is common. I&apos;ve been having really bad finger-tip pain since I started playing, my pain tolerance has gone up--but it still hurts. I kn..."
    },
    {
      "href": "/Forum/Discussion-Does-He-Like-Me-Part-2-of-4",
      "text": "Does he like me? (part 2/4) Hi, I'm back again! Today, we're on part two of \"What the Heck Was That?\" 2. 🦈 (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at first, I thought he was a girl. When we finished playing volleyball, he complimented my skills by saying my arms are super strong and my skills are fire. We ended up playing more games together, since at the time we had a choice as to what we did. And sometimes we would walk after class to the next one together. And then, I noticed he approaches me a lot more compared to the little gym class friend group we have. That, and he talks to me more, mirrors my body language on the spot (I cross my arms, he does the same. I sit hugging my knees, he does the same. I put my hands on my hips, he does the same. But his hands are on HIS hips.) Not only that, but whenever we're speaking, his eyes don't always make contact with me, like sometimes it feels like I'm being checked out (like when I have my choker on, he's always looking at it) and as much as it's flattering he more than likely likes me (like laughing at things I say that really aren't funny, or telling me random things) I don't wanna assume, but I also don't reciprocate. Lastly, just another thing I should mention before I submit this, he's been singling me out. Whenever we walk the track it ends up being just him and I instead of him, me and my two friends (who end up pairing off on their own as well). He's been telling me things about his past, like how he learned Spanish for his ex-girlfriend, or middle school lore, or how he has these different conditions (like synesthesia and etc.) And it's just like.... What does this mean, what do I do? 2 3 Join Discussion",
      "html": "<a href=\"/Forum/Discussion-Does-He-Like-Me-Part-2-of-4\" class=\"trending_discussion\"> <div class=\"trending_title\">Does he like me? (part 2/4)</div> <div class=\"trending_forum_container \"> <div class=\"trending_snippet\">Hi, I&apos;m back again! Today, we&apos;re on part two of &quot;What the Heck Was That?&quot; 2. &#x1f988; (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at fi..."
    },
    {
      "href": "/What-Your-Coffee-Order-Says-About-You",
      "text": "WH.shared.addLazyImage('6a2c0cd8cdc3b') What Your Coffee Order Says About Your Personality",
      "html": "<a class=\"hp_thumb_a\" href=\"/What-Your-Coffee-Order-Says-About-You\" data-number> <div class=\"content-spacer\"><img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop-375-250-333px-nowatermark-7-Leaves-Secret-Menu-Step-4.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/87/7-Leaves-Secret-Menu-Step-4.jpg/-crop-375-250-333px-nowatermark-7-Leav..."
    },
    {
      "href": "/About-wikiHow",
      "text": "About wikiHow",
      "html": "<a href=\"/About-wikiHow\" class=\"mw-redirect\" title=\"About wikiHow\">About wikiHow</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/Tech-Help-Pro",
      "text": "Tech Help Pro",
      "html": "<a href=\"/Tech-Help-Pro\" data-type=\"Tech Help Pro\" class=\"menuitem \"> Tech Help Pro </a>"
    },
    {
      "href": "/Tech-Help-Pro",
      "text": "Tech Help Pro",
      "html": "<a href=\"/Tech-Help-Pro\" class=\"menuitem\" data-type=\"Tech Help Pro\">Tech Help Pro</a>"
    },
    {
      "href": "/Special:Contribute",
      "text": "Support wikiHow",
      "html": "<a href=\"/Special:Contribute\">Support wikiHow</a>"
    },
    {
      "href": "/Forum/Discussion-Does-He-Like-Me-Part-2-of-4",
      "text": "Does he like me? (part 2/4) Hi, I'm back again! Today, we're on part two of \"What the Heck Was That?\" 2. 🦈 (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at first, I thought he was a girl. When we finished playing volleyball, he complimented my skills by saying my arms are super strong and my skills are fire. We ended up playing more games together, since at the time we had a choice as to what we did. And sometimes we would walk after class to the next one together. And then, I noticed he approaches me a lot more compared to the little gym class friend group we have. That, and he talks to me more, mirrors my body language on the spot (I cross my arms, he does the same. I sit hugging my knees, he does the same. I put my hands on my hips, he does the same. But his hands are on HIS hips.) Not only that, but whenever we're speaking, his eyes don't always make contact with me, like sometimes it feels like I'm being checked out (like when I have my choker on, he's always looking at it) and as much as it's flattering he more than likely likes me (like laughing at things I say that really aren't funny, or telling me random things) I don't wanna assume, but I also don't reciprocate. Lastly, just another thing I should mention before I submit this, he's been singling me out. Whenever we walk the track it ends up being just him and I instead of him, me and my two friends (who end up pairing off on their own as well). He's been telling me things about his past, like how he learned Spanish for his ex-girlfriend, or middle school lore, or how he has these different conditions (like synesthesia and etc.) And it's just like.... What does this mean, what do I do? 2 3 Join Discussion",
      "html": "<a href=\"/Forum/Discussion-Does-He-Like-Me-Part-2-of-4\" class=\"trending_discussion\"> <div class=\"trending_title\">Does he like me? (part 2/4)</div> <div class=\"trending_forum_container \"> <div class=\"trending_snippet\">Hi, I&apos;m back again! Today, we&apos;re on part two of &quot;What the Heck Was That?&quot; 2. &#x1f988; (Shark); I met Shark in my gym class back when it was February, and we played volleyball together. I knew he was a friend of a friend of mine, but not much else. Also, at fi..."
    },
    {
      "href": "/Relationships/Is-My-Boyfriend-Gay-Quiz",
      "text": "WH.shared.addLazyImage('6a2c0cd7df6ff') Quiz Is My Boyfriend Secretly Gay? This Quiz Can Help Take Quiz",
      "html": "<a class=\"hp_thumb_a\" href=\"/Relationships/Is-My-Boyfriend-Gay-Quiz\" data-number> <div class=\"content-spacer\"><img width=\"375\" height=\"250\" data-width=\"375\" data-height=\"250\" data-nowebp=\"0\" class=\"img-loading-alt\" onerror=\"WH.hp_images.error(this);\" data-src-nowebp=\"/images/thumb/8/84/Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg/-crop-375-250-333px-nowatermark-Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg\" loading=\"lazy\" data-src=\"/images/thumb/8/84/Tell-if-Your-Boyfriend-Is-Gay-Step-2.jpg/-crop-375-..."
    },
    {
      "href": "/wikiHow:Contact-Us",
      "text": "Contact Us",
      "html": "<a href=\"/wikiHow:Contact-Us\" title=\"wikiHow:Contact Us\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/wikiHow:Terms-of-Use",
      "text": "Terms of Use",
      "html": "<a href=\"/wikiHow:Terms-of-Use\" class=\"gdpr-menu\">Terms of Use</a>"
    },
    {
      "href": "/wikiHow:Terms-of-Use",
      "text": "Terms of Use",
      "html": "<a target=\"_blank\" href=\"/wikiHow:Terms-of-Use\">Terms of Use</a>"
    },
    {
      "href": "/wikiHow:Terms-of-Use",
      "text": "Terms of Use",
      "html": "<a href=\"/wikiHow:Terms-of-Use\" title=\"wikiHow:Terms of Use\">Terms of Use</a>"
    },
    {
      "href": "/wikiHow:Privacy-Policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/wikiHow:Privacy-Policy\" title=\"wikiHow:Privacy Policy\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 1,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "wikiHow"
    },
    {
      "path": "$[0].publisher.name",
      "value": "wikiHow"
    },
    {
      "path": "$[0].publisher.description",
      "value": "wikiHow is an instructional “how to” and quiz website, where experts, staff writers, and real users collaborate to help others learn more about themselves and how to do anything."
    },
    {
      "path": "$[0].alternateName",
      "value": "wikiHow: How-to instructions you can trust."
    }
  ],
  "mismatches": [
    {
      "path": "$[0].publisher.description",
      "value": "wikiHow is an instructional “how to” and quiz website, where experts, staff writers, and real users collaborate to help others learn more about themselves and how to do anything."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: trust, welcome, trusted, site, internet.

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

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

Evidence
{
  "title": "wikiHow: How-to instructions you can trust.",
  "h1": "Welcome to wikiHow, the most trusted how-to site on the internet.",
  "description": "Learn how to do anything with wikiHow, the world's most popular how-to website. Easy, well-researched, and trustworthy instructions for everything you want to know.",
  "topicOverlap": 0.375,
  "topicTerms": [
    "wikihow",
    "instructions",
    "trust",
    "welcome",
    "most",
    "trusted",
    "site",
    "internet"
  ],
  "descriptionTerms": [
    "learn",
    "anything",
    "wikihow",
    "world",
    "most",
    "popular",
    "website",
    "easy",
    "well",
    "researched",
    "trustworthy",
    "instructions",
    "everything",
    "want",
    "know"
  ],
  "missingFromDescription": [
    "trust",
    "welcome",
    "trusted",
    "site",
    "internet"
  ],
  "score": 81,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

1 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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 32,
      "heading": "H2: wikiHow is an award-winning website where trusted research and expert knowledge come together.",
      "text": "Since 2005, wikiHow has helped billions of people learn how to solve problems large and small. We work with credentialed experts, trained researchers, and a devoted community to create the internet's most reliable, comprehensive, and delightful how-to articles and guides. Today, as the fastest-growing quiz destination online, we also offer millions of users a fun, interactive space to dive into their passions and...",
      "words": 69,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (69 words; target 80-220)."
      ],
      "html": "<p>Since 2005, wikiHow has helped billions of people learn how to solve problems large and small. We work with credentialed experts, trained researchers, and a devoted community to create the internet&apos;s most reliable, comprehensive, and delightful how-to articles and guides. Today, as the fastest-growing quiz destination online, we also offer millions of users a fun, interactive space to dive into their passions and put their knowledge to the test.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

71 image(s) are missing width/height attributes. 2 possible modal/interstitial element(s) detected.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "initial-scale=1.0, user-scalable=yes, minimum-scale=0.25, maximum-scale=5.0, width=device-width",
  "visibleWords": 2090,
  "htmlBytes": 371862,
  "imagesMissingDimensions": [
    {
      "src": "/extensions/wikihow/homepage/images/books2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/books2.png\" class=\"top_img\" loading=\"lazy\" id=\"hp_books\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/wikidice-mobile.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"wikidice_img small\" src=\"/extensions/wikihow/homepage/images/wikidice-mobile.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/wikidice-large.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"wikidice_img large\" src=\"/extensions/wikihow/homepage/images/wikidice-large.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/popular2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/popular2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/more.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/extensions/wikihow/homepage/images/more.png\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/fun.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/fun.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/more.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img id=\"more_link_image\" src=\"/extensions/wikihow/homepage/images/more.png\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/fire.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/fire.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/coauthor2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/coauthor2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/writers.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/writers.png\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/expert.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/expert.png\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/courses/detailpages/fightmisinformation/assets/Verfied_UN_Colour.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-type=\"United Nations Verified\" class=\"hp_special_image\" id=\"hp_special_images_unv\" src=\"/extensions/wikihow/courses/detailpages/fightmisinformation/assets/Verfied_UN_Colour.svg\">"
    },
    {
      "src": "/extensions/wikihow/Partners/images/world_wildlife_fund_logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-type=\"World Wildlife Fund\" class=\"hp_special_image\" id=\"hp_special_images_wwf\" src=\"/extensions/wikihow/Partners/images/world_wildlife_fund_logo.png\">"
    },
    {
      "src": "/extensions/wikihow/Partners/images/ymca_logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-type=\"YMCA\" class=\"hp_special_image\" id=\"hp_special_images_y\" src=\"/extensions/wikihow/Partners/images/ymca_logo.png\">"
    },
    {
      "src": "/extensions/wikihow/Partners/images/feeding_america_logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-type=\"Feeding America\" class=\"hp_special_image\" id=\"hp_special_images_fa\" src=\"/extensions/wikihow/Partners/images/feeding_america_logo.png\">"
    },
    {
      "src": "/extensions/wikihow/Partners/images/mental_health_america_logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-type=\"Mental Health America\" class=\"hp_special_image\" id=\"hp_special_images_mha\" src=\"/extensions/wikihow/Partners/images/mental_health_america_logo.png\">"
    },
    {
      "src": "/extensions/wikihow/Partners/images/shawn_achor_logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-type=\"Shawn Achor\" class=\"hp_special_image\" id=\"hp_special_images_sa\" src=\"/extensions/wikihow/Partners/images/shawn_achor_logo.png\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/categories2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/categories2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/arts_and_entertainment.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/arts_and_entertainment.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/cars_and_other_vehicles.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/cars_and_other_vehicles.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/computers_and_electronics.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/computers_and_electronics.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/education_and_communication.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/education_and_communication.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/family_life.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/family_life.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/finance_and_business.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/finance_and_business.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/food_and_entertaining.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/food_and_entertaining.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/forums.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/forums.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/fun_games.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/fun_games.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/health.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/health.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/hobbies_and_crafts.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/hobbies_and_crafts.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/holidays_and_tradition.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/holidays_and_tradition.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/home_and_garden.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/home_and_garden.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/personal_care_and_style.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/personal_care_and_style.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/pets_and_animals.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/pets_and_animals.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/philosophy_and_religion.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/philosophy_and_religion.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/quizzes.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/quizzes.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/relationships.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/relationships.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/sports_and_fitness.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/sports_and_fitness.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/travel.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/travel.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/trending.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/trending.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/work_world.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/work_world.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/categories/images/youth.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/categories/images/youth.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/NameGenerator/assets/box-bounce.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img id=\"hp_generator_open_img\" src=\"/extensions/wikihow/NameGenerator/assets/box-bounce.gif\">"
    },
    {
      "src": "/extensions/wikihow/QuizArticles/assets/leftarrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/extensions/wikihow/QuizArticles/assets/leftarrow.svg\">"
    },
    {
      "src": "/extensions/wikihow/QuizArticles/assets/try_again.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/extensions/wikihow/QuizArticles/assets/try_again.svg\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/international2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/international2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/newsletter2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/newsletter2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/newsletter.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/newsletter.png\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/atlantic.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/atlantic.png\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/vice.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/vice.png\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/motherjones.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/motherjones.png\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/discussions.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/discussions.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/more.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img id=\"hp_discussion_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/icon_books.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/icon_books.png\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/watch2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/watch2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/expert2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/more.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img id=\"hp_expert_quiz_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/expert2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/youtube_play.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/youtube_play.svg\" loading=\"lazy\" class=\"play_button\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/newpages.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/extensions/wikihow/homepage/images/newpages.svg\" loading=\"lazy\">"
    },
    {
      "src": "/extensions/wikihow/homepage/images/more.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/extensions/wikihow/homepage/images/more.png\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div class=\"pswp__bg\"></div> <div class=\"pswp__scroll-wrap\"> <div class=\"pswp__container\"> <div class=\"pswp__item\"></div> <div class=\"pswp__item\"></div> <div class=\"pswp__item\"></div> </div> <div class=\"pswp__ui pswp__ui--hidden\"> <div class=\"pswp__top-bar\"> <div class=\"pswp__method_high\"></div> <div class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></div> <div class=\"pswp__button pswp__button--share\" title=\"Share\"><...",
    "<div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> <div class=\"pswp__share-tooltip\"></div> </div>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

25 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": 25,
  "passing": 0,
  "failing": [
    {
      "heading": "Log in",
      "headingHtml": "<h3>Log in</h3>",
      "firstParagraph": "What will you learn on wikiHow today?",
      "paragraphHtml": "<p>What will you learn on wikiHow today?</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trending NowSee more trending",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/popular2.svg\" loading=\"lazy\">Trending Now<a href=\"/Trending\" class=\"more_link see_more_link_trending\">See more trending <img src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "How Did I Die in My Past Life?",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">How Did I Die in My Past Life?</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Daily Dose of Fun!See more games",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/fun.svg\" loading=\"lazy\">Your Daily Dose of Fun!<a href=\"/Generators\" class=\"more_link see_more_link_games\">See more games <img id=\"more_link_image\" src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "Sexuality Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Sexuality Quiz</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "What's Your Verdict? 🤔",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/fire.svg\" loading=\"lazy\">What&apos;s Your Verdict? &#x1f914;</h3>",
      "firstParagraph": "One Has to Go: 10 Tough Questions",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">One Has to Go: 10 Tough Questions</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Co-Authored Articles",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/coauthor2.svg\" loading=\"lazy\">Expert Co-Authored Articles</h3>",
      "firstParagraph": "Who Is My Soulmate Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Who Is My Soulmate Quiz</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "wikiHow is an award-winning website where trusted research and expert knowledge come together.",
      "headingHtml": "<h2>wikiHow is an award-winning website where trusted research and expert knowledge come together.</h2>",
      "firstParagraph": "Since 2005, wikiHow has helped billions of people learn how to solve problems large and small. We work with credentialed experts, trained researchers, and a devoted community to create the internet's most reliable, comprehensive, and delightful how-to articles and guides. Today, as the fastest-growing quiz destinati...",
      "paragraphHtml": "<p>Since 2005, wikiHow has helped billions of people learn how to solve problems large and small. We work with credentialed experts, trained researchers, and a devoted community to create the internet&apos;s most reliable, comprehensive, and delightful how-to articles and guides. Today, as the fastest-growing quiz destination online, we also offer millions of users a fun, interactive space to dive into their passions and put their knowledge to the test.</p>",
      "words": 69,
      "direct": false,
      "issue": "First paragraph is 69 words and does not look like a concise direct answer."
    },
    {
      "heading": "Browse By Category",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/categories2.svg\" loading=\"lazy\">Browse By Category</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Featured Generator & Blind Box",
      "headingHtml": "<h3>Featured Generator &amp; Blind Box</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Rare Is Your First Name?",
      "headingHtml": "<h3 id=\"hp_featured_generator_first_title\">How Rare Is Your First Name?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Labubu Blind Box",
      "headingHtml": "<h3 id=\"hp_featured_generator_second_title\">Labubu Blind Box</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take the Quiz. Face the Truth. 🔥",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">Take the Quiz. Face the Truth. &#x1f525;</h3>",
      "firstParagraph": "Am I Gay Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Am I Gay Quiz</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Love Life Has Entered the Chat 💕",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">Your Love Life Has Entered the Chat &#x1f495;</h3>",
      "firstParagraph": "Am I In Love Quiz",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Am I In Love Quiz</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "What Does Yours Say About You? 👀",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">What Does Yours Say About You? &#x1f440;</h3>",
      "firstParagraph": "The Different Kinds of Dimples: Types, Causes, & Social Perception",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">The Different Kinds of Dimples: Types, Causes, &amp; Social Perception</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trending Right Now 🔥",
      "headingHtml": "<h3 class=\"hp_featured_container_set_h3\">Trending Right Now &#x1f525;</h3>",
      "firstParagraph": "25 Hardest Songs to Sing for Male & Female Voices",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">25 Hardest Songs to Sing for Male &amp; Female Voices</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cast Your Vote",
      "headingHtml": "<h3>Cast Your Vote</h3>",
      "firstParagraph": "270 votes. Poll was last updated on 06/11/26.",
      "paragraphHtml": "<p class=\"forum_poll_timestamp\">270 votes. Poll was last updated on 06/11/26.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "wikiHow Around the World",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/international2.svg\" loading=\"lazy\">wikiHow Around the World</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/newsletter2.svg\" loading=\"lazy\">Newsletter</h3>",
      "firstParagraph": "Helpful how-to’s delivered to your inbox every week!",
      "paragraphHtml": "<p>Helpful how-to&#x2019;s delivered to your inbox every week!</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "We make learning easy with helpful, approachable instructions. People agree.",
      "headingHtml": "<h2>We make learning easy with helpful, approachable instructions. People agree.</h2>",
      "firstParagraph": "\"wikiHow may be the largest commercial platform in existence that hasn’t been accused of exploiting its users.\"",
      "paragraphHtml": "<p class=\"news_quote\">&quot;wikiHow may be the largest commercial platform in existence that hasn&#x2019;t been accused of exploiting its users.&quot;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured DiscussionsSee more",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/discussions.svg\" loading=\"lazy\">Featured Discussions<a href=\"/Forum\" id=\"hp_discussions_show_more\">See more <img id=\"hp_discussion_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Featured Courses",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/icon_books.png\" loading=\"lazy\">Featured Courses</h3>",
      "firstParagraph": "Gentle Yoga for Your Back",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Gentle Yoga for Your Back</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured Videos",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/watch2.svg\" loading=\"lazy\">Featured Videos</h3>",
      "firstParagraph": "Build a Blanket Fort at Home",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\"> Build a Blanket Fort at Home</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert QuizzesSee more",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">Expert Quizzes<a href=\"/Quizzes\" id=\"expert_quizzes_show_more\">See more <img id=\"hp_expert_quiz_show_more_arrow\" src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "Is My Boyfriend Secretly Gay? This Quiz Can Help",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">Is My Boyfriend Secretly Gay? This Quiz Can Help</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore All Quizzes and Generators",
      "headingHtml": "<h3>Explore All Quizzes and Generators</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Expert Interviews",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/expert2.svg\" loading=\"lazy\">Expert Interviews</h3>",
      "firstParagraph": "What Common Mistakes Do People Make When Doing Side Crunches?",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\">What Common Mistakes Do People Make When Doing Side Crunches?</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "New ArticlesSee more new pages",
      "headingHtml": "<h3><img src=\"/extensions/wikihow/homepage/images/newpages.svg\" loading=\"lazy\">New Articles<a href=\"/Special:NewPages\" class=\"more_link see_more_link_new_pages\">See more new pages <img src=\"/extensions/wikihow/homepage/images/more.png\"></a></h3>",
      "firstParagraph": "Watch High School DxD In Order: Complete Guide",
      "paragraphHtml": "<p class=\"hp_thumb_article_name_title\"> Watch High School DxD In Order: Complete Guide</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

1 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: trust, welcome, trusted, site, internet.

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

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

Evidence
{
  "title": "wikiHow: How-to instructions you can trust.",
  "h1": "Welcome to wikiHow, the most trusted how-to site on the internet.",
  "description": "Learn how to do anything with wikiHow, the world's most popular how-to website. Easy, well-researched, and trustworthy instructions for everything you want to know.",
  "topicOverlap": 0.375,
  "definitionCount": 7,
  "topicTerms": [
    "wikihow",
    "instructions",
    "trust",
    "welcome",
    "most",
    "trusted",
    "site",
    "internet"
  ],
  "descriptionTerms": [
    "learn",
    "anything",
    "wikihow",
    "world",
    "most",
    "popular",
    "website",
    "easy",
    "well",
    "researched",
    "trustworthy",
    "instructions",
    "everything",
    "want",
    "know"
  ],
  "missingFromDescription": [
    "trust",
    "welcome",
    "trusted",
    "site",
    "internet"
  ],
  "score": 84,
  "weight": 18
}

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, how, benefits, cost, 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": "wikiHow is an award-winning website where trusted research and expert knowledge come together.",
      "html": "<h2>wikiHow is an award-winning website where trusted research and expert knowledge come together.</h2>"
    },
    {
      "text": "We make learning easy with helpful, approachable instructions. People agree.",
      "html": "<h2>We make learning easy with helpful, approachable instructions. People agree.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does wikiHow: How-to instructions you can trust. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is wikiHow: How-to instructions you can trust. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does wikiHow: How-to instructions you can trust. compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does wikiHow: How-to instructions you can trust. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is wikiHow: How-to instructions you can trust. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does wikiHow: How-to instructions you can trust. compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

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": 217972
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 217942
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 217903
          }
        ]
      },
      "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, how, benefits, cost, 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": "wikiHow is an award-winning website where trusted research and expert knowledge come together.",
      "html": "<h2>wikiHow is an award-winning website where trusted research and expert knowledge come together.</h2>"
    },
    {
      "text": "We make learning easy with helpful, approachable instructions. People agree.",
      "html": "<h2>We make learning easy with helpful, approachable instructions. People agree.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does wikiHow: How-to instructions you can trust. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is wikiHow: How-to instructions you can trust. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does wikiHow: How-to instructions you can trust. compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does wikiHow: How-to instructions you can trust. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use wikiHow: How-to instructions you can trust.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is wikiHow: How-to instructions you can trust. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does wikiHow: How-to instructions you can trust. compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 217929,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 215905,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "/title",
            "/(",
            "/,",
            "/script",
            "https://www.wikihow.com\",\"wgNlpCategory\":\"\",\"wgProMembership\":0,\"wgHasEmail\":0,\"wgArticleHeading\":\"How",
            "/*@nomin*/mw.user.tokens.set(",
            "/script",
            "/load.php",
            "https://www.wikihow.com/skins/WikiHow/wH-initials_152x152.png\"/>",
            "/favicon_round.ico"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>Auth.md - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\"Auth.md\",\"wgTitle\":\"Auth.md\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\"wgDigitTransformTable\":[\"\",\"\"],\"wgDefaultDateFor"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 218219,
        "text": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>.well known/oauth protected resource - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\".well-known/oauth-protected-resource\",\"wgTitle\":\".well known/oauth protected resource\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\"wgDigitTransformTable\":[\"\",\"\"],\"wgDefaultDateFormat\":\"dmy\",\"wgMonthNames\":[\"\",\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],\"wgMonthNamesShort\":[\"\",\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"wgRelevantPageName\":\".well-known/oauth-protected-resource\",\"wgRelevantArticleId\":0,\"wgRequestId\":\"ef43827eb1d130be717eca03\",\"wgCSPNonce\":false,\"wgIsProbablyEditable\":true,\"wgRelevantPageIsProbablyEditable\":true,\"wgRestrictionCreate\":[],\"wgUserType\":\"anon\",\"wgLoginType\":\"\",\"wgMFMode\":\"stable\",\"wgMFLazyLoadImages\":false,\"wgMFLazyLoadReferences\":false,\"wgMFIsPageContentModelEditable\":true,\"wgMFEnableFontChanger\":true,\"wgMFDisplayWikibaseDescriptions\":{\"search\":false,\"nearby\":false,\"watchlist\":false,\"tagline\":false},\"wgWikihowSiteRev\":\"S4nOq\",\"wgFBAppId\":\"157545333433\",\"wgFBAppVer\":\"v22.0\",\"wgGoogleAppId\":\"475770217963-cj49phca8tqki2ggs0ttcaerhs8339eh.apps.googleusercontent.com\",\"wgCDNbase\":\"https://www.wikihow.com\",\"wgNlpCategory\":\"\",\"wgProMembership\":0,\"wgHasEmail\":0,\"wgArticleHeading\":\"How to .well known/oauth protected resource\",\"wgMinervaFeatures\":{\"amc\":false,\"beta\":false,\"mobileOptionsLink\":true,\"categories\":false,\"backToTop\":false,\"shareButton\":false,\"toggling\":true,\"pageIssues\":false,\"talkAtTop\":false},\"wgMinervaDownloadNamespaces\":[0],\"wgMinervaMenuData\":[]});mw.loader.state({\"user.styles\":\"ready\",\"user\":\"ready\",\"user.options\":\"ready\",\"user.tokens\":\"loading\",\"skins.minerva.base.styles\":\"ready\",\"skins.minerva.content.styles.images\":\"ready\",\"mediawiki.ui.icon\":\"ready\",\"mediawiki.ui.button\":\"ready\",\"skins.minerva.icons.images\":\"ready\",\"ext.wikihow.trusted_sources.styles\":\"ready\",\"zzz.mobile.wikihow.404pages\":\"ready\",\"ext.wikihow.expertadvicesection.styles\":\"ready\",\"ext.wikihow.expertinterviewsection.styles\":\"ready\",\"ext.wikihow.green_box\":\"ready\",\"ext.wikihow.social_footer_styles\":\"ready\"});mw.loader.implement(\"user.tokens@0tffind\",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({\"editToken\":\"+\\\\\",\"patrolToken\":\"+\\\\\",\"watchToken\":\"+\\\\\",\"csrfToken\":\"+\\\\\"});\n});RLPAGEMODULES=[\"mediawiki.page.startup\",\"skins.minerva.scripts\",\"ext.wikihow.common_top\",\"ext.wikihow.common_bottom\",\"ext.eventLogging\",\"mobile.wikihow.mmf\",\"ext.wikihow.summary_image_purchasedialog\",\"ext.wikihow.facebookpixel_control\",\"ext.wikihow.trusted_sources.scripts\",\"ext.wikihow.lightbox\",\"mobile.site\",\"mobile.init\",\"zzz.mobile.wikihow.styles_late_load\",\"zzz.mobile.wikihow.scripts_late_load\",\"mobile.wikihow.tabsonmobile\",\"mobile.wikihow\",\"mobile.wikihow.mobileslideshowinit\",\"mobile.wikihow.stable.styles\",\"mobile.wikihow.socialproof\",\"ext.wikihow.loginreminder\",\"mobile.wikihow.userreview\",\"ext.wikihow.green_box.scripts\",\"ext.wikihow.social_footer\"];mw.loader.load(RLPAGEMODULES);});</script>\n<link rel=\"preload\" href=\"/load.php?debug=false&lang=en&modules=ext.wikihow.expertadvicesection.styles%7Cext.wikihow.expertinterviewsection.styles%7Cext.wikihow.green_box%2Csocial_footer_styles%7Cext.wikihow.trusted_sources.styles%7Cmediawiki.ui.button%2Cicon%7Cskins.minerva.base.styles%7Cskins.minerva.content.styles.images%7Cskins.minerva.icons.images%7Czzz"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 218213,
          "text": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>.well known/oauth authorization server - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\".well-known/oauth-authorization-server\",\"wgTitle\":\".well known/oauth authorization server\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext\",\"wgSeparatorTransformTable\":[\"\",\"\"],\"wgDigitTransformTable\":[\"\",\"\"],\"wgDefaultDateFormat\":\"dmy\",\"wgMonthNames\":[\"\",\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],\"wgMonthNamesShort\":[\"\",\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"wgRelevantPageName\":\".well-known/oauth-authorization-server\",\"wgRelevantArticleId\":0,\"wgRequestId\":\"7b3ba011bdad95aa7dcc276f\",\"wgCSPNonce\":false,\"wgIsProbablyEditable\":true,\"wgRelevantPageIsProbablyEditable\":true,\"wgRestrictionCreate\":[],\"wgUserType\":\"anon\",\"wgLoginType\":\"\",\"wgMFMode\":\"stable\",\"wgMFLazyLoadImages\":false,\"wgMFLazyLoadReferences\":false,\"wgMFIsPageContentModelEditable\":true,\"wgMFEnableFontChanger\":true,\"wgMFDisplayWikibaseDescriptions\":{\"search\":false,\"nearby\":false,\"watchlist\":false,\"tagline\":false},\"wgWikihowSiteRev\":\"S4nOq\",\"wgFBAppId\":\"157545333433\",\"wgFBAppVer\":\"v22.0\",\"wgGoogleAppId\":\"475770217963-cj49phca8tqki2ggs0ttcaerhs8339eh.apps.googleusercontent.com\",\"wgCDNbase\":\"https://www.wikihow.com\",\"wgNlpCategory\":\"\",\"wgProMembership\":0,\"wgHasEmail\":0,\"wgArticleHeading\":\"How to .well known/oauth authorization server\",\"wgMinervaFeatures\":{\"amc\":false,\"beta\":false,\"mobileOptionsLink\":true,\"categories\":false,\"backToTop\":false,\"shareButton\":false,\"toggling\":true,\"pageIssues\":false,\"talkAtTop\":false},\"wgMinervaDownloadNamespaces\":[0],\"wgMinervaMenuData\":[]});mw.loader.state({\"user.styles\":\"ready\",\"user\":\"ready\",\"user.options\":\"ready\",\"user.tokens\":\"loading\",\"skins.minerva.base.styles\":\"ready\",\"skins.minerva.content.styles.images\":\"ready\",\"mediawiki.ui.icon\":\"ready\",\"mediawiki.ui.button\":\"ready\",\"skins.minerva.icons.images\":\"ready\",\"ext.wikihow.trusted_sources.styles\":\"ready\",\"zzz.mobile.wikihow.404pages\":\"ready\",\"ext.wikihow.expertadvicesection.styles\":\"ready\",\"ext.wikihow.expertinterviewsection.styles\":\"ready\",\"ext.wikihow.green_box\":\"ready\",\"ext.wikihow.social_footer_styles\":\"ready\"});mw.loader.implement(\"user.tokens@0tffind\",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({\"editToken\":\"+\\\\\",\"patrolToken\":\"+\\\\\",\"watchToken\":\"+\\\\\",\"csrfToken\":\"+\\\\\"});\n});RLPAGEMODULES=[\"mediawiki.page.startup\",\"skins.minerva.scripts\",\"ext.wikihow.common_top\",\"ext.wikihow.common_bottom\",\"ext.eventLogging\",\"mobile.wikihow.mmf\",\"ext.wikihow.summary_image_purchasedialog\",\"ext.wikihow.facebookpixel_control\",\"ext.wikihow.trusted_sources.scripts\",\"ext.wikihow.lightbox\",\"mobile.site\",\"mobile.init\",\"zzz.mobile.wikihow.styles_late_load\",\"zzz.mobile.wikihow.scripts_late_load\",\"mobile.wikihow.tabsonmobile\",\"mobile.wikihow\",\"mobile.wikihow.mobileslideshowinit\",\"mobile.wikihow.stable.styles\",\"mobile.wikihow.socialproof\",\"ext.wikihow.loginreminder\",\"mobile.wikihow.userreview\",\"ext.wikihow.green_box.scripts\",\"ext.wikihow.social_footer\"];mw.loader.load(RLPAGEMODULES);});</script>\n<link rel=\"preload\" href=\"/load.php?debug=false&lang=en&modules=ext.wikihow.expertadvicesection.styles%7Cext.wikihow.expertinterviewsection.styles%7Cext.wikihow.green_box%2Csocial_footer_styles%7Cext.wikihow.trusted_sources.styles%7Cmediawiki.ui.button%2Cicon%7Cskins.minerva.base.styles%7Cskins.minerva.content.styles.images%7Cskins.minerva.icons.im"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 13,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 1,
        "match": "username"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 218178
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 218212
          }
        ]
      },
      "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": 13,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 1,
        "match": "username"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"client-nojs\" lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\"/>\n<title>.well known/oauth protected resource - wikiHow</title>\n<script>document.documentElement.className = document.documentElement.className.replace( /(^|\\s)client-nojs(\\s|$)/, \"$1client-js$2\" );</script>\n<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\"wgCanonicalNamespace\":\"\",\"wgCanonicalSpecialPageName\":false,\"wgNamespaceNumber\":0,\"wgPageName\":\".well-known/oauth-protected-resource\",\"wgTitle\":\".well known/oauth protected resource\",\"wgCurRevisionId\":0,\"wgRevisionId\":0,\"wgArticleId\":0,\"wgIsArticle\":true,\"wgIsRedirect\":false,\"wgAction\":\"view\",\"wgUserName\":null,\"wgUserGroups\":[\"*\"],\"wgCategories\":[],\"wgBreakFrames\":false,\"wgPageContentLanguage\":\"en\",\"wgPageContentModel\":\"wikitext"
      },
      "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.wikihow.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.wikihow.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.wikihow.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.wikihow.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": 13,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 1,
        "match": "username"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Image elements do not have `[alt]` attributes

33 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

33 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

Performance and AccessibilityAccessibilityBrowser audit

Input buttons do not have discernible text.

33 Fail

Check name

Input buttons do not have discernible text.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.11/input-button-name).

Evidence
{
  "description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.11/input-button-name)."
}

SEOSEOBrowser audit

Links are not crawlable

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

SEOSEOBrowser audit

Links do not have descriptive text

33 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 links found

Fix guidance

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

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

Performance and AccessibilityAccessibilityBrowser audit

Some elements have a `[tabindex]` value greater than 0

33 Fail

Check name

Some elements have a `[tabindex]` value greater than 0

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.11/tabindex).

Evidence
{
  "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.11/tabindex)."
}

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

20 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

20 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Touch targets do not have sufficient size or spacing.

20 Fail

Check name

Touch targets do not have sufficient size or spacing.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).

Evidence
{
  "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

10 Warning

Check name

Reduce unused JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 395 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 395 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

3 Fail

Check name

Loading performance

Score

84/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 98,
      "displayValue": "0.8 s",
      "numericValue": 801
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 95,
      "displayValue": "1.1 s",
      "numericValue": 1104.6394347040216
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "20 ms",
      "numericValue": 18.566414999999996
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 54,
      "displayValue": "320 ms",
      "numericValue": 323.9999999999998
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.3 s",
      "numericValue": 288
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 70 ms",
      "numericValue": 65
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 62,
      "displayValue": "210 ms",
      "numericValue": 212
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 65,
      "displayValue": "3.8 s",
      "numericValue": 3753.247026636487
    }
  ]
}

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
59/100Level 3, Bot-AwareCurrent report
wikihow.com AI SEO Report: 59/100 (Level 3, Bot-Aware)