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

Start free trial

Export Rank Math Settings

rank-math/export-settings exports Rank Math settings as a portable payload: all panels by default, or a chosen subset of general, titles, sitemap, role-manager and redirections.

Take one before any bulk settings change so rank-math/import-settings can roll it back.

At a glance

Abilityrank-math/export-settings
ToolsetRank Math — toolset/rank-math
GroupRank Math › Status, Backups & Tools
RequiresRank Math SEO, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

Exporting and backing up overlap but are not the same thing. A backup lives on this site and is restored here; an export is a payload you can hold, read, diff and apply to a different site.

Which makes the export the right tool for moving a configuration between environments — staging to production, or a template site to a new build.

The subset selection matters for that use. Exporting redirections along with settings is right when cloning a site and wrong when copying a configuration to a different site, where the redirections refer to URLs that do not exist.

Being able to read it is the underrated part. A settings export is a diffable record, and comparing two of them is often the fastest way to work out what somebody changed.

Input

NameTypeRequiredWhat it is
panelsarrayNo — defaults to allA subset of general, titles, sitemap, role-manager and redirections.

What comes back

NameTypeWhat it is
payloadobjectThe exported settings.
panelsarrayWhich panels are included.
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:

Export our Rank Math settings so I can copy them to the new site.

It resolves to one call:

{
  "ability": "rank-math/export-settings",
  "parameters": {
    "panels": ["general", "titles", "sitemap"]
  }
}

Worth knowing

  • An export travels between sites; a backup stays on this one.
  • Leave redirections out when copying to a different site.
  • Two exports diffed are the fastest way to see what changed.
  • Read-only.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading