Domain Detective

API Reference

Class

AgentReadinessInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

View model for AI crawler and agent readiness.

Inheritance

  • Object
  • AgentReadinessInfo

Constructors

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public String Origin { get; set; } #

Gets or sets the origin value.

public String MainPageUrl { get; set; } #

Gets or sets the main page URL.

public Double Score { get; set; } #

Gets or sets the score value.

public Boolean RobotsPresent { get; set; } #

Gets or sets a value indicating whether robots.txt was present.

public Int32 SitemapCount { get; set; } #

Gets or sets the sitemap count value.

public Boolean LlmsTxtPresent { get; set; } #

Gets or sets a value indicating whether llms.txt was present.

public Boolean MarkdownDirect { get; set; } #

Gets or sets a value indicating whether markdown was negotiated directly.

public String MarkdownAlternateUrl { get; set; } #

Gets or sets the markdown alternate URL.

public Int32 TrustHeaderCount { get; set; } #

Gets or sets the observed trust header count.

public Int32 TrustHeaderTotal { get; set; } #

Gets or sets the total trust header count checked.

public ContentSignalPolicy[] ContentSignals { get; set; } #

Gets or sets the content signals value.

public AgentReadinessLinkRelation[] LinkRelations { get; set; } #

Gets or sets the link relations value.

public AgentReadinessEndpointProbe[] EndpointProbes { get; set; } #

Gets or sets the endpoint probes value.

public AgentReadinessCheck[] Checks { get; set; } #

Gets or sets the checks value.

public AgentReadinessCategoryScore[] CategoryScores { get; set; } #

Gets or sets the category scores value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public Sections Narrative { get; set; } #

Gets or sets the narrative value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public String SectionKey { get; set; } #

Gets or sets the composition section key.

public AgentReadinessAnalysis Raw { get; set; } #
JsonIgnore

Gets or sets the raw value.

{{ include "footer" }}