|
| 1 | +# Social Media Preview Optimization |
| 2 | + |
| 3 | +This file contains meta tags and configurations for optimizing how the n8n Workflow Builder MCP Server repository appears when shared on social media platforms. |
| 4 | + |
| 5 | +## Open Graph Meta Tags |
| 6 | + |
| 7 | +```html |
| 8 | +<!-- Open Graph / Facebook --> |
| 9 | +<meta property="og:type" content="website"> |
| 10 | +<meta property="og:url" content="https://github.com/makafeli/n8n-workflow-builder"> |
| 11 | +<meta property="og:title" content="n8n Workflow Builder MCP Server - AI Assistant Integration for n8n Automation"> |
| 12 | +<meta property="og:description" content="Connect Claude Desktop, ChatGPT, and other AI assistants directly to your n8n instance for seamless workflow management, creation, and execution through natural language commands."> |
| 13 | +<meta property="og:image" content="https://raw.githubusercontent.com/makafeli/n8n-workflow-builder/main/.github/assets/social-preview.png"> |
| 14 | +<meta property="og:image:width" content="1200"> |
| 15 | +<meta property="og:image:height" content="630"> |
| 16 | +<meta property="og:image:alt" content="n8n Workflow Builder MCP Server - AI-powered workflow automation"> |
| 17 | +<meta property="og:site_name" content="GitHub"> |
| 18 | +<meta property="og:locale" content="en_US"> |
| 19 | + |
| 20 | +<!-- Article specific (for blog posts) --> |
| 21 | +<meta property="article:author" content="makafeli"> |
| 22 | +<meta property="article:section" content="Technology"> |
| 23 | +<meta property="article:tag" content="n8n"> |
| 24 | +<meta property="article:tag" content="AI"> |
| 25 | +<meta property="article:tag" content="automation"> |
| 26 | +<meta property="article:tag" content="MCP"> |
| 27 | +<meta property="article:tag" content="workflow"> |
| 28 | +``` |
| 29 | + |
| 30 | +## Twitter Card Meta Tags |
| 31 | + |
| 32 | +```html |
| 33 | +<!-- Twitter --> |
| 34 | +<meta property="twitter:card" content="summary_large_image"> |
| 35 | +<meta property="twitter:url" content="https://github.com/makafeli/n8n-workflow-builder"> |
| 36 | +<meta property="twitter:title" content="n8n Workflow Builder MCP Server - AI Assistant Integration"> |
| 37 | +<meta property="twitter:description" content="Connect AI assistants like Claude Desktop to n8n for natural language workflow automation. Create, manage, and execute workflows through conversation."> |
| 38 | +<meta property="twitter:image" content="https://raw.githubusercontent.com/makafeli/n8n-workflow-builder/main/.github/assets/social-preview.png"> |
| 39 | +<meta property="twitter:image:alt" content="n8n Workflow Builder MCP Server - AI-powered workflow automation"> |
| 40 | +<meta property="twitter:creator" content="@makafeli"> |
| 41 | +<meta property="twitter:site" content="@github"> |
| 42 | +``` |
| 43 | + |
| 44 | +## LinkedIn Optimization |
| 45 | + |
| 46 | +```html |
| 47 | +<!-- LinkedIn specific --> |
| 48 | +<meta property="linkedin:owner" content="makafeli"> |
| 49 | +<meta property="linkedin:title" content="n8n Workflow Builder MCP Server - Enterprise AI Automation"> |
| 50 | +<meta property="linkedin:description" content="Professional-grade AI assistant integration for n8n workflow automation. Streamline business processes with natural language commands and intelligent workflow management."> |
| 51 | +``` |
| 52 | + |
| 53 | +## Social Preview Image Specifications |
| 54 | + |
| 55 | +### Recommended Dimensions: |
| 56 | +- **Facebook/LinkedIn**: 1200x630px (1.91:1 ratio) |
| 57 | +- **Twitter**: 1200x600px (2:1 ratio) |
| 58 | +- **GitHub**: 1280x640px (2:1 ratio) |
| 59 | + |
| 60 | +### Design Elements: |
| 61 | +- **Background**: Professional gradient (n8n brand colors) |
| 62 | +- **Logo**: n8n logo + MCP icon + AI assistant icons |
| 63 | +- **Title**: "n8n Workflow Builder MCP Server" |
| 64 | +- **Subtitle**: "AI Assistant Integration for Workflow Automation" |
| 65 | +- **Features**: Key benefits (Natural Language, AI-Powered, Free & Open Source) |
| 66 | +- **Call to Action**: "Connect Your AI Assistant to n8n" |
| 67 | + |
| 68 | +### File Locations: |
| 69 | +- Primary: `.github/assets/social-preview.png` |
| 70 | +- Twitter: `.github/assets/social-preview-twitter.png` |
| 71 | +- LinkedIn: `.github/assets/social-preview-linkedin.png` |
| 72 | + |
| 73 | +## Usage in README.md |
| 74 | + |
| 75 | +Add these meta tags to the top of README.md (after the title): |
| 76 | + |
| 77 | +```html |
| 78 | +<!-- Social Media Preview Meta Tags --> |
| 79 | +<meta property="og:title" content="n8n Workflow Builder MCP Server - AI Assistant Integration"> |
| 80 | +<meta property="og:description" content="Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow automation"> |
| 81 | +<meta property="og:image" content="https://raw.githubusercontent.com/makafeli/n8n-workflow-builder/main/.github/assets/social-preview.png"> |
| 82 | +<meta property="twitter:card" content="summary_large_image"> |
| 83 | +<meta property="twitter:title" content="n8n Workflow Builder MCP Server"> |
| 84 | +<meta property="twitter:description" content="AI-powered n8n workflow automation through natural language commands"> |
| 85 | +<meta property="twitter:image" content="https://raw.githubusercontent.com/makafeli/n8n-workflow-builder/main/.github/assets/social-preview.png"> |
| 86 | +``` |
| 87 | + |
| 88 | +## Testing Social Previews |
| 89 | + |
| 90 | +### Facebook/Meta: |
| 91 | +- Use [Facebook Sharing Debugger](https://developers.facebook.com/tools/debug/) |
| 92 | +- Enter repository URL to test preview |
| 93 | + |
| 94 | +### Twitter/X: |
| 95 | +- Use [Twitter Card Validator](https://cards-dev.twitter.com/validator) |
| 96 | +- Test with repository URL |
| 97 | + |
| 98 | +### LinkedIn: |
| 99 | +- Use [LinkedIn Post Inspector](https://www.linkedin.com/post-inspector/) |
| 100 | +- Validate social preview appearance |
| 101 | + |
| 102 | +### General Testing: |
| 103 | +- [Social Share Preview](https://socialsharepreview.com/) |
| 104 | +- [Meta Tags](https://metatags.io/) |
| 105 | +- [Open Graph Check](https://opengraphcheck.com/) |
| 106 | + |
| 107 | +## Best Practices |
| 108 | + |
| 109 | +1. **Image Quality**: Use high-resolution images (minimum 1200px width) |
| 110 | +2. **Text Readability**: Ensure text is readable at small sizes |
| 111 | +3. **Brand Consistency**: Use consistent colors and fonts |
| 112 | +4. **Mobile Optimization**: Test on mobile social apps |
| 113 | +5. **Regular Updates**: Update images when major features are added |
| 114 | +6. **A/B Testing**: Test different preview styles for engagement |
| 115 | + |
| 116 | +## Maintenance |
| 117 | + |
| 118 | +- Update social preview images when major releases occur |
| 119 | +- Refresh meta descriptions to reflect new features |
| 120 | +- Monitor social sharing analytics |
| 121 | +- Update preview images for seasonal campaigns or major announcements |
0 commit comments