When someone asks ChatGPT or Google if you're open Sunday, do they get it right?
This is a sample built for a fictional business so you can see exactly what the Kit contains.
The AI Visibility Kit finds where your public story is thin or inconsistent, gives you accurate copy to publish, and records what AI assistants actually say. You keep control of your website and accounts. We do the research and prepare the work.
A chain can assign a team to its listings. You may be fitting that work between customers. We put the findings and fixes in one place for you.
Juniper Street Bakery opens on Sunday. Its site says so, but one sample map listing says it is closed. Someone asks an AI assistant where to buy bread on Sunday. The owner does not need another vague marketing report. They need to know which fact conflicts, what to correct, and what to check afterward. The assumed pages and listings in this story are invented solely to show the Kit's method.
- Sample business
- Juniper Street Bakery
- Address
- 123 Main St, Springfield, IL 62701
- Phone
- +1-217-555-0142
- Website
- https://example.com
- Sample hours
- Monday closed; Tuesday–Friday 7 am–5 pm; Saturday 8 am–4 pm; Sunday 8 am–2 pm (local time)
- Sample offering
- Bread, pastries and coffee
A short plan you can act on this week
You see the three most useful actions first. The technical detail stays below, ready for you or your web person when you need it.
Sample owner's one-page summary
Juniper Street Bakery — illustrative action plan. This plan assumes a homepage with the sample name, address, phone, hours and offerings above, but no FAQ, menu detail, holiday hours or review link. It also assumes the invented listing rows below. No live site was audited.
Confirm the facts
Check the Sunday schedule, current offerings and actual Google review link. Do not publish uncertain details.
Fix the public conflict
Correct the sample Apple Sunday hours, then review the other listing mismatches in the table.
Publish clear answers
Put the approved FAQ and Bakery data on the site, and paste the profile description into Google if it fits.
Keep the same answers at the counter
Print this staff sheet after checking the facts. It repeats the sample location, phone, offerings and full regular hours, and flags holiday hours and allergies for owner confirmation.
Open the printable staff answer sheet SVG. It is illustrative and must be replaced with real, confirmed facts before use.
After you publish: Send us the live page URL and date. We compare the same AI questions about 30 days later and report what those specific runs said. This is a check, not a promised ranking change.
Know what customers still have to guess
The question map turns scattered public clues into a practical list: which questions the business already answers, which have conflicting answers, and which need the owner's input.
Sample Customer Questions Map
Illustrative throughout: these are plausible bakery questions, not measured search suggestions or quoted reviews. Their status is judged only against the assumed fictional homepage and invented listings described above. For a real Kit, we collect at least 25 questions from public suggestions and review themes, log sources and dates, and never call an AI-generated question an observed one.
In this fictional audit, the assumed site and listings fully answer 7 of 28 questions; 3 have conflicting or incomplete answers, and 18 are not found.
| Illustrative customer question | Sample status | Evidence or owner action |
|---|---|---|
| Where is Juniper Street Bakery? | Partial | Assumed site says 123 Main St; invented Foursquare row says 125 Main St. |
| What is the bakery’s phone number? | Partial | Assumed site says +1-217-555-0142; invented Yelp row differs. |
| Is the bakery open on Sunday? | Partial | Assumed site says 8 am–2 pm; invented Apple row says closed. |
| What time does it open Tuesday? | Answered | Assumed site says 7 am. |
| What time does it close Friday? | Answered | Assumed site says 5 pm. |
| Is it open on Monday? | Answered | Assumed site says closed. |
| What are its Saturday hours? | Answered | Assumed site says 8 am–4 pm. |
| Does it sell bread? | Answered | Assumed site lists bread. |
| Does it sell pastries? | Answered | Assumed site lists pastries. |
| Can I get coffee there? | Answered | Assumed site lists coffee. |
| What are its holiday hours? | Not found | No holiday schedule in assumed site or listings; owner must confirm. |
| Where can I see today’s menu? | Not found | No menu link in assumed site or listings. |
| Which pastries are available today? | Not found | Assumed site names pastries but not current selection. |
| Can I order bread ahead? | Not found | No preorder policy in assumed public information. |
| Does it make custom cakes? | Not found | No custom-cake service confirmed; do not claim one. |
| Are any pastries gluten-free? | Not found | No ingredient or allergy information confirmed. |
| Are there vegan options? | Not found | No dietary options confirmed. |
| How are nut allergies handled? | Not found | No allergy-handling policy confirmed; owner must answer. |
| Does it offer dairy-free pastries? | Not found | No dietary options confirmed. |
| Can I order online? | Not found | No ordering link or policy in assumed public information. |
| Does it deliver? | Not found | No delivery policy confirmed. |
| Is pickup available? | Not found | No pickup policy confirmed. |
| Is there seating? | Not found | No seating detail confirmed. |
| Is the entrance wheelchair accessible? | Not found | No accessibility detail confirmed; owner must answer. |
| Where can I park? | Not found | No parking guidance confirmed. |
| Does it accept card payments? | Not found | No payment-method detail confirmed. |
| Does it sell gift cards? | Not found | No gift-card offer confirmed. |
| Can it cater an event? | Not found | No catering service confirmed. |
Put one clear version of your business on the site
A customer asking about Sunday hours needs an answer that agrees with the business's own page. Structured data gives machines a precise version of the name, address, phone and schedule.
Sample ready-to-paste Bakery JSON-LD
This is the complete schema.html block a customer can paste into the relevant page. Bakery is the most specific type for this sample. Regular hours cover every day: Monday is explicitly marked closed. The sameAs links use example.com as fictional stand-ins for verified profile URLs. Replace all sample values before using it on a real site.
Open the complete business JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Bakery",
"name": "Juniper Street Bakery",
"url": "https://example.com",
"telephone": "+1-217-555-0142",
"description": "A fictional bakery offering bread, pastries and coffee.",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Springfield",
"addressRegion": "IL",
"postalCode": "62701",
"addressCountry": "US"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "00:00",
"closes": "00:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"https://schema.org/Tuesday",
"https://schema.org/Wednesday",
"https://schema.org/Thursday",
"https://schema.org/Friday"
],
"opens": "07:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "08:00",
"closes": "16:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "08:00",
"closes": "14:00"
}
],
"servesCuisine": "Bakery",
"sameAs": [
"https://example.com/sample-google-business-profile",
"https://example.com/sample-yelp-profile",
"https://example.com/sample-facebook-page"
]
}
</script>
How to install it
Replace every fictional fact and example.com profile URL with the business’s confirmed public information. Put this block on the homepage or the matching location page, and keep the visible hours and contact details in sync. Check whether a theme or SEO app already outputs LocalBusiness data for that location before adding another copy.
- WordPress: Use a trusted header-code plugin or the theme’s head-code setting. On WordPress.com, supported plans can use Code Snippets → Header & Footer. Paste the full block into Header and save.
- Squarespace: Open the page’s settings → Advanced → Page Header Code Injection, or use site-wide Header Code Injection for a single-location site. Paste the full block and save. Code Injection availability depends on the plan.
- Wix: In the site dashboard, open Settings → Custom Code → Add Custom Code. Paste the block, choose the relevant page under “Add Code to Pages,” set placement to Head, and apply.
- Shopify: Go to Online Store → Themes → Edit code. In
layout/theme.liquid, add the block inside<head>for the homepage or relevant location page, then save. Restrict it to that page so product pages do not claim to be the bakery location. - GoDaddy Websites + Marketing: Add an HTML section on the relevant page and paste the block into its Custom Code field. Publish, then inspect the live page source to confirm the JSON-LD remains in the output. If this editor strips the script, ask GoDaddy support or the site editor for a supported code-injection route.
After publishing, check the live URL with the Schema Markup Validator. Valid markup helps readers understand the page; it does not guarantee an AI recommendation or a Google rich result.
Platform help: WordPress, Squarespace, Wix, Shopify, GoDaddy. These menus and plan limits can change; use your platform’s current help page if a label differs.
Say what you do without making customers piece it together
The owner gets a short About us paragraph that can go on the homepage or About page, using only facts the business confirms.
Sample ready-to-paste About us paragraph
Illustrative copy for the fictional bakery. It uses only the sample address, phone, offering and regular hours; it does not invent a founding story, awards or specialty products.
For a real business, we verify every detail against public sources and ask the owner to approve facts that are not public before this copy is published.
Give customers useful answers before they have to ask twice
A clear FAQ helps visitors and AI assistants find the same approved answers on a page the business controls.
Sample customer FAQ and matching code
These are the questions a person might ask an AI assistant. In a real Kit, we select them from the source-backed question map, write answers from public facts, and confirm uncertain details with the owner. This sample uses only the fictional facts above. The answers are not claims about a real bakery.
Where is Juniper Street Bakery in Springfield?
Juniper Street Bakery is at 123 Main St, Springfield, IL 62701.
What time does Juniper Street Bakery open on weekdays?
We are open Tuesday through Friday from 7 am to 5 pm. We are closed Monday.
Is Juniper Street Bakery open on Sunday?
Yes. We are open Sunday from 8 am to 2 pm.
What are Juniper Street Bakery’s Saturday hours?
We are open Saturday from 8 am to 4 pm.
Is Juniper Street Bakery open on Monday?
No. We are closed Monday.
What is the phone number for Juniper Street Bakery?
Call us at +1-217-555-0142.
Does Juniper Street Bakery sell bread and pastries?
Yes. We offer bread and pastries.
Can I get coffee at Juniper Street Bakery?
Yes. We offer coffee.
What is Juniper Street Bakery’s website?
Our website is https://example.com.
Does Juniper Street Bakery have different holiday hours?
Holiday hours are not listed here. Please call +1-217-555-0142 to confirm before visiting.
Matching FAQPage JSON-LD
Publish the visible FAQ on the same page as this block. The code below matches the questions and answers word for word. It is supplied as customer copy, not active markup on this sample page.
Open the complete matching FAQPage JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Where is Juniper Street Bakery in Springfield?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Juniper Street Bakery is at 123 Main St, Springfield, IL 62701."
}
},
{
"@type": "Question",
"name": "What time does Juniper Street Bakery open on weekdays?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We are open Tuesday through Friday from 7 am to 5 pm. We are closed Monday."
}
},
{
"@type": "Question",
"name": "Is Juniper Street Bakery open on Sunday?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. We are open Sunday from 8 am to 2 pm."
}
},
{
"@type": "Question",
"name": "What are Juniper Street Bakery’s Saturday hours?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We are open Saturday from 8 am to 4 pm."
}
},
{
"@type": "Question",
"name": "Is Juniper Street Bakery open on Monday?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. We are closed Monday."
}
},
{
"@type": "Question",
"name": "What is the phone number for Juniper Street Bakery?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Call us at +1-217-555-0142."
}
},
{
"@type": "Question",
"name": "Does Juniper Street Bakery sell bread and pastries?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. We offer bread and pastries."
}
},
{
"@type": "Question",
"name": "Can I get coffee at Juniper Street Bakery?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. We offer coffee."
}
},
{
"@type": "Question",
"name": "What is Juniper Street Bakery’s website?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Our website is https://example.com."
}
},
{
"@type": "Question",
"name": "Does Juniper Street Bakery have different holiday hours?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Holiday hours are not listed here. Please call +1-217-555-0142 to confirm before visiting."
}
}
]
}
</script>
Find the listing that sends someone to the wrong door
You get a source-by-source correction list instead of a vague “your listings need work.” The owner makes the edits in their own accounts.
Sample six-source listing check
Sample data only. These rows illustrate how a real Kit records public, logged-out listing checks. They are not findings about a live bakery. The target is the fictional name, address, phone, hours and website shown at the top of this page. A real check also records the profile URL, date checked and any access limitation.
| Source | Name | Address | Phone | Hours | Website | Claimed? | Mismatch and fix |
|---|---|---|---|---|---|---|---|
| Google Business Profile | Juniper Street Bakery | 123 Main St | +1-217-555-0142 | Mon closed; Tue–Fri 7–5; Sat 8–4; Sun 8–2 | example.com | Not applicable: fictional | Matches sample target. Keep verified public details aligned with the website and check special hours separately. |
| Bing Places | Juniper Street Bakes | 123 Main St | +1-217-555-0142 | Mon closed; Tue–Fri 7–5; Sat 8–4; Sun 8–2 | example.com | Not applicable: fictional | Name differs. Change the displayed name to “Juniper Street Bakery” in the claimed Bing Places profile. |
| Apple Business Connect | Juniper Street Bakery | 123 Main St | +1-217-555-0142 | Mon closed; Tue–Fri 7–5; Sat 8–4; Sun closed | example.com | Not applicable: fictional | Sunday hours differ. Set Sunday to 8 am–2 pm after confirming with the owner. |
| Foursquare | Juniper Street Bakery | 125 Main St | +1-217-555-0142 | Mon closed; Tue–Fri 7–5; Sat 8–4; Sun 8–2 | example.com | Not applicable: fictional | Street number differs. Submit a place correction for 123 Main St, then verify the public listing. |
| Yelp | Juniper Street Bakery | 123 Main St | +1-217-555-0149 | Mon closed; Tue–Fri 7–5; Sat 8–4; Sun 8–2 | example.com | Not applicable: fictional | Phone differs. Update the claimed Yelp profile to +1-217-555-0142 and check the public page. |
| Juniper Street Bakery | 123 Main St | +1-217-555-0142 | Mon closed; Tue–Fri 7–5; Sat 8–4; Sun 8–2 | example.com/old-bakery | Not applicable: fictional | Website differs. Replace the old URL with https://example.com in the Page’s contact information. |
For a real business, we include the source URL, date, what was visible without logging in, whether a listing could be read, and the exact correction to make. Account access or ownership changes are handled by the business, not inferred from a public page.
Quarterly holiday-hours nudge template
Illustrative owner reminder, ready to put on a calendar. It is not an email we have sent, and no holiday schedule is assumed.
Repeat this check once each quarter and again when an unexpected closure occurs. A real Kit gives the owner a version with their confirmed business name and current channels.
Give your Google listing more useful, accurate detail
A person can see what the bakery sells and when it is open without piecing together scattered snippets. The owner reviews this copy and pastes it into their own Business Profile.
Sample Google Business Profile upgrade pack
Illustrative copy for the fictional bakery. The description stays below Google's 750-character limit. No invented awards, longevity, special offers or customer praise appear here. In a real Kit, every offering and category is checked with the owner and against the current Google editor.
Business description
Category suggestion
Primary: Bakery. Additional: none suggested from the sample facts. Coffee alone does not establish that the business is a café. The owner should choose only categories available in their profile that describe the business as a whole.
Products or services to list
Bread · Pastries · Coffee. Add these in the fields the profile offers, with the owner's confirmed wording. Custom cakes, catering and delivery are absent because the sample has no evidence for them.
Four weeks of ready-to-post updates
Week 1 · Find us
Juniper Street Bakery is at 123 Main St in Springfield. We offer bread, pastries and coffee. See you Tuesday through Sunday during the hours on our profile.
Week 2 · What we offer
Looking for bread or pastries in Springfield? We offer both, plus coffee. Call ahead if you need to know what's available today.
Week 3 · Sunday hours
Planning a Sunday bakery stop? We're open 8 am to 2 pm at 123 Main St. Please confirm holiday changes before you travel.
Week 4 · Plan your visit
We're closed Monday. We open Tuesday through Friday at 7 am and Saturday and Sunday at 8 am. Find bread, pastries and coffee at Juniper Street Bakery.
Owner-ready answers for Q&A, where available
These are answers to use for existing or aggregated customer questions if the profile offers Q&A. They are not fake questions to publish as customers.
Are you open on Sunday?
We're open Sunday from 8 am to 2 pm. Please check for holiday changes.
What do you sell?
We offer bread, pastries and coffee. Please call for today's selection.
Where are you located?
We're at 123 Main St, Springfield, IL 62701.
Can I call about today's selection?
Yes. Call +1-217-555-0142.
Google's current help covers profile descriptions, categories, services, and updates. Available fields can differ by profile.
Make it simple for actual customers to review their visit
The owner gets neutral request copy, a print-ready card, and replies that can be adapted to the review that was actually written. No one is asked for a particular rating.
Sample review request and reply pack
All copy below is illustrative and unsent. Use it only with real customers after a real visit. Do not offer discounts, gifts or other incentives, screen out unhappy customers, or ask anyone to review while pressured on the premises.
Text message
Thanks for visiting Juniper Street Bakery. If you'd like to share an honest review of your experience, here's our Google review link: [owner's verified review link]. Every kind of feedback is welcome.
Email message
Subject: How was your visit to Juniper Street Bakery?
Thanks for stopping by. If you have a moment, you can share an honest review of your visit here: [owner's verified review link]. We welcome all feedback, positive or critical. — Juniper Street Bakery
Printable review card mockup
Open the printable SVG card. The scannable QR points to https://example.com/review, a reserved placeholder, not a Google review page. A real Kit uses the owner's confirmed Google review link. Google explains how owners can get that link or QR code and ask for reviews without incentives or rating filtering.
Reply templates to adapt after reading the actual review
Positive review
Thank you for visiting Juniper Street Bakery and taking time to share your experience. [Mention a detail only if the reviewer actually wrote it.] We appreciate the feedback.
Mixed review
Thank you for the honest feedback. We hear your point about [specific issue the reviewer mentioned]. We'll look into it. If you'd like to share more detail, please call us at +1-217-555-0142.
Negative review
I'm sorry your visit fell short. We'd like to understand what happened, without asking you to share private details here. If you're willing, please call us at +1-217-555-0142 so we can listen.
These templates are not customer testimonials or actual replies. The owner should remove any sentence that does not fit the real review or what the business can honestly do.
See which useful details other local pages make easier to find
A snapshot of three comparable businesses can reveal a practical content gap, such as a visible menu or holiday-hours page. It does not tell you who sells more or who AI will recommend.
Sample nearby competitor snapshot
Entirely fictional comparison. These business names and their public pages are invented for the sample. They are not real competitors or observed search results. For a real Kit, we choose three comparable nearby businesses and cite dated, public URLs for every comparison.
| Fictional nearby business | What its assumed public page shows | Gap on Juniper's assumed site | Useful owner action |
|---|---|---|---|
| Willow Lane Bread Shop | A dated menu page naming current breads | Juniper says “bread” but has no current-selection page | Add a simple menu page only if someone can keep it current. |
| Maple Corner Café | Holiday hours posted on its site and public listing | Juniper's holiday hours are unspecified | Confirm and publish special hours before each holiday. |
| Stone Bridge Bakery | A clear preorder policy with lead time and contact method | Juniper's preorder policy is unknown | Ask the owner whether preorders exist; publish the actual policy if they do. |
None of these examples implies the other bakeries rank higher, are more popular, or get more customers. In a real comparison, we show the exact public evidence and its date.
See what assistants actually say, then check again
You get a dated record of the answers to the same questions before and after you publish. The 30-day re-check shows what those particular runs said, including errors that remain.
Sample before/after and 30-day re-check worksheet
A real Kit records each assistant’s actual words before changes are published, then repeats the same questions about 30 days after the owner confirms publication. This fictional bakery has not been tested. No response below is presented as an observation.
Questions we ask
- “Best bakery in Springfield, IL?”
- “Is Juniper Street Bakery open on Sunday?”
- “Juniper Street Bakery hours”
- “Where is Juniper Street Bakery, and what is its phone number?”
- “Where can I get bread and coffee in Springfield, IL?”
| Exact prompt | Before answer | After answer |
|---|---|---|
| Best bakery in Springfield, IL? | Not run — fictional business | Not run — fictional business |
| Is Juniper Street Bakery open on Sunday? | Illustrative hypothetical answer — not a real AI response “I found conflicting Sunday information: the assumed bakery website says 8 am–2 pm, but an invented map listing says closed. I can't confirm which is current.” | Illustrative hypothetical answer — not a real AI response “According to Juniper Street Bakery's illustrative website at https://example.com, Sunday hours are 8 am–2 pm.” |
| Juniper Street Bakery hours | Not run — fictional business | Not run — fictional business |
| Where is Juniper Street Bakery, and what is its phone number? | Illustrative hypothetical answer — not a real AI response “The assumed website lists 123 Main St and +1-217-555-0142, but invented Foursquare and Yelp entries show different details. I would verify them before relying on either listing.” | Illustrative hypothetical answer — not a real AI response “Juniper Street Bakery's illustrative website at https://example.com lists 123 Main St, Springfield, IL 62701 and +1-217-555-0142.” |
| Where can I get bread and coffee in Springfield, IL? | Not run — fictional business | Not run — fictional business |
How each result is recorded
| Field | Before changes | After changes |
|---|---|---|
| Question and assistant | Exact prompt; assistant name and mode | Same prompt; assistant name and mode |
| Run details | Date/time, device or browser, signed-in state, location setting | New date/time; same settings where possible |
| Answer | Verbatim response or screenshot; source links shown | Verbatim response or screenshot; source links shown |
| Accuracy notes | Named? Address, phone and hours correct? Any unsupported claim? | Same checks; note changes and remaining errors |
| Sample page status | No actual run — examples above are hypothetical | No actual run — examples above are hypothetical |
The two filled pairs demonstrate the recording format and possible changes after corrections. They do not show an observed result or establish that an AI assistant would give either answer.
Answers can vary by assistant, date, location and personalization. The comparison records what happened in those runs; it does not promise a future ranking or recommendation.
Your time is worth something, too
If you did this yourself, these are the jobs you would need to make time for. They are work descriptions, not measured hour claims or inflated dollar comparisons.
| What changes | Owner time if doing it yourself | What the Kit prepares |
|---|---|---|
| Know where to start | Search public questions and reviews, compare them with your site, then decide what matters first. | One-page action summary, question map with scorecard, and printable staff answer sheet. |
| Publish clear facts | Check every field, write useful answers, learn your site editor, and validate the code. | Business JSON-LD, FAQ and matching code, About us paragraph, plus installation steps. |
| Correct your public profiles | Open six listings one by one, compare details, then draft profile copy and updates. | Mismatch-by-mismatch fixes, Google Business Profile copy pack, and a holiday-hours reminder. |
| Invite honest feedback | Find your review link, write neutral requests, design a card, and prepare thoughtful replies. | Request messages, printable QR card and review reply templates. |
| Check the wider picture | Read three comparable public pages and test the same questions twice, about a month apart. | Competitor snapshot, dated AI answer record and 30-day re-check. |
AI Visibility Kit: $149, one time. If the Kit is not useful to you, you do not pay. You stay in control of every site and profile change.
Before you decide
“I already have a Google listing.”
Good. We check whether its facts agree with your site and other public profiles. If it is already accurate, we say so. The Kit also covers the questions your site answers, the copy you can add, and a dated AI test.
“Is AI search real?”
AI assistants can answer local-business questions, but we do not claim they will recommend a particular shop. The Kit records what named assistants actually say about your business and corrects public information they may use.
“I'm not technical.”
You get paste-ready copy and platform steps. You or your web person publishes it. We never need your website or Google password.
“Is this legit?”
The real Kit shows dated source links, actual mismatches, the exact copy we wrote, and the assistant answers we observed. This page labels every invented sample. We do not show fake results or testimonials.
“I don't have time.”
Start with the one-page summary and its three actions. You still need to confirm facts and make account changes; we prepare the research and words so you can work from a clear list.
Give your client a concrete plan under your name
We research, write and format the Kit under your branding. You hand it to your client; they confirm facts and publish changes in their own accounts. You keep the relationship, and no login sharing is needed.
What your client gets
- A one-page action plan, 25+ source-backed customer questions, and an answered/unanswered scorecard.
- Ready-to-paste business schema, customer FAQ, About us paragraph, and printable staff answer sheet.
- Six-source listing fixes, a Google Business Profile copy pack, and a quarterly holiday-hours reminder template.
- Honest review-request copy, a printable QR card, review replies, and three public competitor comparisons.
- A dated AI before/after record and an included 30-day re-check after the client confirms publication.
First kit free. After that, you pay $79 per kit. Arithmetic example only: if you charge your client $249, you keep $170. You set your own client price; this is not a claim about what other agencies charge.
Ask for your first agency KitWant this for your business?
Reply to the message that sent you here, or email your business name and website. We'll start with what is publicly visible and tell you what needs your confirmation. The Kit is $149, one time; if it isn't useful, you don't pay.
Email [email protected]Run the free site check