The Ultimate Message
Schema Generator
A single message from a sender to one or more organizations or people.
Magic Build
Paste your URL below and our AI will automatically fill the Message fields for you.
Configuration
Live GeneratorWhy use Message?
Output Panel
Want to automate this?
Connect your site to SchemaGen and our AI will automatically extract and deploy schemas for you. No manual coding required.
Launch AI GeneratorWhat is Message Schema?
A single message from a sender to one or more organizations or people.
Google uses Message structured data to understand the content and context of your pages. When correctly implemented, this schema can unlock rich results in Google Search — enhancing your listing with additional information that dramatically improves visibility and click-through rates.
Why Add Message Structured Data?
Appear in Rich Results
Structured data helps Google show enhanced results for your pages in search — including stars, prices, FAQs, and more.
Boost Click-Through Rate
Rich snippets can increase CTR by up to 30% compared to plain search results — more clicks with the same ranking.
Feed AI Search Engines
AI answer engines like Perplexity and Google SGE use structured data to verify and cite facts from your content.
How to Implement Message JSON-LD
Generate
Use the form above to fill in your details and generate valid Message JSON-LD markup in seconds.
Copy
Copy the generated JSON-LD output code with one click — it's already formatted and ready to deploy.
Deploy
Paste the code into your <head> tag, or use SchemaGen's SDK to deploy without touching code.
Want to skip steps 2 & 3? Connect SchemaGen's SDK to deploy directly from the dashboard.
Properties You Can Include
Message schema supports the following schema.org properties. Required fields are the minimum Google needs to consider your markup valid; recommended fields unlock richer search result appearances.
| Property | Description | Expected Type | Status |
|---|---|---|---|
| about | The subject matter of an object. | Thing | Optional |
| abstract | An abstract is a short description that summarizes a CreativeWork. | Text | Optional |
| accessibilityAPI | Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). | Text | Optional |
| accessibilityControl | Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). | Text | Optional |
| accessibilityFeature | Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). | Text | Optional |
| accessibilityHazard | A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). | Text | Optional |
| accessibilitySummary | A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed". | Text | Optional |
| accessMode | The human sensory perceptual system or cognitive faculty through which a person may process or perceive the intellectual content of a resource, not including any adaptations of the content (e.g., text alternatives for images). Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). | Text | Optional |
| accessModeSufficient | A list of single or combined access modes that are sufficient to understand all the intellectual content of a resource, including any adaptations. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). | ItemList | Optional |
| accountablePerson | Specifies the Person that is legally accountable for the CreativeWork. | Person | Optional |
| acquireLicensePage | Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. | CreativeWork, URL | Optional |
| additionalType | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide. | Text, URL | Optional |
| aggregateRating | The overall rating, based on a collection of reviews or ratings, of the item. | AggregateRating | Optional |
| alternateName | An alias for the item. | Text | Optional |
| alternativeHeadline | A secondary title of the CreativeWork. | Text | Optional |
| archivedAt | Indicates a page or other link involved in archival of a CreativeWork. In the case of MediaReview, the items in a MediaReviewItem may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. | URL, WebPage | Optional |
| assesses | The item being described is intended to assess the competency or learning outcome defined by the referenced term. | DefinedTerm, Text | Optional |
| associatedMedia | A media object that encodes this CreativeWork. This property is a synonym for encoding. | MediaObject | Optional |
| audience | An intended audience, i.e. a group for whom something was created. | Audience | Optional |
| audio | An embedded audio object. | AudioObject, Clip, MusicRecording | Optional |
Example Message JSON-LD
Here's what valid Message structured data looks like with sample values filled in. Use the generator above to replace these with your own data.
{
"@context": "https://schema.org",
"@type": "Message",
"name": "Example Message",
"image": "https://example.com/images/example.jpg",
"url": "https://example.com/page",
"about": {
"@type": "Thing",
"name": "Example Thing",
"image": "https://example.com/images/example.jpg",
"url": "https://example.com/page"
},
"abstract": "Example abstract",
"accessibilityAPI": "Example accessibilityAPI",
"accessibilityControl": "Example accessibilityControl",
"accessibilityFeature": "Example accessibilityFeature"
}Validate Your Message Schema
Once deployed, validate your schema is working correctly with our free audit tool. Paste your URL and we'll check for errors, missing properties, and Google Rich Result eligibility.
Check your Message schema for errors and Rich Result eligibility