Schema guides Platform
How to add schema to Ghost
Category: cms
Plugins and apps
- Ghost Code Injection
Manual implementation
Global header/footer Code Injection, or theme Handlebars for dynamic post and author schema.
Troubleshooting
- Member-only content in schema
Keep public JSON-LD aligned with what unauthenticated users and crawlers see. - Newsletter CTAs in Article body
Do not mark up non-article UI as main Article text.
Overview
Ghost publishers often use Code Injection for global Organization schema and tune post.hbs for Article JSON-LD with {{title}}, {{url}}, and {{date}} helpers.
Validate AMP separately if enabled—AMP has stricter rules.