Description Generation
Let AI generate meta descriptions for your presentations.
Overview
Section titled “Overview”Deckyard can automatically generate descriptions by analyzing your presentation content. These descriptions improve discoverability, SEO, and help viewers understand what your presentation is about.
How It Works
Section titled “How It Works”AI reviews your slides and creates a concise, informative description.
What AI Analyzes
Section titled “What AI Analyzes”- Slide titles and headings
- Key content and bullet points
- Presentation structure
- Overall theme and topic
What AI Produces
Section titled “What AI Produces”- Concise summary (1-3 sentences)
- Key topics covered
- Relevant keywords
- SEO-optimized text
Generating Descriptions
Section titled “Generating Descriptions”
Automatic Generation
Section titled “Automatic Generation”- Open your presentation
- Go to Settings > Description
- Click Generate with AI
- Review and edit the result
- Save
On Publish
Section titled “On Publish”When publishing, if no description exists:
- AI suggests a description
- Review before publishing
- Or write your own

Description Uses
Section titled “Description Uses”In the App
Section titled “In the App”- Presentation list preview
- Search results
- Shared presentation cards
For SEO
Section titled “For SEO”When published:
- Meta description tag
- Open Graph description
- Social media previews
For Sharing
Section titled “For Sharing”- Email invitation previews
- Link previews in chat apps
- Social media shares
Language Support
Section titled “Language Support”Descriptions can be generated in multiple languages.
Multi-Language Descriptions
Section titled “Multi-Language Descriptions”For multi-language presentations:
- Generate description for primary language
- Click Translate Description for other languages
- Or generate separately for each language
Language Detection
Section titled “Language Detection”AI detects the presentation language and generates descriptions in the same language by default.
Specifying Language
Section titled “Specifying Language”To generate in a specific language:
- Open description settings
- Select target language
- Click Generate
Customization
Section titled “Customization”Length Options
Section titled “Length Options”Choose description length:
- Short - 1 sentence (~100 characters)
- Medium - 2-3 sentences (~200 characters)
- Long - Full paragraph (~400 characters)
Tone Options
Section titled “Tone Options”Select the appropriate tone:
- Professional - Formal business language
- Casual - Friendly and approachable
- Educational - Informative and clear
Keywords
Section titled “Keywords”Include specific keywords:
- Open generation settings
- Add keywords to include
- AI incorporates them naturally
Editing Generated Descriptions
Section titled “Editing Generated Descriptions”After generation, you can:
- Edit the text directly
- Regenerate with different settings
- Write your own instead
Best Practices
Section titled “Best Practices”- Keep descriptions under 160 characters for SEO
- Include the main topic early
- Make it enticing but accurate
- Include relevant keywords naturally
Generate via API
Section titled “Generate via API”POST /api/presentations/{id}/generate-descriptionContent-Type: application/json
{ "language": "en-GB", "length": "medium", "tone": "professional"}Response
Section titled “Response”{ "description": "A comprehensive guide to sustainable energy solutions for businesses, covering solar, wind, and efficiency improvements with ROI analysis.", "keywords": ["sustainable energy", "business", "solar", "ROI"]}