400 lines
22 KiB
TypeScript

export interface ResourcePost {
id: string;
slug: string;
featureSlug: string;
title: string;
excerpt: string;
image: string;
date: string;
author: string;
category: string;
content: string; // Added full content field
}
export const resources: ResourcePost[] = [
// Publish (1-3)
{
id: '1',
slug: 'mastering-social-media-scheduling',
featureSlug: 'publish',
title: 'Mastering Social Media Scheduling for 2025',
excerpt: 'Learn the secrets to efficient content planning and how to save hours every week.',
image: '/images/about/workspace.png',
date: 'Dec 15, 2025',
author: 'Sarah Johnson',
category: 'Strategy',
content: `
<h2>Why Scheduling Matters</h2>
<p>In the fast-paced world of social media, consistency is key. Scheduling your posts ensures that your audience sees your content regularly, keeping your brand top-of-mind. It allows you to plan your content mix strategically, rather than posting reactively.</p>
<h3>1. Plan Ahead</h3>
<p>Start by creating a content calendar. Map out your key themes, holidays, and promotional events. This gives you a roadmap to follow and prevents the dreaded "what do I post today?" panic.</p>
<h3>2. Batch Your Content Creation</h3>
<p>Dedicate specific blocks of time to create content. Write captions, design graphics, and edit videos in batches. This is far more efficient than task-switching every day.</p>
<h3>3. Use the Right Tools</h3>
<p>Tools like SocialBuddy allow you to schedule posts across multiple platforms from a single dashboard. Utilize features like visual calendars and drag-and-drop scheduling to streamline your workflow.</p>
<h2>Conclusion</h2>
<p>Mastering scheduling is about working smarter, not harder. By planning ahead and using the right tools, you can maintain a consistent presence while freeing up time to engage with your community.</p>
`
},
{
id: '2',
slug: 'best-times-to-post-instagram',
featureSlug: 'publish',
title: 'The Best Times to Post on Instagram',
excerpt: 'Data-backed insights on when your audience is most active and likely to engage.',
image: '/images/about/team-meeting.png',
date: 'Dec 12, 2025',
author: 'Mike Chen',
category: 'Guides',
content: `
<h2>Understanding Instagram's Algorithm</h2>
<p>The Instagram algorithm favors recency. Posting when your followers are online increases the chances of your content being seen and engaged with early on, which signals to the algorithm that your post is high-quality.</p>
<h3>General Best Times</h3>
<ul>
<li><strong>Weekdays:</strong> Early morning (6 AM - 9 AM) and evening (5 PM - 8 PM) tend to perform well as people commute or unwind.</li>
<li><strong>Weekends:</strong> Engagement can be lower, but late mornings often see a spike.</li>
</ul>
<h3>Finding Your Unique Best Time</h3>
<p>While general benchmarks are helpful, every audience is different. Use SocialBuddy's analytics to see exactly when your specific followers are active. Look for heatmaps in your insights dashboard.</p>
<h2>Testing and Iterating</h2>
<p>Don't set it and forget it. Consumer behaviors change. regularly review your analytics and adjust your posting schedule accordingly to maximize reach.</p>
`
},
{
id: '3',
slug: 'content-calendar-templates',
featureSlug: 'publish',
title: '5 Content Calendar Templates You Need',
excerpt: 'Downloadable templates to help you organize your social media strategy effectively.',
image: '/images/about/app-dashboard.png',
date: 'Dec 10, 2025',
author: 'Emma Davis',
category: 'Resources',
content: `
<h2>Organize Your Strategy</h2>
<p>A content calendar is more than just a schedule; it's a strategic tool. It helps you ensure a balanced mix of content types (educational, entertaining, promotional) and keeps your team aligned.</p>
<h3>Template 1: Monthly Overview</h3>
<p>Great for high-level planning. Map out big campaigns, holidays, and key dates.</p>
<h3>Template 2: Weekly Detailed Grid</h3>
<p>Drill down into specific copy, assets, and hashtags for each post. Perfect for approval workflows.</p>
<h3>Template 3: Stories Planner</h3>
<p>Don't forget Stories! Plan your daily narratives and engagement stickers to keep your audience hooked.</p>
<h2>How to Use These Templates</h2>
<p>Customize them to fit your workflow. Add columns for status (Draft, Approved, Scheduled) and platform-specific requirements. Consistent use is the secret to success.</p>
`
},
// Analyze (4-6)
{
id: '4',
slug: 'understanding-social-metrics',
featureSlug: 'analyze',
title: 'Understanding Key Social Media Metrics',
excerpt: 'Reach, impressions, engagement rate - what do they really mean for your business?',
image: '/images/about/workspace.png',
date: 'Dec 14, 2025',
author: 'David Wilson',
category: 'Analytics',
content: `
<h2>Metrics That Matter</h2>
<p>It's easy to get lost in data. Focusing on the right metrics is crucial for understanding your true performance and ROI.</p>
<h3>Reach vs. Impressions</h3>
<p><strong>Reach</strong> is the number of unique people who saw your content. <strong>Impressions</strong> is the total number of times your content was displayed. If impressions are much higher than reach, it means your audience is seeing your content multiple times.</p>
<h3>Engagement Rate</h3>
<p>This is often the most important metric. It measures interaction (likes, comments, shares) relative to your follower count or reach. A high engagement rate indicates highly relevant content.</p>
<h2>Actionable Insights</h2>
<p>Don't just track numbers; look for trends. Did a specific topic drive higher engagement? Did a certain time of day boost reach? Use these insights to refine your future content strategy.</p>
`
},
{
id: '5',
slug: 'roi-social-media-marketing',
featureSlug: 'analyze',
title: 'How to Calculate ROI for Social Media',
excerpt: 'Prove the value of your social media efforts with these calculation methods.',
image: '/images/about/team-meeting.png',
date: 'Dec 08, 2025',
author: 'Sarah Johnson',
category: 'Business',
content: `
<h2>Defining Social ROI</h2>
<p>Return on Investment (ROI) measures the efficiency of your social media marketing. It answers the question: "What are we getting back for the time and money we put in?"</p>
<h3> The Formula</h3>
<p>Basic ROI = (Value derived from social media - Cost of social media marketing) / Cost of social media marketing * 100.</p>
<h3>Attribution Models</h3>
<p>Tracking the "value" can be tricky. Use UTM parameters and conversion tracking pixels to attribute website sales or leads directly to your social posts. SocialBuddy's advanced analytics can help visualize this journey.</p>
<h2>Beyond Monetary ROI</h2>
<p>Not all value is immediate revenue. Brand awareness, customer loyalty, and sentiment are valuable long-term assets that should also be considered in your overall evaluation.</p>
`
},
{
id: '6',
slug: 'creating-custom-reports',
featureSlug: 'analyze',
title: 'Creating Reports Clients Actually Read',
excerpt: 'Tips for designing clear, impactful social media reports that showcase your success.',
image: '/images/about/app-dashboard.png',
date: 'Dec 05, 2025',
author: 'Mike Chen',
category: 'Reporting',
content: `
<h2>The Art of Reporting</h2>
<p>Data is useless if it's not communicated effectively. Your clients or stakeholders don't have time to wade through spreadsheets. They want the headline news.</p>
<h3>1. Focus on Goals</h3>
<p>Align your report with the initial business objectives. If the goal was brand awareness, highlight reach and impressions. If it was sales, focus on clicks and conversions.</p>
<h3>2. Visualize the Data</h3>
<p>Use charts and graphs to make trends instantly understandable. A line graph showing follower growth is far more impactful than a table of numbers.</p>
<h3>3. Add Context</h3>
<p>Numbers need narrative. Explain <em>why</em> a spike occurred (e.g., "Viral post on Tuesday") and what you're doing to replicate it. This adds expert value to your report.</p>
`
},
// Engage (7-9)
{
id: '7',
slug: 'community-management-best-practices',
featureSlug: 'engage',
title: 'Community Management Best Practices',
excerpt: 'How to build a loyal community by engaging authentically with your followers.',
image: '/images/about/workspace.png',
date: 'Dec 13, 2025',
author: 'Emma Davis',
category: 'Community',
content: `
<h2>Building Relationships</h2>
<p>Community management is the human face of your brand. It's about two-way conversation, not just broadcasting messages.</p>
<h3>Be Responsive</h3>
<p>Speed matters. Acknowledge comments and questions quickly. Even a simple "like" shows that you are listening and value their input.</p>
<h3>Authenticity Wins</h3>
<p>Ditch the corporate robot speak. Use a conversational tone that matches your brand personality. People connect with people, not logos.</p>
<h2>Encourage User-Generated Content (UGC)</h2>
<p>Celebrate your community by sharing their content. It builds loyalty and provides you with authentic social proof. Always ask for permission and credit the creator!</p>
`
},
{
id: '8',
slug: 'managing-negative-comments',
featureSlug: 'engage',
title: 'Handling Negative Comments Like a Pro',
excerpt: 'A guide to crisis management and turning unhappy customers into brand advocates.',
image: '/images/about/team-meeting.png',
date: 'Dec 09, 2025',
author: 'David Wilson',
category: 'Crisis Mgmt',
content: `
<h2>Keep Calm and Carry On</h2>
<p>Negative feedback is inevitable. How you handle it defines your brand's reputation. Never delete negative comments (unless they are hate speech), as this can escalate the situation.</p>
<h3>The 3 A's: Acknowledge, Apologize, Act</h3>
<ul>
<li><strong>Acknowledge:</strong> Let them know they've been heard immediately.</li>
<li><strong>Apologize:</strong> If you messed up, own it sincerely.</li>
<li><strong>Act:</strong> Move the conversation to a private channel (DM or email) to resolve the issue specific details.</li>
</ul>
<h2>Turning It Around</h2>
<p>A resolved complaint can turn a critic into a fan. Showing that you care enough to fix a problem publicly demonstrates strong customer service to everyone else watching.</p>
`
},
{
id: '9',
slug: 'social-listening-guide',
featureSlug: 'engage',
title: 'The Ultimate Guide to Social Listening',
excerpt: 'Monitor brand mentions and industry trends to stay ahead of the conversation.',
image: '/images/about/app-dashboard.png',
date: 'Dec 03, 2025',
author: 'Sarah Johnson',
category: 'Listening',
content: `
<h2>What is Social Listening?</h2>
<p>Social monitoring looks at what people are saying <em>to</em> you. Social listening looks at what people are saying <em>about</em> you, your competitors, and your industry.</p>
<h3>Why It's Critical</h3>
<p>It helps you find un-tagged mentions of your brand (opportunities to surprise and delight), identify gaps in the market that competitors are missing, and spot potential PR crises before they blow up.</p>
<h3>Tools of the Trade</h3>
<p>Use SocialBuddy's listening features to track specific keywords and hashtags. Analyze sentiment to gauge how people <em>feel</em> about these topics, not just volume.</p>
`
},
// Create (10-12)
{
id: '10',
slug: 'design-tips-non-designers',
featureSlug: 'create',
title: 'Graphic Design Tips for Non-Designers',
excerpt: 'Create professional-looking graphics using simple principles and tools.',
image: '/images/about/workspace.png',
date: 'Dec 11, 2025',
author: 'Mike Chen',
category: 'Design',
content: `
<h2>Keep It Simple</h2>
<p>You don't need a degree in art to create stunning visuals. The biggest mistake beginners make is overcrowding their designs.</p>
<h3>Hierarchy and Contrast</h3>
<p>Make sure the most important element (usually the headline) stands out. Use size and color contrast to guide the viewer's eye. Dark text on a light background (or vice-versa) ensures readability.</p>
<h3>Consistency is Key</h3>
<p>Stick to a defined color palette and 1-2 font families. This creates visual recognition for your brand over time. Use templates to ensure every post feels like "you".</p>
`
},
{
id: '11',
slug: 'video-content-trends',
featureSlug: 'create',
title: 'Video Content Trends for 2025',
excerpt: 'Short-form video is king. Here is how to leverage Reels and TikToks.',
image: '/images/about/team-meeting.png',
date: 'Dec 07, 2025',
author: 'Emma Davis',
category: 'Video',
content: `
<h2>The Vertical Revolution</h2>
<p>9:16 vertical video is now the dominant format across social media. TikTok, Instagram Reels, and YouTube Shorts are prioritizing this content.</p>
<h3>Authenticity > Production Value</h3>
<p>Audiences are tired of overly polished, TV-style ads. Raw, behind-the-scenes, and "lo-fi" content often performs better because it feels more genuine and relatable.</p>
<h3>Short and Snappy</h3>
<p>Hook your viewer in the first 3 seconds. Keep edits fast-paced. Use trending audio to piggyback on viral momentum, but always add your unique spin.</p>
`
},
{
id: '12',
slug: 'writing-engaging-captions',
featureSlug: 'create',
title: 'Writing Captions That Drive Action',
excerpt: 'Copywriting formulas to boost engagement and click-through rates.',
image: '/images/about/app-dashboard.png',
date: 'Dec 02, 2025',
author: 'David Wilson',
category: 'Content',
content: `
<h2>The Hook</h2>
<p>Captions are often an afterthought, but they are crucial for stopping the scroll. Your first sentence is your headline—make it intriguing.</p>
<h3>The AIDA Formula</h3>
<ul>
<li><strong>Attention:</strong> Grab them with a question or bold statement.</li>
<li><strong>Interest:</strong> Build curiosity or relate to a pain point.</li>
<li><strong>Desire:</strong> Offer a solution or benefit.</li>
<li><strong>Action:</strong> Tell them exactly what to do next (CTA).</li>
</ul>
<h3>Format for readability</h3>
<p>Break up big blocks of text with line breaks and emojis. This makes your caption easier to scan and less intimidating to read.</p>
`
},
// Start Page (13-15)
{
id: '13',
slug: 'optimizing-link-in-bio',
featureSlug: 'start-page',
title: 'Optimizing Your Link-in-Bio',
excerpt: 'Make the most of that single link. Strategies to drive traffic where it matters.',
image: '/images/about/workspace.png',
date: 'Dec 14, 2025',
author: 'Sarah Johnson',
category: 'Growth',
content: `
<h2>One Link to Rule Them All</h2>
<p>Platforms like Instagram and TikTok give you limited real estate for links. A "Start Page" or "Link in Bio" tool is essential to bridge the gap between social media and your conversion goals.</p>
<h3>Prioritize Your Links</h3>
<p>Don't overwhelm visitors with 50 options. Put your most important goal (Buy Now, Sign Up, Latest Blog) at the very top. Use visual cues or animations to highlight priority links.</p>
<h3>Branding Matters</h3>
<p>Your Link-in-Bio page should look like an extension of your website. Customize colors, fonts, and backgrounds to maintain a seamless brand experience.</p>
`
},
{
id: '14',
slug: 'landing-page-conversion',
featureSlug: 'start-page',
title: 'Landing Page Conversion Hacks',
excerpt: 'Simple tweaks to your Start Page that can double your click-through rate.',
image: '/images/about/team-meeting.png',
date: 'Dec 06, 2025',
author: 'Mike Chen',
category: 'Conversion',
content: `
<h2>Speed Kills (Bounce Rates)</h2>
<p>If your landing page loads slowly, users will leave. Ensure your Start Page is optimized for mobile speed, as the vast majority of traffic comes from phones.</p>
<h3>Clear Value Proposition</h3>
<p>Within seconds, a user should know exactly who you are and what you offer. Use a clear, concise bio description and professional profile picture.</p>
<h3>Reduce Friction</h3>
<p>Minimize the number of clicks required to take action. If you want email signups, embed the form directly on your Start Page rather than linking out to another page.</p>
`
},
{
id: '15',
slug: 'personal-branding-tips',
featureSlug: 'start-page',
title: 'Personal Branding on Social Media',
excerpt: 'How a curated Start Page strengthens your personal brand identity.',
image: '/images/about/app-dashboard.png',
date: 'Dec 01, 2025',
author: 'Emma Davis',
category: 'Branding',
content: `
<h2>You Are the Brand</h2>
<p>In the creator economy, your personal brand is your greatest asset. It's the unique combination of your skills, experience, and personality.</p>
<h3>Curating Your Digital Home</h3>
<p>Think of your Start Page as your digital business card. It organizes your various "side hustles," content channels, and contact info into one professional hub.</p>
<h3>Consistency Across Channels</h3>
<p>Ensure your Start Page aligns with the aesthetic of your social profiles. If your Instagram is minimalist and black/white, don't make your Start Page neon rainbow (unless that's the vibe!). Consistency builds trust.</p>
`
},
// AI Assistant (16-18)
{
id: '16',
slug: 'ai-for-content-creation',
featureSlug: 'ai-assistant',
title: 'AI for Content Creation: A Guide',
excerpt: 'How to use AI tools to brainstorm, draft, and refine your social media content.',
image: '/images/about/workspace.png',
date: 'Dec 13, 2025',
author: 'David Wilson',
category: 'AI',
content: `
<h2>The AI Assistant</h2>
<p>AI isn't here to replace creativity; it's here to amplify it. It helps overcome the blank page syndrome that plagues every content creator.</p>
<h3>Ideation and Brainstorming</h3>
<p>Use AI to generate topic ideas, headlines, or campaign angles. Ask it: "Give me 10 tweet ideas about [Topic]" or "What are common pain points for [Audience]?" to jumpstart your process.</p>
<h3>Repurposing Content</h3>
<p>Feed an old blog post into an AI tool and ask it to summarize it into a Linkedin post, a Twitter thread, and an Instagram caption. This multiplies the value of your existing content effortlessly.</p>
`
},
{
id: '17',
slug: 'future-of-marketing-ai',
featureSlug: 'ai-assistant',
title: 'The Future of Marketing with AI',
excerpt: 'Predictions on how artificial intelligence will shape the marketing landscape.',
image: '/images/about/team-meeting.png',
date: 'Dec 08, 2025',
author: 'Sarah Johnson',
category: 'Trends',
content: `
<h2>Hyper-Personalization</h2>
<p>AI will enable marketing at a scale of one. Instead of broad segments, brands will be able to deliver unique messages, images, and offers tailored to individual user behavior in real-time.</p>
<h3>Predictive Analytics</h3>
<p>AI will get better at predicting what customers want <em>before</em> they know it themselves. By analyzing vast datasets, it can forecast trends and consumer shifts with uncanny accuracy.</p>
<h3>Automated Optimization</h3>
<p>Campaigns will self-correct in real-time. AI will adjust ad spend, creative elements, and targeting parameters 24/7 to maximize ROI, far faster than any human could.</p>
`
},
{
id: '18',
slug: 'humanizing-ai-content',
featureSlug: 'ai-assistant',
title: 'Humanizing AI-Generated Content',
excerpt: 'Tips to ensure your AI-assisted posts still sound like you.',
image: '/images/about/app-dashboard.png',
date: 'Dec 04, 2025',
author: 'Mike Chen',
category: 'Strategy',
content: `
<h2>The Uncanny Valley</h2>
<p>Generic AI copy reads... like AI. It's often flat, repetitive, and lacks nuance. To thrive, you must inject the "human element."</p>
<h3>Edit ruthlessly</h3>
<p>Treat AI output as a rough draft, never the final product. Add your own anecdotes, idioms, and unique tone of voice. Verify facts, as AI can "hallucinate" information.</p>
<h3>Emotional Resonance</h3>
<p>AI struggles with genuine emotion and empathy. Focus your editing on connecting with the reader's feelings. That specific, relatable detail is what makes content stick.</p>
`
}
];