Almost every university we audit has the same problem with its satellite campus.
The main campus shows up in AI answers about the main city. The satellite campus, in a major secondary city with a beautiful new urban building and a real working-adult program, does not show up at all in AI answers about that secondary city.
The student looking for "part-time MBA in [secondary city]" gets handed a list of competitors. The school's own offering is invisible. The campus on the ground does not lack students because of campus quality. It lacks students because the AI surface doesn't know it exists.
The five mechanical fixes
The list, in priority order:
1. Claim a Google Business Profile in every city
Distinct profile per campus. Distinct address. Distinct phone number. Distinct opening hours. Photos. Categories — University, College, Graduate School, whichever matches. Reviews disabled or enabled, but the profile claimed.
This is the single highest-leverage local fix. Within three weeks of claiming, the campus starts to appear in local pack queries. Within eight weeks it appears in AI Overviews on local searches.
2. Ship a dedicated campus landing page
URL pattern: yourschool.edu/calgary/ (replace city). On the page:
EducationalOrganizationschema with a separate@idfor this campusPostalAddressandgeocoordinates- A list of programs offered at this campus (with links to the program pages)
- The campus phone, hours, parking, transit
- The campus team — names, photos, contact
- A
LocalBusiness-style FAQ block (FAQPage schema)
This page is the canonical answer for "programs at [secondary city]". Every external mention of the campus should link here.
3. Disambiguate the campus on every program page
If a program is offered at both campuses, the program page should clearly say so. AI engines reading the program page should be able to tell, from structured data, which campus(es) offer this program and which schedule.
You can encode this in EducationalOccupationalProgram via the location field, which accepts a Place node:
"location": [
{"@type": "Place", "@id": "https://example.edu/calgary/#campus"},
{"@type": "Place", "@id": "https://example.edu/main/#campus"}
]
4. Link from the sitewide footer
Every page on the site should link to every campus in the footer. This is the simplest possible internal-link signal, and it is the one most often missing. Most university footers list the main campus address and nothing else.
5. Local press, local partners, local Wikipedia
The campus needs to exist outside its own marketing surface to gain authority. The high-leverage outside-mentions:
- A short article in the local newspaper of record, at least every six months.
- Partnerships with two or three local employers or non-profits, on each partner's website.
- A short paragraph in the city's Wikipedia article under "Education" — declared, sourced, talk-page-discussed.
- A campus building listed on Wikidata as
instance of: university campuswith a stable identifier.
These outside mentions tell the engine this campus exists in the real world.
Most satellite campuses do not lack students because of campus quality. They lack students because the AI surface doesn't know they exist.
A two-sprint plan
Sprint 1 (10 days)
- Claim Google Business Profile in each campus city.
- Ship the campus landing page with full schema.
- Add the campus to the sitewide footer.
Sprint 2 (10 days)
- Update every program page that offers the program at the campus, with the
locationschema field and a clear in-copy disambiguation. - Pitch a local newspaper feature on the campus.
- Update Wikidata with the campus item.
What we've seen
The fastest result we've measured was a regional Canadian university with a new satellite campus in a large secondary city. They went from zero appearances in AI Overviews on twenty test local queries to ten appearances within nine weeks. The same period saw a 38% increase in campus-tour bookings filtered to the secondary city — attribution we cross-checked through their booking system.
The work was thirty hours of engineering and eight hours of writing. It is among the highest-converting investments a senior enrollment marketing leader can authorize in a given quarter.
Bottom line
Satellite campuses are an under-marketed asset at almost every university. The fix is mechanical, fast, and produces measurable lifts in campus-specific funnel metrics inside one quarter. If you have a satellite campus you don't think AI knows about, you're probably right — and the path back is straightforward.