Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 29 out of 100
- Agent Ease of Use 20 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 80 out of 100
- SEO 77 out of 100
- Performance and Accessibility 62 out of 100
What AI sees of your website
Bitbucket | Git solution for teams using Jira
Bitbucket Cloud is a Git-based code and CI/CD tool optimized for teams using Jira.
Next step
Turn this report into a fix workflow
26 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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 29 | Priority fix | 5 | 17 | 1 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 20 | Priority fix | 6 | 27 | 5 | View details |
| API | 42 | Priority fix | 2 | 4 | 2 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 80 | Mostly ready | 5 | 0 | 15 | |
| GEO Readiness | 88 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 81 | Mostly ready | 2 | 0 | 5 | |
| AEO Readiness | 72 | Needs work | 1 | 0 | 6 | |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 62 | Needs work | 18 | 6 | 4 | View details |
| Performance | 48 | Priority fix | 12 | 5 | 4 | View details |
| Accessibility | 88 | Mostly ready | 6 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
55 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
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
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta id=\"bb-bootstrap\" data-current-user=\"{"isAuthenticated": false, "isKbdShortcutsEnabled": true, "isSshEnabled": false}\"\n\n />\n <script nonce=\"xzNrKmlB6aETaO7IAVSFyw==\">\n\nif (window.performance) {\n\n \n window.performance.okayToSendMetrics = !document.hidden && 'onvisibilitychange' in document;\n\n if (window.performance.okayToSendMetrics) {\n\n \n window.addEventListener('visibilitychange', function () {\n if (document.hidden) {\n window.performance.okayToSendMetrics = false;\n }\n });\n }\n\n \n \n}\n</script>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta charset=\"utf-8\">\n <title>404 — Bitbucket</title"
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
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": "frame-ancestors 'none';"
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
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 ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
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
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": 14720
}
]
},
"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.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
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.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
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".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
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
Find useful Link headers
No useful agent discovery Link headers were found.
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
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
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
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": 14479
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14494
}
]
},
"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
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html;charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
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
Markdown content type
Content-Type "text/html;charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Referer".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html;charset=UTF-8"
},
"issue": "Content-Type \"text/html;charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, Referer"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Referer\".",
"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": 19452,
"excerpt": "<!DOCTYPE html>\n\n\n\n\n<html id=\"magnolia\" lang=\"en\"> <head> <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge, chrome=1\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta property=\"fb:pages\" ",
"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
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
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
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": 14457
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14460
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14645
}
]
},
"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
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
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
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": 14479
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14645
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14457
}
]
},
"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
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 2); skipped heading levels; 3 links missing accessible names; 2 buttons missing accessible names; 0/3 applicable form inputs have autocomplete attributes (3 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a class=\"atlassian-home-link\" href=\"http://www.atlassian.com/\" data-event=\"clicked\" data-uuid=\"861ee629-8d-nav-home-link\" data-event-component=\"linkButton\" data-event-container=\"global-Product-Nav\" data-schema-version=\"1\" data-product-key=\"bitbucket\"> <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.9946 15.1348C10.6339 14.738 10.0928 14.7741 9.84022 15.2431L3.99589 26.9678C3.77944 27.4368 4.10411 27.978 4.60917 27.978H12.7624C13.0149 ",
"<a class=\"atlassian-home-link-mobile\" href=\"http://www.atlassian.com/\" data-event=\"clicked\" data-uuid=\"861ee629-8d-mobile-home-link\" data-event-component=\"linkButton\" data-event-container=\"globalNav-mobile-home-link\" data-schema-version=\"1\" data-product-key=\"bitbucket\"> <svg width=\"142\" height=\"16\" viewBox=\"0 0 142 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2389_2333)\"> <path d=\"M4.73929 7.06523C4.5084 6.81126 4.16207 6.83435 4.00045 7.1345L0.23698 14.6384C0.098",
"<a href=\"https://www.atlassian.com\" data-event=\"clicked\" data-uuid=\"a61af4af-ce\" data-event-component=\"linkButton\" data-event-container=\"image\" data-schema-version=\"1\" data-product-key=\"bitbucket\" class=\"component--image__link\"> <img id=\"a61af4af\" alt class=\"component__image xs-none-bottom\" style=\"width:120px;\" src=\"https://wac-cdn.atlassian.com/dam/jcr:bec8148d-b7dc-493f-bbba-7519b0637581/logos-atlassian-logo-gradient-horizontal-neutral.svg?cdnVersion=3433\" loading=\"lazy\"> </a>"
],
"inaccessibleButtons": [
"<button class=\"close-all\"></button>",
"<button class=\"search-open doNotAutoTrack\"> <svg width=\"24\" height=\"24\" class=\"search-svg\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4362 15.085L20.3762 19.095C20.5527 19.2858 20.648 19.5378 20.6419 19.7976C20.6358 20.0574 20.5288 20.3047 20.3435 20.4869C20.1583 20.6692 19.9093 20.7722 19.6494 20.7741C19.3895 20.776 19.1391 20.6766 18.9512 20.497L15.0132 16.491C13.4938 17.6356 11.5961 18.1601 9.70452 17.9582C7.81291 1"
],
"missingAutocompleteInputs": [
"<input class=\"adg4-search-input\" type=\"text\" placeholder=\"Search\">",
"<input type=\"email\" name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\" required id=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\" placeholder=\"Email address\">",
"<input type=\"text\" name=\"list_name\" aria-label=\"Keep this field blank\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Code & CI/CD, powered by AI and the Atlassian platform",
"h3: AI across the SDLC",
"h3: Connected DevOps platform",
"h3: Governance tools that scale",
"h2: AI that provides context to code, not just vibes",
"h2: Migrating to the cloud?",
"h2: 15 million developers build on Bitbucket",
"h6: 1/4",
"h3: \"The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.\"",
"h5: Nate Van Dusen, Engineering Program Management Director",
"h6: 2/4",
"h3: \"With the integration, it’s possible to link each line of changed code back to a Jira work item, to understand not only what was changed, but why\"",
"h5: Scott Carpenter, Global Cloud Architect",
"h6: 3/4",
"h3: \"Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.\"",
"h5: Kyle Gengler, Senior DevOps Engineer",
"h6: 4/4",
"h3: \"We've gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.\"",
"h5: Roman Bugaev, CTO",
"h2: AI across the SDLC",
"h4: Code generation in the CLI & IDE",
"h4: Faster cycle times with AI code review",
"h4: Automate toil w/ agentic pipelines",
"h4: Powered by the Teamwork Graph",
"h2: Security and compliance",
"h3: Code compliance at scale",
"h3: Shift-left security integrations",
"h3: Orchestrate CI/CD organization-wide",
"h3: Granular access and usage permissions",
"h2: Integrate Bitbucket with the tools you use",
"h2: Deliver high quality software. Fast.",
"h2: Learn more",
"h3: Migrate to Bitbucket cloud",
"h3: Scale CI/CD with Bitbucket Pipelines",
"h3: 3X a DevOps Leader",
"h3: New features on the horizon",
"h2: Take Bitbucket Cloud for a spin",
"h2: Power up with Bitbucket Premium",
"h1: Code & CI/CD, built for teams using Jira",
"h3: Migrating to cloud? Listen to this webinar on Bitbucket Cloud's enterprise strategy + get migration tips.",
"h6: PRODUCT FEATURES",
"h2: Why choose Bitbucket Cloud?",
"h3: Collaborate across multiple teams",
"h3: Ship quality code",
"h3: Automate deployments",
"h6: watch THE demo",
"h2: See how Bitbucket Cloud works with Atlassian tools",
"h6: Secure your code",
"h2: Collaborate with IT Ops",
"h2: Secure & compliant",
"h6: Integrations for every team",
"h2: Build a DevOps toolchain that works for you",
"h2: 15 million developers from over a million teams love Bitbucket",
"h6: 1 of 4",
"h2: “We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.",
"h6: 2 of 4",
"h2: “The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.",
"h6: 3 of 4",
"h2: “With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why.",
"h6: 4 of 4",
"h2: “Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.",
"h2: Learn more",
"h3: Need a self-hosted option?",
"h3: Considering migrating to Bitbucket Cloud?",
"h3: New features on the horizon",
"h2: Take Bitbucket Cloud for a spin",
"h2: Simple plans hosted in the cloud. Priced to scale.",
"h3: Free",
"h3: Standard",
"h3: Premium",
"h4: Bitbucket",
"h4: Resources",
"h4: Connect with us"
]
},
"counts": {
"h1": 2,
"headings": 73,
"links": 71,
"inaccessibleLinks": 3,
"buttons": 11,
"inaccessibleButtons": 2,
"images": 74,
"imagesWithAlt": 74,
"autocompleteInputs": 3,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 3
}
}AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://bitbucket.org/sitemap.xml, https://bitbucket.org/sitemap_index.xml, https://bitbucket.org/sitemap-index.xml.
Why it matters
Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.
Check name
Sitemap
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish a sitemap and reference it from robots.txt.
Result
Sitemap is missing or incomplete.
Evidence
{
"checked": [
"https://bitbucket.org/sitemap.xml",
"https://bitbucket.org/sitemap_index.xml",
"https://bitbucket.org/sitemap-index.xml"
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
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
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": 14654
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14488
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14479
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
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
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": 14666
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14454
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14500
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
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
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": 14466
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14448
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
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
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": 14651
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14485
}
]
},
"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
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
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
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": 14654
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14488
}
]
},
"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
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
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": "Tue, 09 Jun 2026 22:38:10 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
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
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
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
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": "bitbucket.org",
"probes": [
{
"name": "_index._agents.bitbucket.org",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.bitbucket.org",
"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": "bitbucket.org",
"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
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
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
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a"> is missing a label.<input name="et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a"> is missing tool-param-description.<input name="list_name"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<select name="url"> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
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": 2,
"formsWithTags": 0,
"totalInteractive": 87,
"interactiveWithTags": 0,
"totalCount": 89,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing a label.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing tool-param-description.",
"<input name=\"list_name\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"url\"> 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": 10,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing a label.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing tool-param-description.",
"<input name=\"list_name\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"url\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"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=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"list_name\"> 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": "<select name=\"url\"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 87,
"interactiveWithTags": 0,
"totalCount": 89,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing a label.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing tool-param-description.",
"<input name=\"list_name\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"url\"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 87,
"interactiveWithTags": 0,
"totalCount": 89,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing a label.",
"<input name=\"et-e3bb2ec9-6479-471c-bdce-76bea62a4c6a\"> is missing tool-param-description.",
"<input name=\"list_name\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"url\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery has a validation warning at "Check machine-usable API details".
9 Warning
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery has a validation warning at "Check machine-usable API details".
Needs attention
OpenAPI discovery
Issue
OpenAPI is valid, but missing schemas, parameters, servers, or security details reduce machine usability.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
83/100
Status
warning
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery has a validation warning at "Check machine-usable API details".
Validation steps
Check machine-usable API details
OpenAPI is valid, but missing schemas, parameters, servers, or security details reduce machine usability.
Evidence
{
"failedStep": "machine-usable-detail",
"steps": [
{
"id": "fetch",
"title": "Fetch OpenAPI document",
"status": "pass",
"evidence": {
"found": "/api/swagger.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate baseline OpenAPI structure",
"status": "pass",
"evidence": {
"valid": true,
"compatibleContentType": true,
"format": "json",
"version": "2.0",
"pathCount": 197,
"operationCount": 339,
"operationWarnings": [
{
"field": "servers",
"issue": "No servers array declared."
},
{
"field": "components.securitySchemes",
"issue": "No security schemes or explicit no-auth declaration."
},
{
"path": "/addon",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/addon",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values/{value_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values/{value_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values/{value_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values/{value_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/{addon_key}/client-key",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/{addon_key}/client-key",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/hook_events",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/hook_events/{subject_type}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/hook_events/{subject_type}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions/{id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions/{id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions/{id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions/{id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions/{id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branch-restrictions/{id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branching-model",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branching-model",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branching-model/settings",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branching-model/settings",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branching-model/settings",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branching-model/settings",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/branching-model/settings",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/approve",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/approve",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/approve",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/approve",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/approve",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/pullrequests",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits/{revision}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits/{revision}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits/{revision}",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits/{revision}",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/commits/{revision}",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/components",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/components",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/components/{component_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/components/{component_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers/{target_username}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers/{target_username}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers/{target_username}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers/{target_username}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers/{target_username}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers/{target_username}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/default-reviewers/{target_username}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys/{key_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys/{key_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys/{key_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys/{key_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys/{key_id}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys/{key_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deploy-keys/{key_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments/{deployment_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables/{variable_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables/{variable_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables/{variable_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/diff/{spec}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/diffstat/{spec}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/diffstat/{spec}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads/{filename}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads/{filename}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads/{filename}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/downloads/{filename}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/effective-branching-model",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/effective-branching-model",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/effective-default-reviewers",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/effective-default-reviewers",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/environments",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/environments",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/environments",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/environments/{environment_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/environments/{environment_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/environments/{environment_uuid}/changes",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/environments/{environment_uuid}/changes",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/file-conflicts/{spec}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/file-conflicts/{spec}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/filehistory/{commit}/{path}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/forks",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/forks",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/forks",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks/{uid}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks/{uid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks/{uid}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks/{uid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks/{uid}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks/{uid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/hooks/{uid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/export",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/export",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/export/{repo_name}-issues-{task_id}.zip",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/export/{repo_name}-issues-{task_id}.zip",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/import",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/import",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/import",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/import",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/import",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments/{path}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments/{path}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments/{path}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments/{path}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/changes",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/changes",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/changes",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/changes/{change_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/changes/{change_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/vote",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/vote",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/vote",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/vote",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/vote",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/vote",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/vote",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/watch",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/watch",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/watch",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/watch",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/watch",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/watch",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/watch",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/merge-base/{revspec}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/merge-base/{revspec}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/milestones",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/milestones",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/milestones/{milestone_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/milestones/{milestone_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/override-settings",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/override-settings",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/override-settings",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/override-settings",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/override-settings",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/patch/{spec}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/patch/{spec}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/caches",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/caches",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/caches/{cache_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/caches/{cache_uuid}/content-uri",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/runners",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/runners",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/runners",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/runners/{runner_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/runners/{runner_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/runners/{runner_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines-config/runners/{runner_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_uuid}/log",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_uuid}/logs/{log_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_uuid}/test_reports",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_uuid}/test_reports/test_cases",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_uuid}/test_reports/test_cases/{test_case_uuid}/test_case_reasons",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/stopPipeline",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/stopPipeline",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/build_number",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/build_number",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules/{schedule_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules/{schedule_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules/{schedule_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules/{schedule_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/schedules/{schedule_uuid}/executions",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/key_pair",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/key_pair",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/key_pair",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/key_pair",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts/{known_host_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts/{known_host_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts/{known_host_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts/{known_host_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/variables",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/variables",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/variables",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/variables/{variable_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/variables/{variable_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/variables/{variable_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pipelines_config/variables/{variable_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/activity",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/activity",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/activity",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/activity",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/approve",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/approve",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/approve",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/approve",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/approve",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}/resolve",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}/resolve",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}/resolve",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}/resolve",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments/{comment_id}/resolve",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/commits",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/commits",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/conflicts",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/conflicts",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/decline",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/decline",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/decline",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/diff",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/diff",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/diffstat",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/diffstat",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/merge",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/merge",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/merge/task-status/{task_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/merge/task-status/{task_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/patch",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/patch",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/request-changes",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/request-changes",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/request-changes",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/request-changes",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/request-changes",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/statuses",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks/{task_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks/{task_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks/{task_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks/{task_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks/{task_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks/{task_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches/{name}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches/{name}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches/{name}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/branches/{name}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/tags",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/tags",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/tags",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/tags/{name}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/tags/{name}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/tags/{name}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/refs/tags/{name}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/src",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/src",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/repositories/{workspace}/{repo_slug}/src",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/src/{commit}/{path}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/versions",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/versions",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/versions/{version_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/versions/{version_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/repositories/{workspace}/{repo_slug}/watchers",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/repositories/{workspace}/{repo_slug}/watchers",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/snippets",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/snippets/{workspace}",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/snippets/{workspace}/{encoded_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments/{comment_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments/{comment_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments/{comment_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments/{comment_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments/{comment_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/snippets/{workspace}/{encoded_id}/comments/{comment_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/commits",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/commits",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/commits/{revision}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/commits/{revision}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/files/{path}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/files/{path}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watch",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watch",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watch",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watch",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watch",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watch",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watch",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watchers",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/watchers",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}/files/{path}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{node_id}/files/{path}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{revision}/diff",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{revision}/patch",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/snippets/{workspace}/{encoded_id}/{revision}/patch",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/teams/{username}/pipelines_config/variables",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/teams/{username}/pipelines_config/variables",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/teams/{username}/pipelines_config/variables",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/teams/{username}/pipelines_config/variables/{variable_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/teams/{username}/pipelines_config/variables/{variable_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/teams/{username}/pipelines_config/variables/{variable_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/teams/{username}/pipelines_config/variables/{variable_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/teams/{username}/search/code",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user/emails",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user/emails/{email}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/user/emails/{email}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user/permissions/repositories",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user/permissions/workspaces",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user/workspaces",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user/workspaces/{workspace}/permission",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/user/workspaces/{workspace}/permission",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/user/workspaces/{workspace}/permissions/repositories",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/users/{selected_user}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/gpg-keys",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/users/{selected_user}/gpg-keys",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/gpg-keys",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/users/{selected_user}/gpg-keys",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/gpg-keys/{fingerprint}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/users/{selected_user}/gpg-keys/{fingerprint}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/gpg-keys/{fingerprint}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/users/{selected_user}/gpg-keys/{fingerprint}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/pipelines_config/variables",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/pipelines_config/variables",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/users/{selected_user}/pipelines_config/variables",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/pipelines_config/variables/{variable_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/pipelines_config/variables/{variable_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/users/{selected_user}/pipelines_config/variables/{variable_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/pipelines_config/variables/{variable_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/properties/{app_key}/{property_name}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/users/{selected_user}/properties/{app_key}/{property_name}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/properties/{app_key}/{property_name}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/properties/{app_key}/{property_name}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/search/code",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/ssh-keys",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/users/{selected_user}/ssh-keys",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/ssh-keys",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/users/{selected_user}/ssh-keys",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/ssh-keys/{key_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/users/{selected_user}/ssh-keys/{key_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/ssh-keys/{key_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/users/{selected_user}/ssh-keys/{key_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/users/{selected_user}/ssh-keys/{key_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/users/{selected_user}/ssh-keys/{key_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/hooks",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/hooks",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/hooks",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/hooks",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/hooks",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/hooks/{uid}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/hooks/{uid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/hooks/{uid}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/hooks/{uid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/hooks/{uid}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/hooks/{uid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/hooks/{uid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/members",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/members",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/members/{member}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/members/{member}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/permissions",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/permissions/repositories",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/permissions/repositories/{repo_slug}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/identity/oidc/.well-known/openid-configuration",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/identity/oidc/keys.json",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/runners",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/runners",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/pipelines-config/runners",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/runners/{runner_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/runners/{runner_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/pipelines-config/runners/{runner_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/runners/{runner_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/variables",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/variables",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/pipelines-config/variables",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/variables/{variable_uuid}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/variables/{variable_uuid}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/pipelines-config/variables/{variable_uuid}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pipelines-config/variables/{variable_uuid}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/projects",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/branching-model",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/branching-model",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/branching-model/settings",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/branching-model/settings",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/branching-model/settings",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/branching-model/settings",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/branching-model/settings",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys/{key_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys/{key_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys/{key_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/deploy-keys/{key_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/pullrequests/{selected_user}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/search/code",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/workspaces/{workspace}/settings/gpg/public-key",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/workspaces/{workspace}/settings/gpg/public-key",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
}
],
"hasServers": false,
"hasSecuritySchemes": false,
"hasExplicitNoAuth": false,
"rawExcerpt": "{\"swagger\": \"2.0\", \"info\": {\"title\": \"Bitbucket API\", \"description\": \"Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.\", \"version\": \"2.0\", \"termsOfService\": \"https://www.atlassian.com/legal/customer-agreement\", \"contact\": {\"name\": \"Bitbucket Support\", \"url\": \"https://support.atlassian.com/bitbucket-cloud/\", \"email\": \"[email protected]\"}}, \"host\": \"api.bitbucket.org\", \"basePath\": \"/2.0\", \"schemes\": [\"https\"], \"consumes\": [\"application/json\"], \"produces\": [\"application/json\"], \"paths\": {\"/addon\": {\"delete\": {\"tags\": [\"Addon\"], \"description\": \"Deletes the application for the user.\\n\\nThis endpoint is intended to be used by Bitbucke"
}
},
{
"id": "machine-usable-detail",
"title": "Check machine-usable API details",
"status": "warning",
"evidence": {
"warningCount": 607,
"warnings": [
{
"field": "servers",
"issue": "No servers array declared."
},
{
"field": "components.securitySchemes",
"issue": "No security schemes or explicit no-auth declaration."
},
{
"path": "/addon",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/addon",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "get",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "get",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "post",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "post",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "post",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "put",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "put",
"field": "requestBody",
"issue": "Mutating operation has no requestBody schema."
},
{
"path": "/addon/linkers/{linker_key}/values",
"method": "put",
"field": "responses",
"issue": "No response schema declared."
},
{
"path": "/addon/linkers/{linker_key}/values/{value_id}",
"method": "delete",
"field": "parameters",
"issue": "Templated path has no parameters."
},
{
"path": "/addon/linkers/{linker_key}/values/{value_id}",
"method": "delete",
"field": "responses",
"issue": "No response schema declared."
}
],
"hasServers": false,
"hasSecuritySchemes": false,
"hasExplicitNoAuth": false
},
"issue": "OpenAPI is valid, but missing schemas, parameters, servers, or security details reduce machine usability.",
"howToFix": "Add servers, parameters, request bodies, response schemas, and security or explicit no-auth declarations where they apply."
}
]
}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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: publisher, freshnessDate.
Details
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": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Atlassian",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "http://www.atlassian.com/software/bitbucket/enterprise/data-center",
"text": "Want to learn more about our self-managed option?",
"html": "<a href=\"http://www.atlassian.com/software/bitbucket/enterprise/data-center\" data-event=\"clicked\" data-uuid=\"5126e1a9-93\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Want to learn more about our self-managed option?\" data-label-english=\"Want to learn more about our self-managed option?\" class=\"component__link default \"> Want to learn more about our self-managed option? </a>"
}
],
"contactLinks": [
{
"href": "https://www.atlassian.com/blog/bitbucket/agentic-pipelines-now-supports-claude-code",
"text": "Learn more",
"html": "<a href=\"https://www.atlassian.com/blog/bitbucket/agentic-pipelines-now-supports-claude-code\" class=\"component--link-white external-link-type\" target=\"_blank\" data-event=\"clicked\" data-uuid=\"1b3659a6-8d\" data-event-component=\"linkButton\" data-event-container=\"link\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Learn more\" data-label-english=\"Learn more\"> Learn more<svg class=\"link-arrow-external-image\" width=\"8px\" height=\"7px\" viewBox=\"0 0 8 7\" version=\"1.1\" xmlns=\"http://w..."
},
{
"href": "https://support.atlassian.com/help/#/bitbucket",
"text": "Technical support",
"html": "<a href=\"https://support.atlassian.com/help/#/bitbucket\" data-event=\"clicked\" data-uuid=\"617a52bb-a3\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Technical support\" data-label-english=\"Technical support\" class=\"component__link default \"> Technical support </a>"
}
],
"privacyLinks": [
{
"href": "http://www.atlassian.com/legal/privacy-policy",
"text": "Privacy policy",
"html": "<a href=\"http://www.atlassian.com/legal/privacy-policy\" data-event=\"clicked\" data-uuid=\"1dc49375-f6\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Privacy policy\" data-label-english=\"Privacy policy\" class=\"component__link default \"> Privacy policy </a>"
},
{
"href": "http://www.atlassian.com/legal/privacy-policy#additional-disclosures-for-ca-residents",
"text": "Notice at Collection",
"html": "<a href=\"http://www.atlassian.com/legal/privacy-policy#additional-disclosures-for-ca-residents \" data-event=\"clicked\" data-uuid=\"a65d7040-b3\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Notice at Collection\" data-label-english=\"Notice at Collection\" class=\"component__link default atl-policy-link atl-policy-link-text\"> Notice at Collection </a>"
},
{
"href": "http://www.atlassian.com/legal/customer-agreement",
"text": "Terms of use",
"html": "<a href=\"http://www.atlassian.com/legal/customer-agreement\" data-event=\"clicked\" data-uuid=\"0dee7198-10\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Terms of use\" data-label-english=\"Terms of use\" class=\"component__link default \"> Terms of use </a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
44 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 48,
"passing": 4,
"failing": [
{
"heading": "AI across the SDLC",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> AI across the SDLC </h3>",
"firstParagraph": "Reduce cycle times across the development lifecycle with AI-powered search, chat, code review, pipeline triage, and even Jira updates.",
"paragraphHtml": "<p>Reduce cycle times across the development lifecycle with AI-powered search, chat, code review, pipeline triage, and even Jira updates.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Connected DevOps platform",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Connected DevOps platform </h3>",
"firstParagraph": "Bitbucket connects code to Jira and Jira Service Management so teams can move from planning to production with less context switching and fewer handoffs.",
"paragraphHtml": "<p>Bitbucket connects code to Jira and Jira Service Management so teams can move from planning to production with less context switching and fewer handoffs. </p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Governance tools that scale",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Governance tools that scale </h3>",
"firstParagraph": "Be confident in your software delivery by enforcing coding standards, CI/CD policies, and change management workflows across all teams and repositories.",
"paragraphHtml": "<p>Be confident in your software delivery by enforcing coding standards, CI/CD policies, and change management workflows across all teams and repositories.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Migrating to the cloud?",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Migrating to the cloud? </h2>",
"firstParagraph": "Sign up for a free Bitbucket Cloud Premium trial for the same user count and duration as your Bitbucket Data Center license.",
"paragraphHtml": "<p>Sign up for a free Bitbucket Cloud Premium trial for the same user count and duration as your Bitbucket Data Center license. </p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "15 million developers build on Bitbucket",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers build on Bitbucket </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "\"The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us." </h3>",
"firstParagraph": "Trulia",
"paragraphHtml": "<p>Trulia</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "\"With the integration, it’s possible to link each line of changed code back to a Jira work item, to understand not only what was changed, but why\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "With the integration, it’s possible to link each line of changed code back to a Jira work item, to understand not only what was changed, but why" </h3>",
"firstParagraph": "Fugro",
"paragraphHtml": "<p>Fugro</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "\"Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying." </h3>",
"firstParagraph": "Nextiva",
"paragraphHtml": "<p>Nextiva</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "\"We've gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "We've gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days." </h3>",
"firstParagraph": "Flo",
"paragraphHtml": "<p>Flo</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "AI across the SDLC",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> AI across the SDLC </h2>",
"firstParagraph": "Atlassian supercharges workflows with AI beyond code generation, accelerating development throughout the software lifecycle.",
"paragraphHtml": "<p>Atlassian supercharges workflows with AI beyond code generation, accelerating development throughout the software lifecycle.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Security and compliance",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Security and compliance </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Code compliance at scale",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Code compliance at scale </h3>",
"firstParagraph": "Enforce code quality policies and compliance requirements across the organization with standardized, customizable merge checks.",
"paragraphHtml": "<p>Enforce code quality policies and compliance requirements across the organization with standardized, customizable merge checks.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Shift-left security integrations",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Shift-left security integrations </h3>",
"firstParagraph": "Build secure software while coding, during code review, and as part of CI/CD workflows with native security capabilities and partner integrations.",
"paragraphHtml": "<p>Build secure software while coding, during code review, and as part of CI/CD workflows with native security capabilities and partner integrations.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Orchestrate CI/CD organization-wide",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Orchestrate CI/CD organization-wide </h3>",
"firstParagraph": "Run CI/CD workflows across your organization using hosted or private runners—or both, with centralized visibility across pipeline status, testing policies, deployment environments and more, no infrastructure needed.",
"paragraphHtml": "<p>Run CI/CD workflows across your organization using hosted or private runners—or both, with centralized visibility across pipeline status, testing policies, deployment environments and more, no infrastructure needed.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Granular access and usage permissions",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Granular access and usage permissions </h3>",
"firstParagraph": "Control permissions at the workspace, project, or repo level, and define granular branch‑level, environment‑level, and package permissions — including container images and tags.",
"paragraphHtml": "<p>Control permissions at the workspace, project, or repo level, and define granular branch‑level, environment‑level, and package permissions — including container images and tags.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Integrate Bitbucket with the tools you use",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Integrate Bitbucket with the tools you use </h2>",
"firstParagraph": "Connect Bitbucket to market-leading partner tools across AI code generation, security, testing, monitoring, and more. Build custom integrations to meet the exact needs of your organization.",
"paragraphHtml": "<p>Connect Bitbucket to market-leading partner tools across AI code generation, security, testing, monitoring, and more. Build custom integrations to meet the exact needs of your organization.  </p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Deliver high quality software. Fast.",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> Deliver high quality software. Fast. </h2>",
"firstParagraph": "Measure and improve productivity, quality, and speed with the AI-native SDLC for every software team.",
"paragraphHtml": "<p>Measure and improve productivity, quality, and speed with the AI-native SDLC for every software team.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Learn more",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Migrate to Bitbucket cloud",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Migrate to Bitbucket cloud </h3>",
"firstParagraph": "Our free app moves your code and users from Bitbucket Server or Data Center to Cloud.",
"paragraphHtml": "<p>Our free app moves your code and users from Bitbucket Server or Data Center to Cloud.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Scale CI/CD with Bitbucket Pipelines",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Scale CI/CD with Bitbucket Pipelines </h3>",
"firstParagraph": "Learn how Atlassian builds secure CI/CD workflows to support 10,000 people using over 1 billion build minutes a month.",
"paragraphHtml": "<p>Learn how Atlassian builds secure CI/CD workflows to support 10,000 people using over 1 billion build minutes a month.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "3X a DevOps Leader",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> 3X a DevOps Leader </h3>",
"firstParagraph": "For the third year in a row, Atlassian was named a Leader in the 2025 Gartner® Magic Quadrant ™ for DevOps Platforms.",
"paragraphHtml": "<p>For the third year in a row, Atlassian was named a Leader in the 2025 Gartner® Magic Quadrant ™ for DevOps Platforms.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "New features on the horizon",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> New features on the horizon </h3>",
"firstParagraph": "Learn more about what we’ve recently shipped and what we’re building next for your team.",
"paragraphHtml": "<p>Learn more about what we’ve recently shipped and what we’re building next for your team.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Take Bitbucket Cloud for a spin",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Migrating to cloud? Listen to this webinar on Bitbucket Cloud's enterprise strategy + get migration tips.",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Migrating to cloud? Listen to this webinar on Bitbucket Cloud's enterprise strategy + get migration tips. </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why choose Bitbucket Cloud?",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Why choose Bitbucket Cloud? </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Collaborate across multiple teams",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Collaborate across multiple teams </h3>",
"firstParagraph": "Reduce context-switching by managing your Jira issues in Bitbucket with the built-in Jira UI. And when you include your issue key in commits, your Jira issue statuses update automatically.",
"paragraphHtml": "<p>Reduce context-switching by managing your Jira issues in Bitbucket with the built-in Jira UI. And when you include your issue key in commits, your Jira issue statuses update automatically.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Ship quality code",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Ship quality code </h3>",
"firstParagraph": "Comprehensive code review features to help you find and fix bugs before you deploy. Review large diffs with ease, view third-party code reports, and open Jira tickets right from the PR screen.",
"paragraphHtml": "<p>Comprehensive code review features to help you find and fix bugs before you deploy. Review large diffs with ease, view third-party code reports, and open Jira tickets right from the PR screen.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Automate deployments",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Automate deployments </h3>",
"firstParagraph": "Use our built-in CI/CD tool, Bitbucket Pipelines, to create powerful, automated workflows. Or connect Bitbucket Cloud to on-prem CI/CD tools like Bamboo or Jenkins.",
"paragraphHtml": "<p>Use our built-in CI/CD tool, Bitbucket Pipelines, to create powerful, automated workflows. Or connect Bitbucket Cloud to on-prem CI/CD tools like <a data-event=\"clicked\" data-uuid=\"98d51163-440\" data-event-component=\"linkButton\" data-event-container=\"headingTextBlock\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Bamboo\" data-label-english=\"Bamboo\" href=\"https://confluence.atlassian.com/bamboo/bitbucket-cloud-289277000.html\">Bamboo</a> or Jenkins.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "See how Bitbucket Cloud works with Atlassian tools",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> See how Bitbucket Cloud works with Atlassian tools </h2>",
"firstParagraph": "This video demos a code change workflow using Jira Software and Bitbucket Pipelines.",
"paragraphHtml": "<p>This video demos a code change workflow using Jira Software and Bitbucket Pipelines. </p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Collaborate with IT Ops",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Collaborate with IT Ops </h2>",
"firstParagraph": "Enable automated change approval processes and resolve incidents faster by mapping incidents to deployments with Bitbucket and Jira Service Management. Learn more",
"paragraphHtml": "<p>Enable automated change approval processes and resolve incidents faster by mapping incidents to deployments with Bitbucket and Jira Service Management. <a data-event=\"clicked\" data-uuid=\"c576d8e3-c00\" data-event-component=\"linkButton\" data-event-container=\"headingTextBlock\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Learn more\" data-label-english=\"Learn more\" href=\"https://bitbucket.org/blog/a-modern-approach-to-change-management-with-bitbucket-and-jira-service-manage...",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Build a DevOps toolchain that works for you",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Build a DevOps toolchain that works for you </h2>",
"firstParagraph": "Don’t settle for an all-in-one DevOps tool. Start by connecting Bitbucket and Jira Software via Atlassian’s Open DevOps solution, then build out your custom DevOps stack with market-leading partner tools across security, testing and monitoring.",
"paragraphHtml": "<p>Don’t settle for an all-in-one DevOps tool. Start by connecting Bitbucket and Jira Software via Atlassian’s Open DevOps solution, then build out your custom DevOps stack with market-leading partner tools across security, testing and monitoring. </p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "15 million developers from over a million teams love Bitbucket",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers from over a million teams love Bitbucket </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "“We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days. </h2>",
"firstParagraph": "Roman Bugaev, CTO",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Roman Bugaev</strong>, CTO </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "“The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us. </h2>",
"firstParagraph": "Nate Van Dusen, Engineering Program Management Director",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Nate Van Dusen</strong>, Engineering Program Management Director</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "“With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why. </h2>",
"firstParagraph": "Scott Carpenter, Global Cloud Architect",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Scott Carpenter</strong>, Global Cloud Architect</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "“Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying. </h2>",
"firstParagraph": "Kyle Gengler, Senior DevOps Engineer",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Kyle Gengler</strong>, Senior DevOps Engineer</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Learn more",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Considering migrating to Bitbucket Cloud?",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Considering migrating to Bitbucket Cloud? </h3>",
"firstParagraph": "Our free migration app automates moving your code and users from Bitbucket Server or Data Center to Bitbucket Cloud.",
"paragraphHtml": "<p>Our free migration app automates moving your code and users from Bitbucket Server or Data Center to Bitbucket Cloud.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "New features on the horizon",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> New features on the horizon </h3>",
"firstParagraph": "Learn more about what we’ve recently shipped and what we’re building next for your team.",
"paragraphHtml": "<p>Learn more about what we’ve recently shipped and what we’re building next for your team.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Take Bitbucket Cloud for a spin",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Simple plans hosted in the cloud. Priced to scale.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Simple plans hosted in the cloud. Priced to scale. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Free",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- h3 heading\"> Free </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Standard",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- h3 heading\"> Standard </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Premium",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- h3 heading\"> Premium </h3>",
"firstParagraph": "101+ users? We offer discounts for large teams! Calculate your price",
"paragraphHtml": "<p><strong>101+ users?</strong>   We offer discounts for large teams! <a data-event=\"clicked\" data-uuid=\"5ae9ec2d-7b0\" data-event-component=\"linkButton\" data-event-container=\"textBlock\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Calculate your price\" data-label-english=\"Calculate your price\" href=\"http://www.atlassian.com/software/bitbucket/pricing\">Calculate your price</a></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: publisher, freshnessDate.
Details
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": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Atlassian",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "http://www.atlassian.com/software/bitbucket/enterprise/data-center",
"text": "Want to learn more about our self-managed option?",
"html": "<a href=\"http://www.atlassian.com/software/bitbucket/enterprise/data-center\" data-event=\"clicked\" data-uuid=\"5126e1a9-93\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Want to learn more about our self-managed option?\" data-label-english=\"Want to learn more about our self-managed option?\" class=\"component__link default \"> Want to learn more about our self-managed option? </a>"
}
],
"contactLinks": [
{
"href": "https://www.atlassian.com/blog/bitbucket/agentic-pipelines-now-supports-claude-code",
"text": "Learn more",
"html": "<a href=\"https://www.atlassian.com/blog/bitbucket/agentic-pipelines-now-supports-claude-code\" class=\"component--link-white external-link-type\" target=\"_blank\" data-event=\"clicked\" data-uuid=\"1b3659a6-8d\" data-event-component=\"linkButton\" data-event-container=\"link\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Learn more\" data-label-english=\"Learn more\"> Learn more<svg class=\"link-arrow-external-image\" width=\"8px\" height=\"7px\" viewBox=\"0 0 8 7\" version=\"1.1\" xmlns=\"http://w..."
},
{
"href": "https://support.atlassian.com/help/#/bitbucket",
"text": "Technical support",
"html": "<a href=\"https://support.atlassian.com/help/#/bitbucket\" data-event=\"clicked\" data-uuid=\"617a52bb-a3\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Technical support\" data-label-english=\"Technical support\" class=\"component__link default \"> Technical support </a>"
}
],
"privacyLinks": [
{
"href": "http://www.atlassian.com/legal/privacy-policy",
"text": "Privacy policy",
"html": "<a href=\"http://www.atlassian.com/legal/privacy-policy\" data-event=\"clicked\" data-uuid=\"1dc49375-f6\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Privacy policy\" data-label-english=\"Privacy policy\" class=\"component__link default \"> Privacy policy </a>"
},
{
"href": "http://www.atlassian.com/legal/privacy-policy#additional-disclosures-for-ca-residents",
"text": "Notice at Collection",
"html": "<a href=\"http://www.atlassian.com/legal/privacy-policy#additional-disclosures-for-ca-residents \" data-event=\"clicked\" data-uuid=\"a65d7040-b3\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Notice at Collection\" data-label-english=\"Notice at Collection\" class=\"component__link default atl-policy-link atl-policy-link-text\"> Notice at Collection </a>"
},
{
"href": "http://www.atlassian.com/legal/customer-agreement",
"text": "Terms of use",
"html": "<a href=\"http://www.atlassian.com/legal/customer-agreement\" data-event=\"clicked\" data-uuid=\"0dee7198-10\" data-event-component=\"linkButton\" data-event-container=\"linkButton\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Terms of use\" data-label-english=\"Terms of use\" class=\"component__link default \"> Terms of use </a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
Details
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": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
44 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
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
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: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 23,
"questionH2s": [
{
"index": 2,
"text": "Migrating to the cloud?",
"isQuestion": true,
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Migrating to the cloud? </h2>"
},
{
"index": 11,
"text": "Why choose Bitbucket Cloud?",
"isQuestion": true,
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Why choose Bitbucket Cloud? </h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Needs attention
AIO: Google eligibility and indexability
Issue
Canonical does not self-reference the scanned page.
Details
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: Google eligibility and indexability
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Evidence
{
"status": 200,
"googlebotBlocked": false,
"metaRobotsTags": [],
"xRobotsTag": "",
"canonical": "https://bitbucket.org/product",
"finalUrl": "https://bitbucket.org/",
"canonicalScore": 60,
"score": 80,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: solution, powered, atlassian, platform.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
87/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 87/100 and needs improvement.
Evidence
{
"title": "Bitbucket | Git solution for teams using Jira",
"h1": "Code & CI/CD, powered by AI and the Atlassian platform",
"description": "Bitbucket Cloud is a Git-based code and CI/CD tool optimized for teams using Jira.",
"topicOverlap": 0.5555555555555556,
"topicTerms": [
"bitbucket",
"git",
"solution",
"teams",
"jira",
"code",
"powered",
"atlassian",
"platform"
],
"descriptionTerms": [
"bitbucket",
"cloud",
"git",
"based",
"code",
"tool",
"optimized",
"teams",
"jira"
],
"missingFromDescription": [
"solution",
"powered",
"atlassian",
"platform"
],
"score": 87,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
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, optional visible FAQ or FAQPage schema.
Details
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": false,
"definitionPatterns": 9,
"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",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
44 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 48,
"passing": 4,
"failing": [
{
"heading": "AI across the SDLC",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> AI across the SDLC </h3>",
"firstParagraph": "Reduce cycle times across the development lifecycle with AI-powered search, chat, code review, pipeline triage, and even Jira updates.",
"paragraphHtml": "<p>Reduce cycle times across the development lifecycle with AI-powered search, chat, code review, pipeline triage, and even Jira updates.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Connected DevOps platform",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Connected DevOps platform </h3>",
"firstParagraph": "Bitbucket connects code to Jira and Jira Service Management so teams can move from planning to production with less context switching and fewer handoffs.",
"paragraphHtml": "<p>Bitbucket connects code to Jira and Jira Service Management so teams can move from planning to production with less context switching and fewer handoffs. </p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Governance tools that scale",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Governance tools that scale </h3>",
"firstParagraph": "Be confident in your software delivery by enforcing coding standards, CI/CD policies, and change management workflows across all teams and repositories.",
"paragraphHtml": "<p>Be confident in your software delivery by enforcing coding standards, CI/CD policies, and change management workflows across all teams and repositories.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Migrating to the cloud?",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Migrating to the cloud? </h2>",
"firstParagraph": "Sign up for a free Bitbucket Cloud Premium trial for the same user count and duration as your Bitbucket Data Center license.",
"paragraphHtml": "<p>Sign up for a free Bitbucket Cloud Premium trial for the same user count and duration as your Bitbucket Data Center license. </p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "15 million developers build on Bitbucket",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers build on Bitbucket </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "\"The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us." </h3>",
"firstParagraph": "Trulia",
"paragraphHtml": "<p>Trulia</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "\"With the integration, it’s possible to link each line of changed code back to a Jira work item, to understand not only what was changed, but why\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "With the integration, it’s possible to link each line of changed code back to a Jira work item, to understand not only what was changed, but why" </h3>",
"firstParagraph": "Fugro",
"paragraphHtml": "<p>Fugro</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "\"Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying." </h3>",
"firstParagraph": "Nextiva",
"paragraphHtml": "<p>Nextiva</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "\"We've gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.\"",
"headingHtml": "<h3 class=\"fnt-wt font-wt-500 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> "We've gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days." </h3>",
"firstParagraph": "Flo",
"paragraphHtml": "<p>Flo</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "AI across the SDLC",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> AI across the SDLC </h2>",
"firstParagraph": "Atlassian supercharges workflows with AI beyond code generation, accelerating development throughout the software lifecycle.",
"paragraphHtml": "<p>Atlassian supercharges workflows with AI beyond code generation, accelerating development throughout the software lifecycle.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Security and compliance",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Security and compliance </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Code compliance at scale",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Code compliance at scale </h3>",
"firstParagraph": "Enforce code quality policies and compliance requirements across the organization with standardized, customizable merge checks.",
"paragraphHtml": "<p>Enforce code quality policies and compliance requirements across the organization with standardized, customizable merge checks.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Shift-left security integrations",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Shift-left security integrations </h3>",
"firstParagraph": "Build secure software while coding, during code review, and as part of CI/CD workflows with native security capabilities and partner integrations.",
"paragraphHtml": "<p>Build secure software while coding, during code review, and as part of CI/CD workflows with native security capabilities and partner integrations.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Orchestrate CI/CD organization-wide",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Orchestrate CI/CD organization-wide </h3>",
"firstParagraph": "Run CI/CD workflows across your organization using hosted or private runners—or both, with centralized visibility across pipeline status, testing policies, deployment environments and more, no infrastructure needed.",
"paragraphHtml": "<p>Run CI/CD workflows across your organization using hosted or private runners—or both, with centralized visibility across pipeline status, testing policies, deployment environments and more, no infrastructure needed.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Granular access and usage permissions",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Granular access and usage permissions </h3>",
"firstParagraph": "Control permissions at the workspace, project, or repo level, and define granular branch‑level, environment‑level, and package permissions — including container images and tags.",
"paragraphHtml": "<p>Control permissions at the workspace, project, or repo level, and define granular branch‑level, environment‑level, and package permissions — including container images and tags.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Integrate Bitbucket with the tools you use",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Integrate Bitbucket with the tools you use </h2>",
"firstParagraph": "Connect Bitbucket to market-leading partner tools across AI code generation, security, testing, monitoring, and more. Build custom integrations to meet the exact needs of your organization.",
"paragraphHtml": "<p>Connect Bitbucket to market-leading partner tools across AI code generation, security, testing, monitoring, and more. Build custom integrations to meet the exact needs of your organization.  </p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Deliver high quality software. Fast.",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> Deliver high quality software. Fast. </h2>",
"firstParagraph": "Measure and improve productivity, quality, and speed with the AI-native SDLC for every software team.",
"paragraphHtml": "<p>Measure and improve productivity, quality, and speed with the AI-native SDLC for every software team.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Learn more",
"headingHtml": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Migrate to Bitbucket cloud",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Migrate to Bitbucket cloud </h3>",
"firstParagraph": "Our free app moves your code and users from Bitbucket Server or Data Center to Cloud.",
"paragraphHtml": "<p>Our free app moves your code and users from Bitbucket Server or Data Center to Cloud.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Scale CI/CD with Bitbucket Pipelines",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> Scale CI/CD with Bitbucket Pipelines </h3>",
"firstParagraph": "Learn how Atlassian builds secure CI/CD workflows to support 10,000 people using over 1 billion build minutes a month.",
"paragraphHtml": "<p>Learn how Atlassian builds secure CI/CD workflows to support 10,000 people using over 1 billion build minutes a month.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "3X a DevOps Leader",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> 3X a DevOps Leader </h3>",
"firstParagraph": "For the third year in a row, Atlassian was named a Leader in the 2025 Gartner® Magic Quadrant ™ for DevOps Platforms.",
"paragraphHtml": "<p>For the third year in a row, Atlassian was named a Leader in the 2025 Gartner® Magic Quadrant ™ for DevOps Platforms.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "New features on the horizon",
"headingHtml": "<h3 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-8 fnt-ln font-lnh- heading\"> New features on the horizon </h3>",
"firstParagraph": "Learn more about what we’ve recently shipped and what we’re building next for your team.",
"paragraphHtml": "<p>Learn more about what we’ve recently shipped and what we’re building next for your team.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Take Bitbucket Cloud for a spin",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Migrating to cloud? Listen to this webinar on Bitbucket Cloud's enterprise strategy + get migration tips.",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Migrating to cloud? Listen to this webinar on Bitbucket Cloud's enterprise strategy + get migration tips. </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why choose Bitbucket Cloud?",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Why choose Bitbucket Cloud? </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Collaborate across multiple teams",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Collaborate across multiple teams </h3>",
"firstParagraph": "Reduce context-switching by managing your Jira issues in Bitbucket with the built-in Jira UI. And when you include your issue key in commits, your Jira issue statuses update automatically.",
"paragraphHtml": "<p>Reduce context-switching by managing your Jira issues in Bitbucket with the built-in Jira UI. And when you include your issue key in commits, your Jira issue statuses update automatically.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Ship quality code",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Ship quality code </h3>",
"firstParagraph": "Comprehensive code review features to help you find and fix bugs before you deploy. Review large diffs with ease, view third-party code reports, and open Jira tickets right from the PR screen.",
"paragraphHtml": "<p>Comprehensive code review features to help you find and fix bugs before you deploy. Review large diffs with ease, view third-party code reports, and open Jira tickets right from the PR screen.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Automate deployments",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Automate deployments </h3>",
"firstParagraph": "Use our built-in CI/CD tool, Bitbucket Pipelines, to create powerful, automated workflows. Or connect Bitbucket Cloud to on-prem CI/CD tools like Bamboo or Jenkins.",
"paragraphHtml": "<p>Use our built-in CI/CD tool, Bitbucket Pipelines, to create powerful, automated workflows. Or connect Bitbucket Cloud to on-prem CI/CD tools like <a data-event=\"clicked\" data-uuid=\"98d51163-440\" data-event-component=\"linkButton\" data-event-container=\"headingTextBlock\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Bamboo\" data-label-english=\"Bamboo\" href=\"https://confluence.atlassian.com/bamboo/bitbucket-cloud-289277000.html\">Bamboo</a> or Jenkins.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "See how Bitbucket Cloud works with Atlassian tools",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> See how Bitbucket Cloud works with Atlassian tools </h2>",
"firstParagraph": "This video demos a code change workflow using Jira Software and Bitbucket Pipelines.",
"paragraphHtml": "<p>This video demos a code change workflow using Jira Software and Bitbucket Pipelines. </p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Collaborate with IT Ops",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Collaborate with IT Ops </h2>",
"firstParagraph": "Enable automated change approval processes and resolve incidents faster by mapping incidents to deployments with Bitbucket and Jira Service Management. Learn more",
"paragraphHtml": "<p>Enable automated change approval processes and resolve incidents faster by mapping incidents to deployments with Bitbucket and Jira Service Management. <a data-event=\"clicked\" data-uuid=\"c576d8e3-c00\" data-event-component=\"linkButton\" data-event-container=\"headingTextBlock\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Learn more\" data-label-english=\"Learn more\" href=\"https://bitbucket.org/blog/a-modern-approach-to-change-management-with-bitbucket-and-jira-service-manage...",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Build a DevOps toolchain that works for you",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Build a DevOps toolchain that works for you </h2>",
"firstParagraph": "Don’t settle for an all-in-one DevOps tool. Start by connecting Bitbucket and Jira Software via Atlassian’s Open DevOps solution, then build out your custom DevOps stack with market-leading partner tools across security, testing and monitoring.",
"paragraphHtml": "<p>Don’t settle for an all-in-one DevOps tool. Start by connecting Bitbucket and Jira Software via Atlassian’s Open DevOps solution, then build out your custom DevOps stack with market-leading partner tools across security, testing and monitoring. </p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "15 million developers from over a million teams love Bitbucket",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers from over a million teams love Bitbucket </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "“We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days. </h2>",
"firstParagraph": "Roman Bugaev, CTO",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Roman Bugaev</strong>, CTO </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "“The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us. </h2>",
"firstParagraph": "Nate Van Dusen, Engineering Program Management Director",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Nate Van Dusen</strong>, Engineering Program Management Director</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "“With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why. </h2>",
"firstParagraph": "Scott Carpenter, Global Cloud Architect",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Scott Carpenter</strong>, Global Cloud Architect</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "“Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying. </h2>",
"firstParagraph": "Kyle Gengler, Senior DevOps Engineer",
"paragraphHtml": "<p style=\"margin-bottom: 12px;\"><strong>Kyle Gengler</strong>, Senior DevOps Engineer</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Learn more",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Considering migrating to Bitbucket Cloud?",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Considering migrating to Bitbucket Cloud? </h3>",
"firstParagraph": "Our free migration app automates moving your code and users from Bitbucket Server or Data Center to Bitbucket Cloud.",
"paragraphHtml": "<p>Our free migration app automates moving your code and users from Bitbucket Server or Data Center to Bitbucket Cloud.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "New features on the horizon",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> New features on the horizon </h3>",
"firstParagraph": "Learn more about what we’ve recently shipped and what we’re building next for your team.",
"paragraphHtml": "<p>Learn more about what we’ve recently shipped and what we’re building next for your team.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Take Bitbucket Cloud for a spin",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Simple plans hosted in the cloud. Priced to scale.",
"headingHtml": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Simple plans hosted in the cloud. Priced to scale. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Free",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- h3 heading\"> Free </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Standard",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- h3 heading\"> Standard </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Premium",
"headingHtml": "<h3 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- h3 heading\"> Premium </h3>",
"firstParagraph": "101+ users? We offer discounts for large teams! Calculate your price",
"paragraphHtml": "<p><strong>101+ users?</strong>   We offer discounts for large teams! <a data-event=\"clicked\" data-uuid=\"5ae9ec2d-7b0\" data-event-component=\"linkButton\" data-event-container=\"textBlock\" data-schema-version=\"1\" data-product-key=\"bitbucket\" data-label=\"Calculate your price\" data-label-english=\"Calculate your price\" href=\"http://www.atlassian.com/software/bitbucket/pricing\">Calculate your price</a></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
74 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1569,
"htmlBytes": 308087,
"imagesMissingDimensions": [
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/b6h1bm863yd6lg887cu0w20547241r6p.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"header-logo\" alt=\"Bitbucket\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/b6h1bm863yd6lg887cu0w20547241r6p.svg\" style=\"aspect-ratio: 130/24;\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/xgj00qolw838180qbgn0pnag8ilu72po/fl_keep_metadata/Hero_Image.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"f129f1f1\" alt=\"Bitbucket product screenshot\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/xgj00qolw838180qbgn0pnag8ilu72po/fl_keep_metadata/Hero_Image.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/070syowas51151ea00625q35xsfc15lo/fl_keep_metadata/Settings-icon-purple.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"c898cb0d\" alt=\"Gear icon\" class=\"component__image\" style=\"height:48px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/070syowas51151ea00625q35xsfc15lo/fl_keep_metadata/Settings-icon-purple.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/y541b2q1704xm0toax6m2w2ow78yn6y2/fl_keep_metadata/Automation-icon-purple.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"f89dbdbf\" alt=\"Lightning bolt icon\" class=\"component__image\" style=\"height:48px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/y541b2q1704xm0toax6m2w2ow78yn6y2/fl_keep_metadata/Automation-icon-purple.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/8wb71t1742yr5gd6lw2g340a5qf3mngv/fl_keep_metadata/Groups-icon-purple.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"32b5a681\" alt=\"Group icon\" class=\"component__image\" style=\"height:48px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/8wb71t1742yr5gd6lw2g340a5qf3mngv/fl_keep_metadata/Groups-icon-purple.svg\" loading=\"lazy\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAABFJREFUKBVjYBgFoyFAhRAAAAJJAAFEkgypAAAAAElFTkSuQmCC",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"video thumbnail\" style=\"background-image: url(https://dam-cdn.atl.orangelogic.com/AssetLink/b46c3s11228v6p6x2pd0lsw4t57k0386.jpg);\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlw..."
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/30hl53aisf7f43b46mmxftq1054o47f1/fl_keep_metadata/Migration_Image_mobile.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"d4e4d4b7\" alt=\"Cloud illustration\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/30hl53aisf7f43b46mmxftq1054o47f1/fl_keep_metadata/Migration_Image_mobile.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/swcfd0e8to4ptvkma245tjk4p75see3h/fl_keep_metadata/Quote_Shape_Logo_trulia.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"823b2de3\" alt=\"Trulia Logo\" class=\"component__image\" style=\"width:100%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/swcfd0e8to4ptvkma245tjk4p75see3h/fl_keep_metadata/Quote_Shape_Logo_trulia.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/a40c50mrckgtm7iu40g23276c4t4kmx8/fl_keep_metadata/Quote_Logo-trulia-crop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"678fcf2c\" alt=\"Trulia Logo\" class=\"component__image\" style=\"width:85%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/a40c50mrckgtm7iu40g23276c4t4kmx8/fl_keep_metadata/Quote_Logo-trulia-crop.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/1e85eivg86hno3spn658b45m215w4g6j/fl_keep_metadata/Quote_Shape_Logo_fugro.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"e6d4c325\" alt=\"Fugro Logo\" class=\"component__image\" style=\"width:100%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/1e85eivg86hno3spn658b45m215w4g6j/fl_keep_metadata/Quote_Shape_Logo_fugro.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/7u34jjw3b8uv3r3ik18b034640si8i3d/fl_keep_metadata/Quote_Logo-fugro-crop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"d1225c2c\" alt=\"Trulia Logo\" class=\"component__image\" style=\"width:85%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/7u34jjw3b8uv3r3ik18b034640si8i3d/fl_keep_metadata/Quote_Logo-fugro-crop.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/c7f277fg5jc8kgjhm10v53477803k777/fl_keep_metadata/Quote_Shape_Logo_nextiva.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"554f88c4\" alt=\"Nextiva Logo\" class=\"component__image\" style=\"width:100%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/c7f277fg5jc8kgjhm10v53477803k777/fl_keep_metadata/Quote_Shape_Logo_nextiva.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/k430botehyj54kqnw126k3y3qhx52tnh/fl_keep_metadata/Quote_Logo-nextiva-crop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"5a2c8e0c\" alt=\"Trulia Logo\" class=\"component__image\" style=\"width:85%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/k430botehyj54kqnw126k3y3qhx52tnh/fl_keep_metadata/Quote_Logo-nextiva-crop.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/v42hn11rca1tfvc8h8o3vp1c3j334066/fl_keep_metadata/Quote_Shape_Logo_flo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"0ad2517b\" alt=\"Flo Logo\" class=\"component__image\" style=\"width:100%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/v42hn11rca1tfvc8h8o3vp1c3j334066/fl_keep_metadata/Quote_Shape_Logo_flo.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/q526s14x8bar1r4hd8l8no46v7y4ni1n/fl_keep_metadata/Quote_Logo-flo-crop.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"3c05df32\" alt=\"Trulia Logo\" class=\"component__image\" style=\"width:85%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/q526s14x8bar1r4hd8l8no46v7y4ni1n/fl_keep_metadata/Quote_Logo-flo-crop.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/nav783c220b1473w533cqlp4op182464/fl_keep_metadata/AI_arrows_Left.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"2091b9f1\" alt=\"arrows\" class=\"component__image\" style=\"width:140px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/nav783c220b1473w533cqlp4op182464/fl_keep_metadata/AI_arrows_Left.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/ywfcwd72l6l10kmktdi661s208ky7873/fl_keep_metadata/AI_arrows_Right.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"779e3a89\" alt=\"arrows\" class=\"component__image\" style=\"width:168px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/ywfcwd72l6l10kmktdi661s208ky7873/fl_keep_metadata/AI_arrows_Right.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/ae1ypvckww555m13t678516mj6n2f0i4/fl_keep_metadata/BB_Security_Screen1.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"7db87c32\" alt=\"Close communication gaps\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/ae1ypvckww555m13t678516mj6n2f0i4/fl_keep_metadata/BB_Security_Screen1.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/888a3dcv0pni7141igcn66bk713e6x2t/fl_keep_metadata/BB_Security_Screen2.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"668aaeba\" alt=\"Create a visually appealing Company Hub\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/888a3dcv0pni7141igcn66bk713e6x2t/fl_keep_metadata/BB_Security_Screen2.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/utk730q82b8m48q508ngyu67q0xhu40r/fl_keep_metadata/BB_Security_Screen3.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"65c0f82d\" alt=\"Close communication gaps\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/utk730q82b8m48q508ngyu67q0xhu40r/fl_keep_metadata/BB_Security_Screen3.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/1343mcn05en344ra4458365me735q151/fl_keep_metadata/BB_Security_Screen4.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"ab34a620\" alt=\"Create a visually appealing Company Hub\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/1343mcn05en344ra4458365me735q151/fl_keep_metadata/BB_Security_Screen4.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/sbatw223851468gi6uxjpymr0642018w/fl_keep_metadata/Integrations_Graphics_Mobile_2x.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"4c5c4713\" alt=\"Integration logos\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/sbatw223851468gi6uxjpymr0642018w/fl_keep_metadata/Integrations_Graphics_Mobile_2x.png\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/usx88u2wxjh58v4h06442wr70x224743/fl_keep_metadata/Logo-Grey-Rappi_2x_1.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"f048a7af\" alt=\"Rappi logo\" class=\"component__image\" style=\"width:100px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/usx88u2wxjh58v4h06442wr70x224743/fl_keep_metadata/Logo-Grey-Rappi_2x_1.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/63b8n34776d58tyyba6v73v13v007452/fl_keep_metadata/Logo-Grey-Invesco_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"7a191f34\" alt=\"Invesco logo\" class=\"component__image\" style=\"width:100%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/63b8n34776d58tyyba6v73v13v007452/fl_keep_metadata/Logo-Grey-Invesco_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/fyy1t5aq22ww6bw8hfjsgcer43u7eo30/fl_keep_metadata/Logo-Grey-Fugro_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"f3a5d600\" alt=\"Invesco logo\" class=\"component__image\" style=\"width:125px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/fyy1t5aq22ww6bw8hfjsgcer43u7eo30/fl_keep_metadata/Logo-Grey-Fugro_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/qg8407w8y5ta2a524j55jk3t85s5ho04/fl_keep_metadata/Clearwater_Analytics_Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"364baa9e\" alt=\"Clearwater Analytics logo\" class=\"component__image\" style=\"width:168px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/qg8407w8y5ta2a524j55jk3t85s5ho04/fl_keep_metadata/Clearwater_Analytics_Logo.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/1msm00wjpy41i764tfn0yta5g1axaicy/fl_keep_metadata/Logo-Grey-Nextiva_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"e6daa017\" alt=\"Invesco logo\" class=\"component__image\" style=\"width:125px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/1msm00wjpy41i764tfn0yta5g1axaicy/fl_keep_metadata/Logo-Grey-Nextiva_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/p28f41vm4v83b738vkxnr7lec55mu1uo/fl_keep_metadata/Genesys_Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"6e2dc45d\" alt=\"Genesys logo\" class=\"component__image\" style=\"width:168px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/p28f41vm4v83b738vkxnr7lec55mu1uo/fl_keep_metadata/Genesys_Logo.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/gaw217a7034ox2nv21d0cd42oyg33cv7.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"8d3227ca\" alt=\"Software Collection logo\" class=\"component__image\" style=\"width:258px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/gaw217a7034ox2nv21d0cd42oyg33cv7.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/CDNLink/AT12ND7D.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"136a486e\" alt class=\"component__image\" style=\"width:478px;\" src=\"https://dam-cdn.atl.orangelogic.com/CDNLink/AT12ND7D.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/2s327d2e277p0v80gac0rmy0ut782pyr/fl_keep_metadata/Card_spot_cloud.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"2109bf28\" alt=\"Cloud illustration\" class=\"component__image\" style=\"width:163px;height:178px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/2s327d2e277p0v80gac0rmy0ut782pyr/fl_keep_metadata/Card_spot_cloud.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/i4pc5xbsaim86iu3np2t48fl4qs08pd6.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"6da96fee\" alt class=\"component__image\" style=\"width:178px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/i4pc5xbsaim86iu3np2t48fl4qs08pd6.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/outt0y3xyd48hc0v334hv4nqka8l4qvk/fl_keep_metadata/Card_logo_Gartner.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"1d95f2bb\" alt=\"Gartner logo\" class=\"component__image\" style=\"width:174px;height:178px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/outt0y3xyd48hc0v334hv4nqka8l4qvk/fl_keep_metadata/Card_logo_Gartner.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/t776msv54t0420s48eim2dg50156rwt8/fl_keep_metadata/Card_spot_build.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"070d65fa\" alt=\"Gartner logo\" class=\"component__image\" style=\"width:186px;height:178px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/t776msv54t0420s48eim2dg50156rwt8/fl_keep_metadata/Card_spot_build.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/np0j8d765ebc4a778s3tdr6bc7avc301/fl_keep_metadata/logo-light_Bitbucket_mark-tile_inverse_RGB.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"cbf52fb4\" alt=\"Bitbucket logo\" class=\"component__image\" style=\"height:75px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/np0j8d765ebc4a778s3tdr6bc7avc301/fl_keep_metadata/logo-light_Bitbucket_mark-tile_inverse_RGB.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/0l0sxler1x507y0316p04ji66d6i4i23/fl_keep_metadata/Premium_Graphic_mobile.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"99f2afe1\" alt=\"Lightning bolt illustration\" class=\"component__image\" style=\"height:110px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/0l0sxler1x507y0316p04ji66d6i4i23/fl_keep_metadata/Premium_Graphic_mobile.svg\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/3xd4jo45dophjvu4qg5p1tclmqd42w6g/fl_keep_metadata/Product-UI-001B_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"3aa3c908\" alt=\"bitbucket screenshot\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/3xd4jo45dophjvu4qg5p1tclmqd42w6g/fl_keep_metadata/Product-UI-001B_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/r31h117725320883ni458gr266y73e21/fl_keep_metadata/illustrations-spot-Cloud.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"5715d11d\" alt=\"Cloud\" class=\"component__image\" style=\"width:196px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/r31h117725320883ni458gr266y73e21/fl_keep_metadata/illustrations-spot-Cloud.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/sf6gmyxt1o0ujj12e08v1k7377775hhs/fl_keep_metadata/bitbucket-cloud-features-002_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"f33684a8\" alt=\"Bitbucket Pipelines screenshot\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/sf6gmyxt1o0ujj12e08v1k7377775hhs/fl_keep_metadata/bitbucket-cloud-features-002_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/q4ly3t20q51yp2gp8l5242q7o7l7rfet/fl_keep_metadata/bitbucket-cloud-features-003_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"806b7925\" alt=\"Bitbucket pull request comment\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/q4ly3t20q51yp2gp8l5242q7o7l7rfet/fl_keep_metadata/bitbucket-cloud-features-003_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/7y055tu1f3nw60xo58cbfqc74uvg5y4u/fl_keep_metadata/bitbucket-cloud-features-004_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"d004eb94\" alt=\"Branch permissions\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/7y055tu1f3nw60xo58cbfqc74uvg5y4u/fl_keep_metadata/bitbucket-cloud-features-004_2x.webp\" loading=\"lazy\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAABFJREFUKBVjYBgFoyFAhRAAAAJJAAFEkgypAAAAAElFTkSuQmCC",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"video thumbnail\" style=\"background-image: url(https://wac-cdn.atlassian.com/dam/jcr:5bf7e264-677c-4c3b-8b49-504e1bcdb560/Video-Still-v2_2x.png?cdnVersion=3433);\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbn..."
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/15h3xfre8na63nap8at40j1u21tqmc5f/fl_keep_metadata/bitbucket-cloud-features-005_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"93bd3cd8\" alt=\"Snyk screenshot\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/15h3xfre8na63nap8at40j1u21tqmc5f/fl_keep_metadata/bitbucket-cloud-features-005_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/m8xn15275hig7o0f373o3701ttm4i3ap/fl_keep_metadata/bitbucket-cloud-features-006_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"b452a291\" alt=\"Deployment history\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/m8xn15275hig7o0f373o3701ttm4i3ap/fl_keep_metadata/bitbucket-cloud-features-006_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/cvp8tk4i250a0gcrw51r7e12g4007m67/fl_keep_metadata/Spot-Illo_CodeFolder_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"230e2660\" alt=\"Cloud\" class=\"component__image\" style=\"width:237px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/cvp8tk4i250a0gcrw51r7e12g4007m67/fl_keep_metadata/Spot-Illo_CodeFolder_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/e6a4jat23mujy53386eb3024lfp26f1r/fl_keep_metadata/Logo-Circle_DataDog_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"e4af313f\" alt=\"Datadog logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/e6a4jat23mujy53386eb3024lfp26f1r/fl_keep_metadata/Logo-Circle_DataDog_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/r7csjec2cnw07857046q05636mtklbu0/fl_keep_metadata/Logo-Circle_Split_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"6a16de8f\" alt=\"Zendesk logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/r7csjec2cnw07857046q05636mtklbu0/fl_keep_metadata/Logo-Circle_Split_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/4t51h10kvp6t75f0y1m2b7426j820x7w/fl_keep_metadata/Logo-Circle_Jenkins_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"84f22f7c\" alt=\"Jenkins logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/4t51h10kvp6t75f0y1m2b7426j820x7w/fl_keep_metadata/Logo-Circle_Jenkins_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/4ck8r78y8sblpte6thdn41h8r1132qk3/fl_keep_metadata/Logo-Circle_Mabl_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"6ae6f502\" alt=\"Mabl logo\" class=\"component__image\" style=\"width:100%;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/4ck8r78y8sblpte6thdn41h8r1132qk3/fl_keep_metadata/Logo-Circle_Mabl_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/4ck8r78y8sblpte6thdn41h8r1132qk3/fl_keep_metadata/Logo-Circle_Mabl_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"7dab73e2\" alt=\"Mabl logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/4ck8r78y8sblpte6thdn41h8r1132qk3/fl_keep_metadata/Logo-Circle_Mabl_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/0n7jrwr6v5p76gqug6lu5u3j13yapanb/fl_keep_metadata/Logo-Circle_Pendo_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"2d63808d\" alt=\"Slack logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/0n7jrwr6v5p76gqug6lu5u3j13yapanb/fl_keep_metadata/Logo-Circle_Pendo_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/20quiu6q71w5x3ic5na6i73f68adr4u0/fl_keep_metadata/Logo-Circle_slack_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"8937b342\" alt=\"Slack logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/20quiu6q71w5x3ic5na6i73f68adr4u0/fl_keep_metadata/Logo-Circle_slack_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/8r57b5ltjt4och0x44mgw7bb14mv2014/fl_keep_metadata/Logo-Circle_LaunchDarkly_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"e97336f9\" alt=\"LaunchDarkly logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/8r57b5ltjt4och0x44mgw7bb14mv2014/fl_keep_metadata/Logo-Circle_LaunchDarkly_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/8f860uxg703p471071nfhj76n3f0nb2v/fl_keep_metadata/Logo-Circle_AWS_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"22b07a3d\" alt=\"AWS logo\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/8f860uxg703p471071nfhj76n3f0nb2v/fl_keep_metadata/Logo-Circle_AWS_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/1msm00wjpy41i764tfn0yta5g1axaicy/fl_keep_metadata/Logo-Grey-Nextiva_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"bf4bef8d\" alt=\"Nextiva logo\" class=\"component__image\" style=\"width:108px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/1msm00wjpy41i764tfn0yta5g1axaicy/fl_keep_metadata/Logo-Grey-Nextiva_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/l7wk8642ew8j1v44yks3urby2mil5uw2/fl_keep_metadata/Logo-Grey-AirCanada2_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"b3594bd6\" alt=\"Air Canada logo\" class=\"component__image\" style=\"width:201px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/l7wk8642ew8j1v44yks3urby2mil5uw2/fl_keep_metadata/Logo-Grey-AirCanada2_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/fyy1t5aq22ww6bw8hfjsgcer43u7eo30/fl_keep_metadata/Logo-Grey-Fugro_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"be14c980\" alt=\"fugro logo\" class=\"component__image\" style=\"width:108px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/fyy1t5aq22ww6bw8hfjsgcer43u7eo30/fl_keep_metadata/Logo-Grey-Fugro_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/4004e35hc18ldq4846ty73csx8kv7brx/fl_keep_metadata/Logo-Grey-Flo_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"3767ffbc\" alt=\"Flo logo\" class=\"component__image\" style=\"width:108px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/4004e35hc18ldq4846ty73csx8kv7brx/fl_keep_metadata/Logo-Grey-Flo_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/63b8n34776d58tyyba6v73v13v007452/fl_keep_metadata/Logo-Grey-Invesco_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"c2c8d7fb\" alt=\"Invesco logo\" class=\"component__image\" style=\"width:160px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/63b8n34776d58tyyba6v73v13v007452/fl_keep_metadata/Logo-Grey-Invesco_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/a658ya66o7o2qym6bg7c03ndtgao382b/fl_keep_metadata/Logo-Grey-006_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"7f748235\" alt=\"Rappi logo\" class=\"component__image\" style=\"width:100px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/a658ya66o7o2qym6bg7c03ndtgao382b/fl_keep_metadata/Logo-Grey-006_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/1msm00wjpy41i764tfn0yta5g1axaicy/fl_keep_metadata/Logo-Grey-Nextiva_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"6c1d0ef7\" alt=\"Ford logo\" class=\"component__image\" style=\"width:108px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/1msm00wjpy41i764tfn0yta5g1axaicy/fl_keep_metadata/Logo-Grey-Nextiva_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/l7wk8642ew8j1v44yks3urby2mil5uw2/fl_keep_metadata/Logo-Grey-AirCanada2_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"a57b46cb\" alt=\"Air Canada logo\" class=\"component__image\" style=\"width:201px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/l7wk8642ew8j1v44yks3urby2mil5uw2/fl_keep_metadata/Logo-Grey-AirCanada2_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/fyy1t5aq22ww6bw8hfjsgcer43u7eo30/fl_keep_metadata/Logo-Grey-Fugro_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"2bdd088f\" alt=\"Fugro logo\" class=\"component__image\" style=\"width:108px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/fyy1t5aq22ww6bw8hfjsgcer43u7eo30/fl_keep_metadata/Logo-Grey-Fugro_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/4004e35hc18ldq4846ty73csx8kv7brx/fl_keep_metadata/Logo-Grey-Flo_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"8ee0dcc9\" alt=\"Flo logo\" class=\"component__image\" style=\"width:108px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/4004e35hc18ldq4846ty73csx8kv7brx/fl_keep_metadata/Logo-Grey-Flo_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/63b8n34776d58tyyba6v73v13v007452/fl_keep_metadata/Logo-Grey-Invesco_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"7d20f00e\" alt=\"Invesco logo\" class=\"component__image\" style=\"width:160px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/63b8n34776d58tyyba6v73v13v007452/fl_keep_metadata/Logo-Grey-Invesco_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/a658ya66o7o2qym6bg7c03ndtgao382b/fl_keep_metadata/Logo-Grey-006_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"55e34d53\" alt=\"Rappi logo\" class=\"component__image\" style=\"width:100px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/a658ya66o7o2qym6bg7c03ndtgao382b/fl_keep_metadata/Logo-Grey-006_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/4qn8c12g01t1m61x405b37r1gp336v86/fl_keep_metadata/Logo-Carousel_001-Flo_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"1a592426\" alt=\"Flo logo\" class=\"component__image\" style=\"height:32px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/4qn8c12g01t1m61x405b37r1gp336v86/fl_keep_metadata/Logo-Carousel_001-Flo_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/q5l4yb463o576cu781lqhcf23nd4rkdy/fl_keep_metadata/Logo-Carousel_002-Trulia_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"625a7c45\" alt=\"Trulia logo\" class=\"component__image\" style=\"height:28px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/q5l4yb463o576cu781lqhcf23nd4rkdy/fl_keep_metadata/Logo-Carousel_002-Trulia_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/ymi510xkof7c6fy2m40s4knoab5sv8a2/fl_keep_metadata/Logo-Carousel_003-Fugro_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"b9f1240c\" alt=\"Fugro logo\" class=\"component__image\" style=\"height:50px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/ymi510xkof7c6fy2m40s4knoab5sv8a2/fl_keep_metadata/Logo-Carousel_003-Fugro_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/1h25jy0akt3g58ot13130o28vm6e5h44/fl_keep_metadata/Logo-Carousel_004-Nextiva_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"e2e3428c\" alt=\"Fugro logo\" class=\"component__image\" style=\"height:30px;\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/1h25jy0akt3g58ot13130o28vm6e5h44/fl_keep_metadata/Logo-Carousel_004-Nextiva_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/08uy4560324d4f8khm43n1v725j72v55/fl_keep_metadata/LearnMore-001_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"250686ee\" alt=\"Code window Icon\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/08uy4560324d4f8khm43n1v725j72v55/fl_keep_metadata/LearnMore-001_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/58d81wj564rtrsgtvcbn5ei2p4w7318s/fl_keep_metadata/LearnMore-002_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"636f4eac\" alt=\"Jira-Trello Integration\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/58d81wj564rtrsgtvcbn5ei2p4w7318s/fl_keep_metadata/LearnMore-002_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://dam-cdn.atl.orangelogic.com/AssetLink/2u2jjnk02366b661v868mknn84hjo1e8/fl_keep_metadata/LearnMore-003_2x.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"92d3fcbb\" alt=\"Icon\" class=\"component__image\" src=\"https://dam-cdn.atl.orangelogic.com/AssetLink/2u2jjnk02366b661v868mknn84hjo1e8/fl_keep_metadata/LearnMore-003_2x.webp\" loading=\"lazy\">"
},
{
"src": "https://wac-cdn.atlassian.com/dam/jcr:bec8148d-b7dc-493f-bbba-7519b0637581/logos-atlassian-logo-gradient-horizontal-neutral.svg?cdnVersion=3433",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img id=\"a61af4af\" alt class=\"component__image xs-none-bottom\" style=\"width:120px;\" src=\"https://wac-cdn.atlassian.com/dam/jcr:bec8148d-b7dc-493f-bbba-7519b0637581/logos-atlassian-logo-gradient-horizontal-neutral.svg?cdnVersion=3433\" loading=\"lazy\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: solution, powered, atlassian, platform.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
89/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Evidence
{
"title": "Bitbucket | Git solution for teams using Jira",
"h1": "Code & CI/CD, powered by AI and the Atlassian platform",
"description": "Bitbucket Cloud is a Git-based code and CI/CD tool optimized for teams using Jira.",
"topicOverlap": 0.5555555555555556,
"definitionCount": 9,
"topicTerms": [
"bitbucket",
"git",
"solution",
"teams",
"jira",
"code",
"powered",
"atlassian",
"platform"
],
"descriptionTerms": [
"bitbucket",
"cloud",
"git",
"based",
"code",
"tool",
"optimized",
"teams",
"jira"
],
"missingFromDescription": [
"solution",
"powered",
"atlassian",
"platform"
],
"score": 89,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 80/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: compare.
Details
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
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 80/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "AI that provides context to code, not just vibes",
"html": "<h2 class=\"font-md-36 fnt-wt font-wt-700 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> AI that provides context to code, not just vibes </h2>"
},
{
"text": "Migrating to the cloud?",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Migrating to the cloud? </h2>"
},
{
"text": "15 million developers build on Bitbucket",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers build on Bitbucket </h2>"
},
{
"text": "AI across the SDLC",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> AI across the SDLC </h2>"
},
{
"text": "Security and compliance",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Security and compliance </h2>"
},
{
"text": "Integrate Bitbucket with the tools you use",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Integrate Bitbucket with the tools you use </h2>"
},
{
"text": "Deliver high quality software. Fast.",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> Deliver high quality software. Fast. </h2>"
},
{
"text": "Learn more",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>"
},
{
"text": "Take Bitbucket Cloud for a spin",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>"
},
{
"text": "Power up with Bitbucket Premium",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Power up with Bitbucket Premium </h2>"
},
{
"text": "Why choose Bitbucket Cloud?",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Why choose Bitbucket Cloud? </h2>"
},
{
"text": "See how Bitbucket Cloud works with Atlassian tools",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> See how Bitbucket Cloud works with Atlassian tools </h2>"
},
{
"text": "Collaborate with IT Ops",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Collaborate with IT Ops </h2>"
},
{
"text": "Secure & compliant",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Secure & compliant </h2>"
},
{
"text": "Build a DevOps toolchain that works for you",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Build a DevOps toolchain that works for you </h2>"
},
{
"text": "15 million developers from over a million teams love Bitbucket",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers from over a million teams love Bitbucket </h2>"
},
{
"text": "“We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days. </h2>"
},
{
"text": "“The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us. </h2>"
},
{
"text": "“With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why. </h2>"
},
{
"text": "“Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying. </h2>"
},
{
"text": "Learn more",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>"
},
{
"text": "Take Bitbucket Cloud for a spin",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>"
},
{
"text": "Simple plans hosted in the cloud. Priced to scale.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Simple plans hosted in the cloud. Priced to scale. </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Bitbucket?",
"pattern": {}
},
{
"id": "how",
"label": "How does Bitbucket work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Bitbucket?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Bitbucket free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Bitbucket compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Bitbucket compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
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
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": "application/json; charset=utf-8",
"length": 243
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 243
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14476
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: compare.
Details
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
80/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": "AI that provides context to code, not just vibes",
"html": "<h2 class=\"font-md-36 fnt-wt font-wt-700 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> AI that provides context to code, not just vibes </h2>"
},
{
"text": "Migrating to the cloud?",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Migrating to the cloud? </h2>"
},
{
"text": "15 million developers build on Bitbucket",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers build on Bitbucket </h2>"
},
{
"text": "AI across the SDLC",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> AI across the SDLC </h2>"
},
{
"text": "Security and compliance",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Security and compliance </h2>"
},
{
"text": "Integrate Bitbucket with the tools you use",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Integrate Bitbucket with the tools you use </h2>"
},
{
"text": "Deliver high quality software. Fast.",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn-16 fnt-ln font-lnh- heading\"> Deliver high quality software. Fast. </h2>"
},
{
"text": "Learn more",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>"
},
{
"text": "Take Bitbucket Cloud for a spin",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>"
},
{
"text": "Power up with Bitbucket Premium",
"html": "<h2 class=\"fnt-wt font-wt-600 fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Power up with Bitbucket Premium </h2>"
},
{
"text": "Why choose Bitbucket Cloud?",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Why choose Bitbucket Cloud? </h2>"
},
{
"text": "See how Bitbucket Cloud works with Atlassian tools",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> See how Bitbucket Cloud works with Atlassian tools </h2>"
},
{
"text": "Collaborate with IT Ops",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Collaborate with IT Ops </h2>"
},
{
"text": "Secure & compliant",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Secure & compliant </h2>"
},
{
"text": "Build a DevOps toolchain that works for you",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Build a DevOps toolchain that works for you </h2>"
},
{
"text": "15 million developers from over a million teams love Bitbucket",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> 15 million developers from over a million teams love Bitbucket </h2>"
},
{
"text": "“We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “We’ve gone from one big-bang release every month to 10-20 production deployments per day. We also reduced the average development cycle time from 5.8 days to 2.9 days and the standard deviation from 19.8 days to 3.5 days. </h2>"
},
{
"text": "“The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “The Jira/Bitbucket integration has transformed the way our software teams are able to communicate, work together, and deploy code. It's been an absolute game changer for us. </h2>"
},
{
"text": "“With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “With the integration, it's possible to link each line of changed code back to a Jira issue, to understand not only what was changed, but why. </h2>"
},
{
"text": "“Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> “Jira and Bitbucket are linked to show details and where the change is in production. It’s traceable, so they know what we’re doing and when we’re deploying. </h2>"
},
{
"text": "Learn more",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Learn more </h2>"
},
{
"text": "Take Bitbucket Cloud for a spin",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Take Bitbucket Cloud for a spin </h2>"
},
{
"text": "Simple plans hosted in the cloud. Priced to scale.",
"html": "<h2 class=\"fnt-wt font-wt- fnt-mg font-mgn- fnt-ln font-lnh- heading\"> Simple plans hosted in the cloud. Priced to scale. </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Bitbucket?",
"pattern": {}
},
{
"id": "how",
"label": "How does Bitbucket work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Bitbucket?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Bitbucket free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Bitbucket compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Bitbucket compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"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
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
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.
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
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.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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": 14476,
"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": 12970,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"/script",
"/title",
"https://bitbucket.org\">",
"https://api.bitbucket.org\">",
"https://bqlf8qjztdtr.statuspage.io\">",
"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/mstile-150x150.png\">",
"/png",
"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/apple-touch-icon.png\">",
"/png",
"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/android-chrome-old-192x192.png\">"
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta id=\"bb-bootstrap\" data-current-user=\"{"isAuthenticated": false, "isKbdShortcutsEnabled": true, "isSshEnabled": false}\"\n\n />\n <script nonce=\"f733rz7vc41TY0e7asvm7g==\">\n\nif (window.performance) {\n\n \n window.performance.okayToSendMetrics = !document.hidden && 'onvisibilitychange' in document;\n\n if (window.performance.okayToSendMetrics) {\n\n \n window.addEventListener('visibilitychange', function () {\n if (document.hidden) {\n window.performance.okayToSendMetrics = false;\n }\n });\n }\n\n \n \n}\n</script>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta charset=\"utf-8\">\n <title>404 — Bitbucket</title"
}
},
"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": 14693,
"text": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta id=\"bb-bootstrap\" data-current-user=\"{"isAuthenticated": false, "isKbdShortcutsEnabled": true, "isSshEnabled": false}\"\n\n />\n <script nonce=\"m8KHdYgJM8QQ6HssY5dVEw==\">\n\nif (window.performance) {\n\n \n window.performance.okayToSendMetrics = !document.hidden && 'onvisibilitychange' in document;\n\n if (window.performance.okayToSendMetrics) {\n\n \n window.addEventListener('visibilitychange', function () {\n if (document.hidden) {\n window.performance.okayToSendMetrics = false;\n }\n });\n }\n\n \n \n}\n</script>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta charset=\"utf-8\">\n <title>404 — Bitbucket</title>\n \n\n\n<meta name=\"bb-env\" content=\"production\" />\n<meta id=\"bb-canon-url\" name=\"bb-canon-url\" content=\"https://bitbucket.org\">\n<meta name=\"bb-api-canon-url\" content=\"https://api.bitbucket.org\">\n\n\n\n<meta name=\"bitbucket-commit-hash\" content=\"b12301b1c976\">\n<meta name=\"bb-app-node\" content=\"1dd5efb3d358\">\n<meta name=\"bb-dce-env\" content=\"micros\">\n<meta name=\"bb-view-name\" content=\"bitbucket.apps.repo2.views.landing\">\n<meta name=\"ignore-whitespace\" content=\"False\">\n<meta name=\"tab-size\" content=\"None\">\n<meta name=\"locale\" content=\"en\">\n<meta name=\"application-name\" content=\"Bitbucket\">\n<meta name=\"apple-mobile-web-app-title\" content=\"Bitbucket\">\n<meta name=\"slack-app-id\" content=\"A8W8QLZD1\">\n<meta name=\"statuspage-api-host\" content=\"https://bqlf8qjztdtr.statuspage.io\">\n\n\n<meta name=\"theme-color\" content=\"#0049B0\">\n<meta name=\"msapplication-TileColor\" content=\"#0052CC\">\n<meta name=\"msapplication-TileImage\" content=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/mstile-150x150.png\">\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" type=\"image/png\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/apple-touch-icon.png\">\n\n\n<link rel=\"icon\" sizes=\"192x192\" type=\"image/png\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/android-chrome-old-192x192.png\">\n\n\n\n\n<link rel=\"icon\" sizes=\"16x16 24x24 32x32 64x64\" type=\"image/x-icon\" href=\"/favicon.ico?v=2\">\n\n\n\n<link rel=\"mask-icon\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/safari-pinned-tab.svg\" color=\"#0052CC\">\n\n\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/opensearch.xml\" title=\"Bitbucket\">\n\n <meta name=\"description\" content=\"\">\n \n <link\n rel=\"preconnect\"\n href=\"https://ds-cdn.prod-east.frontend.public.atl-paas.net\" />\n<link\n rel=\"preload\"\n href=\"https://ds-cdn.prod-east.frontend.public.atl-paas.net/assets/fonts/atlassian-sans/v4/AtlassianSans-latin.woff2\"\n as=\"font\" type=\"font/woff2\" crossorigin />\n<link\n rel=\"preload stylesheet\"\n href=\"https://ds-cdn.prod-east.frontend.public.atl-paas.net/assets/font-rules/v6/atlassian-fonts.css\"\n as=\"style\" crossorigin />\n<script nonce=\"m8KHdYgJM8QQ6HssY5dVEw==\">\n window.__theme_settings__ = {\"typographyTheme\": \"typography-refreshed\"};\n</script>\n<script src=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/dist/webpack/theme-init.js\" nonce=\"m8KHdYgJM8QQ6HssY5dVEw==\"></script>\n \n \n\n\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/css/entry/vendor-aui-8.css\" />\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/css/entry/app.css\" />\n\n\n\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/css/themes/atlaskit-tokens-light-brand-refresh.css\">\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b"
},
"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": 14699,
"text": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta id=\"bb-bootstrap\" data-current-user=\"{"isAuthenticated": false, "isKbdShortcutsEnabled": true, "isSshEnabled": false}\"\n\n />\n <script nonce=\"TUSdvf/ZAQU1sSnOK3Legg==\">\n\nif (window.performance) {\n\n \n window.performance.okayToSendMetrics = !document.hidden && 'onvisibilitychange' in document;\n\n if (window.performance.okayToSendMetrics) {\n\n \n window.addEventListener('visibilitychange', function () {\n if (document.hidden) {\n window.performance.okayToSendMetrics = false;\n }\n });\n }\n\n \n \n}\n</script>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta charset=\"utf-8\">\n <title>404 — Bitbucket</title>\n \n\n\n<meta name=\"bb-env\" content=\"production\" />\n<meta id=\"bb-canon-url\" name=\"bb-canon-url\" content=\"https://bitbucket.org\">\n<meta name=\"bb-api-canon-url\" content=\"https://api.bitbucket.org\">\n\n\n\n<meta name=\"bitbucket-commit-hash\" content=\"b12301b1c976\">\n<meta name=\"bb-app-node\" content=\"f8661e0ce7b6\">\n<meta name=\"bb-dce-env\" content=\"micros\">\n<meta name=\"bb-view-name\" content=\"bitbucket.apps.repo2.views.landing\">\n<meta name=\"ignore-whitespace\" content=\"False\">\n<meta name=\"tab-size\" content=\"None\">\n<meta name=\"locale\" content=\"en\">\n<meta name=\"application-name\" content=\"Bitbucket\">\n<meta name=\"apple-mobile-web-app-title\" content=\"Bitbucket\">\n<meta name=\"slack-app-id\" content=\"A8W8QLZD1\">\n<meta name=\"statuspage-api-host\" content=\"https://bqlf8qjztdtr.statuspage.io\">\n\n\n<meta name=\"theme-color\" content=\"#0049B0\">\n<meta name=\"msapplication-TileColor\" content=\"#0052CC\">\n<meta name=\"msapplication-TileImage\" content=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/mstile-150x150.png\">\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" type=\"image/png\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/apple-touch-icon.png\">\n\n\n<link rel=\"icon\" sizes=\"192x192\" type=\"image/png\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/android-chrome-old-192x192.png\">\n\n\n\n\n<link rel=\"icon\" sizes=\"16x16 24x24 32x32 64x64\" type=\"image/x-icon\" href=\"/favicon.ico?v=2\">\n\n\n\n<link rel=\"mask-icon\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/img/logos/bitbucket/safari-pinned-tab.svg\" color=\"#0052CC\">\n\n\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/opensearch.xml\" title=\"Bitbucket\">\n\n <meta name=\"description\" content=\"\">\n \n <link\n rel=\"preconnect\"\n href=\"https://ds-cdn.prod-east.frontend.public.atl-paas.net\" />\n<link\n rel=\"preload\"\n href=\"https://ds-cdn.prod-east.frontend.public.atl-paas.net/assets/fonts/atlassian-sans/v4/AtlassianSans-latin.woff2\"\n as=\"font\" type=\"font/woff2\" crossorigin />\n<link\n rel=\"preload stylesheet\"\n href=\"https://ds-cdn.prod-east.frontend.public.atl-paas.net/assets/font-rules/v6/atlassian-fonts.css\"\n as=\"style\" crossorigin />\n<script nonce=\"TUSdvf/ZAQU1sSnOK3Legg==\">\n window.__theme_settings__ = {\"typographyTheme\": \"typography-refreshed\"};\n</script>\n<script src=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/dist/webpack/theme-init.js\" nonce=\"TUSdvf/ZAQU1sSnOK3Legg==\"></script>\n \n \n\n\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/css/entry/vendor-aui-8.css\" />\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/css/entry/app.css\" />\n\n\n\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b12301b1c976/css/themes/atlaskit-tokens-light-brand-refresh.css\">\n<link rel=\"stylesheet\" href=\"https://bbc-object-storage--frontbucket.us-east-1.prod.public.atl-paas.net/b"
}
},
"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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
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
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
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
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
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
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": 14681
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 14699
}
]
},
"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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"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
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta id=\"bb-bootstrap\" data-current-user=\"{"isAuthenticated": false, "isKbdShortcutsEnabled": true, "isSshEnabled": false}\"\n\n />\n <script nonce=\"WCx2F0zR2amLCHXObeZ+Fg==\">\n\nif (window.performance) {\n\n \n window.performance.okayToSendMetrics = !document.hidden && 'onvisibilitychange' in document;\n\n if (window.performance.okayToSendMetrics) {\n\n \n window.addEventListener('visibilitychange', function () {\n if (document.hidden) {\n window.performance.okayToSendMetrics = false;\n }\n });\n }\n\n \n \n}\n</script>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta charset=\"utf-8\">\n <title>404 — Bitbucket</title"
},
"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://bitbucket.org"
},
"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://bitbucket.org/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://bitbucket.org/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://bitbucket.org/.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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
Check name
Elements with visible text labels do not have matching accessible names.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}SEOSEOBrowser audit
Document doesn't have a valid `hreflang`
33 Fail
SEOSEOBrowser audit
Document doesn't have a valid `hreflang`
Check name
Document doesn't have a valid `hreflang`
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).
Evidence
{
"description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
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
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
18 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": "18 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 AccessibilityPerformanceBrowser audit
Forced reflow
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
Check name
Layout shift culprits
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.
References
https://web.dev/learn/performance/Evidence
{
"description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
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).
References
https://web.dev/learn/performance/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
Reduce unused JavaScript
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,756Â 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/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,756Â 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": 100
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
6 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
50/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 1,
"displayValue": "750Â ms",
"numericValue": 747
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 1,
"displayValue": "1,550Â ms",
"numericValue": 1549.5000000000005
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 28,
"displayValue": "3.0Â s",
"numericValue": 2962.6210013520877
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 40Â ms",
"numericValue": 40
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 74,
"displayValue": "1.2Â s",
"numericValue": 1209.588219783085
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "20Â ms",
"numericValue": 20.39229
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 69,
"displayValue": "1.8Â s",
"numericValue": 1809.1862776451662
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 25,
"displayValue": "6.1Â s",
"numericValue": 6133.615037289042
}
]
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 5,778Â KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 5,778Â KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 5917093
}Performance and AccessibilityPerformanceBrowser audit
Font display
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 10Â ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 10Â ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 9Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 9Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Minify CSS
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify CSS
Check name
Minify CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 9Â KiB
Fix guidance
Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 9Â KiB",
"description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
"numericValue": 0
}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.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 49/100 | Level 2, Agent-Limited | Current report |