Skip to contents

A construction-time preset for a sitemap found via, and trusted via, a target host's robots.txt. It bundles both senses into one coherent context: the trust (authority) sense on authority_evidence = "target_host_robots_reference" and the discovery sense on discovery_provenance = "robots_txt_reference", keeping the two distinct. No property_scope is set: robots.txt reference authority is blanket, not property-bound. It is a thin wrapper over ruleset_context(); every axis stays independently overridable by calling ruleset_context() directly.

Usage

robots_cross_submission()

Value

An object of class sitemapr_ruleset_context, the same shape ruleset_context() returns.

See also

ruleset_context() for the general constructor and its axes.

Examples

robots_cross_submission()
#> $submission_channel
#> [1] "absent"
#> 
#> $discovery_provenance
#> [1] "robots_txt_reference"
#> 
#> $property_scope
#> [1] NA
#> 
#> $authority_evidence
#> [1] "target_host_robots_reference"
#> 
#> attr(,"class")
#> [1] "sitemapr_ruleset_context"