Pillar 1: Onsite
Weeks 1–4 · Goal: Convert existing trafficZero marketing decisions should be made without data. No other task should proceed until this is in place.
Completed stack: PostHog + Google Search Console
| Tool | Purpose | Cost |
|---|---|---|
| PostHog | On-site behaviour, funnels, session replays, UTM/source attribution, custom conversion events | Free to ~50k visitors/month |
| Google Search Console | SEO keyword data, impressions, click-through rates, search rankings — no on-site script required | Free |
Why not GA4? PostHog is more powerful for funnel and behaviour tracking, requires no cookie consent banner (cookie-free by default), and is free at current traffic levels. GA4 adds complexity without meaningful benefit for this use case.
PostHog setup — completed 2026-05-16
- ✓ PostHog JS snippet installed on all pages via Eleventy base layout
- ✓ Custom event for contact form submission:
posthog.capture('contact form submitted') - ✓ Custom event for contact form failure:
posthog.capture('contact form failed') - ✓ Session recordings enabled (all sessions, no triggers)
- ✓ Exception autocapture enabled — JS errors captured automatically
- ✓ UTM parameter tracking active — captured automatically on all pageviews
- ✓ User identify on form submit — contact form links session to name and email
- ✓ "Analytics basics" dashboard created in PostHog with 10 insights: pageviews, top pages, referring domains, UTM campaigns, visitors by country, total leads, lead submissions over time, contact form success rate, demo-to-contact funnel, lead sources
- ✓ GitHub Actions workflow updated to build site with PostHog token before deploying to S3
Google Search Console setup
- Verify ownership of hosposure.com.au in Search Console
- Submit the sitemap (
/sitemap.xml) - Monitor weekly: top queries, impression share, CTR for primary keywords
LLM visibility monitoring (manual, monthly)
No paid tool is necessary at current scale. Run the full query list in the AIO tab monthly across ChatGPT, Perplexity, and Google AI Overviews and record whether HospoSure appears.
Branded search volume in Google Search Console (people Googling "HospoSure" directly) is a useful proxy for LLM-driven awareness — track it monthly as a trend.
The homepage has a pricing section at /#pricing. This is not sufficient for SEO or paid ads. A dedicated /pricing page should:
- Mirror the three tiers (Free demo, $499 one-time, $39/month)
- Go deeper: inclusions per tier, FAQ (cancellation, free trial, data), comparison to DIY spreadsheets
- Frame the $499 as an investment against the cost of a bad first month of trading
- Have a single focused CTA: "Start your free demo"
- Become the landing page destination for future paid search ads
Files to create: src/pricing.html, src/_data/pricing.json
Replace the "Blog" nav link with "The Pass" — a branded resource hub for cafe founders. The existing blog posts are SEO assets and stay published at their current URLs; only the nav label and landing page change.
- Remove "Blog" from the main navigation
- Add "The Pass" to the nav, pointing to
/the-pass/ - Create
src/the-pass.html: curated resource hub with lead magnet opt-in above the fold - Lead magnet: "The 10 Numbers Every Cafe Owner Must Know Before Opening" (downloadable PDF)
- Opt-in: first name + email only, delivered via Mailchimp (free tier)
- Add a secondary CTA on the homepage pointing to The Pass
- List existing blog posts and guides below the opt-in as free resources
Files: src/the-pass.html (new), update src/_includes/main.html nav
Template selected by Tim. Migrate the site from the current Eleventy + Bootstrap 4 build to the new template stack. Current site uses a large pre-built theme (8,642 lines) with WOW.js animations — functional but dated.
Migration requirements
| Criterion | Why it matters |
|---|---|
| Clear feature grid with icons or screenshots | Needed to showcase the three key features |
| Chat or AI UI section | Must present the AI assistant credibly |
| Dedicated pricing page | Full /pricing route, not just a section |
| Testimonials section | 9 reviews need prominence |
| Fast, static output | Keep the performance advantage of the current static build |
Migration steps
- Set up the new template in a separate branch
- Port all content from
src/_data/show.jsonandsrc/_data/site.js - Migrate all blog posts and guide pages
- Port the new pricing page and The Pass created in tasks 2 and 3
- QA on staging before cutting over DNS
Do this after the template migration (task 4) — the new template may have a different hero layout that changes what copy is needed and where. Rewrite to lead with outcome, not features.
Current subheadline: "Pre-Opening Cafe Planning with Expert Recipe Templates and Square POS Integration" — this is a product list.
Replace with the outcome:
- Option A: "Know your numbers before you spend a dollar"
- Option B: "Most cafes fail in year one. HospoSure helps you not be one of them."
Lead with outcome first, then list what makes that possible. Ensure the three key features (Test Kitchen, Square menu management, AI assistant) appear in the hero or immediately below it.
| # | Issue | Impact | File |
|---|---|---|---|
| 1 | aggregateRating count wrong (5 vs 9) | Low | src/_data/site.js |
| 2 | Resource page is empty | Medium | src/resource.html |
| 3 | Demo flow has no price anchor | High | src/index.html |
Three of HospoSure's strongest features are either absent or buried. These need to be surface-level, named, and specific.
| Feature | Current state | Required change |
|---|---|---|
| 200+ recipe Test Kitchen library | Referenced vaguely as "expert recipe templates" | Name it: "200+ chef-tested recipes in the Test Kitchen library" |
| Square menu management | Framed as a one-time setup step | Reframe as ongoing: "manage your live Square menu directly from HospoSure" |
| AI chat assistant | Completely absent from the site | Add a dedicated feature section with screenshot or demo |
These three features separate HospoSure from a generic spreadsheet. They should appear in the hero, features section, and pricing page.
For each feature, write:
- A one-sentence headline that leads with the benefit
- A two-sentence description
- A supporting visual (screenshot or gif)
Files to update: src/_data/show.json features and hero sections
9 real 5-star reviews exist in structured data. Two are named businesses ("The Chai Room", "Little Shop of Waffles" in Sydney). Ensure they are visible above the fold or close to it.
Add the Trustpilot widget if not already present.
Done: Hero social proof strip added (5 stars + 4.3/5 + Trustpilot link). Star ratings uncommented on all 8 rated review cards. Trustpilot widget swapped from Review Collector to MicroStar display.
Current flow: visitor goes to app with no price anchor. Add:
- A brief pricing mention on the homepage: "Free demo, then $499 one-time"
- A "What happens after the demo?" section on the homepage
- In the app: surface the upgrade prompt after a meaningful action, not on arrival
Pillar 2: SEO
Months 1–6 · Goal: Build organic traffic"How to open a cafe in Australia" and related queries are high-intent searches from people actively planning to spend money. HospoSure is the exact answer. Ranking for these terms is a compounding long-term asset.
Primary keywords — use in H1, page title, URL
| Keyword | Cluster | Intent |
|---|---|---|
| cafe financial modelling | Financial modelling | High |
| cafe menu development | Menu costing | High |
| cafe business planning | Cafe startup planning | High |
| cafe recipe costing | Menu costing | High |
| cafe financial projections | Financial modelling | High |
| cafe startup planning | Cafe startup planning | High |
| opening a cafe Australia | Cafe startup planning | High |
| pre-opening cafe planning | Cafe startup planning | High |
| cafe recipe templates | Menu costing | High |
| Square POS cafe integration | POS and software | High |
| cafe cash flow report | Financial modelling | High |
Secondary keywords — use in H2/H3, body copy, features
| Keyword | Cluster |
|---|---|
| cafe overheads calculation | Financial modelling |
| cafe labour costs | Financial modelling |
| cafe COGS | Financial modelling |
| POS integration cafe | POS and software |
| Australian cafe planning | Cafe startup planning |
| cafe founder | Cafe startup planning |
| bank-ready cafe reports | Financial modelling |
| cafe dish performance analysis | Menu costing |
| pre-opening cafe setup | Cafe startup planning |
| expert cafe recipe templates | Menu costing |
| cafe test kitchen library | Menu costing |
Target query clusters
| Cluster | Example queries | Intent |
|---|---|---|
| Cafe startup planning | "how to open a cafe in Australia", "cafe business plan template Australia" | High |
| Financial modelling | "cafe startup costs Australia", "cafe break-even calculator" | High |
| Menu costing | "cafe recipe costing spreadsheet", "menu cost calculator Australia" | High |
| POS and software | "cafe planning software Australia", "Square POS cafe integration" | High |
| Comparison | "HospoSure alternative", "cafe business planning tool" | High |
Keyword research findings (competitor gap analysis)
Research against clevercafecompany.com.au and thehospitalitycoach.net. Keywords below are either uncontested or competitors ranking poorly — priority targets for new content and on-page optimisation.
| Keyword | Vol/mth | Opportunity | Cluster |
|---|---|---|---|
| cafe point of sale | 260 | High — target POS guide page | POS and software |
| point of sale for coffee shop | 260 | High — target POS guide page | POS and software |
| pos for cafe | 260 | High — target POS guide page | POS and software |
| ato benchmark | 600 | High — competitor pos 47, low competition | Financial modelling |
| ato benchmarks | 300 | High — competitor pos 62, low competition | Financial modelling |
| cafe business plan | 140 | High — core intent keyword | Cafe startup planning |
| setting up a coffee shop | 140 | High — startup intent | Cafe startup planning |
| how to open a cafe | 80 | High — competitor pos 51 | Cafe startup planning |
| how to start a cafe | 50 | High — competitor pos 56 | Cafe startup planning |
| best pos for cafe | 30 | Medium — specific buyer intent | POS and software |
| opening a cafe checklist | 20 | Medium — competitor pos 16, high intent | Cafe startup planning |
| buying a cafe | 20 | Medium — competitor pos 3, well-contested | Cafe startup planning |
| cafe consultant sydney | 20 | Low — geo-specific, target in copy | Cafe startup planning |
Competitor research conducted against clevercafecompany.com.au and thehospitalitycoach.net using keyword gap analysis. Volumes sourced from keyword research tool data. Verify in GSC once site is indexed.
ATO benchmarks opportunity: "ato benchmark" (600/mth) and "ato benchmarks" (300/mth) are high-volume informational keywords where competitors rank very poorly (pos 47 and 62). A single guide covering ATO cafe benchmarks for labour, COGS, and overheads could capture significant organic traffic and directly supports HospoSure's financial modelling messaging.
- Every page needs a unique, keyword-rich
<title>and meta description - Add descriptive alt text to all images
- Add an H1 to every page if missing
- Verify structured data with Google's Rich Results Test after implementation
- Fix
aggregateRating.ratingCountinsite.jsto match actual review count
Schema.org implementation — priority order
Schema.org remains relevant for Google rich results and LLM/AIO visibility. Focus on the four high-value types below. Legislation type for Terms and Privacy pages is not worth implementing. Google: Intro to structured data · Rich Results Test
| Type | Page | Value | Status |
|---|---|---|---|
Organization | Sitewide (via layout) | Entity recognition by Google and LLMs. Name, URL, logo, social links, contact. | Done |
SoftwareApplication | Homepage (/) | Enables app rich results. applicationCategory, operatingSystem, offers (pricing), aggregateRating. | Done |
FAQPage | FAQ page (/faq) | FAQ rich result — expands listing in search with accordion Q&A. High click-through impact. | Done |
AggregateRating | Homepage (nested in SoftwareApplication) | Review stars in search results. Requires ratingValue, ratingCount, bestRating. | Done |
Blog | Blog index (/the-pass) | Low impact but correct typing. Minimal effort. | To do |
BlogPosting | Each blog post | Correct typing. headline, datePublished, author, image. Low direct impact. | To do |
Schema.org properties — SoftwareApplication (homepage)
| Property | Value |
|---|---|
@type | SoftwareApplication |
name | HospoSure |
url | https://hosposure.com.au |
applicationCategory | BusinessApplication |
operatingSystem | Web |
description | Cafe business planning and financial modelling software for Australian cafe startups. Recipe costing, cash flow projections, and Square POS integration. |
offers.price | 39 |
offers.priceCurrency | AUD |
aggregateRating.ratingValue | Pull from site.js |
aggregateRating.ratingCount | Pull from site.js (keep in sync with actual reviews) |
aggregateRating.bestRating | 5 |
Schema.org properties — Organization (sitewide)
| Property | Value |
|---|---|
@type | Organization |
name | HospoSure |
url | https://hosposure.com.au |
logo | URL to logo image |
email | hello@hosposure.com.au |
sameAs | LinkedIn, Facebook, Instagram, Trustpilot URLs |
areaServed | AU |
Homepage optimisation checklist
- H1 contains the primary seed keyword
- Clear statement of what HospoSure is, who it is for, and what makes it different
- Internal links to main feature/service sections
- Links to recent blog posts and guides
- FAQ section present and linked
- Real photos and video integrated (not stock)
- Step-by-step product walkthrough visible on the page
- Pricing section present and accurate
- Social proof (Trustpilot reviews) above the fold or near CTA
Blog post optimisation checklist
- Primary keyword in H1, first paragraph, and at least one H2
- Target keyword density approximately 2% across the post
- Internal links to at least 2 other posts and to the pricing or demo page
- FAQ section at the bottom targeting long-tail variants
- Author byline present
- Date published and date updated visible
- At least one real image with descriptive alt text
- CTA at the end linking to demo or pricing
Per-page title and meta description targets
| Page | Title | Meta description |
|---|---|---|
| Homepage | Cafe Business Planning and Financial Modelling Australia | Cafe business planning and modelling, recipe analysis, and financial metrics. Easy-to-use software with access to accredited hospitality coaching and expert mentorship on demand. |
| Blog index | The Pass — Guidance for Cafe Founders | Useful guidance and home truths for cafe management and pre-opening planning. |
| FAQ | FAQ — HospoSure Cafe Planning Software | Quick answers to frequent questions about HospoSure's cafe planning and financial modelling tools. |
| About Us | About HospoSure — Our Purpose and Vision | Meet the team behind HospoSure and learn why we built Australia's cafe business planning platform. |
| Contact Us | Contact HospoSure — Get in Touch | We're here to help you every step of the way. Reach out with any questions about HospoSure. |
Current page structure for reference when planning content updates or schema implementation.
| Page | Section structure |
|---|---|
| Homepage | Header/Nav · Hero · Product Overview · Product Process (1-2-3) · Process Detail (Modelling, Recipe Analysis, Dashboard) · Key Features · Partnerships · Founder Problems · Testimonials · Pricing · CTA · Footer |
| Blog index (The Pass) | Header/Nav · Hero · Post list · Footer |
| Blog post | Header/Nav · Post header (title, date, tags) · Body · CTA · Footer |
| FAQ | Header/Nav · Hero · FAQ accordion · Footer |
| About Us | Header/Nav · Hero · Team cards · Purpose/vision · Footer |
| Contact Us | Header/Nav · Contact form · Footer |
| Terms of Use | Header/Nav · Legal content · Footer |
| Privacy Policy | Header/Nav · Legal content · Footer |
Navigation: Home · The Pass · FAQ · About Us · Contact Us · Sign In
11 posts exist. Before writing new content:
- Use PostHog or GSC to identify the top 3 posts by traffic
- Strengthen those three first: update facts, add internal links, improve headings, expand thin sections
- Interlink posts to each other and back to the pricing/demo CTA
Keyword density: Aim for approximately 2% usage of the primary keyword throughout each piece of content. Use semantic variations naturally rather than forcing exact matches. Google: Creating helpful content
Content by funnel stage
Plan content across all three stages. Awareness content drives traffic; consideration and decision content drives conversions.
| Stage | Content type | Example | Status |
|---|---|---|---|
| Awareness | Blog posts | "How to open a cafe in Australia" | Planned |
| How-to guides | "How to cost a cafe menu" | Planned | |
| Free resources | Demo access, templates | Done | |
| Case studies | Real cafe founder stories using HospoSure | Not started | |
| Consideration | Testimonials | Trustpilot reviews on site | Done |
| "Best X for Y" posts | "Best POS system for cafes in Australia" | Planned | |
| "X vs Y" comparisons | "HospoSure vs spreadsheets for cafe planning" | Not started | |
| Decision | Complete category guides | "Complete guide to cafe financial modelling" | Not started |
New posts to prioritise
| Post title | Stage | Target cluster | Word count |
|---|---|---|---|
| "ATO benchmarks for cafes: what your numbers should look like" | Awareness | Financial modelling | ~1,800 |
| "How to open a cafe in Australia: the complete pre-opening checklist" | Awareness | Startup planning | ~2,500 |
| "How to cost a cafe menu in Australia" | Awareness | Menu costing | ~1,800 |
| "Cafe startup costs in Australia: what you actually need to budget" | Awareness | Financial modelling | ~2,000 |
| "How to calculate break-even for a cafe" | Awareness | Financial modelling | ~1,500 |
| "Best POS system for cafes in Australia: Square vs the alternatives" | Consideration | POS and software | ~1,500 |
| "Square POS for cafes: connect your sales data to your planning" | Consideration | POS and software | ~1,500 |
| "Cafe business plan template: what banks actually want to see" | Decision | Startup planning | ~2,000 |
Priority: The ATO benchmarks post targets 600+ monthly searches where competitors rank very poorly — write it first. Case studies and "X vs Y" comparisons are the biggest content gaps; plan at least one of each in Phase 2.
- Sitemap submitted to GSC
- Canonical tags on all pages
- No broken internal links
- Mobile-friendly (verify in GSC)
- Core Web Vitals passing (check in GSC)
- HTTPS throughout
- Robots.txt correct (not blocking crawl of important pages)
PageSpeed Insights · Google Search Console · Google SEO Starter Guide
One new SEO-targeted post per month. Prioritise depth over volume. A single 2,000-word post that fully answers a high-intent query is worth more than five 500-word posts.
Pillar 3: Offsite
Months 1–6 · Goal: Build authority and referrals| Directory | Priority | Notes |
|---|---|---|
| Google Business Profile | Very high | Controls Knowledge Panel and Maps listing |
| Trustpilot | Done | Already present |
| Capterra | High | Searched by buyers comparing software |
| G2 | High | LLMs frequently cite G2 reviews |
| GetApp | Medium | Gartner property, broad reach |
| Product Hunt | Medium | Tech-adjacent audience, generates backlinks |
| Crunchbase | Medium | Establishes entity presence for LLMs |
| LinkedIn Company Page | High | Already exists, ensure it is complete |
| SourceBottle / HARO (AU) | Medium | Expert quote placements generate press mentions |
Citations — business directory mentions
Citations (consistent name, URL, and contact details across directories) build trust signals for Google. Focus on Australian and hospitality-relevant directories first.
| Directory | Priority | Notes |
|---|---|---|
| Yellow Pages (yellowpages.com.au) | Medium | Australian business directory, broad reach |
| True Local | Medium | Australian local business directory |
| Yelp | Low | Low AU relevance but adds citation breadth |
| Manta | Low | SME directory, adds entity presence |
Q&A sites
Answering relevant questions on Q&A platforms builds brand visibility and can generate referral traffic. Focus on genuine, helpful answers — do not spam links.
| Platform | Approach |
|---|---|
| Quora | Answer questions about opening a cafe in Australia, cafe financial planning, Square POS setup. Link to relevant blog posts where genuinely useful. |
| Reddit (r/smallbusiness, r/australia) | Participate in cafe founder discussions. Build credibility before mentioning HospoSure. |
Clever Cafe Company is already converting. This model works. Scale it.
| Partner type | Example | Lead quality | Effort |
|---|---|---|---|
| Hospitality business coaches | Clever Cafe Co. | Very high | Medium |
| TAFE hospitality departments | TAFE NSW, William Angliss | High | Medium |
| Council small business programs | Business Victoria, Business Connect NSW | High | Medium |
| Commercial kitchen incubators | Shared kitchen operators | Medium | Low |
| Hospitality accountants | Boutique firms specialising in food business | High | Medium |
Offer: referral commission per paid conversion, co-branded content, or resource sharing.
Target 3–5 backlinks per quarter from relevant sites.
| Method | Target sites | Effort |
|---|---|---|
| Guest posts | Cafe industry blogs, hospitality association newsletters | Medium |
| Expert quotes | Food business press, startup media in AU | Low (via SourceBottle) |
| Partner mentions | Every partner site should mention and link to HospoSure | Low |
| Resource page listings | University entrepreneurship centres, TAFE resource pages | Low |
| PR (milestone-based) | App launch updates, customer success stories | Medium |
Ask satisfied customers at the right moment:
- After they complete their first financial model (in-app prompt)
- After they receive their bank-ready report
- After a successful opening (follow-up email at 30 days post-onboarding)
Ask for: Trustpilot review, Google review, and optionally refer a friend. One click per ask.
| Channel | Priority | Cadence | Content type |
|---|---|---|---|
| High | 2x per week | Cafe numbers, customer results, practical tips | |
| Medium | 2x per week | Carousels from blog posts, cafe startup visuals | |
| Low | 1x per week | Repurpose LinkedIn posts |
LinkedIn content pillars
- The numbers behind opening a cafe (financial insight posts)
- Customer results and named business stories
- Behind the product: what we built and why
- Practical tips: cafe planning, menu costing, Square POS
Pillar 4: Email Marketing
Months 1–6 · Goal: Nurture leads and convert demos to paid| Source | Method |
|---|---|
| Homepage opt-in | Lead magnet: "The 10 Numbers Every Cafe Owner Must Know Before Opening" PDF |
| Resource page | Same opt-in, different context |
| Blog post upgrades | Relevant checklist or template download at end of high-traffic posts |
| Demo signup | Automatically add all demo signups to the nurture sequence |
Triggered on opt-in.
| Day | Content | |
|---|---|---|
| 1 | 0 | Deliver the lead magnet. Introduce HospoSure in one paragraph. No hard sell. |
| 2 | 2 | The biggest financial mistake cafe founders make (links to blog post) |
| 3 | 4 | How to know if your menu will actually make money (menu costing angle) |
| 4 | 7 | Customer story: how [named business] used HospoSure to open confidently |
| 5 | 10 | Soft CTA: "Ready to see it working for your cafe? Start your free demo." |
Triggered when someone starts a demo but has not paid.
| Day | Content | |
|---|---|---|
| 1 | 1 | "Here is what to do first in your demo" — guided quick win |
| 2 | 3 | "What does the financial model tell you?" — surface the value |
| 3 | 7 | Address the most common objection: "Is $499 worth it?" |
| 4 | 14 | Urgency without pressure: "Your demo data is saved. Pick up where you left off." |
| 5 | 21 | Final nudge: direct offer, clear CTA, easy reply option |
Triggered 30 days after becoming a paid customer.
| Trigger | Content | |
|---|---|---|
| 30-day check-in | 30 days post-payment | "How is the planning going?" Personal feel, not automated-looking |
| Review request | 45 days post-payment | Ask for Trustpilot or Google review. Direct link. No login friction. |
| Referral ask | 60 days post-payment | "Know anyone else planning to open a cafe?" One-line ask, no pressure. |
Start with Mailchimp (free up to 500 contacts, 1,000 emails/month). Migrate to ActiveCampaign or ConvertKit when sequences become more complex or the list exceeds 500.
| Metric | Target |
|---|---|
| Welcome sequence open rate | 40%+ (industry average 25%) |
| Demo nurture click-through rate | 5%+ |
| Demo-to-paid conversion from email | Track separately from organic conversion |
| List growth per month | Set baseline once capture is live |
Pillar 5: Reputation
Ongoing · Goal: Build trust signals across Google, Trustpilot, and G29 real 5-star Trustpilot reviews exist in structured data. Two mention named businesses in Sydney. This is a strong foundation. The gap is that these reviews are not being actively grown or distributed.
Reviews feed four things simultaneously: conversion (social proof), SEO (Google Business Profile ranking), AIO (LLMs cite named reviews), and trust (Trustpilot widget).
| Platform | Priority | Why |
|---|---|---|
| Google Business Profile | Very high | Affects local search ranking and Maps listing. Claim the profile first. |
| Trustpilot | High | Already present. Need to actively solicit new reviews. |
| G2 | High | LLMs and software buyers cite G2. Even 5–10 reviews establishes presence. |
| Capterra | Medium | Gartner-owned, broad buyer reach. |
| Low | Declining relevance but still visible in search. |
Ask at the right moment, not randomly. Three moments where customers are most likely to say yes:
- After completing their first financial model in the app (in-app prompt)
- After downloading their bank-ready report (high-value moment)
- 45 days after becoming a paid customer (via automated email)
Make it one click. Direct link to the review platform. No login friction where possible.
Respond to every review, positive or negative.
- Positive: short, personal, mention the customer's business or detail if they shared it
- Negative: acknowledge the issue, offer to resolve via email, do not argue publicly
Responses signal to both Google and potential customers that the business is active and cares.
Reviews that include the product name, category, and location are more likely to be cited by LLMs. When asking for reviews, a brief prompt helps:
Do not script it. Just surface the idea.
Pillar 6: AIO / LLM Visibility
Months 2–12 · Goal: Appear in AI-generated answersWhen someone asks ChatGPT, Perplexity, Google AI Overviews, or Claude "what's the best cafe planning software in Australia", does HospoSure appear? This is Generative Engine Optimisation (GEO).
HospoSure has an advantage: it is a specific, named product in a specific niche. LLMs are effective at surfacing niche tools when the product is clearly described and well-cited externally. The work to fix this is achievable.
Google's official position: Generative AI features in Search rely on the same core ranking systems as traditional search. There is no separate AIO algorithm — the path to appearing in AI Overviews is the same as the path to ranking well: helpful, credible, well-structured content. Source: Google AI Optimization Guide
Tactics confirmed ineffective by Google — do not action
- Creating
llms.txtfiles - "Chunking" content into small pieces for AI comprehension
- Rewriting content specifically for AI systems
- Over-emphasising structured data as a requirement for AI visibility
- Pursuing inauthentic mentions across the web
Google confirms AI features use the same ranking signals as traditional search. Focus on genuine content quality and credibility — not AIO-specific hacks. Google AI Optimization Guide
| Action | Why it helps | Effort |
|---|---|---|
| Write genuinely helpful, expert-led long-form guides | Google RAG pulls from indexed content. First-hand expertise (Tim, Chetan) is a direct signal. | Medium |
| Add clear entity language to the site | "HospoSure is Australian cafe business planning software..." stated plainly, not implied | Low |
| List on G2, Capterra, Product Hunt | Authoritative third-party sources LLMs use to verify product existence and category | Low |
| Complete Crunchbase and LinkedIn company profiles | Establishes the entity as real, named, and categorised | Low |
| Earn named reviews on Trustpilot, G2, Capterra | Reviews mentioning product name, category, and location are cited by LLMs more often | Ongoing |
| FAQ schema markup | FAQ answers surface directly in AI Overviews. Verify implementation is correct. | Low |
| External citations from partners | Clever Cafe and other partners describing HospoSure with its full name, category, and URL | Medium |
| Ensure content is crawlable and indexable | AI features can only surface content Google has indexed. Technical fundamentals are a prerequisite. | Low |
Use this or a variant wherever the brand appears: directories, partner sites, press mentions, social bios.
Run each query manually in ChatGPT, Perplexity, and Google AI Overviews monthly. Record whether HospoSure appears, where in the response, and how it is described.
Target queries by pillar
| Pillar | Query |
|---|---|
| Cafe startup planning | "best cafe business planning tool Australia" |
| Cafe startup planning | "how to plan opening a cafe in Australia" |
| Cafe startup planning | "cafe pre-opening checklist Australia" |
| Financial modelling | "cafe financial modelling software Australia" |
| Financial modelling | "how to do cash flow projections for a cafe" |
| Financial modelling | "cafe startup costs calculator Australia" |
| Financial modelling | "how to create bank-ready cafe reports" |
| Menu costing | "how to cost a cafe menu Australia" |
| Menu costing | "cafe recipe costing software" |
| Menu costing | "cafe dish performance analysis tool" |
| POS integration | "Square POS cafe planning software" |
| POS integration | "best POS integration for Australian cafes" |
| Branded | "what is HospoSure" |
| Branded | "HospoSure review" |
Tracking signals
| Signal | Frequency |
|---|---|
| Manual LLM query checks (ChatGPT, Perplexity, Google AI Overviews) | Monthly |
| Branded search volume in GSC ("HospoSure" queries — proxy for LLM-driven awareness) | Monthly |
| Brand mention tracking via Google Alerts | Ongoing |
Brand Context
HospoSure Pty Ltd · ACN 662 503 808| Stage | Pain | Message |
|---|---|---|
| Awareness | "Opening a cafe is overwhelming and risky" | "Plan your cafe with expert-proven tools" |
| Consideration | "I need financial projections but don't know where to start" | "Build bank-ready cash flow reports in hours, not weeks" |
| Decision | "Will this actually work for my specific cafe?" | "Free demo + money-back guarantee" |
| Retention | Ongoing menu optimisation, POS sync, performance tracking | Surface feature value in-app at the right moments |
- Australian-specific: Tailored to AU market, regulations, and terminology
- All-in-one: Replaces multiple disconnected tools (spreadsheets, POS, recipes)
- Expert-backed: Recipes and templates from hospitality professionals
- Practical focus: Designed for operators, not accountants
Core features (must-have)
- Financial modelling engine
- Recipe costing calculator
- Cash flow projections
- Menu builder
Differentiating features (competitive edge)
- Square POS integration
- Test kitchen recipe library
- Dish performance analysis
- Bank-ready report export
Supporting features (value-add)
- Overhead calculators
- Labour cost planning
- Pre-opening checklists
- Demo access
| Use | Avoid |
|---|---|
| cafe | café |
| expert | veteran |
| modelling | modeling |
| pre-opening planning | generic "planning" |
| test kitchen library | recipe collection / templates |
| dish performance analysis | menu analytics |
| revolutionary, game-changing | hype language of any kind |
Current
- Square POS — primary POS integration (OAuth + manual token)
- AWS Amplify — backend infrastructure
- Trustpilot — review platform
Potential future
- Xero / MYOB (accounting)
- Additional POS systems (Toast, Lightspeed)
- Supplier ordering platforms
Customer success
- Cafe opens on time and on budget
- Secures bank funding with HospoSure reports
- Menu performs profitably in first 6 months
- Avoids common startup financial mistakes
Business success
- User activation rate (free to paid conversion)
- Feature adoption (especially POS sync)
- Customer retention (monthly churn)
- Review ratings (Trustpilot, Google)
| Name | Role | Responsibility |
|---|---|---|
| Michael Roberts | Technical Director | Architecture, product development, cloud infrastructure, technology strategy |
| Tim Noye | Commercial Director | Commercial strategy, partnerships, hospitality operations expertise |
| Chetan Shroff | Customer Service | Onboarding, pre-opening planning support, Square POS implementation |
Phases
Foundation → Conversion → ScaleGoal: Put the measurement and content foundations in place so every subsequent decision is data-driven and the site starts converting existing traffic.
Definition of done: GA4 firing, GSC connected, sitemap submitted, hero copy updated, three key features visible on the homepage, pricing page live, Google Business Profile claimed, and G2/Capterra/Product Hunt listings created.
Focus areas: Onsite fixes, analytics baseline, feature prominence, directory listings, entity presence for AIO.
Goal: Turn cold traffic into leads and start nurturing demos toward payment. Build the email engine and publish the first high-intent SEO content.
Definition of done: Lead magnet live, email capture on homepage and resource page, welcome and demo nurture sequences running in Mailchimp, first blog post published, LinkedIn posting at cadence, three new partner conversations started.
Focus areas: Email list building, nurture sequences, blog strategy, LinkedIn activation, partnership outreach, site template migration.
Goal: Compound the gains from Phases 1 and 2. Build organic authority, grow the review presence, and activate paid search once conversion is proven.
Definition of done: One SEO post published per month, 3–5 backlinks earned per quarter, G2 and Capterra at 10+ reviews each, retention email sequence live, LLM visibility checked monthly, paid search launched.
Focus areas: Ongoing SEO content, backlink building, review growth, retention emails, LLM visibility monitoring, paid acquisition.
- Is GA4 currently installed on the site?
- Is Google Search Console connected?
- What is the current demo-to-paid conversion rate?
- Is the Square POS integration fully live?
- Is there any email list at all?
- Which social channels are currently active and posting?
- Has Google Business Profile been claimed?
Metrics and Targets
Monthly review once GA4 and GSC are live| Metric | What it tells you |
|---|---|
| Organic sessions | Whether SEO is working |
| Demo signups | Top-of-funnel conversion |
| Demo-to-paid conversion rate | Bottom-of-funnel efficiency |
| New customers/month | The headline number |
| Email list size and monthly growth | Lead nurture health |
| Welcome sequence open rate | Email content quality (target: 40%+) |
| Demo nurture conversion to paid | Email channel revenue contribution |
| Review count across Google, Trustpilot, G2 | Reputation growth |
| Average review rating | Reputation quality |
| Branded search volume (GSC) | AIO proxy: people finding HospoSure via LLMs then Googling it |
| Average position for target keywords (GSC) | SEO ranking progress |
| Backlinks earned (Ahrefs free or GSC links) | Offsite authority growth |
| LLM visibility (manual) | Appears in top 3 answers for target queries |