Copy-paste schema into your site's
========================================= The universal way to deploy: copy the generated block from SuperSchema and paste it into your page's . It works on every platform, does not change how your page looks, and is safe to remove or re-paste any time. Category: Deploying Schema | Last updated: 2026-07-07 Copy-paste is the universal deploy method: it works on every platform. You copy a block of code from SuperSchema and paste it into the section of the exact page you generated it for. The schema is invisible metadata, so it does not change how your page looks, and it is safe to remove or re-paste at any time. COPY THE BLOCK In the schema editor, the copy button label tells you what you are about to copy: Copy schema for : You get the JSON-LD - The opening comment carries a version id and the schema types in the block. That id is how SuperSchema recognizes which exact version is live on your page. - The markers are what make Verify and monitoring work. If you strip them out, search engines still read your schema fine, but SuperSchema can no longer confirm the page is up to date or alert you when it drifts. - When you regenerate or refine the schema, re-copy and re-paste the whole block so the version id on your page matches the current one. GOOD TO KNOW - Schema is invisible metadata. It does not change how your page looks and has no meaningful effect on load speed. - You can edit the schema later in SuperSchema; just re-copy and re-paste the updated block over the old one. - To remove schema, delete everything from the opening SuperSchema comment through the closing one, then save and publish. Tip: Using WordPress, Shopify, Webflow, or another CMS? See Adding schema to your website for exactly where each platform keeps its head code. QUESTIONS THIS ANSWERS - Where exactly do I paste the schema code? - Which button do I click to copy my schema? - Will adding schema slow down or break my site? - Can I edit or remove the schema after pasting it? - What are the SuperSchema comment lines around my schema? - Why does my copy include tags? - Do I paste the schema on one page or the whole site? - What is the difference between "Copy schema for " and "Copy everything for "?