Skip to content

AEO for Micro Businesses: Get Named in AI Answers Without a Marketing Team

You do not need a content team or a budget. You need a few hours, your five best customer questions, and a plain-words answer to each one.

John Cravey with EleviFounder13 min read

More of your buyers now open ChatGPT or Perplexity, describe what they need in a full sentence, and ask who to hire. The tool hands back a few names, not ten links. Answer engine optimization, or AEO, is the work of being one of those names. If you have one to nine people, no marketing staff, and no budget to hire one, this can sound like a big-company problem. It is not. The version that matters for you is small, cheap, and doable by hand in an afternoon. This is the 20 percent of the work that gets almost all of the result, the parts you can safely ignore at your size, and an honest read on whether it is even worth your time yet.

What AEO actually is, in plain words

An AI answer is built by reading the web, pulling out the clearest, best-sourced sentences, and stitching them into a recommendation. To get named, you need pages that are easy to lift a straight answer from, obviously written by someone who knows the work, and backed up by other places that mention you. That is the whole game. A confident page that answers one real question well beats a vague page that tries to cover everything.

Here is what changed. In old search, a buyer typed three or four words and scanned a page of blue links. In an AI tool they describe the whole situation in a sentence or two and ask for a pick. The average AI prompt runs around 23 words against roughly 3.4 for a classic search, so the tool reads intent much more precisely and returns a short, named answer instead of ten options (HubSpot's 2026 AEO research). The buyer often acts on that answer without ever seeing a results page. If you are not in it, you were never in the running.

The good news for a small operator: this cuts in your favor. A buyer who describes their exact problem and gets your name arrives ready and well matched, not a cold tire-kicker. The pool is smaller than old search traffic, but each visitor means more. That is a trade a one-person or five-person shop should take every time.

Is this even worth it for you yet? Be honest

Not every micro business should spend an afternoon on this today. Read these before you start. If most of them are true, do it this week. If not, come back in a quarter.

  • You have a website you can edit. Even a one-page site or a simple site builder counts. If you have no site at all, that is step zero, and it matters more than AEO right now.
  • Your buyers research before they call. If people find you by driving past your door or by word of mouth alone, AI answers matter less. If they Google you first, or ask around online, they are asking AI tools too.
  • You sell something people compare. Considered work, a few hundred dollars and up, where a buyer weighs two or three options. If you sell a cheap impulse item, spend your time elsewhere.
  • You can name your five most common customer questions off the top of your head. If you can, you already have the raw material. If you cannot, listen to your next ten calls first.

If you are pre-website, or all your work comes from repeat customers and referrals, AEO is not your best hour this month. Fix the site, get a Google Business Profile, ask happy customers for reviews. Then come back. There is no shame in skipping a step that does not pay yet.

The cheapest 20 percent: do this yourself this week

Everything below is free except your time, and it fits in one focused afternoon. Do it in this order. If you only get through the first two steps, you have still done the part that matters most.

  1. List your five most common buyer questions, in their words, not yours. Pull them from your last ten phone calls, your inbox, and the People Also Ask box on Google. Write them exactly the way a customer would say them.
  2. Write a short, honest answer to each one, two to four sentences, in plain language, no sales pitch. Answer the question a real person asked as if you were telling a friend.
  3. Put each question and answer at the top of the most relevant page on your site. Question as the heading, answer right beneath it, your usual marketing copy after. If you only have one page, stack all five near the top.
  4. Add the two pieces of structured data that matter most: who your business is, and who runs it. More on the exact snippet below. If your site builder will not let you add code, skip this and do the rest.
  5. Say who you are clearly on your home page and your about page. Full business name, what you do, where you work, who is behind it. Vague equals uncitable.

1. Your five questions are the whole foundation

This is the step with the biggest payoff and the one people skip because it feels too simple. The questions have to be the ones buyers actually ask, in their exact words. Not "our services" but "how much does it cost to replace a water heater" or "do I need a permit for a deck." The closer your heading matches the sentence a buyer types into ChatGPT, the more likely your answer gets lifted into the response. Spend real time here. Everything downstream depends on it.

2. Answer blocks: the change your buyers feel first

An answer block is just a clear question in a heading with a straight two-to-four-sentence answer right under it, before any marketing copy. AI tools lift these almost word for word. So do human buyers, which is why this helps you even on the days no AI is involved. Write the honest version, including the caveat a real answer needs. "It depends on X, but usually Y" is more citable than a confident half-truth, because a model trusts the source that gets the nuance right. You do not need a writer for this. You know these answers better than anyone. You just have to write them down.

3. Two pieces of structured data, and only two

Structured data is a small block of code that tells the tools what your pages mean. Big firms build a whole connected web of it. You do not need that yet. You need two things: a block that says who your business is, and a block that says who runs it, linked together. Use the specific type for your field where one exists, like ProfessionalService, not a bare generic one. If your site builder has a plugin or a settings field for this, use it. If adding raw code is beyond what your site allows, skip this step. It helps, but it is not the part that makes or breaks you at your size.

{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "ProfessionalService",
      "@id": "https://yourbusiness.com/#org",
      "name": "Your Business Name",
      "url": "https://yourbusiness.com",
      "telephone": "+1-555-555-5555",
      "areaServed": "Your City, ST",
      "employee": { "@id": "https://yourbusiness.com/#owner" }
    },
    {
      "@type": "Person",
      "@id": "https://yourbusiness.com/#owner",
      "name": "Your Name",
      "jobTitle": "Owner",
      "worksFor": { "@id": "https://yourbusiness.com/#org" }
    }
  ]
}
The whole snippet you need at micro scale: your business and the person who runs it, linked. Swap in your real details.

4. Say who you are, plainly

Models treat a named person with real experience as a trust signal. You have an advantage here that big companies fake with stock photos: you are a real person who does the work. Put your name and a line about your experience on the site. "Run by Jane Doe, a licensed electrician with 12 years in the trade" does more for you than any polished agency page. Say where you work and what you specialize in. The clearer and more specific you are, the easier it is for a tool to recommend you for the exact thing a buyer asked about.

What to skip entirely at your size

Half of being time-poor is knowing what not to do. The full AEO playbook has more moving parts, and most of them are built for firms with staff. Do not spend your afternoon on these yet.

  • A big connected schema web across dozens of pages. Two linked blocks is plenty for you. The full entity graph is a real-firm project.
  • An llms.txt file. It is a small file that summarizes your site for AI tools. It is genuinely cheap for a developer to ship, but it is not the thing moving your needle when you have five pages. Get the answer blocks right first, then add it if you ever hire help.
  • Chasing earned press and industry coverage. This compounds over months and eats time you do not have. One thing you can do cheaply: claim your free directory and Google Business Profile listings and keep your name, phone, and category identical everywhere.
  • Paid tools and dashboards for tracking AI visibility. You can check by hand for free, and you should, until AEO is clearly paying for itself.
  • Rewriting your whole site. You are adding answer blocks to the top of a few pages, not doing a redesign. Resist scope creep. Ship the small version.

How to check if it is working, for free

You do not need a paid dashboard. Fifteen minutes with a free AI tool tells you what you need to know. Do this once a week for a month, then monthly.

  • Open Perplexity. It is free and it shows its sources openly, which makes it the fastest place to see a change land. Ask it your five buyer questions the way a customer would.
  • Count how many name you. Of your five questions, in how many does your business show up in the answer or the cited sources? That count is your score. Write it down with the date.
  • See who wins when you do not. When you are not named, note which competitor or directory the tool picked instead. That tells you exactly who you are up against.
  • Watch your inbox and your call log. The real signal is not a dashboard number. It is a new customer who says "I asked ChatGPT and it mentioned you." Ask every new lead how they found you.

Where small operators go wrong

The mistakes are consistent and easy to avoid once someone names them.

  • Fixing only the home page. Answer blocks belong on the specific page that resolves a specific question, not just the front door. If you have one page, put them all near the top; if you have more, spread them to the right ones.
  • Being vague to seem broad. "We do it all" is uncitable. A tool cannot recommend you for a specific job if you refuse to name what you actually do best.
  • Writing for the algorithm. Keyword-stuffed pages read as untrustworthy to a model the same way they do to a person. Clear, honest writing is the ranking factor now.
  • Waiting for it to be perfect. Ship the plain version of your answer blocks today. You can improve them later. A good answer live beats a perfect answer you never post.
  • Treating it as done forever. You do not need to obsess, but re-check your five questions once a quarter. Buyer questions shift and competitors move.

The honest limits of doing it yourself

This whole page is the do-it-yourself version, and for most micro businesses it is genuinely enough. But know where the ceiling is. If you grow past a handful of pages, if you add a second location or a second service line, or if you find yourself spending more than an hour a week on this, you have outgrown the by-hand approach. At that point the full the full AEO playbook is the deeper reference, and the technical side, the schema and the llms.txt file done properly, is worth handing to someone. There is no prize for doing every part yourself once your time is worth more than the money you would save.

The exact technical setup, the site plumbing that makes any of this readable by an AI tool, is walked through step by step in the smallest technical setup. Read that when you are ready to go past the answer blocks. It is written for the same reader as this piece: small, hands-on, no staff.

Questions micro owners ask us about AEO

I have no website, just a Google Business Profile. Can I still do this?

Partly, and it is a fine place to start. Fill your profile out completely, write clear answers in its Q&A section, keep your category and hours accurate, and collect reviews. But a real answer engine mostly reads pages, so a simple site you can edit, even a single page, is the thing that lets your answer blocks get cited. If a site is out of reach today, do the profile fully and treat the site as your next step.

How long before I show up in AI answers?

Faster than old-school SEO. Answer-block changes can surface in Perplexity within days to a couple of weeks because it re-reads and cites openly. ChatGPT and Google's AI answers move more slowly. Do not check obsessively. Set a weekly reminder for the first month, then relax.

Is this different from SEO, or does it replace it?

It sits on top of SEO, it does not replace it. A tool still has to find and trust your pages the normal way before it can lift and cite them. For a micro business the good news is that the same clear, honest answer blocks help both at once. You are not choosing between two projects. You are doing one thing that serves both.

Should I pay someone to do this for me?

Not for the version on this page. The five answer blocks are the part only you can write well, because you know the answers, and they are most of the result. Pay for help only when you outgrow doing it by hand: multiple locations, many pages, or the technical schema and llms.txt work you would rather not touch. Start free, and buy help when your time, not your budget, becomes the constraint.


AEO is not a separate discipline you need a team for. At your size it is five honest answers, put in the right place, by the person who knows the work. This is the micro-business cut of the same shift, and the same play is written up for the readers a step or two bigger: SMEs who want a repeatable program, mid-market teams who have to govern it at scale, and agencies who sell it to a book of clients. The full reference is the full AEO playbook. The underlying mechanics are covered well by Search Engine Land and HubSpot's 2026 AEO research.

Want a hand without hiring a team? Run the estimator and we will run your top questions through the major AI tools, show you where you are named and where a competitor is, and scope the smallest fix that closes the gap. Or see how we serve small operators end to end on professional services, or just talk to us.

Written by
John Cravey
Founder

Founder of Frontend Horizon. Writes most of the long-form work on the FH blog.

Newer post
AEO for SMEs: Build a Repeatable Answer-Engine Program
Older post
AEO for Agencies: Get Every Client Named in AI Answers
Keep reading

More from the blog

AI·12 min

AI-Assisted Content for Micro Businesses: Write a Month of Content in a Weekend

You do not have a marketing team. You have a Saturday. Here is how to turn that into four weeks of content that still sounds like a real person wrote it.

AI·10 min

How to Show Up in ChatGPT Search as a Micro Business

No agency, no dev, no budget. Just the handful of checks that decide whether ChatGPT can see you at all.

AI·9 min

Should You Let AI Train on Your Content? A Micro Business Guide

The 'is AI stealing my content' question, answered plainly for a business with no legal team and no time to panic.