30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Set Cornerstone Flag

seo/set-cornerstone marks a post as cornerstone content, or unmarks it.

It changes how the post is analysed and what Yoast expects of the rest of the site.

At a glance

Abilityseo/set-cornerstone
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › Content Analysis
RequiresYoast SEO, active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

The flag is a statement of intent rather than a setting with mechanical effects on output. Nothing in the rendered page changes; what changes is the analysis thresholds and Yoast’s internal-link expectations.

Which means marking everything as cornerstone achieves nothing. The flag is only useful as a distinction, and a site where every page is cornerstone has no cornerstones.

A reasonable site has a handful — the pages a new visitor should read, the ones that define what the site is about, the ones you would link to first.

Marking a post cornerstone and not linking to it is worse than not marking it, because it shows up in the cornerstone listing as a page that was declared important and then ignored.

Idempotent.

Input

NameTypeRequiredWhat it is
post_idintegerYesThe post.
is_cornerstonebooleanYesWhether it is cornerstone content.

What comes back

NameTypeWhat it is
post_idintegerThe post.
is_cornerstonebooleanIts state afterwards.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Mark our getting-started guide as cornerstone content.

It resolves to one call:

{
  "ability": "seo/set-cornerstone",
  "parameters": {
    "post_id": 412,
    "is_cornerstone": true
  }
}

Worth knowing

  • Nothing in the page output changes. The analysis and expectations do.
  • A site where everything is cornerstone has no cornerstones.
  • Follow it with actual internal links, or the flag is just a claim.
  • Idempotent.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading