Meg Brunson

  • Let’s GoHome
  • #AllTheThingsAbout Me
  • Read | Listen | WatchContent Library
  • Join TheMembership
  • Let’s WorkTogether

How to Write Alt Text for Accessibility and SEO – Without Breaking your Brain, or Your Website Code!

Ever uploaded an image to your website or social media, saw the little box labeled “alt text,” and thought… what even goes here?

Alt text (short for “alternative text”) might seem like a small detail, but it plays a huge role in making your content more inclusive, ethical, and discoverable. Whether you're a mission-driven entrepreneur, a creative visionary with a million ideas, or a chronically overwhelmed business owner juggling all the things  –  you deserve a simple, stress-free way to get this right.

And no, you don’t need to become a tech wizard or learn code to do it.

In this guide, we’re breaking down:

  • What alt text is (and what it isn’t),
  • Why it matters for both accessibility and SEO,
  • How to write it in a way that aligns with your values and protects your website from code-breaking chaos,
  • Plus easy templates for different image types  –  from infographics to carousels to quote graphics.

Because your visuals should tell a story everyone can access  –  without breaking your brain (or your site).

What Is Alt Text, Really?

Alt text is a brief written description of an image that gets added behind the scenes in your website or social post. It’s not always visible to everyone, but it plays a big role in two very important areas: accessibility and SEO.

What is Alt Text? It helps people access your content. It helps platforms understand it. Accessibility icon (circle with human figure) next to the first statement. The word ‘SEO’ includes a rocket icon in the letter ‘O.’ Just Marketing logo.

Alt Text For Accessibility:

Alt text is read aloud by screen readers, allowing blind and low vision users to understand the content and context of your images. Without it, a user might just hear “image” and nothing more  –  leaving them out of the conversation entirely.

Alt text also loads in place of an image if it fails to load properly. So, it also helps users understand the images if their internet is spotty.

Writing thoughtful alt text is one small but powerful way to practice inclusive marketing and make sure everyone can engage with your content.

Alt Text For SEO:

Search engines can’t “see” your images, but they can read your alt text. That means writing relevant image descriptions helps Google (and other platforms) understand your content better  –  which can boost your visibility in search results and even get your images indexed.

Alt text helps people access your content and helps platforms understand it. It’s a behind-the-scenes detail with front-and-center impact  –  and it’s one of the easiest ways to market with more kindness, clarity, and intention.

Why Alt Text Matters in Ethical Marketing

Writing alt text isn’t just a “nice-to-have” or something you do for compliance. It’s a reflection of your values.

If your brand is rooted in justice, equity, diversity, and inclusion  –  alt text is a practical, everyday way to walk that talk.

Alt Text is a small but mighty, sustainable habit that: Increases accessibility, Reflects your brand values, and Builds trust with your audience. Three overlapping circles form a Venn diagram labeled with the benefits. Center overlap says ‘Alt Text.’ Accessibility icon, upward trend icon, and heart-in-hand icon represent each benefit. Just Marketing logo. Purple and blue textured background.

Accessibility is ethical marketing.

When we talk about ethical marketing, we’re talking about creating content that respects people’s identities, abilities, and lived experiences. That includes making sure that people who use screen readers or have low vision can still fully engage with your content  –  whether it’s a carousel, a quote graphic, or an infographic explaining your services.

Exclusion isn't always intentional, but that’s exactly why inclusive defaults (like writing alt text) matter.

It’s small but mighty.

You don’t need a massive accessibility overhaul to start making a difference. Alt text is a bite-sized, sustainable habit that:

  • Increases access
  • Reflects your brand values
  • Builds trust with your audience

And if you’re neurodivergent or chronically overwhelmed, good news  –  alt text is one of the simplest ethical marketing tools you can build into your workflow.

Just Marketing® in action

Alt text supports the core principles of Just Marketing® by:

  • Prioritizing people over platforms
  • Creating inclusive defaults
  • Centering accessibility as a non-negotiable part of your strategy  –  not an afterthought

Whether you're writing social captions, designing a launch page, or posting a behind-the-scenes meme, alt text ensures that your visual content speaks to everyone  –  not just the people who can see it.

How to Write Alt Text Without Breaking Your Brain

Writing good alt text isn’t about being poetic or perfect. It’s about being clear, kind, and conscious of what the image communicates.

Let’s break it down into neurodivergent-friendly, non-overwhelming steps:

How to Write Alt Text without breaking your brain. Four steps: What’s the point of the image? Describe what’s essential. Keep it short and human. Add context when needed. Numbered labels in blue, green, purple, and yellow next to each step. Just Marketing logo. Pink gradient background.

Step 1: Ask yourself  –  What’s the point of this image?

Start by identifying what function the image serves in your content. Is it:

  • Sharing information (like a chart or infographic)?
  • Supporting a message (like a quote or carousel)?
  • Purely decorative?

Your alt text should reflect the purpose of the image, not just what’s visually there.

Step 2: Describe what’s essential  –  no more, no less.

Your goal isn’t to describe every single color and font. It’s to give someone who can’t see the image the same understanding and experience as someone who can.

Think: “If I were describing this to a friend over the phone, what would I say?”

Step 3: Keep it short and human.

  • Aim for 1–2 sentences (around 125 characters is a good guide).
  • Write in plain, conversational language.
  • Avoid phrases like “image of” or “picture of”  –  screen readers already cover that.

Step 4: Add context when needed

Sometimes, the image isn’t just visual  –  it contributes meaning. So don’t be afraid to add that layer of interpretation.

For example:

  • Instead of: “A photo of a protest sign.”
  • Try: “A protest sign that reads ‘Protect Trans Youth' held high in a crowded rally.”

It gives context that adds value without overcomplicating things.

How to Write Alt Text Without Breaking Your Website Code

Writing alt text is one thing  –  but writing it in a way that actually saves correctly? That’s where things can quietly go sideways.

You won’t crash your site or throw your whole page into chaos  –  but if you use the wrong characters, your alt text might just disappear into the void and never get saved at all.

So, you could write the most perfect justice-aligned image description… and then accidentally lose it because of a rogue quotation mark.

Let’s save you from that heartbreak.

How to Write Alt Text without breaking your code Four steps: Avoid code-breaking characters. Only use plain text. Decorative images only need a space. Test when possible. Numbered labels in blue, green, red, and yellow next to each guideline. Just Marketing logo. Purple gradient background.

Avoid These Alt Text Code-Breaking Characters

Most websites, social media platforms, email providers (etc.) have convenient and easy-to-use form fields to enter your alt text, and then those form fields insert what you input into the site’s code, like this:

 <img src=”image.jpg” alt=”Your alt text here”>

So anything that confuses that structure can stop your alt text from saving correctly  –  especially if you’re using a website builder or email platform that auto-converts your content into HTML behind the scenes.

Here’s what to watch out for…

Avoid These Code-Breaking Characters in Alt Text! Four symbols shown in colored circles with arrows pointing to the text - double quotation marks, greater-than symbol, less-than symbol, and ampersand. Quotation marks and ampersand are in pink circles, angle brackets in blue. Light purple with gradient background.

Double quotation marks (“) 

Alt text lives inside quotation marks in your HTML  –  it is usually written like this in code:

 <img src=”image.jpg” alt=”Your alt text here”>

So if you add more double quotes inside that sentence, it can break the structure by closing the attribute early, and anything after them won’t save.

Instead, use single quotes (‘) to keep things readable and safe.

The Best WayThe Broken Way
A protest sign that reads ‘Access is love’A protest sign that reads “Access is love”
<img src=”image.jpg” alt=”A protest sign that reads ‘Access is love’”><img src=”image.jpg” alt=”A protest sign that reads“> Access is love””>

Special characters like <, >, and &

Special characters like <, >, and & have special meanings in HTML:

  • < and > can be interpreted as HTML tags.
  • & can start an HTML entity (like  ).

If you must use them, replace them with:

  • < for <
  • > for >
  • & for &

But, for simplicity's sake, I’d just avoid them all together. Skip the < and >, and spell out “and” instead of using the & symbol.

Use Plain Text in Your Alt Text Field

Most website builders (WordPress, Squarespace, Wix, Showit, etc.) and platforms (LinkedIn, Instagram, Canva) give you an alt text field  –  just type plain text, no formatting, no emojis, no code, and none of those code-breaking-characters above.

If you do it right:

  • The text saves
  • Screen readers read it
  • Search engines index it
  • Everyone wins

What to Do With Decorative Images

Some images aren’t meant to communicate information  –  they’re just there to look cute or break up text. In those cases, you should add a single space into the alt text field – this tells technology that you didn’t forget it (if it’s empty) but that it’s decorative (because there is only one space).

Use a space for alt text:

alt=” “

This tells screen readers: “No need to stop here.”
It’s actually more inclusive than forcing a meaningless description on someone.

How to Check If Your Alt Text Actually Saved

So you've written your alt text (go you!)… but how can you be sure it actually saved correctly?

Here are two easy ways to check  –  no coding background required:

Option 1: Use “Inspect” in Your Browser

If you're working on your own website and want to see exactly what's happening under the hood, try this:

  1. Right-click on the image you want to check for alt-text.
  2. Click “Inspect” (in Chrome or most modern browsers).
  3. In the code that appears, look for something like:

    <img src=”…” alt=”Your alt text here”>
  4. Check that your alt text appears inside the alt=”” attribute  –  and that it’s showing up exactly as you wrote it (with no missing words or weird quote issues).

If it’s there, it’s working.

But, if the alt attribute is missing or empty, something went wrong  –  go back and double-check for quotation marks or unsupported characters.

Option 2: Use an Alt Text Accessibility Checker

You don’t need to read code at all (although, it’s really quick and easy once you get the hang of it)  –  accessibility tools will tell you if alt text is missing, broken, or confusing.

Try one of these:

  • WAVE Accessibility Tool: Just enter your URL, and it’ll highlight images missing alt text or ones that might need improvement.
  • WebAIM's Alt Decision Tree: Not a testing tool, but great for helping you decide what kind of alt text (if any) is needed.
  • Chrome Extensions like:
    • axe DevTools or
    • Accessibility Insights for Web

You can also tab through your site using a keyboard and listen with a screen reader (like Apple VoiceOver or NVDA) to experience your content the way assistive tech users might. It’s eye-opening and empowering.

TL;DR: How to Make Sure Your Alt Text Sticks

  • Use single quotes (‘) if you need quotes in your description
  • Avoid special characters that confuse HTML, like <, >, and &
  • Stick to plain text
  • Use a single space (alt=” “) for decorative visuals
  • Test when possible  –  especially if you’re using custom code or email platforms

Ready for those copy-paste templates so you don’t have to reinvent the wheel every time? 

Alt Text Templates for Different Image Types

Save-worthy. Swipe-friendly. Overwhelm-reducing.

Now that you know what to do and what to avoid, here’s your plug-and-play toolkit for writing clear, inclusive, and functional alt text  –  even when your brain is juggling a million other things.

6 Templates For Writing Alt Text includ:Infographics, Carousels, Screenshots, Quote Graphics, Charts & Graphs, and Decorative Images. A vertical blue column with six circular icons representing each category. Split layout with a dark purple left half and light gradient right half.

Each one includes:

  • Goal/What matters most
  • A simple structure to follow
  • A ready-to-use customizable template
  • An example

Infographics

Template 1 For Writing Alt Text – Infographics: Say it’s an infographic, Share the topic or key message, Mention where to find full text (if applicable). Infographic titled '[Title]'. It highlights [main idea]. Full text is in the post. Example: Infographic titled 'Ethical Email Marketing in 3 Steps'. It highlights consent, clarity, and easy opt-outs. Full text in caption.

Focus on the main point or takeaway  –  not every detail.

  • Focus on the headline, main takeaway, and any calls to action.
  • If the text is long, include it in the caption or link to a full transcript.
  • Skip excessive text repetition – link to full text in the caption or body for accessibility.

Structure:

  • Brief description of the image type: Say it’s an infographic
  • Share the topic or key message
  • Mention where to find full text (if applicable)

Template:

Infographic titled ‘[Title]'. It highlights [main idea]. Full text is in the post.

Example:

Infographic titled ‘Ethical Email Marketing in 3 Steps'. It highlights consent, clarity, and easy opt-outs. Full text in caption.

Carousels (Multi-Slide Graphics)

Template 2 For Writing Alt Text – Carousels: Say it’s a carousel, Share the overall theme/topic/purpose, and Say where full content lives (in the caption/post). Carousel graphic: '[Main topic]'. This series shares [brief overview]. Full text is in the post. Example: Carousel graphic: 'How to Market with ADHD'. Series offers 5 tips for building consistency with less burnout. Text in the caption.

Summarize the series as a whole.

  • Include content in captions or body copy for full accessibility.
  • Use the first image to describe the whole set
  • If the text from each slide is repeated in the caption, you don’t need detailed alt text for every slide.

Structure:

  • Mention it's a carousel
  • Share the overall theme/topic/purpose
  • Say where full content lives (in the caption/post)

Template:

Carousel graphic: ‘[Main topic]'. This series shares [brief overview]. Full text is in the post.

Example:

Carousel graphic: ‘How to Market with ADHD'. This series offers 5 tips for building consistency with less burnout. Text is in the caption.

Screenshots

Template 3 For Writing Alt Text – Screenshots: Mention it’s a screenshot, Describe what’s on screen, and Explain the relevance. Screenshot of [tool or platform] showing [what’s visible]. Used to illustrate [why it matters]. Example: Screenshot of a Trello board showing three lists: Ideas, In Progress, and Posted. Used to illustrate a simple content workflow.

Describe what’s being shown and why it matters.

  • Especially important if it's showing a tool, testimonial, or social proof.

Structure:

  • Mention it’s a screenshot
  • Describe what’s on screen
  • Explain the relevance

Template:

Screenshot of [tool or platform] showing [what’s visible]. Used to illustrate [why it matters].

Example:

Screenshot of a Trello board showing three lists: Ideas, In Progress, and Posted. Used to illustrate a simple content workflow.

Quote Graphics

Template 4 For Writing Alt Text – Quote Graphics: Say it’s a quote graphic, Include the full quote, and Attribute the speaker. Quote graphic. Text reads: '[quote]' – [name]. Example: Quote graphic. Text reads: 'Marketing should be inclusive by default.' – Meg Brunson.

Include the quote text and who said it

  • Make sure screen reader users get the same inspiration or message!

Structure:

  • Say it’s a quote graphic
  • Include the full quote
  • Attribute the speaker

Template:

Quote graphic. Text reads: ‘[quote]' – [name].

Example:

Quote graphic. Text reads: ‘Marketing should be inclusive by default.' – Meg Brunson

Charts & Graphs

Template #5 For Writing Alt Text – Charts and Graphs: Identify the type of chart, Describe the topic, and State the key takeaway. [Type] chart showing [topic]. It illustrates that [main takeaway]. Example: ‘Bar chart showing engagement by platform. It illustrates that LinkedIn had the highest engagement last quarter.’

Highlight the trend or insight  –  not every data point

  • Link or reference where detailed data can be found if needed.

Structure:

  • Identify the type of chart
  • Describe the topic
  • State the key takeaway

Template:

[Type] chart showing [topic]. It illustrates that [main takeaway].

Example:

Bar chart showing engagement by platform. It illustrates that LinkedIn had the highest engagement last quarter.

Decorative Images

Template 6 For Writing Alt Text – Decorative Images: If it adds no meaningful content, no alt text is needed. Don’t distract screen reader users with unnecessary fluff. What To Do: add a single space to the alt attribute. Example: A pastel gradient used behind text gets a single space in the alt-text attribute, because the image doesn’t add meaning.

If it adds no meaningful content, No alt text is needed  – don’t distract screen reader users with unnecessary fluff.

What to do:

  • Use alt=” “ (alt attribute with a single space)
  • This tells assistive tech to skip the image

Example:

A pastel gradient background used behind text gets alt=” “  –  because the image doesn’t add meaning.

Bonus Tip: Keep a Swipe File

Save your favorite alt text examples (or use a Google Doc or Notion page) to reuse and adapt. Think of it as your “brain backup” for future content. Or, bookmark this page!

Common Alt Text Mistakes to Avoid

You’re already doing better than most by caring  –  let’s fine-tune it.

Common Alt Text Mistakes to Avoid include: Writing ‘Image of…’ or ‘Picture of…’, Keyword stuffing for SEO, Over-describing visual details, Repeating text that’s already written elsewhere, Forgetting context and purpose, and Letting your platform auto-generate it. Yellow warning icon with exclamation mark. Each mistake is in a pink arrow-shaped box with bold purple numbers.

Alt text isn’t about perfection. It’s about intention and inclusion. That said, there are a few common missteps that can reduce the effectiveness of your alt text  –  or undo your hard work completely.

Let’s clear them up, no guilt trips included:

1. Writing “Image of…” or “Picture of…”

Why it’s a problem:  Screen readers already tell the user it’s an image. You don’t need to repeat that info.

Instead: Jump straight into what matters.

  • Avoid: “Image of a woman speaking on stage.”
  • Better: “A woman standing on stage giving a keynote about inclusive marketing.”

2. Keyword stuffing for SEO

Why it’s a problem: Yes, alt text helps with SEO  –  but it’s not a place to cram in keywords unnaturally. Google and screen readers can tell when you're writing for algorithms instead of humans.

Instead: Write for clarity first. Use relevant keywords only if they naturally fit.

  • Avoid: “Marketing, ethical marketing, ethical small business marketing.”
  • Better: “Graphic showing 3 ethical marketing tips for small business owners.”

3. Over-describing visual details

Why it’s a problem: If it’s not relevant to the meaning, it can distract or overwhelm the user. Alt text isn’t the place for a full art critique.

Instead: Focus on what the image contributes to the content.

  • Avoid: “A watercolor-style graphic with teal, coral, and mustard tones, featuring delicate brush strokes.”
  • Better: “A colorful graphic that says ‘Done is better than perfect.'”

4. Repeating text that’s already written elsewhere

Why it’s a problem: Screen readers already read the surrounding text and captions. Repeating it in the alt text can be redundant or even confusing.

Instead: Use alt text to complement nearby text, or leave it empty (alt=””) if the info is already fully conveyed elsewhere.

5. Forgetting context and purpose

Why it’s a problem: Alt text isn’t just about what’s in the image  –  it’s about why it’s there. Leaving out the “why” can flatten the meaning.

Instead: Include the emotional or informational context when it matters.

  • Avoid: “A person holding a sign.”
  • Better: “A protester holding a sign that reads ‘Books Not Bans' at a rally for inclusive education.”

6. Letting your platform auto-generate it

Why it’s a problem: Instagram, Facebook, and some CMS platforms will create automatic alt text based on AI… and it’s often wildly inaccurate or vague.

Screenshot of a Facebook post with the automated alt text: ‘May be an image of 1 person and text.’ The post content is not visible. The profile name and photo are blurred.

Instead: Write your own. It’s faster than you think, and way more accurate  –  especially when you're communicating values, nuance, or context. Plus, the more you do it, the quicker it’ll become a normal part of your routine.

Reminder: You don’t need to get it perfect  –  you just need to show up with care. Alt text isn’t a checkbox; it’s a kindness.

Real-Life Alt Text Examples

From “meh” to meaningful  –  because it’s easier to write it when you see it done well.

Sometimes, the best way to learn is to see the difference. Below are a few side-by-side examples to help you understand what works, what doesn’t, and why it matters.


Social Media Graphic with a Quote

Quote graphic: ‘Your message deserves to be heard — by everyone’ in dark purple and italic script. Surrounded by a white border and light lavender quotation marks on a soft pink background.
  • Not-so-great alt text:
    “Image with a quote”
    → Too vague. No actual quote included.
  • Better alt text:
    “Quote graphic. Text reads: ‘Your message deserves to be heard  –  by everyone.'”
    → Simple, clear, and shares the quote.

Infographic About Just Marketing

3 Pillars of Just Marketing: Ethical, Inclusive, and Accessible. Ethical (pink, justice scale) = Transparent, Responsible, Respectful, Fair. Inclusive (blue, pride heart) = Embraces Diversity, Checks Biases, Culturally Responsive, Trauma-Informed. Accessible (purple, accessibility icon) = Visual, Auditory, Motor, Cognition.
  • Not-so-great alt text:
    “Infographic about marketing.”
    → Too generic. Doesn’t add any value.
  • Better alt text:
    “Infographic titled ‘3 Pillars of Just Marketing'. It highlights ethical, inclusive, and accessible. Full text is in the post.”
    → Tells the user what to expect and where to find more.

Screenshot of a Workflow Tool

Screenshot of a Trello board showing three columns labeled ‘Ideas,’ ‘In Progress,’ and ‘Posted.’ Each column contains one card matching its list name. Used to illustrate a basic content planning workflow.
  • Not-so-great alt text:
    “Trello board”
    → Missing context. What’s the point of showing this?
  • Better alt text:
    “Screenshot of a Trello board showing columns for Ideas, In Progress, and Posted. Used to demonstrate a simple content creation workflow.”
    → Provides both visual info and the reason it’s included.

Decorative Background Image

Decorative pastel gradient background blending pink, yellow, green, and blue tones. Used to illustrate an image with no meaningful content. Use a single space in the alt text attribute.
  • Not-so-great alt text:
    “Watercolor background with pastel tones.”
    → Not useful to screen reader users; just adds noise.
  • Better approach:
    alt=” “
    → Tells assistive tech to skip it entirely, which is more accessible.

Graph Showing Engagement Trends

Bar chart showing engagement by platform for the last quarter. LinkedIn had the highest engagement, followed by Facebook, Instagram, and Twitter.
  • Not-so-great alt text:
    “Bar chart with social media platforms.”
    → Doesn’t say what the chart shows.
  • Better alt text:
    “Bar chart showing engagement by platform. It shows LinkedIn has the highest engagement among ethical entrepreneurs.”
    → Summarizes the key takeaway.

See the pattern? Great alt text is clear, relevant, and value-driven. It doesn’t need to be fancy  –  just intentional.

Alt Text = Small Habit, Big Impact

Alt text might seem like a small detail in the content creation process  –  but it’s one of those tiny, powerful practices that ripple out in all the right ways.

By taking the time to write intentional image descriptions, you’re not just improving your SEO or checking an accessibility box. You’re actively:

  • Making your content more inclusive
  • Respecting the diverse needs of your audience
  • Walking your talk as an ethical entrepreneur
  • Showing that your message is meant to be heard  –  and seen  –  by everyone

And the best part? You don’t have to do it perfectly. You just have to do it with care.

Quick Recap: How to Write Alt Text Without Breaking Your Brain (or Your Code)

  • Write concise, meaningful descriptions of what the image shows and why it matters
  • Use single quotes to avoid formatting issues
  • Avoid special characters like <, >, or & unless you escape them properly
  • Check your work using the inspect tool or an accessibility checker like WAVE
  • Use our image-type templates to make it easy every time

What to Do Next:

  • Bookmark this post so you can refer back to the templates anytime
  • Start small: Add alt text to your next blog post, carousel, or newsletter image
  • Need help building accessible content systems? Let’s connect. You don’t have to figure it all out alone. Connect with me on LinkedIn, or Instagram. 

Because ethical marketing isn’t just a strategy  –  it’s a practice. And every time you choose accessibility, you’re building a business that’s rooted in care, not clicks.

Categories: All Categories, Content Marketing, Just Marketing®

Tags: Accessible Marketing, Avoiding Burnout, Blogging Strategy, Core Content, Email Marketing, Ethical Marketing, Inclusive Marketing, Marketing Consistency, Marketing Productivity, Overcome Marketing Overwhelm, Promotional Content, Social Media Strategy, Visual Content Strategy

Prev
Next

About Meg Brunson

Online marketing authority and former Facebook employee Meg Brunson combines their mission to build a more accessible and inclusive world, with their expertise in the digital marketing space.

Meg is on a mission to disrupt the status quo of marketing so that financial success is the byproduct of a genuine commitment to justice, rather than an end goal in itself.

Through Meg’s signature approach, Just Marketing®, businesses are implementing ethical, inclusive, and accessible marketing campaigns that make a positive impact on society and their bottom line, creating a virtuous cycle where profitability and responsible practices reinforce each other.

Meg is a professional speaker, children’s book author, host of the Just Marketing® podcasts, CMO of BetterCEO.app and CEO of Just Marketing®.

Follow me on Instagram @theMegBrunson
If your marketing feels gross, confusing, or out o If your marketing feels gross, confusing, or out of alignment...
This is your permission slip to rebuild.

Because marketing can feel good.
It can reflect your values.
It can be clear, kind, and wildly effective… all at once.

You don’t need hacks or hustle.
You need a framework that puts people first.

Enter: Just Marketing.

A justice-centered approach with 3 core pillars:

1. Ethical: Honest. Responsible. Respectful. Fair. 
No shame. 
No bait-and-switch. 
No pressure-packed manipulation.

2. Inclusive: Diverse. Culturally responsive. Trauma-informed.
Real representation, not tokenism. Real care, not clichés.

3. Accessible: Designed for every body and brain.
Visual, auditory, motor, and cognitive access aren’t afterthoughts… they’re essentials.

Together, these three pillars form the foundation of marketing that doesn’t just perform… it transforms.

Want to see how this works in practice - and how to bring it into your biz, step by step?
Read the blog: MegBrunson.com/just-marketing

And let’s chat in the comments:
Which of these 3 pillars are you already focusing on… and which one needs more love?

ID: 3 Pillars of Just Marketing: Ethical, Inclusive, and Accessible. Ethical (pink, justice scale) = Transparent, Responsible, Respectful, Fair. Inclusive (blue, pride heart) = Embraces Diversity, Checks Biases, Culturally Responsive, Trauma-Informed. Accessible (purple, accessibility icon) = Visual, Auditory, Motor, Cognition.

#JustMarketing #EquityForAll #a11y #EquityCenteredBusiness #DiversityInMarketing #SocialJustice #RacialJustice #BeTheChange #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #InclusiveMarketing #AccessibleMarketing #MarketingAccessibility #SocialMediaMarketer #EthicalBusiness #MarketingCoach #CommunityOverCompetition #MarketingWithPurpose #MarketingWithImpact #DEI #DEIMarketing #SocialMediaForAll #ContentCreation #ContentMarketing #ContentMarketingMembership #WeeklySocialContent  #MarketingWithADHD #adhdBusiness #adhdBusinessOwner
Holidays have a way of bringing out the best in us Holidays have a way of bringing out the best in us. Whether it’s lighting candles, exchanging gifts, or gathering around a table with loved ones, they remind us of the universal values we share - hope, light, reflection, and togetherness.

In December especially, holidays like Hanukkah, Kwanzaa, Christmas, and Yule have different origins, but they echo similar themes of connection and renewal.

When we acknowledge and honor holidays outside our own traditions, we not only foster empathy - we deepen our sense of belonging to a global community.

Recognizing diverse holidays is about creating a ripple effect of understanding and connection that includes:

1. Stronger community ties: Celebrating inclusively builds trust and loyalty among diverse audiences who feel seen and respected.

2. Deeper cultural understanding: Learning about and honoring different holidays broadens perspectives and combats stereotypes.

3. Global belonging: Inclusive celebrations remind us that, despite our differences, we’re all connected by shared values.

This season, learn about holidays outside your own traditions, and foster conversations that bring people closer.

Looking for ways to create inclusive holiday campaigns year-round?
The Inclusive Holiday Content Guide was made for you…
Get it here: CelebrateOnSocial.com

ID: Four quadrants depicting different holiday traditions. A lit menorah with challah bread and candles. A decorated Christmas tree with presents. A Yule wreath with a lit candle and crystals. A Kinara with red, black, and green candles, and a unity cup. Text: 'happy holidays,' and the Just Marketing logo.

#2026 #Holidays #DaysOfTheYear #JustMarketing #HappyYule #JoyousKwanzaa #HappyHanukkah #EquityCenteredBusiness #SocialJustice #RacialJustice #DismantleWhiteSupremacy #HappyHolidays #EthicalMarketing #OnlineBusinessMarketing #EthicalBusiness #OnlineMarketingTips #DEI #MerryChristmas #MarketingWithADHD #adhdBusiness #adhdBusinessOwner #ContentMarketing #ContentMarketingMembership #WeeklySocialContent #a11y #InclusiveMarketing #AccessibleMarketing #DEIMarketing #SocialMediaForAll #ContentCreation
We’re reclaiming marketing. Not as a sales machin We’re reclaiming marketing.

Not as a sales machine. 
Not as a manipulative funnel.
But as a force for justice.

– Ethical: rooted in honesty, responsibility, and respect.
– Inclusive: built to reflect and resonate with diverse identities.
– Accessible: designed for all bodies, brains, and bandwidths.

This isn’t fluff.
It’s foundational.

Because when your marketing reflects your values…
1. You build trust that translates to sustainable income.
2. You contribute to real social impact.
3. You help raise the standards of your entire industry.

And you don’t need a huge team or fancy tools to do this.
Just a willingness to start small and stay aligned.

Curious what Just Marketing actually looks like in action?
Read the post: MegBrunson.com/just-marketing

And let me know... What’s one word you would add to this definition?

ID: A dictionary entry for 'Just Marketing,' labeled as a noun with phonetic pronunciation. It defines the term as reflecting a commitment to justice through marketing that is ethical, inclusive, and accessible. Each term includes a brief explanation in parentheses. Related benefits: increased income, positive social impact, and elevated industry standards.

 #JustMarketing #EquityForAll #a11y #EquityCenteredBusiness #DiversityInMarketing #SocialJustice #RacialJustice #BeTheChange #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #InclusiveMarketing #AccessibleMarketing #MarketingAccessibility #SocialMediaMarketer #EthicalBusiness #MarketingCoach #CommunityOverCompetition #MarketingWithPurpose #MarketingWithImpact #DEI #DEIMarketing #SocialMediaForAll #ContentCreation #ContentMarketing #ContentMarketingMembership #WeeklySocialContent  #MarketingWithADHD #adhdBusiness #adhdBusinessOwner
Give your content calendar a glow-up with 470+ inc Give your content calendar a glow-up with 470+ inclusive holidays!

(No, you should not post them all - and strategy is included!)

The Inclusive Holiday Content Bundle is your new favorite way to show up without burning out.

Because let’s be real: Posting about random “National Cashew Day” isn’t cutting it anymore. You want to show up in a way that reflects your values and resonates with your people.

– 470+ inclusive holidays from diverse cultures and communities
– At least one done-for-you graphic per holiday
– Customizable Canva templates for on-brand brilliance
– Alt-text. Because accessibility isn’t optional.
– Red flags to watch for (so you don’t unintentionally mess up)
– Cultural context that makes each post meaningful, not performative
– Plus: marketing tips + prompts for every single holiday

Get the system that helps you post with purpose at CelebrateOnSocial.com

All sparkle.
No stress.

ID: Large pink and purple glitter-filled text reads '470+' above the words 'Inclusive Holidays' and the website CelebrateOnSocial.com  The background is black with sparkling confetti-like dots in purple, pink, and blue along the top and bottom edges.

 #2026 #Holidays #DaysOfTheYear #JustMarketing #EquityForAll #BossMom #MomBoss #EquityCenteredBusiness #SocialJustice #RacialJustice #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #OnlineBusinessMarketing #EthicalBusiness #OnlineMarketingTips #DEI #ValuesMatter #MarketingWithADHD #adhdBusiness #adhdBusinessOwner #ContentMarketing #ContentMarketingMembership #WeeklySocialContent #a11y #InclusiveMarketing #AccessibleMarketing #DEIMarketing #SocialMediaForAll #ContentCreation
When you’re rooted in justice, you know: – Ethics When you’re rooted in justice, you know:
– Ethics doesn’t make your marketing less effective 
– Inclusion doesn’t dilute your impact
– Accessibility doesn’t take away from your profit

Prioritizing people over profits isn’t bad for business - in the long run, it’s actually more profitable than chasing quick wins

You don’t lose anything by supporting others.
In fact... you gain community, trust, and long-term sustainability.

This is the beauty of running a values-based business:

We don’t hoard the pie.
We bake more.
We share it.
And we all eat.
💕

ID: A background of whole and sliced pumpkin pies topped with whipped cream on a pink background. Overlaid bold text reads: ‘Equal Rights For Others Does Not Mean Less Rights For You… It’s Not Pie.’ The text is in magenta and purple with a decorative border.

 #JustMarketing #EquityForAll #a11y #EquityCenteredBusiness #DiversityInMarketing #SocialJustice #RacialJustice #BeTheChange #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #InclusiveMarkeitng #AccessibleMarketing #MarketingAccessibility #SocialMediaMarketer #EthicalBusiness #MarketingCoach #CommunityOverCompetition #MarketingWithPurpose #MarketingWithImpact #DEI #DEIMarketing #SocialMediaForAll #ContentCreation #ContentMarketing #ContentMarketingMembership #WeeklySocialContent  #MarketingWithADHD #adhdBusiness #adhdBusinessOwner
This quote? It’s the heartbeat of Just Marketing®. This quote? It’s the heartbeat of Just Marketing®.

If you’ve used scarcity tactics…
If your past offers weren’t accessible…
If you’ve centered dominant identities in your visuals or messaging without realizing it…

You’re not a bad marketer.
You’re not “doing it wrong.”

You were doing what you were taught — by courses, by coaches, by a system built to prioritize profit over people.

But now you know better.
And that is powerful.

Because now, you get to make different choices.
You get to show up with more intention.
You get to build a business that reflects your values, not just your goals.

Justice-centered marketing isn’t about perfection.
It’s about awareness, curiosity, and action — one decision at a time.

Ready to shift how you show up in your marketing?
Start here: MegBrunson.com/just-marketing

And if you’re feeling bold:
What’s one marketing habit you’ve outgrown — and why?

ID: A large, stylized quotation mark in dark purple with a lighter purple shadow. Inside the mark is white text that reads, 'Do the best you can until you know better. Then, when you know better, do better.' At the bottom right, the quote is attributed to Maya Angelou in bold purple gradient text.

 #JustMarketing #EquityForAll #a11y #EquityCenteredBusiness #DiversityInMarketing #SocialJustice #RacialJustice #BeTheChange #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #InclusiveMarketing #AccessibleMarketing #MarketingAccessibility #SocialMediaMarketer #EthicalBusiness #MarketingCoach #CommunityOverCompetition #MarketingWithPurpose #MarketingWithImpact #DEI #DEIMarketing #SocialMediaForAll #ContentCreation #ContentMarketing #ContentMarketingMembership #WeeklySocialContent  #MarketingWithADHD #adhdBusiness #adhdBusinessOwner
It’s not just annoying popups or clickbait emails. It’s not just annoying popups or clickbait emails.
It’s the way so many campaigns still rely on manipulation.
On pressure. 
On shame.

And it’s the way they erase or exclude entire communities, whether by design or by ignorance.

Think about it…

~ How many ads center white, cis, non-disabled, neurotypical folks as the default?
~ How many sales pages flood your senses but provide zero accessibility?
~ How many launches use scarcity as a weapon, not a strategy?

Marketing isn’t neutral.

It either challenges injustice… or quietly reinforces it.

And too often, it does the latter… in flashy fonts and limited-time offers.

But we don’t have to do it that way.
There is a better path - one rooted in consent, care, and community.

Want to understand where marketing goes wrong, and how to do it differently?

Read more: MegBrunson.com/just-marketing

Do you remember a time when a brand’s marketing made you feel unwelcome or unseen?

ID: 'Modern Marketing Has a Justice Problem' in a bold gradient font transitioning from purple to pink. A large yellow warning sign with an exclamation point appears at the top left. Diagonal yellow and black caution tape stretches across the top and bottom.

 #JustMarketing #EquityForAll #a11y #EquityCenteredBusiness #DiversityInMarketing #SocialJustice #RacialJustice #BeTheChange #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #InclusiveMarketing #AccessibleMarketing #MarketingAccessibility #SocialMediaMarketer #EthicalBusiness #MarketingCoach #CommunityOverCompetition #MarketingWithPurpose #MarketingWithImpact #DEI #DEIMarketing #SocialMediaForAll #ContentCreation #ContentMarketing #ContentMarketingMembership #WeeklySocialContent  #MarketingWithADHD #adhdBusiness #adhdBusinessOwner
When most people hear “marketing,” they don’t thin When most people hear “marketing,” they don’t think of justice.

They think of popups. 
Spammy emails. 
Countdown timers that never actually expire.
They think of being sold to, not spoken with.

But here’s the truth:
Marketing is a tool.

And like any tool — a hammer, a paintbrush, a wrench — how it’s used depends on who’s holding it and what they care about.

When we use marketing to center people over profit,
When we prioritize access over aesthetics,
When we lead with ethics, inclusion, and care...
Marketing becomes something radically different.

It becomes a vehicle for trust.
A method of community-building.
A way to challenge norms and invite more folks in.

This isn’t about being perfect. It’s about being intentional.
And even small businesses - even solopreneurs juggling a million things - can make shifts that matter.

Ready to reframe marketing as a force for justice?
Read the blog: MegBrunson.com/just-marketing 

Then tell me:
If you could reinvent marketing from scratch, what would you eliminate in your version?

ID: ‘Marketing Can Be A Tool For Justice.' in large script and bold fonts, with 'Marketing' and 'Justice' in a gradient of purple to pink. Surrounding the text are various illustrated hand tools, including a paintbrush, hammer, saw, ruler, screwdriver, wrench, and safety helmet. 

#SocialMediaMarketing #JustMarketing #EthicalMarketing #InclusiveMarketing #AccessibleMarketing
Your social media is a reflection of your values - Your social media is a reflection of your values - whether you’re posting with intention or just winging it between client calls.

If you've ever hesitated to post about cultural holidays because you didn't want to say the wrong thing…

If you've ever wanted to celebrate with your community but didn’t know how to do it respectfully…

You are exactly who I created this for.

The Inclusive Holiday Content Bundle gives you more than content.
It gives you confidence.

– 470+ holidays across cultures, identities, and movements
– Done-for-you graphics + editable Canva templates
– Holiday descriptions rooted in cultural context
– Red flags to avoid (because intention doesn’t erase impact)
– Strategic tips and prompts that tie into your marketing ethically
– Alt-text for every image, because access matters

Whether you’re a coach, creative, consultant, or community-builder, this bundle makes it easy to post with purpose.

You don’t have to post for every holiday.
But when you do - it should feel good.

Let your content reflect the world you’re helping build.
Explore the bundle now at CelebrateOnSocial.com 

ID: Text reads 'Inclusive Holiday Content Bundle'. Below is an illustration of a large, diverse group of people representing different ages, ethnicities, abilities, and styles. A calendar graphic appears next to text stating 'Canva templates, done-for-you graphics, and strategic guidance for 470+ inclusive holidays.' At the bottom is a pink button with the URL, CelebrateOnSocial.com

 #2026 #Holidays #DaysOfTheYear #JustMarketing #EquityForAll #BossMom #MomBoss #EquityCenteredBusiness #SocialJustice #RacialJustice #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #OnlineBusinessMarketing #EthicalBusiness #OnlineMarketingTips #DEI #ValuesMatter #MarketingWithADHD #adhdBusiness #adhdBusinessOwner #ContentMarketing #ContentMarketingMembership #WeeklySocialContent #a11y #InclusiveMarketing #AccessibleMarketing #DEIMarketing #SocialMediaForAll #ContentCreation
The harm traditional marketing can do goes deeper The harm traditional marketing can do goes deeper than annoying tactics.

It’s in who gets left out.
Who isn’t considered.
And who’s made to feel like marketing “just isn’t for them.”

That’s why I created Just Marketing® – a justice-centered alternative to business-as-usual.

It’s about building with intention, not pressure.

About connection over conversion.

And it’s about using our platforms not just to sell… but to serve, include, and uplift.

Because when marketing centers ethics, inclusion, and accessibility, we don’t just grow our reach.

We grow trust.
We build community.
We drive change.

And yes, this is 100% possible for small business owners, solo creators, and folks navigating neurodivergence or limited capacity.

You don’t need a massive team to market in a way that feels good.

You just need a values-aligned strategy that centers people, not pressure.

Curious what that looks like in practice?
Read the full blog: MegBrunson.com/just-marketing 

What’s one marketing tactic you wish we’d leave behind for good?

ID: Just Marketing: A Justice-Centered Alternative To Traditional Marketing. Colorful interlocking gears display icons related to media and communication, such as a microphone, heart, email, globe, and video. Centered is a larger gear with the initials JM shaped like a megaphone in ‘progress pride’ rainbow colors.

 #JustMarketing #EquityForAll #a11y #EquityCenteredBusiness #DiversityInMarketing #SocialJustice #RacialJustice #BeTheChange #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #InclusiveMarketing #AccessibleMarketing #MarketingAccessibility #SocialMediaMarketer #EthicalBusiness #MarketingCoach #CommunityOverCompetition #MarketingWithPurpose #MarketingWithImpact #DEI #DEIMarketing #SocialMediaForAll #ContentCreation #ContentMarketing #ContentMarketingMembership #WeeklySocialContent  #MarketingWithADHD #adhdBusiness #adhdBusinessOwner
If your “content calendar” is a chaotic Google Doc If your “content calendar” is a chaotic Google Doc, a half-used planner, or a bunch of screenshots you keep meaning to organize... this one’s for you!

Staying consistent on social media can feel impossible - especially when you’re trying to do it ethically, inclusively, and with purpose.

The Inclusive Holiday Content Bundle is your go-to system for showing up on social with confidence and conscience.

Inside, you’ll get:
– 470+ holidays that celebrate diverse identities, cultures, and communities
– Done-for-you graphics you can post instantly
– Customizable Canva templates that match your brand
– Cultural context for each holiday, so you understand what you’re posting about
– Alt-text, red flags to avoid, and marketing tips to keep it inclusive
– And content prompts for every single holiday

No more Googling, “What holiday is it today?”
Just meaningful content that reflects your values and keeps you consistent.

This isn’t just a calendar.
It’s a plug-and-play system for purpose-driven marketing that builds community, not just visibility.

Ready to make 2026 the year you show up with intention and impact?

Head to CelebrateOnSocial.com to explore the bundle and start planning your most aligned year yet.

ID: Gold balloon numbers spell out '2026' above the text 'Diverse and Inclusive Holidays to celebrate on social media!' in purple and pink fonts. Below is a blue button with the website CelebrateOnSocial.com Purple and pink confetti dots are scattered across a light background.

#2026 #Holidays #DaysOfTheYear #JustMarketing #EquityForAll #BossMom #MomBoss #EquityCenteredBusiness #SocialJustice #RacialJustice #DismantleWhiteSupremacy #DiversityEquityInclusion #EthicalMarketing #OnlineBusinessMarketing #EthicalBusiness #OnlineMarketingTips #DEI #ValuesMatter #MarketingWithADHD #adhdBusiness #adhdBusinessOwner #ContentMarketing #ContentMarketingMembership #WeeklySocialContent #a11y #InclusiveMarketing #AccessibleMarketing #DEIMarketing #SocialMediaForAll #ContentCreation
There are a few easy-to-make mistakes that can mak There are a few easy-to-make mistakes that can make your alt text less effective or confusing to screen reader users. 

Here are 6 of the most common pitfalls I see (and how to avoid them):

1. Starting with “Image of…” - Screen readers already say it’s an image. No need to repeat that.
Instead: Jump into what matters - “A woman giving a keynote about inclusive marketing.”

2. Keyword stuffing for SEO - Google and humans can both tell when you're writing for robots.
Instead: Prioritize clarity, include keywords only when they naturally fit.

3. Over-describing visual details - Not every color or brushstroke needs to be named.
Instead: Focus on what the image adds to the content. What does someone need to know?

4. Repeating surrounding text - If the quote is already in the caption, don’t duplicate it in the alt text.
Instead: Add context that complements the post.

5. Leaving out context and purpose - Alt text isn’t just what, it’s why.
Instead: Share the message behind the image, not just the visual elements.

6. Letting platforms auto-generate it - sorry (not sorry), but “May be an image of text” isn’t cutting it.
Instead: Take a few seconds to write it yourself. You know your message better than any algorithm.

If you care about accessibility, inclusion, and connection - you’re already ahead of the game. Now let’s make your visuals match your values.

Read more: MegBrunson.com/alt-text 

Which mistake surprised you most? 
Or have you caught yourself doing one of these before? 

ID: Common Alt Text Mistakes to Avoid include: Writing ‘Image of…’ or ‘Picture of…’, Keyword stuffing for SEO, Over-describing visual details, Repeating text that’s already written elsewhere, Forgetting context and purpose, and Letting your platform auto-generate it.

#JustMarketing #EquityForAll #EquityCenteredBusiness #SocialJustice #EthicalMarketing #OnlineBusinessMarketing #EthicalBusiness #OnlineMarketingTips #DEI #MarketingWithADHD #ContentMarketing #ContentMarketingMembership #WeeklySocialContent #a11y #InclusiveMarketing #AccessibleMarketing #SocialMediaForAll #ContentCreation
Follow on Instagram

 

Links

CMM Log In
Mission, Vision, & Values

DEI Statement
Leadership Philosophy
Community Agreements
Press & Media
Pitch Yourself

 

Beliefs

Black lives matter.
Love is love.
Abortion is healthcare.
No human is illegal.
Free Palestine.
I also Believe…

Circular badge has the name "Meg" in the middle and is surrounded by: "CEO, author, speaker, marketer, leader, & advocate"

Let’s Connect

  • facebook-official
  • instagram
  • bluesky
  • linkedin
  • youtube-play
  • email
Copyright © 2025|All Rights Reserved|Meg Brunson, LLC| Privacy & Terms