Want the PDF version?

Full guide, print-ready, no card. Drop your email and the PDF downloads. We send fix #1 of 7 as a follow-up.

No spam. Unsubscribe in any email. Used to send your fix #1 follow-up + the monthly newsletter if you stay.

The Trade Contractor's Guide to AI Visibility — 2026 Edition

The definitive playbook for HVAC, plumbing, electrical, and roofing contractors who want to be the business AI engines name when homeowners ask for the best in their city.

Written by Mentioned (mentionedinai.com) — built by an operator who runs a $3M trade business and got tired of being invisible on AI search.

Free to share. Print it. Email it. Cite it. The goal is for this to become the reference every trade contractor reads before they spend a dollar on AI visibility tools.


Why this guide exists

In 2026, the search for "best HVAC in my city" no longer starts at Google. It starts at ChatGPT. At Perplexity. At Gemini. At Claude. And increasingly, when a homeowner asks one of those tools "who should I call for a furnace install in Providence", the tool answers with three to five named businesses. Either you are in that list, or you are not. And if you are not — that homeowner never sees you.

This is the single biggest shift in local search since Google Maps. And 87% of trade contractors are missing it entirely.

This guide is for the owner who:

Every section is written to be read once, understood, and acted on this week. No fluff. No marketing-deck speak. No 47-feature platforms. Just the truth.


Table of contents


1. The 90-second explanation

A homeowner in your service area opens ChatGPT or Perplexity. Types: "best hvac repair in [your city]" or "who installs heat pumps near me" or "plumber for emergency leak in [your zip code]." The AI returns an answer. The answer names three to five businesses by name.

Either you are in that list. Or you are not. There is no second page.

Unlike Google, where you can pay for an ad to show up, AI engines do not run paid placements. The businesses they name are pulled from training data, real-time citations, and a handful of trusted sources. Your job — the entire job — is to make sure your business is in those sources. That is what "AI visibility" means.

The good news: in May 2026, this is still wide-open territory. 87% of trade contractors are completely invisible. The ones who fix this now will be cited for years. The ones who wait will be playing catch-up.


2. Why this matters now (and why it didn't matter 18 months ago)

In late 2023, ChatGPT didn't browse the web in real time. It had a knowledge cutoff. It couldn't reliably name local businesses. AI visibility was a niche concern.

In 2026, every major AI tool browses in real time, has live web access, and has been trained on millions of trade contractor websites, review sites, and directories. They have opinions about who the best HVAC contractor in Providence is. They are sharing those opinions millions of times per day.

Three numbers to anchor this:

That last number matters most. AI-referred customers are higher-intent, higher-budget, and decide faster. They have already been "pre-sold" by the AI's recommendation. They show up to the call halfway closed.

If you are not in the answer, you are not in the conversation.


3. The three engines that count

There are at least nine AI engines worth tracking. For trade contractors, three account for ~85% of consumer traffic:

ChatGPT (OpenAI)

Perplexity

Gemini (Google)

There are six more engines worth watching at scale (Claude, Grok, Copilot, Meta AI, DeepSeek, Google AI Overviews) — but if you are invisible on the top three, the others don't matter.


4. How AI engines actually decide who to name

This is not magic. It is not random. AI engines select named businesses using a stack of signals — every signal earns you a point, every absence costs you one. The signals, ranked:

Tier 1 — The non-negotiables (without these, you are out)

Tier 2 — The tiebreakers (when AI is choosing between similar businesses)

Tier 3 — The amplifiers (the difference between "named" and "named first")

If you have all 12 dialed, you will be the first business named for your trade in your city. If you have 8 of 12, you will reliably be in the named set. If you have fewer than 6, you are invisible.


5. The four pillars of an AI-visible business

Everything in the 12 signals above maps to one of four pillars. If you remember nothing else from this guide, remember these:

Pillar 1 — Citation Presence

Are you mentioned, anywhere, in the sources AI engines pull from? Google, BBB, Yelp, Angi, trade-specific directories, news, blogs, social posts.

Pillar 2 — Citation Accuracy

Are those mentions consistent? Same name, same phone, same address, same service area. Variation = downgrade.

Pillar 3 — Competitive Position

When AI lists three to five businesses for your trade in your city, are you in that list? This is a relative metric. Being on 50 directories doesn't matter if your three competitors are on 80.

Pillar 4 — Structured Data Health

Does your website hand AI engines the data they need to identify you? Schema markup. Sitemap. Crawlable site. Fast page load. Clean code.

Your AI Visibility Score (we run them free at mentionedinai.com) measures all four. Brackets:


6. The 20-minute self-audit

You don't need a tool for this. You need 20 minutes and three browser tabs.

Step 1 — Open ChatGPT. Type, exactly: "best [your trade] in [your city]". Look at the response. Are you named? In what position?

Step 2 — Open Perplexity. Type the same query. Same question.

Step 3 — Open Gemini. Same query. Same question.

Step 4 — Variations. Run three more queries for each engine:

Step 5 — Score yourself. Out of 12 total queries (3 engines × 4 query variants), in how many were you named?

Step 6 — Note the competitors. Write down every business name AI engines mentioned instead of you. Those are your real competitors — not the ones in your head.

If you want this automated with a written report, the free audit at mentionedinai.com does this in 20 seconds and saves you the manual work. But the manual version above is just as useful for self-diagnosis.


7. The 7-step fix sequence (by trade)

Every trade has a slightly different fix sequence. The four pillars are the same, but the high-leverage moves differ. Below is the sequence per trade — execute in order, top to bottom. Each step is sized to be completable in one week or less.

HVAC

Plumbing

Electrical

Roofing


8. The structured-data cheat sheet

Schema markup is the single most under-leveraged lever for trade contractors. 92% of trade contractors have generic LocalBusiness schema or none at all. The ones with trade-specific schema (HVACBusiness, Plumber, Electrician, RoofingContractor) outrank the rest by orders of magnitude in AI engines.

Here is the minimum viable schema for every trade contractor website. Drop this into your homepage, swap the data for yours, validate with Google's Rich Results Test, and ship it.

``json { "@context": "https://schema.org", "@type": "HVACBusiness", "name": "Your Business Name", "image": "https://yoursite.com/photo.jpg", "telephone": "+1-401-555-1234", "address": { "@type": "PostalAddress", "streetAddress": "123 Main St", "addressLocality": "Providence", "addressRegion": "RI", "postalCode": "02903", "addressCountry": "US" }, "url": "https://yoursite.com", "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"], "opens": "08:00", "closes": "17:00" }, "areaServed": [ {"@type": "City", "name": "Providence"}, {"@type": "City", "name": "Warwick"}, {"@type": "City", "name": "Cranston"} ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.9", "reviewCount": "147" }, "priceRange": "$$", "hasCredential": [ {"@type": "EducationalOccupationalCredential", "name": "NATE Certified"}, {"@type": "EducationalOccupationalCredential", "name": "EPA 608 Certified"} ], "makesOffer": [ {"@type": "Offer", "itemOffered": {"@type": "Service", "name": "Heat Pump Installation"}}, {"@type": "Offer", "itemOffered": {"@type": "Service", "name": "AC Repair"}}, {"@type": "Offer", "itemOffered": {"@type": "Service", "name": "Furnace Installation"}} ] } `

Swap HVACBusiness for Plumber / Electrician / RoofingContractor based on your trade. Swap services. Validate with Google Rich Results Test. Done.

That alone moves the structured-data pillar from 0/25 to 22/25 in our scoring model.


9. The reviews that move the needle

Three things matter about Google reviews for AI visibility:

The review request template that works for trade contractors (test-validated by our customers, 38% response rate):

> Hey [first name] — quick favor. We're trying to help more people in [city] find honest [trade] work, and a Google review from you would mean the world. Even one sentence helps. Here's the link: [direct link to Google review form]. Takes 30 seconds. Thank you again for trusting us with your [service performed].

Send via text within 24 hours of job completion. Re-send once after 5 days if no response. Stop after that — repeated asks tank your customer experience score.

Pro tip — when sending the link, use the prompt format https://search.google.com/local/writereview?placeid=YOUR_PLACE_ID`. This skips the search step and drops the customer directly into the review form. Place ID is free from Google's tool.


10. The directories AI engines actually pull from

There are 800+ directories you could claim. There are 12 that move the needle for AI visibility. Here they are, per trade.

Universal (all trades)

HVAC-specific

Plumbing-specific

Electrical-specific

Roofing-specific

If you are not on 8 of the 10-12 relevant to your trade, that is where to spend your time first.


11. What does NOT work (kill these from your strategy)

Things trade contractors waste time on that do not move AI visibility:


12. The 60-day rebuild plan

If you are starting from "Invisible" (score under 20) and want to be "Visible" (40+) in 60 days, here is the realistic plan. Sized for a single owner who can spend 4-6 hours per week.

Week 1 — Foundation (4 hours)

Week 2 — Citation cleanup (4 hours)

Week 3 — Reviews engine (3 hours)

Week 4 — Content layer (4 hours)

Week 5 — Trade-specific structured data (3 hours)

Week 6 — Re-audit (1 hour)

Week 7 — Authority push (4 hours)

Week 8 — Re-audit + plan (1 hour)

Realistic expected score change in 60 days: +15 to +25 points if you execute consistently. Some contractors have moved 30+ points; some have moved 8-12. Variance comes down to baseline competitive intensity in your service area.


13. Tools roundup — honest comparison

There are five tools worth knowing about. Here is who each is built for.

Mentioned (mentionedinai.com)

Profound (tryprofound.com)

GetMentioned (getmentioned.co)

Semrush AI Visibility Toolkit

BrightLocal


14. FAQ — the questions every operator asks

Q: How long until I see results? A: Schema markup + GBP build = visible signal in AI engines within 2-4 weeks. Reviews + content compound over 60-90 days. Trade publication mentions = 30 days from publication. The 60-day plan in section 12 is realistic with consistent execution.

Q: How much should I budget for AI visibility? A: For a $1M-$3M trade business, target $200-$600/mo total. Free audit + DIY foundation in months 1-2 = $0. Add tooling ($497/mo Mentioned Pro Lite) once you have a baseline. Skip anything more expensive until you can prove ROI from the basics.

Q: Do I need to be on every AI engine? A: No. ChatGPT, Perplexity, Gemini = 85% of the value. Get those three working before worrying about Claude, Grok, Copilot, etc.

Q: My website is on Wix / GoDaddy / Squarespace — can I still do this? A: Yes. Every modern site builder supports custom schema. Some are easier than others. WordPress with the RankMath plugin = easiest. Squarespace = drop schema into a code block in the site footer. Wix = similar.

Q: Do paid ads on AI engines exist? A: Not yet for local service. Sponsored placements may roll out in 2027. For now, all AI visibility is earned through the signals in this guide.

Q: What about Voice search (Alexa, Google Home)? A: Different beast. Voice search pulls heavily from local pack + reviews. The work in this guide (especially GBP, reviews, structured data) feeds voice search too — so you get both benefits from one effort.

Q: Can I do this if I'm in a small market (under 50k population)? A: Yes, and it's often easier. Smaller markets = less competition for AI mentions = your business gets named faster. Sometimes one well-built GBP + 30 reviews is enough to dominate.

Q: Should I do this myself or hire? A: Section 12's 60-day plan = 20-30 hours of total work, owner-doable. If you bill at $150/hour and your time is better spent on customer calls, hire someone for the schema work (one-time, $500-$1,500) and review request system (one-time, $300-$800). Don't pay for an ongoing "AEO consultant" until you have $50M+ revenue.

Q: What about reviews on Yelp, BBB, Facebook — do they matter? A: Yes, but less than Google for AI engines. Prioritize order: Google > BBB > Yelp > Angi > Facebook. Get the first three above 50 reviews before worrying about the rest.


15. The 2027 prediction — where this is headed

Three predictions worth planning around:

Prediction 1 — Paid placement in AI search will arrive in 2027

ChatGPT, Perplexity, and Gemini will all introduce sponsored placement for local service queries by mid-2027. When that happens, the businesses that already have organic AI visibility will win cheaper paid placements (lower CPC, higher quality score). The businesses with zero organic presence will pay 3-5x more per click.

Implication: Build the organic foundation now. The contractors who start in 2027 will pay a premium for what is free today.

Prediction 2 — AI-driven review fraud detection will tighten dramatically

By Q3 2027, AI engines will pull review authenticity signals 10x more aggressively. Businesses with even mild review manipulation patterns (sudden spikes, IP clustering, repetitive language) will be invisible.

Implication: Buy reviews and you die. Build the real review engine now using the template in section 9.

Prediction 3 — Trade-specific AI visibility tools will consolidate

Right now there are 30+ tools claiming to do AI visibility. By 2028, three or four will own the category. The ones that survive will be the ones who specialized hard early — vertical-specific, operator-language, real outcomes. Generic AI visibility platforms (the ones serving everyone from F500 marketers to local plumbers) will lose to specialists.

Implication: Pick a tool that specializes in your trade and your business size. Pay for the operator who understands you, not the platform with the longest feature list.


How to use this guide


About Mentioned

Mentioned (mentionedinai.com) is the AI Visibility audit built for local service businesses. Free 20-second audit. Custom 7-step fix sequence in trade-operator language. Pro Lite at $497/mo for weekly re-audits, schema kit, and fix-priority queue.

Built by an operator running a $3M+ HVAC company who got tired of being invisible. If you have feedback on this guide — what to add, fix, or sharpen — email hello@mentionedinai.com.

This guide is free. Share it. Print it. Cite it. The trade contractor industry deserves better than marketing-deck jargon.


Last updated: May 2026. Re-published quarterly. Always free.

Want this as a PDF? Download at mentionedinai.com/guide.pdf

Found this useful? Run your free 20-second audit and see where you stand.
Run my free audit →