Mailneo
Product
Resources
Documentation
Product docs
Blog
Latest insights
Glossary
Email terms A to Z
Case Studies
Customer success stories
Pricing
About
Sign in
Sign up for free
Free Tool
JSON-LD Email Markup Generator
Generate Schema.org JSON-LD for Gmail-compatible email actions and structured order updates.
Template
Reset Defaults
Email Confirmation Action
View Action (Dashboard / Report)
Order Update
Organization Name
Organization URL
Logo URL
Description
Confirm your account to finish onboarding.
Action Label
Action URL
Generated JSON-LD
Copy JSON
{ "@context": "https://schema.org", "@type": "EmailMessage", "description": "Confirm your account to finish onboarding.", "potentialAction": { "@type": "ConfirmAction", "name": "Confirm Email", "handler": { "@type": "HttpActionHandler", "url": "https://www.mailneo.co/confirm?token=abc123" } }, "publisher": { "@type": "Organization", "name": "Mailneo", "url": "https://www.mailneo.co", "logo": "https://www.mailneo.co/icon.png" } }
Script Snippet
Copy Script
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "EmailMessage", "description": "Confirm your account to finish onboarding.", "potentialAction": { "@type": "ConfirmAction", "name": "Confirm Email", "handler": { "@type": "HttpActionHandler", "url": "https://www.mailneo.co/confirm?token=abc123" } }, "publisher": { "@type": "Organization", "name": "Mailneo", "url": "https://www.mailneo.co", "logo": "https://www.mailneo.co/icon.png" } } </script>
Related Resources
What is an HTML Email?
Email Marketing Checklist