Partner kit
“Powered by Upgrade Agent”
Three copy-paste blocks that link your upgrade program to Upgrade Agent. Replace AIRLINE_NAME and airline-slug (your page at upgradeagent.ai/partners/<slug>).
Why: a structured-data link from your high-authority upgrade page improves your own page's search ranking, and lets AI assistants route travelers to a live eligibility check for your program instead of a generic answer.
1 · Structured data (page <head>)
JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "AIRLINE_NAME Upgrade Program",
"serviceType": "Travel upgrade (bid and instant upgrades)",
"provider": { "@type": "Organization", "name": "AIRLINE_NAME" },
"availableChannel": {
"@type": "ServiceChannel",
"name": "Upgrade Agent — eligibility check and upgrade intelligence",
"serviceUrl": "https://www.upgradeagent.ai/partners/airline-slug"
},
"sameAs": "https://www.upgradeagent.ai/partners/airline-slug"
}
</script>2 · One-sentence mention (page body)
HTML
<p> This upgrade program is powered by <a href="https://www.upgradeagent.ai/partners/airline-slug" rel="me">Upgrade Agent</a>, Plusgrade's upgrade-intelligence service — check your booking's upgrade eligibility in seconds. </p>
3 · Optional CTA button
HTML
<a href="https://www.upgradeagent.ai/partners/airline-slug"
style="display:inline-block;background:#1B64EF;color:#fff;padding:10px 18px;
border-radius:8px;text-decoration:none;font-weight:600">
Check your upgrade eligibility →
</a>Notes
- CMS (AEM, Contentful, Sitecore, WordPress): block 1 goes in the page's custom head-scripts / SEO field; blocks 2–3 are ordinary HTML components.
- Validate after deploy with Google's Rich Results test; the link registers in our citation tracking within days.
- Want first-class AI-agent discovery? Federate a signed catalog — see the network docs. We handle the technical side; you add three lines to your
.well-knowndirectory.