AEO for Med Spas: Getting a Los Angeles Practice Cited by ChatGPT and AI Overviews
How AI answer engines like ChatGPT and Google AI Overviews decide which med spas to cite, the schema markup and content structure research behind AI citation rates, and the concrete fixes that improve AI visibility alongside traditional SEO.
A Los Angeles med spa gets cited by ChatGPT and Google AI Overviews the same way it earns strong traditional rankings: specific, factual treatment content, complete schema markup, and a fast, crawler-friendly technical foundation — not a separate set of “AI search” tricks. Research on AI citation patterns backs this up directly: pages with proper schema markup are roughly 2.5 times more likely to appear in AI-generated answers.
Key takeaways: Google AI Overviews now appear on roughly a quarter of all searches, and ChatGPT reported 900 million weekly active users in early 2026. Seven measurable factors drive AI Overview citation, led by semantic completeness and structured data markup. Schema-marked pages are cited up to 2.3–2.5x more often than unstructured equivalents, and about 78% of AI Overviews contain list-formatted content.
Someone researching a med spa in Los Angeles is increasingly likely to start that research inside ChatGPT or see a Google AI Overview before they ever click through to a traditional list of search results. If your practice’s website isn’t structured in a way those systems can confidently read and cite, you’re invisible at exactly the moment a prospective patient is forming their shortlist — regardless of how well the site ranks in classic blue-link search.
AI search isn’t a rounding error anymore
The scale here has shifted quickly enough that it’s worth taking seriously even for a single-location practice. ChatGPT alone reported roughly 900 million weekly active users by early 2026, more than double the figure from a year earlier, and Google’s AI Overviews now appear on roughly a quarter of all searches (Similarweb, 2026 AI search data).
900M
ChatGPT weekly active users, early 2026 (Similarweb)
~25%
Of Google searches now show an AI Overview (Similarweb)
83%
Zero-click rate when an AI Overview appears in a search
That last figure cuts both ways. When an AI Overview answers the query directly, most users never click through to any website — which makes being the source that Overview or a chatbot actually cites far more valuable than ranking third or fourth in the traditional results below it.
What actually determines whether AI systems cite you
A large-scale analysis of AI Overview citation patterns identified seven measurable factors driving whether a page gets cited, and the two with the strongest documented effect are directly actionable for a med spa website: semantic completeness (the ability to answer a question fully without requiring an external reference, correlation of 0.87) and structured data markup, which alone produced a 73% lift in selection rate (Digital Applied, 2026 citation pattern study of 1,000 AI Overviews).
Reported lift in AI Overview selection by content factor
The schema effect specifically has been measured multiple ways with consistent direction: content with proper schema markup shows roughly a 2.5x higher chance of appearing in AI-generated answers, and sites with complete Tier 1 schema saw up to 40% more AI Overview appearances in one analysis (Wellows, 2026 AI Overview ranking factors guide). A more granular empirical study of 730 citations across ChatGPT and Gemini found a 61.7% citation rate for attribute-rich schema implementations versus just 41.6% for generic, minimal schema — meaning it isn’t enough to add schema at all; the schema needs to actually be complete and specific.
| Attribute-rich schema | Generic / minimal schema | |
|---|---|---|
| Measured citation rate across ChatGPT & Gemini | 61.7% | 41.6% |
| Includes specific service, price & FAQ attributes | ||
| Machine-readable business & review data |
Why most med spa websites aren’t structured to be cited
A large share of med spa websites are built on heavy page-builder themes with vague service descriptions (“transform your look with our advanced treatments”) instead of specific, extractable facts. AI answer engines cite sources that give them something concrete to quote — a specific treatment name, a real price range, a clear answer to a specific question — not marketing copy that reads well to a human but says very little that’s structured or specific.
The practical gaps we see most often:
- Thin or vague treatment pages that don’t state what a treatment actually involves, typical session length, or a realistic price range.
- No FAQ content answering the actual questions patients ask — “how long does filler last,” “is Botox painful,” “how much does a HydraFacial cost in LA” — in a direct, quotable format. Research finds roughly 78% of AI Overviews contain list-formatted content, which plain FAQ-style Q&A pairs deliver naturally.
- Missing or incomplete schema markup, which gives crawlers and AI systems structured signals about what a page actually is (a service, a business, a review) rather than making them infer it from unstructured text.
- JavaScript-heavy builds that are harder for some crawlers to render fully, meaning content that’s genuinely on the page never actually gets seen by every crawler pulling data for these answer engines.
Build a med spa website AI answer engines can actually cite
Full schema markup, fast Astro performance, and content structured to be quotable — not just readable — for both traditional search and AI answer engines.
The fixes that move both AEO and traditional SEO together
- Write specific, factual treatment content. Real session length, realistic price ranges, and honest descriptions of what a treatment does and doesn’t do — the same specificity that builds patient trust also gives AI systems something concrete to extract and cite.
- Build real FAQ sections around actual patient questions, not generic filler — structured as clear question-and-answer pairs, which both humans and AI systems parse easily.
- Implement full, attribute-rich schema markup: MedicalBusiness/LocalBusiness, Service, and FAQPage schema with specific attributes filled in — not just the schema type declared with minimal fields.
- Build on a fast, crawler-friendly technical foundation. A static-first framework like Astro ships minimal JavaScript, which means content is present in the initial HTML rather than requiring a crawler to execute scripts to see it — directly relevant to how reliably AI crawlers can access your content at all.
- Structure content as lists and direct answers wherever it fits naturally — numbered steps for a treatment process, bullet summaries of what’s included, since list-formatted content shows up disproportionately often in AI-generated answers.
- Keep information current. An AI system citing outdated pricing or a discontinued treatment erodes trust fast — treat your service pages as living documents, not a one-time launch task.
E-E-A-T signals still matter in an AI-search world
One of the seven citation factors identified in the research above is authority: expert credentials and demonstrable experience showed up in 96% of citations analyzed. For a med spa, that translates concretely — provider credentials, licensing information, and before/after documentation (where appropriate and compliant) aren’t just trust-building for patients, they’re a measurable input into whether an AI system treats your site as a credible source to quote at all, rather than skipping it in favor of a competitor with clearer authority signals.
We go deeper on the full AEO/GEO framework, including how it interacts with classic Google ranking factors, in our complete AEO/GEO explainer.
How AI crawlers actually access your site — a technical look
Understanding why technical foundation matters requires knowing, roughly, how these systems gather information in the first place. Most AI answer engines rely on a combination of their own crawlers (OpenAI’s GPTBot, Google’s crawlers powering AI Overviews) and, in some cases, real-time retrieval at the moment a user asks a question. Both paths share a common requirement: the content needs to be present and parseable without requiring complex JavaScript execution.
This is where a heavy, client-side-rendered WordPress page builder can quietly work against a med spa, even if the visual result looks identical to a lighter-weight build. If treatment details, pricing, or FAQ content are injected into the page via JavaScript after initial load — common with some page-builder plugins and single-page-application-style themes — a crawler that doesn’t fully execute that JavaScript may see a largely empty page, regardless of how complete the content looks to a human visitor with a fully loaded browser.
A static-first framework like Astro sidesteps this entirely: the meaningful content is present in the initial HTML response, before any JavaScript runs at all, which means every crawler — regardless of how sophisticated its rendering pipeline is — sees the same complete content a human visitor does.
A quick technical test: view your page’s source (not the rendered page, the raw HTML) and search for your actual treatment pricing or FAQ text. If it isn’t there in the raw source, some AI crawlers may not be seeing it either, regardless of how it renders in a browser.
A maintenance cadence for staying AI-citable over time
AEO isn’t a one-time technical project — content that was accurate and well-structured at launch drifts out of date as pricing, staff, and treatment offerings change, and an AI system citing stale information erodes trust faster than simply not being cited at all. A sustainable maintenance rhythm looks like:
- Monthly: spot-check that pricing and treatment details on your top three to five most-searched pages still match reality.
- Quarterly: re-run the ChatGPT and AI Overview citation checks described below, and compare against the previous quarter to see whether visibility is improving, stable, or slipping.
- Whenever a treatment or pricing structure changes: update the relevant schema and page content the same week, not as part of a periodic batch — an AI system has no way to know your Botox pricing is three months stale unless the page itself reflects the change.
Common AEO misconceptions worth retiring
“AEO requires a completely separate website or content strategy.” In practice, the same specific, well-structured, schema-marked content that serves traditional SEO and genuinely informs patients also serves AI answer engines — treating AEO as a bolt-on side project usually produces worse results than simply doing the core content work well once.
“More schema is always better.” Volume matters less than accuracy and completeness — a smaller set of correctly implemented, attribute-rich schema types outperforms a large amount of generic, minimally filled-out schema, per the citation-rate research already covered above.
“AI citation is purely a technical SEO problem.” Authority signals (credentials, licensing, genuine patient trust indicators) showed up in the vast majority of citations analyzed in the research covered earlier — a technically perfect but thin, low-authority site still underperforms a slightly less technical site backed by real expertise signals.
“Once you’re cited once, you’ll keep being cited.” AI answer engines re-evaluate sources continuously as their own crawling and training data updates — a practice that stops maintaining accurate, current content can lose citation visibility even after achieving it once, which is exactly why the maintenance cadence above matters as much as the initial build.
A note for multi-location med spa groups
Everything covered above applies per location, not just brand-wide — an AI system answering “best med spa near [specific LA neighborhood]” needs location-specific schema (address, hours, and location-specific service availability) to cite the correct branch confidently, not just a generic brand-level description. A multi-location group that consolidates all locations onto one generic “about us” style page, without distinct, complete schema and content per location, makes it genuinely harder for an AI system to know which specific branch to recommend for a geographically specific query — the same principle that drives local SEO map-pack visibility applies directly to AI citation for multi-location practices.
Voice search and conversational AI queries
A related but distinct pattern worth planning for is voice-based and conversational search — someone asking a smart speaker or voice assistant “what’s a good med spa near me for microneedling” phrases the query very differently than a typed search. Voice queries tend to be longer, more conversational, and more likely to include a direct question format. Content written to directly answer full, natural questions (structured as clear question-and-answer pairs, as already recommended for AEO generally) tends to perform well for both voice search and chat-based AI answer engines simultaneously, since both are fundamentally trying to extract a direct, spoken-friendly answer from written content rather than a list of blue links to sift through manually.
A quick self-audit for AI citability
Before commissioning a rebuild, it’s worth checking where your current site actually stands:
- Ask ChatGPT and a Google AI Overview a realistic patient question — “best med spa for lip filler in LA,” for example — and see whether your practice shows up, and whether the details cited (pricing, services) are accurate.
- Open your top three treatment pages and count concrete facts. Real price range? Real session length? A specific description of what happens during the treatment? If the copy could apply to any med spa in any city, it’s too vague to cite confidently.
- Check whether your FAQ sections use FAQPage schema, not just visually formatted question-and-answer text — the schema is what makes the structure machine-readable, not just human-readable.
- Run your site through a JavaScript-disabled view (or a text-only browser extension) to see roughly what a crawler that doesn’t fully render JavaScript would see. If your key content disappears, that’s a real accessibility gap for some AI crawlers.
- Check your Google Business Profile and review the completeness of your listed services, since local business schema and GBP data both feed into how confidently an AI system can describe your practice.
Most med spa sites fail on the same point: treatment pages that read well but say almost nothing specific enough to quote. That single fix — adding real prices, real session lengths, and real specifics — tends to move both AI citation and traditional conversion rate at the same time, since specificity is exactly what builds patient trust too.
Bringing it together
Being cited by ChatGPT or an AI Overview isn’t a separate marketing channel to chase with special tricks — the research is fairly clear that it’s largely a byproduct of having specific, well-structured, technically accessible content with complete schema, which happens to also be exactly what ranks well in traditional search. A Los Angeles med spa that fixes vague copy, adds attribute-rich schema, and builds on a fast, crawler-friendly foundation is positioning itself for both forms of visibility at once, rather than treating AI search as a future problem to solve later.
Want Astro Websites done for you?
Static-first, 90+ mobile performance websites built in Astro.
Frequently asked questions
Does AEO replace traditional SEO for a med spa, or work alongside it?
Alongside it, not instead of it. AI Overviews and chat-based answer engines still draw heavily on the same crawlable, well-structured, authoritative content that ranks well in traditional search — AEO is closer to a set of additional structural and content requirements layered on top of solid SEO than a separate discipline.
How do I know if my med spa is being cited by ChatGPT or AI Overviews?
Ask the tools directly with realistic prospective-patient queries — "best med spa for [treatment] in Los Angeles," for example — and see whether your practice comes up, and if it does, whether the details cited are accurate and current. There's no comprehensive analytics dashboard for this yet, so periodic manual checking is still the most reliable method.
Does having a fast, well-built website actually matter for AI citation, or just for Google rankings?
It matters for both, for related but distinct reasons. AI crawlers need to actually access and parse your site cleanly (heavy JavaScript-rendered pages are harder for some crawlers to process), and a technically clean, fast site tends to correlate with the kind of clear, well-organized content that answer engines prefer to cite in the first place.
Should a med spa create separate content specifically for AI search versus regular SEO content?
Generally no — the same clear, specific, well-structured content (real pricing ranges, real treatment details, honest FAQs) that serves a human visitor well also tends to be exactly what an AI answer engine can extract and cite confidently. Chasing AI-specific tricks separately from genuinely good content is usually wasted effort.
Does schema markup actually make a measurable difference for AI citations?
Research suggests yes, and the effect size is larger than many marketers assume. One analysis found pages with proper schema markup have roughly a 2.5x higher chance of appearing in AI-generated answers, and a separate empirical study of citations across ChatGPT and Gemini found a 61.7% citation rate for attribute-rich schema implementations versus 41.6% for generic, minimal schema.
What kind of content format do AI Overviews actually prefer?
Structured, list-based content performs disproportionately well — one analysis found roughly 78% of AI Overviews contain a list in some form. Clear numbered steps, bullet summaries, and direct question-and-answer formatting all give an AI system something concrete and easy to extract, rather than requiring it to infer structure from dense prose.
Keep reading
More from the blog
AEO and GEO Explained: A Complete Guide to Optimizing for AI Answer Engines
What Answer Engine Optimization and Generative Engine Optimization actually mean, the concrete technical steps that help your business get cited in AI-generated answers, and how it relates to traditional SEO.
WordPress vs. Astro for Seattle Law Firm Websites: Which Actually Ranks Faster
A practical comparison for Seattle law firms choosing between WordPress and Astro — real mobile performance data, the documented conversion cost of slow pages, what each stack actually costs to maintain, and which one fits a firm that needs an in-house content team.
When a Snapshot Isn't Enough: Custom GoHighLevel Software for Multi-Location Dental Groups in Chicago
Where prebuilt GoHighLevel snapshots stop working for a multi-location Chicago dental group, real no-show and retention data, and what custom software — shared patient records, cross-location routing, and practice-management integrations — actually looks like built inside GHL.
Let's build
Want this handled for your business?
Book a free scope call and we'll show you exactly how this applies to your GHL account or website.