Skip to content

Commit e25037a

Browse files
committed
Add social media optimization assets and documentation
- Create SOCIAL_PREVIEW.md for Open Graph and Twitter Card meta tags - Add README.md in assets directory detailing social media assets - Introduce social-preview.svg for visual representation of the project - Establish COMPARISON.md to compare n8n Workflow Builder MCP Server with alternatives - Develop GETTING_STARTED.md for quick setup instructions - Implement TROUBLESHOOTING.md for common issues and solutions - Create USE_CASES.md showcasing real-world applications of the MCP Server
1 parent 7a2969f commit e25037a

File tree

10 files changed

+1488
-11
lines changed

10 files changed

+1488
-11
lines changed

.github/SOCIAL_PREVIEW.md

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
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

.github/assets/README.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Social Media Assets
2+
3+
This directory contains social media preview images and assets for the n8n Workflow Builder MCP Server repository.
4+
5+
## Files
6+
7+
- `social-preview.png` - Primary social media preview image (1200x630px)
8+
- `social-preview-twitter.png` - Twitter-optimized preview (1200x600px)
9+
- `social-preview-linkedin.png` - LinkedIn-optimized preview (1200x630px)
10+
11+
## Design Specifications
12+
13+
### Primary Social Preview (social-preview.png)
14+
- **Dimensions**: 1200x630px (1.91:1 ratio)
15+
- **Format**: PNG with transparency support
16+
- **Background**: Professional gradient using n8n brand colors
17+
- **Elements**:
18+
- n8n logo
19+
- MCP (Model Context Protocol) icon
20+
- AI assistant icons (Claude, ChatGPT)
21+
- Title: "n8n Workflow Builder MCP Server"
22+
- Subtitle: "AI Assistant Integration for Workflow Automation"
23+
- Key features: "Natural Language • AI-Powered • Free & Open Source"
24+
25+
### Color Palette
26+
- **Primary**: #FF6D5A (n8n orange)
27+
- **Secondary**: #1E293B (dark slate)
28+
- **Accent**: #3B82F6 (blue)
29+
- **Text**: #FFFFFF (white)
30+
- **Background**: Linear gradient from #1E293B to #0F172A
31+
32+
### Typography
33+
- **Title**: Bold, sans-serif, 48px
34+
- **Subtitle**: Medium, sans-serif, 24px
35+
- **Features**: Regular, sans-serif, 18px
36+
37+
## Usage
38+
39+
These images are automatically used when the repository is shared on:
40+
- Facebook
41+
- Twitter/X
42+
- LinkedIn
43+
- Discord
44+
- Slack
45+
- Other social platforms supporting Open Graph
46+
47+
## Updating Images
48+
49+
When updating social preview images:
50+
1. Maintain the same dimensions and aspect ratios
51+
2. Keep file sizes under 1MB for optimal loading
52+
3. Test previews using social media debugging tools
53+
4. Update the image URLs in README.md if filenames change
54+
55+
## Tools for Creation
56+
57+
Recommended tools for creating social preview images:
58+
- **Figma** - Professional design tool
59+
- **Canva** - User-friendly template-based design
60+
- **Adobe Photoshop** - Advanced image editing
61+
- **GIMP** - Free alternative to Photoshop
62+
- **Sketch** - macOS design tool
63+
64+
## Testing
65+
66+
Test social previews using:
67+
- [Facebook Sharing Debugger](https://developers.facebook.com/tools/debug/)
68+
- [Twitter Card Validator](https://cards-dev.twitter.com/validator)
69+
- [LinkedIn Post Inspector](https://www.linkedin.com/post-inspector/)
70+
- [Social Share Preview](https://socialsharepreview.com/)

.github/assets/social-preview.svg

Lines changed: 1 addition & 1 deletion
Loading

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,14 @@ Thumbs.db
111111
.*.swo
112112

113113
# Project specific
114-
internal-readme.md
114+
internal-readme.md
115+
116+
# SEO optimization temporary files
117+
GITHUB_TOPICS.md
118+
SEO_OPTIMIZATION_SUMMARY.md
119+
*_SEO_*.md
120+
121+
# Platform integration planning files
122+
.github/PLATFORM_INTEGRATION.md
123+
.github/assets/social-preview-placeholder.md
124+
.github/ANALYTICS_SETUP.md

0 commit comments

Comments
 (0)