Once your schema is ready in the editor, you take it out of SuperSchema in whichever form your workflow needs. The main action is the "Copy Schema" button, which hands you a complete, ready-to-paste block. Alongside it you can copy the link tags for your AI-readable files, download those files, or push everything to a connected HubSpot page.
Copy Schema #
The "Copy Schema" button copies the full implementation code: a complete <script type="application/ld+json"> block, wrapped and ready to paste into your page's <head>. It includes a short comment noting where to add it. If the page has multiple schema types, all of them are included in the copied block, so one paste covers the whole page.
- Click "Copy Schema". The button steps through "Copying...", then "Copied!", confirming it reached your clipboard.
- Paste the block into your page's <head> section (or wherever your platform expects head markup).
- For a single type, the block contains one JSON-LD object. For multiple types, it contains all of them together.
<!-- Add this to your website's <head> section - Generated by SuperSchema.ai -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
...
}
</script> Your AI-readable files #
When SuperSchema generates schema, it also produces Markdown (.md) and plain-text (.txt) versions of the page for AI answer engines. The alternate files panel gives you two ways to use them:
- Copy Tags
- Copies the <link rel="alternate"> tags that point to your hosted Markdown and plain-text files. Paste these into your page <head> so AI crawlers can find the clean versions.
- Download
- A menu to save the files directly: "Markdown (.md)" and "Plain Text (.txt)". Use this to hand the files off or host them yourself.
Push to HubSpot #
If you have a HubSpot connection, the "Push to HubSpot" button deploys your schema and AI-readable files to a matched HubSpot page, blog post, or landing page without any copy-and-paste. Its tooltip reads "Push schema and AI-readable files to HubSpot" when a connection is active, or "Connect HubSpot first" if you still need to link an account.