Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 82 out of 100
- Agent Ease of Use 74 out of 100
- Security & Trust 92 out of 100
- GEO, AIO and AEO 71 out of 100
- SEO 100 out of 100
- Performance 100 out of 100
- Accessibility 28 out of 100
What AI sees of your website
Dailybot | One place for team updates, AI reports, and agent activity
Dailybot 3 helps people and agents keep work visible without adding more meetings or tools.
Next step
Turn this report into a fix workflow
3 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 | 82 | Mostly ready | 41 | 0 | 0 | |
| Discoverability | 100 | Strong | 10 | 0 | 0 | |
| Content Readiness | 73 | Needs work | 25 | 0 | 0 | |
| Bot Access Control | 75 | Mostly ready | 6 | 0 | 0 | |
| Agent Ease of Use | 74 | Needs work | 37 | 3 | 6 | View details |
| API | 85 | Mostly ready | 11 | 1 | 2 | View details |
| Auth | 80 | Mostly ready | 13 | 0 | 0 | |
| MCP | 43 | Priority fix | 2 | 0 | 0 | |
| Skill Discovery | 63 | Needs work | 8 | 2 | 4 | View details |
| Google Agentic Browsing | 100 | Strong | 3 | 0 | 0 | |
| GEO, AIO and AEO | 71 | Needs work | 11 | 0 | 0 | |
| GEO Readiness | Not Applicable | Not Applicable | 3 | 0 | 0 | |
| AIO Readiness | Not Applicable | Not Applicable | 5 | 0 | 0 | |
| AEO Readiness | Not Applicable | Not Applicable | 3 | 0 | 0 | |
| SEO | 100 | Strong | 10 | 0 | 0 | |
| SEO | 100 | Strong | 10 | 0 | 0 | |
| Security & Trust | 92 | Strong | 25 | 0 | 0 | |
| Security & Trust | 92 | Strong | 25 | 0 | 0 | |
| Performance | 100 | Strong | 19 | 0 | 0 | |
| Performance | 100 | Strong | 19 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
3 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Classify API catalog relations".
23 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Classify API catalog relations".
Needs attention
API Catalog
Issue
API catalog did not include API endpoint links or useful API discovery relations.
Details
Why it matters
API catalogs help agents find API endpoints, service descriptions, documentation, status resources, auth metadata, and related machine-readable contracts without guessing entry points.
Check name
API Catalog
Score
77/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated public API discovery using RFC 9727 when this origin exposes public APIs.
Result
API Catalog failed at "Classify API catalog relations".
Validation steps
Check API catalog HEAD Link header
HEAD /.well-known/api-catalog did not expose a Link header with rel="api-catalog".
API catalog HEAD Link discovery is incomplete
Validate API catalog media type
The API catalog uses application/linkset+json but does not include the recommended RFC 9727 profile parameter.
API catalog media type is not application/linkset+json
Classify API catalog relations
API catalog did not include API endpoint links or useful API discovery relations.
API catalog lacks useful API relations
Evidence log3 steps · 12 lines
Check API catalog HEAD Link header [warning]! HEAD /.well-known/api-catalog did not expose a Link header with rel="api-catalog".INFOCheck API catalog HEAD Link headerINFOSend HEAD request to API catalog path attempted=true statusCode=200 contentType="application/linkset+json"WARNCompare HEAD Link rel=api-catalog count actual=0 expected="> 0"WARNHEAD /.well-known/api-catalog did not expose a Link header with rel="api-catalog". status="warning"Validate API catalog media type [warning]! The API catalog uses application/linkset+json but does not include the recommended RFC 9727 profile parameter.INFOValidate API catalog media typeWARNCompare API catalog media type actual="application/linkset+json" expected="application/linkset+json"WARNCompare RFC 9727 profile parameter actual=false expected=trueWARNThe API catalog uses application/linkset+json but does not include the recommended RFC 9727 profile parameter. status="warning"Classify API catalog relations [fail]! API catalog did not include API endpoint links or useful API discovery relations.INFOClassify API catalog relationsINFOClassify API catalog relation types relations=["links"] summary={"registered":[],"metadata":[],"adjacent":[],"community":[],"legacy":[],"unknown":["links"]}FAILCompare registered or metadata API relation count actual=0 expected="> 0"FAILAPI catalog did not include API endpoint links or useful API discovery relations.
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Probe same-origin A2A endpoint".
19 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Probe same-origin A2A endpoint".
Needs attention
A2A Agent Card
Issue
The same-origin A2A endpoint did not return a valid A2A Message, Task, or authentication challenge.
Details
Why it matters
A2A Agent Cards provide protocol-specific discovery for agent identity, skills, input and output modes, transport bindings, capabilities, and security requirements. Legacy A2A also used /.well-known/agent.json, so scanners must classify the card shape before reporting readiness.
Check name
A2A Agent Card
Score
62/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish a version-appropriate A2A Agent Card so A2A-compatible clients can discover agent skills and invoke the declared endpoint safely.
Result
A2A Agent Card failed at "Probe same-origin A2A endpoint".
Validation steps
Validate version-specific card shape
A2A Agent Card has compatibility warnings.
A2A Agent Card shape is invalid for its version
Security declaration warnings
- security scheme "none" is declared but not referenced by security requirements
Review public-card safety
The A2A Agent Card security declarations need review.
A2A Agent Card exposes unsafe public metadata
Probe same-origin A2A endpoint
The same-origin A2A endpoint did not return a valid A2A Message, Task, or authentication challenge.
Advertised same-origin A2A endpoint did not answer a safe probe
Evidence log3 steps · 13 lines
Validate version-specific card shape [warning]! A2A Agent Card has compatibility warnings.INFOValidate version-specific card shapeWARNCompare missing required card fields actual="none" expected="none"WARNCheck every declared A2A skill has required name, description, and endpoint fields actual=0 expected=0 invalidSkills=[]INFOReview declared endpoint interfaces interfaces=[{"url":"https://www.dailybot.com/","protocolBinding":"JSONRPC","issues":[]}]WARNA2A Agent Card has compatibility warnings.Review public-card safety [warning]! The A2A Agent Card security declarations need review.INFOReview public-card safetyWARNCompare public secret findings actual=0 expected=0WARNSecurity declaration needs review warning="security scheme \"none\" is declared but not referenced by security requirements"WARNThe A2A Agent Card security declarations need review.Probe same-origin A2A endpoint [fail]! The same-origin A2A endpoint did not return a valid A2A Message, Task, or authentication challenge.INFOProbe same-origin A2A endpointINFOProbe same-origin A2A endpoint when scanner policy allows itFAILA2A endpoint probe did not validate url="https://www.dailybot.com/" statusCode=405FAILThe same-origin A2A endpoint did not return a valid A2A Message, Task, or authentication challenge.
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate skill content".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate skill content".
Needs attention
Agent Skills index
Issue
SKILL.md is missing YAML frontmatter.
Details
Why it matters
An Agent Skills index lets agents discover task-specific instructions through a small trusted index, then verify and load only the skill artifacts they need.
Check name
Agent Skills index
Score
70/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an Agent Skills discovery index that advertises digest-pinned SKILL.md or archive artifacts.
Result
Agent Skills index failed at "Validate skill content".
Validation steps
Validate skill entries
One or more Agent Skills entries have quality or trust warnings.
One or more skill entries are invalid
Skill entry findings
[ { "index": 0, "valid": true, "name": "link-headers", "type": "skill-md", "description": "Advertise machine-readable resources via HTTP Link response headers per RFC 8288 and RFC 9727.", "url": "https://isitagentready.com/.well-known/agent-skills/link-headers/SKILL.md", "digest": "sha256:90e89e75a88634a1f009813095fe5cf89d771c483dec3da074a108a998493d92", "resolvedUrl": "https://isitagentready.com/.well-known/agent-skills/link-headers/SKILL.md", "originClass": "external", "missing": [], "invalid": [], "warnings": [ "description should explain when to use the skill", "artifact URL is cross-origin; clients must treat it as a separate trust boundary" ] }, { "index": 1, "valid": true, "name": "content-signals", "type": "skill-md", "description": "Declare AI content usage preferences (ai-train, search, ai-input) in robots.txt.", "url": "https://isitagentready.com/.well-known/agent-skills/content-signals/SKILL.md", "digest": "sha256:810108b0171c9c16ead091d5d7e9b5d0c72086b5dc6ef2b4e84fece01d72a91e", "resolvedUrl": "https://isitagentready.com/.well-known/agent-skills/content-signals/SKILL.md", "originClass": "external", "missing": [], "invalid": [], "warnings": [ "description should explain when to use the skill", "artifact URL is cross-origin; clients must treat it as a separate trust boundary" ] }, { "index": 2, "valid": true, "name": "api-catalog", "type": "skill-md", "description": "Publish an API catalog at /.well-known/api-catalog per RFC 9727, using the linkset+json format.", "url": "https://isitagentready.com/.well-known/agent-skills/api-catalog/SKILL.md", "digest": "sha256:1d702680dd6b8de8362b9dab02ba355016a8daac65b18749a462b7774699db42", "resolvedUrl": "https://isitagentready.com/.well-known/agent-skills/api-catalog/SKILL.md", "originClass": "external", "missing": [], "invalid": [], "warnings": [ "description should explain when to use the skill", "artifact URL is cross-origin; clients must treat it as a separate trust boundary" ] }, { "index": 3, "valid": true, "name": "oauth-discovery", "type": "skill-md", "description": "Publish OAuth 2.0 or OIDC discovery metadata so agents can discover authentication endpoints.", "url": "https://isitagentready.com/.well-known/agent-skills/oauth-discovery/SKILL.md", "digest": "sha256:d24afc965b01da8c491d9618d9c7b141e3b11a2f83338c3a1c702052326cbdd1", "resolvedUrl": "https://isitagentready.com/.well-known/agent-skills/oauth-discovery/SKILL.md", "originClass": "external", "missing": [], "invalid": [], "warnings": [ "description should explain when to use the skill", "artifact URL is cross-origin; clients must treat it as a separate trust boundary" ] }, { "truncated": true, "omittedCount": 3, "originalCount": 7 } ]Validate skill content
SKILL.md is missing YAML frontmatter.
Skill artifact content is invalid
Skill content findings
- SKILL.md is missing YAML frontmatter.
- SKILL.md is missing YAML frontmatter.
- SKILL.md is missing YAML frontmatter.
- SKILL.md is missing YAML frontmatter.
{ "truncated": true, "omittedCount": 7, "originalCount": 11 }
Review skill artifact security
SKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc8288, https://www.rfc-editor.org/rfc/rfc9727#section-3, https://developers.cloudflare.com/rules/transform/, https://developers.cloudflare.com/workers/, https://isitagentready.com/api/scan, https://YOUR-SITE.com).
Skill artifacts contain security findings
Agent Skills security findings
- SKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc8288, https://www.rfc-editor.org/rfc/rfc9727#section-3, https://developers.cloudflare.com/rules/transform/, https://developers.cloudflare.com/workers/, https://isitagentready.com/api/scan, https://YOUR-SITE.com).
- SKILL.md references external URLs; fetched content is an additional trust boundary (https://contentsignals.org/, https://datatracker.ietf.org/doc/draft-romm-aipref-contentsignals/, https://developers.cloudflare.com/ai-crawl-control/, https://isitagentready.com/api/scan, https://YOUR-SITE.com).
- SKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc9727, https://www.rfc-editor.org/rfc/rfc9727#appendix-A, https://isitagentready.com/api/scan, https://YOUR-SITE.com).
- SKILL.md references external URLs; fetched content is an additional trust boundary (http://openid.net/specs/openid-connect-discovery-1_0.html, https://www.rfc-editor.org/rfc/rfc8414, https://developers.cloudflare.com/cloudflare-one/identity/, https://isitagentready.com/api/scan, https://YOUR-SITE.com).
{ "truncated": true, "omittedCount": 2, "originalCount": 6 }
Evidence log3 steps · 40 lines
Validate skill entries [warning]! One or more Agent Skills entries have quality or trust warnings.INFOValidate skill entriesWARNCompare advertised skill count actual=7 expected="> 0"WARNCompare valid skill entry count actual=7 expected="same as advertised skill count"WARNSkill entry warning skill={"index":0,"valid":true,"name":"link-headers","type":"skill-md","description":"Advertise machine-readable resources via HTTP Link response headers per RFC 8288 and RFC 9727.","url":"https://isitagentready.com/.well-known/agent-skills/link-headers/SKILL.md","digest":"sha256:90e89e75a88634a1f009813095fe5cf89d771c483dec3da074a108a998493d92","resolvedUrl":"https://isitagentready.com/.well-known/agent-skills/link-headers/SKILL.md","originClass":"external","missing":[],"invalid":[],"warnings":["description should explain when to use the skill","artifact URL is cross-origin; clients must treat it as a separate trust boundary"]}WARNSkill entry warning skill={"index":1,"valid":true,"name":"content-signals","type":"skill-md","description":"Declare AI content usage preferences (ai-train, search, ai-input) in robots.txt.","url":"https://isitagentready.com/.well-known/agent-skills/content-signals/SKILL.md","digest":"sha256:810108b0171c9c16ead091d5d7e9b5d0c72086b5dc6ef2b4e84fece01d72a91e","resolvedUrl":"https://isitagentready.com/.well-known/agent-skills/content-signals/SKILL.md","originClass":"external","missing":[],"invalid":[],"warnings":["description should explain when to use the skill","artifact URL is cross-origin; clients must treat it as a separate trust boundary"]}WARNSkill entry warning skill={"index":2,"valid":true,"name":"api-catalog","type":"skill-md","description":"Publish an API catalog at /.well-known/api-catalog per RFC 9727, using the linkset+json format.","url":"https://isitagentready.com/.well-known/agent-skills/api-catalog/SKILL.md","digest":"sha256:1d702680dd6b8de8362b9dab02ba355016a8daac65b18749a462b7774699db42","resolvedUrl":"https://isitagentready.com/.well-known/agent-skills/api-catalog/SKILL.md","originClass":"external","missing":[],"invalid":[],"warnings":["description should explain when to use the skill","artifact URL is cross-origin; clients must treat it as a separate trust boundary"]}WARNSkill entry warning skill={"index":3,"valid":true,"name":"oauth-discovery","type":"skill-md","description":"Publish OAuth 2.0 or OIDC discovery metadata so agents can discover authentication endpoints.","url":"https://isitagentready.com/.well-known/agent-skills/oauth-discovery/SKILL.md","digest":"sha256:d24afc965b01da8c491d9618d9c7b141e3b11a2f83338c3a1c702052326cbdd1","resolvedUrl":"https://isitagentready.com/.well-known/agent-skills/oauth-discovery/SKILL.md","originClass":"external","missing":[],"invalid":[],"warnings":["description should explain when to use the skill","artifact URL is cross-origin; clients must treat it as a separate trust boundary"]}WARNSkill entry warning skill={"index":4,"valid":true,"name":"oauth-protected-resource","type":"skill-md","description":"Publish OAuth 2.0 protected resource metadata per RFC 9728 so agents know which authorization servers govern this resource.","url":"https://isitagentready.com/.well-known/agent-skills/oauth-protected-resource/SKILL.md","digest":"sha256:6898ebeeb90247ab9ec0ccce5f493af7c366135901790eaca6298ab3941b3192","resolvedUrl":"https://isitagentready.com/.well-known/agent-skills/oauth-protected-resource/SKILL.md","originClass":"external","missing":[],"invalid":[],"warnings":["description should explain when to use the skill","artifact URL is cross-origin; clients must treat it as a separate trust boundary"]}WARNSkill entry warning skill={"index":5,"valid":true,"name":"agent-skills","type":"skill-md","description":"Publish an agent skills discovery index at /.well-known/agent-skills/index.json per the Cloudflare Agent Skills Discovery RFC v0.2.0.","url":"https://isitagentready.com/.well-known/agent-skills/agent-skills/SKILL.md","digest":"sha256:2cdda60ea052eb8af4ae8a4d96dc0d173151d5386ee724a4e98f93ed21adbae5","resolvedUrl":"https://isitagentready.com/.well-known/agent-skills/agent-skills/SKILL.md","originClass":"external","missing":[],"invalid":[],"warnings":["description should explain when to use the skill","artifact URL is cross-origin; clients must treat it as a separate trust boundary"]}WARNSkill entry warning skill={"index":6,"valid":true,"name":"auth-md","type":"skill-md","description":"Serve /auth.md with agent registration instructions and publish an agent_auth block in the OAuth authorization server metadata.","url":"https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md","digest":"sha256:1794fff49d4ae401e782230c9aed1a268ce094b3200a02c5f7c98e72b21f1222","resolvedUrl":"https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md","originClass":"external","missing":[],"invalid":[],"warnings":["description should explain when to use the skill","artifact URL is cross-origin; clients must treat it as a separate trust boundary"]}WARNOne or more Agent Skills entries have quality or trust warnings.Validate skill content [fail]! SKILL.md is missing YAML frontmatter.INFOValidate skill contentFAILCompare skill artifact content failures actual=1 expected=0 name="link-headers" type="skill-md" url="https://isitagentready.com/.well-known/agent-skills/link-headers/SKILL.md"FAILSkill content validation failure name="link-headers" failure="SKILL.md is missing YAML frontmatter."FAILCompare skill artifact content failures actual=1 expected=0 name="content-signals" type="skill-md" url="https://isitagentready.com/.well-known/agent-skills/content-signals/SKILL.md"FAILSkill content validation failure name="content-signals" failure="SKILL.md is missing YAML frontmatter."FAILCompare skill artifact content failures actual=1 expected=0 name="api-catalog" type="skill-md" url="https://isitagentready.com/.well-known/agent-skills/api-catalog/SKILL.md"FAILSkill content validation failure name="api-catalog" failure="SKILL.md is missing YAML frontmatter."WARNSkill content validation warning name="api-catalog" warning="SKILL.md body lacks obvious workflow, input/output, example, or validation guidance."FAILCompare skill artifact content failures actual=1 expected=0 name="oauth-discovery" type="skill-md" url="https://isitagentready.com/.well-known/agent-skills/oauth-discovery/SKILL.md"FAILSkill content validation failure name="oauth-discovery" failure="SKILL.md is missing YAML frontmatter."WARNSkill content validation warning name="oauth-discovery" warning="SKILL.md body lacks obvious workflow, input/output, example, or validation guidance."FAILCompare skill artifact content failures actual=1 expected=0 name="oauth-protected-resource" type="skill-md" url="https://isitagentready.com/.well-known/agent-skills/oauth-protected-resource/SKILL.md"FAILSkill content validation failure name="oauth-protected-resource" failure="SKILL.md is missing YAML frontmatter."WARNSkill content validation warning name="oauth-protected-resource" warning="SKILL.md body lacks obvious workflow, input/output, example, or validation guidance."FAILCompare skill artifact content failures actual=1 expected=0 name="agent-skills" type="skill-md" url="https://isitagentready.com/.well-known/agent-skills/agent-skills/SKILL.md"FAILSkill content validation failure name="agent-skills" failure="SKILL.md is missing YAML frontmatter."WARNSkill content validation warning name="agent-skills" warning="SKILL.md body lacks obvious workflow, input/output, example, or validation guidance."FAILCompare skill artifact content failures actual=1 expected=0 name="auth-md" type="skill-md" url="https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md"FAILSkill content validation failure name="auth-md" failure="SKILL.md is missing YAML frontmatter."FAILSKILL.md is missing YAML frontmatter.Review skill artifact security [warning]! SKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc8288, https://www.rfc-editor.org/rfc/rfc9727#section-3, https://developers.cloudflare.com/rules/transform/, https://developers.cloudflare.com/workers/, https://isitagentready.com/api/scan, https://YOUR-SITE.com).INFOReview skill artifact securityFAILCompare security finding count actual=6 expected=0WARNAgent Skills artifact security warning finding="SKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc8288, https://www.rfc-editor.org/rfc/rfc9727#section-3, https://developers.cloudflare.com/rules/transform/, https://developers.cloudflare.com/workers/, https://isitagentready.com/api/scan, https://YOUR-SITE.com)."WARNAgent Skills artifact security warning finding="SKILL.md references external URLs; fetched content is an additional trust boundary (https://contentsignals.org/, https://datatracker.ietf.org/doc/draft-romm-aipref-contentsignals/, https://developers.cloudflare.com/ai-crawl-control/, https://isitagentready.com/api/scan, https://YOUR-SITE.com)."WARNAgent Skills artifact security warning finding="SKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc9727, https://www.rfc-editor.org/rfc/rfc9727#appendix-A, https://isitagentready.com/api/scan, https://YOUR-SITE.com)."WARNAgent Skills artifact security warning finding="SKILL.md references external URLs; fetched content is an additional trust boundary (http://openid.net/specs/openid-connect-discovery-1_0.html, https://www.rfc-editor.org/rfc/rfc8414, https://developers.cloudflare.com/cloudflare-one/identity/, https://isitagentready.com/api/scan, https://YOUR-SITE.com)."WARNAgent Skills artifact security warning finding="SKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc9728, https://developers.cloudflare.com/workers/, https://developers.cloudflare.com/cloudflare-one/, https://isitagentready.com/api/scan, https://YOUR-SITE.com)."WARNAgent Skills artifact security warning finding="SKILL.md references external URLs; fetched content is an additional trust boundary (https://github.com/cloudflare/agent-skills-discovery-rfc, https://schemas.agentskills.io/discovery/0.2.0/schema.json`, https://isitagentready.com/api/scan, https://YOUR-SITE.com)."WARNSKILL.md references external URLs; fetched content is an additional trust boundary (https://www.rfc-editor.org/rfc/rfc8288, https://www.rfc-editor.org/rfc/rfc9727#section-3, https://developers.cloudflare.com/rules/transform/, https://developers.cloudflare.com/workers/, https://isitagentready.com/api/scan, https://YOUR-SITE.com).
Sign in to see 29 other issues and the full report
Create a free account to unlock every issue, evidence details, exports, and higher free limits.
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