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 &n​bsp;).

If you must use them, replace them with:

  • &l​t; for <
  • &g​t; for >
  • &a​mp; 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
Let’s normalize marketing support that feels… fun. Let’s normalize marketing support that feels… fun.

Yep, you read that right.

Marketing doesn’t have to feel overwhelming or soul-sucking.
It can be collaborative, empowering, and even enjoyable.

Whether we’re mapping a launch, building a content plan, or fine-tuning your ads strategy - 
I’m here to make it easier and more effective.

Want support that makes you say “her expertise is epic!” too? 😉

Let’s connect!

ID: Testimonial: ‘Meg is such an amazing resource and such a pleasure to work with! Thank you Meg Brunson! Highly recommend, her expertise is epic!’ A small circular photo and the text, ‘Laurie Conrod recommends Meg Brunson.

 #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
Now, substitute “Marketing” for “Masculinity.” No Now, substitute “Marketing” for “Masculinity.”

Not all marketing is toxic.

But a lot of it is.

Just like toxic masculinity is a version of masculinity that causes harm...
Toxic marketing is a version of marketing that manipulates, pressures, or excludes.

And we’ve all seen it.
– The countdown timers that never end
– The FOMO tactics that cause anxiety
– The "you’re not successful unless you hustle 24/7" messaging

That’s why we need Just Marketing® - a version of marketing rooted in justice.

It doesn’t rely on shame, urgency, or exclusion.

It doesn’t center profit at the expense of people.

And it definitely doesn’t tell neurodivergent, disabled, or marginalized entrepreneurs that they need to “fix themselves” to succeed.

Just Marketing® is ethical, inclusive, accessible - and profitable…

Want to explore how to align your marketing with your values - without sacrificing results?

Let’s stay connected!

ID: ‘Burger = A burger. Cheeseburger = A version of a burger that has cheese. Not a statement that all burgers have cheese, but that 1 variation of a burger has cheese. Masculinity = Masculinity. Toxic Masculinity = A version of masculinity that is toxic. Not a statement that all masculinity is toxic, but that 1 variation of masculinity is toxic.’ Source: angelblaze2012

 #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
Trust is everything in a working partnership. Whe Trust is everything in a working partnership.

When you're a mission-driven entrepreneur, you need more than a marketing vendor. 

You need someone who understands your values, aligns with your vision, and shows up consistently as a true partner in your work.

That's what I bring to every client relationship.

If you're looking for a values-aligned marketing partner who's as invested in your mission as you are, let's connect. 

Comment, DM, or learn more at YourMarketingPerson.co 

ID: A testimonial from Kim F. reads: 'Meg has been an absolute game-changer for my marketing and operations... like a weight has been lifted from my shoulders... Her expertise is incredible and I trust her implicitly. I couldn't ask for a better partner in this work!' Kim is smiling in the background. YourMarketingPerson.co

#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
You don’t have to fix everything. You don’t have t You don’t have to fix everything.
You don’t have to be everywhere.
You don’t have to carry the whole weight of injustice on your shoulders.

You just need to pull your thread.

For some of us, that thread is:
~ Ethical messaging
~ Creating inclusive, accessible content
~ Resisting manipulative marketing in how we sell
~ Building values-aligned systems that actually work for neurodivergent humans

When you work from a place of justice - no matter how niche it feels - you’re part of the unraveling.

You’re making space for something better.

That’s what Just Marketing® is all about.

💕

What threads are you pulling? 

ID: Screenshot of a tweet by Ursula Wolfe-Rocca, username LadyOfSardines. The tweet reads: ‘It can be overwhelming to witness/experience/take in all the injustices of the moment; the good news is that they’re all connected. So if your little corner of work involves pulling at one of the threads, you’re helping to unravel the whole damn cloth.’

 #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
September is here, and with it comes the subtle ch September is here, and with it comes the subtle change of seasons, new beginnings, and countless opportunities to honor the stories that connect us...

Here’s a look at some key celebrations and observances for the month:

Labor Day (September 7) - While many see this as the unofficial end of summer, Labor Day is a time to honor the contributions of workers and the labor movement. Take a moment to reflect on how far we’ve come - and how we can continue to advocate for fair and equitable workplaces.

Rosh Hashanah Begins (September 11) - Marking the Jewish New Year, Rosh Hashanah is a time of renewal, reflection, and celebration. It’s a beautiful opportunity to honor traditions and embrace fresh starts - something we can all relate to.

National Hispanic Heritage Month Begins (September 15) - This month celebrates the rich histories, cultures, and contributions of Hispanic and Latinx communities. It’s a time to uplift voices, share stories, and honor the vibrancy and resilience of these communities.

International Day of Peace (September 21) - This global observance calls for reflection and action in the pursuit of peace. It’s a reminder that we all play a role in building a world rooted in understanding, empathy, and justice.

Need Help Planning Inclusive Content?

The Inclusive Holiday Content Bundle is your go-to resource for crafting thoughtful, impactful marketing content all year long. From big celebrations to meaningful moments, it’s packed with ideas to inspire connection and authenticity.

Go to: CelebrateOnSocial.com

Which observance or holiday resonates with you this month?
I’d love to hear how you’re honoring September’s spirit of renewal and growth!

ID - A 6-card carousel highlighting 'Diverse & Inclusive Holidays' in September. Promotional graphic encourages planning inclusive holiday content year-round. Text promotes access to Canva templates, graphics, and guidance for over 470 inclusive holidays. CelebrateOnSocial.com appears in a purple bar.

 #JustMarketing #EquityForAll #Holidays #DaysOfTheYear #September #September2026
You don’t need smoke and mirrors. You don’t need j You don’t need smoke and mirrors.
You don’t need jargon.
You don’t need 13-step funnels and last-minute panic promos.

What you do need?
A marketing strategy that is rooted in clarity, aligned with your values, and actually works.

That’s Just Marketing®.
It’s not flashy or manipulative - it’s strategic, sustainable, and effective.

If you’re ready to stop chasing hacks and start building a presence that’s both powerful and peaceful… ’m here. 

Let’s talk about what’s possible!

ID: Testimonial: ‘Meg is very prompt and complete when responding to questions. Bottom line – she got the job done, and done well.’ A small circular photo and the text, ‘Steve Brittle recommends Meg Brunson.’

 #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
Equality gives everyone the same thing - but ignor Equality gives everyone the same thing - but ignores their different starting points.

Equity distributes resources based on need - but assumes the system (the fence!) is worth preserving.

Justice removes the barrier completely.

In marketing - and in business - it’s easy to stop at equity:
~ Adding alt text.
~ Offering payment plans.
~ Using inclusive stock photos.

Important? YES.
But true Just Marketing® means going deeper.

It means asking:
- Who built the fence in the first place?
- Who benefits from keeping it up?
- What does marketing look like when we dismantle systems instead of working around them?

We don’t always get it perfect. But this is the work.

Accessible. Inclusive. Anti-oppressive.
That’s the goal - and the practice.

ID: Title: ‘The goal is always Justice’ with three side-by-side illustrations showing the difference between equality, equity, and justice. Equality: Three people of different heights stand on equal-sized boxes to watch a game over a fence; only some can see. Equity: Boxes are distributed based on need so all three can see. Justice: The fence has been removed, and all three can see without boxes.

 #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
You deserve marketing support that makes you feel You deserve marketing support that makes you feel safe to dream big.

Not every marketing space feels good.

Some feel overwhelming.
Some feel performative.
Some leave you wondering, “Is it me?”

Kristen found something different:
– Support that makes space for her dreams
– Structure without rigidity
– A strategy that respects her pace

That’s what the Content Marketing Membership is built for.

Because your big ideas deserve a system that feels sustainable.
And you deserve to feel safe, seen, and supported as you grow.

You don’t have to hustle to be worthy of visibility.

Let’s build your presence with kindness and clarity - together.
ContentMarketingMembership.com 

ID: Testimonial featuring Kristen M. with dark red hair smiling and seated in front of a red wooden door. ‘I feel so held. All my plans, my big dreams… there's something here for all of it, and that makes me feel so supported and safe and like I can breathe. It might take time, but I’m going to get there… cause it's all right here in this membership.’ ContentMarketingMembership.com

#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
Anti-racism is about being willing… – To notice wh Anti-racism is about being willing…
– To notice what you’ve internalized
– To speak up when it matters
– To unlearn and re-learn, again and again

In your business and your marketing, that looks like:
1. Diversifying your sources and collaborators
2. Examining your offers, language, and systems
3. Listening and being accountable when you cause harm

You don’t need to be perfect.
But you do need to be committed.

Anti-racism is ongoing work… and it belongs in our marketing.
💕

ID: Quote, ‘The beauty of anti-racism is that you don’t have to pretend to be free of racism to be anti-racist. Anti-racism is the commitment to fight racism wherever you find it, including in yourself. And it’s the only way forward.’ Attribution to: Ijeoma Oluo. A pastel gradient background of pink, blue, and yellow. 

 #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
Can we take a moment to celebrate this?! 🎉 Not ju Can we take a moment to celebrate this?! 🎉

Not just the big month (which is amazing)...
But the confidence to show up without selling out.

For so many values-led entrepreneurs - especially those who are neurodivergent or justice-focused - traditional marketing just feels… off.

You want to grow your business, not feel like a walking sales funnel.

That’s exactly why I created the Content Marketing Membership:
~ To give you flexible structure
~ Neurodivergent-friendly prompts
~ And support that helps you show up authentically - without the overwhelm

Curious if this could help you build momentum, too?
Visit ContentMarketingMembership.com or DM me 💕 

ID: Testimonial with a festive pink and purple gradient background decorated with confetti and streamers. At the top are five gold stars. The text reads: ‘I'm not one for promoting my business, but since signing up for the Content Marketing Membership, I've been having my best month yet!’ At the bottom is the website: ContentMarketingMembership.com

 #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
“Be Kind.” Not as a tagline. Not as a vibe. But a “Be Kind.”

Not as a tagline. Not as a vibe.
But as a profitable marketing strategy.

Here’s what traditional marketing doesn’t tell you:

1 - Kindness builds trust.
2 - Trust increases engagement.
3 - Engagement leads to sustainable conversions.

Kindness looks like:
~ Respecting people’s time and consent
~ Making your content accessible - because it’s the right thing to do
~ Centering your audience’s humanity, not just their buying power

This isn’t about being nice to be liked.

It’s about creating a business that prioritizes people over pressure.

Because when people feel safe, seen, and supported - they want to work with you.

Kindness isn’t a soft skill.
It’s a smart strategy.
💕

ID: Light pink background with a large heart outline in the center. Inside the heart, surrounded by small pink and purple heart icons, bold text reads: ‘Be Kind.’ Below, script and serif text reads: ‘…it’s a profitable marketing strategy!’ The Just Marketing logo appears at the top.

 #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 one hit different. Mina said she never sweat This one hit different.

Mina said she never sweats handing off an important marketing decision to me - because she trusts my conscience as much as my expertise.

That's not something I take lightly. When someone trusts you with their brand, their message, their mission - that's a sacred kind of partnership.

Just Marketing isn't just a strategy. It's a commitment to showing up with integrity, every single time.

Curious what that looks like in practice? 
Comment, DM, or check it out at YourMarketingPerson.co 

ID: A testimonial from Mina R. reads: 'I never sweat punting an important marketing decision to Meg because her conscience is the only thing bigger than her heart... She truly is the best of the best.' Mina is smiling in the background beneath a purple overlay. YourMarketingPerson.co

 #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
Follow on Instagram

 

Links

CMM Log In
Mission, Vision, & Values

DEI Statement
Leadership Philosophy
Community Agreements
Press & Media

 

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 © 2026|All Rights Reserved|Meg Brunson, LLC| Privacy & Terms