PublishedVerifiedEvery 6 weeksSources8 namedAuthored bySquareRank Team
Architects · § 4.10.1 · How-to · Typology + place
Architect AI Search Citations — the Project-Page Playbook
AI engines absorb architecture queries in a specific shape: typology + place. "Passive house architect Vermont", "adaptive reuse Brooklyn", "mid-century renovation Pacific Northwest", "mass timber commercial architect Portland". These queries are too long-tail for ArchDaily and Dezeen to dominate by domain authority alone, and they are exactly the shape Search Engine Land’s 2026 GEO research1 identifies as the citations AI engines extract first. A boutique Squarespace firm with the right project-page structure can earn citations on these queries before it earns competitive Google rank.
This leaf is the project-page playbook. It works through the query shape, what AI engines actually cite on architecture queries, the project-page lead structure, the LocalBusiness + Person + CreativeWork graph that joins the firm to the architect to the project, the credential surface that disambiguates a Registered Architect from a designer, and the measurement loop for tracking citation appearance over the first three to six months after install.
§01The short answer
TL;DR — three things AI engines need from an architecture site
To earn ChatGPT, Perplexity, and Google AI Overviews citations on architecture queries from a Squarespace site, three things have to be true. The site has to be reachable: AI exclusion checkbox unticked in Settings > Crawlers, retrieval bots passing through. The project pages have to be readable: one detailed page per featured project, each with a 134-167 word lead naming the typology and the location, named-typology vocabulary in the first 200 words. And the entity graph has to be wired: LocalBusiness for the firm, Person for the Registered Architect, CreativeWork for the project, all joined through @id so the engines walk the graph in a single reasoning step.
The work is concentrated where the AI-citation gravity is strongest. Project pages do most of the heavy lifting because architecture queries are typology-and-place-shaped — AI engines preferentially cite specific project pages that name both. The Person entity does the second-largest share because it disambiguates the Registered Architect from a designer, an interior decorator, or a contractor — a distinction that matters legally in all 55 US jurisdictions7 and matters to AI engines that weight verifiable credentials.
§02The query shape
The typology + place query shape AI engines synthesise for
AI engines treat architecture queries in two distinct ways. Generic firm queries — 'best architects San Francisco', 'top residential architect Portland' — get punted to Houzz, ArchDaily, or a regional directory; ChatGPT and AI Overviews decline to recommend a specific firm in most cases the way they decline to recommend a specific attorney. Typology + place queries — 'passive house architect Vermont', 'adaptive reuse warehouse Brooklyn', 'mid-century renovation Pacific Northwest', 'mass timber commercial architect Portland' — get synthesised answers with named-firm citations. The boutique-firm wedge is the second category, not the first.
The realistic 2026 ambition for a boutique firm is to be cited on the typology + place queries within the firm’s typology specialism and region. “Adaptive reuse warehouse Brooklyn” produces a Perplexity answer that cites two to four sources; if the firm’s project page on a completed warehouse adaptation in Brooklyn opens with a 134-167 word lead naming the typology, the location, the building’s prior use, and the design strategy, the page is competitive for one of those citation slots. The traffic that follows is small but high-intent: someone researching the typology becomes a candidate client by the time they reach the firm’s contact form.
The generic queries are largely unreachable in AI search and the firm should not optimise for them. ChatGPT and AI Overviews explicitly decline to recommend a specific architect on most “best architect for X” queries — they route the user to ArchDaily, to the AIA “Find an Architect” directory, to the regional design press, or to the local pack. Optimising the Squarespace site for “best residential architect” through the lens of AI citation is a misallocation of effort; that ranking lives in the directory and publication layer, which a separate publication-feature strategy handles.
The AI search landscape, in numbers
~48%
of tracked queries trigger an AI Overview as of early 2026, per BrightEdge's 12-month industry tracker — architecture-adjacent queries skew higher than transactional commerce.
US architectural licensing jurisdictions — every Registered Architect designation is jurisdiction-issued and listed separately in Person hasCredential.
What gets cited on an architecture query, and what gets read but skipped
On typology + place queries, AI engines preferentially cite three patterns: a featured ArchDaily or Dezeen project page with named typology and named location in the lead; a firm's own project page when the page opens with a self-contained 134-167 word passage naming both; and an AIA award announcement or regional architecture-publication feature when one exists. A boutique-firm page that opens 'Welcome to our practice. We design beautiful homes that respect their context.' gets read by the engine but skipped — because the passage is generic enough to be true of every firm and contains no extractable typology + place signal.
The pattern is testable. Search Perplexity for “adaptive reuse warehouse Brooklyn” and inspect the citations. The top citation is typically an ArchDaily project page where the typology and the borough appear in the first paragraph. The second and third citations split between firm sites whose project page leads with the same vocabulary, regional design publications (Brownstoner, Curbed New York, Architect’s Newspaper), and AIA New York chapter award announcements. The pages that lose are the ones whose openers are about the firm rather than about the project — engines cannot extract a typology + place signal from a paragraph that does not contain one.
For a boutique Squarespace site, the implication is direct. Every project page on the firm’s site should open with a self-contained passage that names the typology (passive house, adaptive reuse, mid-century renovation, mass timber commercial, net-zero single family), the location (the city, the neighbourhood, the region), the building (its prior use, its size, its programme), and the lead architect. The passage stands alone — an AI engine can lift it without context and the lift still reads as a complete answer to the query. That is the citation surface.
§04The project page
The project-page playbook on Squarespace 7.1
A boutique architecture firm's highest-leverage SEO asset is the individual project page. Replace the default Squarespace Portfolio gallery with a parent Projects index plus one detailed page per featured project at /projects/[project-slug]/. Each project page carries the 134-167 word lead in the first content block, a body with named-typology vocabulary throughout, the project's hero image with descriptive alt text, a metadata strip (location, year, programme, size, lead architect), and a CreativeWork JSON-LD block joined to the firm and the architect through @id.
The CreativeWork5 block does specific work on architecture project pages. It carries name (the project name), description (a 60-80 word real description, not boilerplate), image (the hero shot as an ImageObject), creator (a reference back to the Person Registered Architect via @id), locationCreated (the city), and dateCreated (the year). The graph pattern means AI engines walk from the project page to the firm to the architect to the credential set in a single reasoning step — which is exactly the path that produces a confident citation on typology + place queries.
JSON-LDProject-page CreativeWork block — paste on /projects/[project-slug]/ via Page Settings > Advanced > Code Injection
<script type="application/ld+json">{"@context":"https://schema.org","@type":"CreativeWork","name":"Maple Street House","description":"Passive-house renovation of a 1924 craftsman bungalow in Burlington, Vermont. R-40 double-stud envelope, triple-glazed fenestration, HERS-15 rating.","image":"https://yourstudio.com/assets/maple-street-house-hero.jpg","dateCreated":"2024","locationCreated": {"@type":"Place","name":"Burlington, VT"},"creator":{"@id":"https://yourstudio.com/#principal"},"about": ["Passive House Design","Cold-Climate Residential Architecture","Adaptive Reuse"]}</script>
The creator reference resolves to the Person Registered Architect declared on the homepage’s LocalBusiness + Person graph (the production block in the architects hub). The about array carries the typology vocabulary that AI engines match against the typology + place query. The block is small, but the join is what carries the weight — engines walk from the project page through the creator reference to the architect to the firm to the credential set, and the walk is what produces the citation.
§05The credential graph
The credential graph that disambiguates the firm from a designer
AI engines treat architecture as a credentialed profession. A Person bio that lists 'Mara Holbrook, RA, AIA' is read as a Registered Architect; a Person bio that lists 'Mara Holbrook, designer' is read as a designer of unspecified credential. The distinction matters on typology + place queries because the engines preferentially cite Registered Architects on questions involving structural, code, or licensure-sensitive typologies — passive house design, adaptive reuse, commercial architecture. The credential graph that produces this disambiguation has four layers: hasCredential (the RA designation), memberOf (AIA national + state chapter), sameAs (the AIA member directory entry, the state board licensee lookup, the ArchDaily firm page), and knowsAbout (the typology array).
The four layers join the firm, the architect, and the project to verifiable third-party sources. Schema.org’s Person specification4 describes knowsAbout as “indicates topics a person has knowledge about, suggesting possible expertise but not implying it” — the wording matters because knowsAbout is a self-asserted signal, but AI engines weight it more heavily when the same expertise is verifiable through the sameAs URLs (AIA directory listing of the typologies the firm is known for, ArchDaily feature on a project in the typology, AIA chapter award announcement). The combination of self-assertion plus third-party verification is what produces the disambiguation; either alone is weaker.
For multi-state firms, the hasCredential array lists each jurisdiction-specific Registered Architect designation separately (“Registered Architect — Vermont”, “Registered Architect — New York”, “Registered Architect — Massachusetts”) plus the NCARB Certificate where held. The memberOf array lists the national AIA plus each state AIA chapter the architect is active in. The sameAs array links to the AIA member directory entry, the state board licensee lookup for each jurisdiction (most state boards offer a public “verify a license” URL), and any ArchDaily or Dezeen feature URLs. The graph compounds over years — every additional feature, every additional jurisdiction, every additional verified credential lifts the trust signal on every page that joins through @id.
§06Measurement
Measurement loop — what to track and how often
AI citation measurement is not Google Search Console. There is no native dashboard that reports which queries produced a citation; the firm has to build a manual benchmark and check it on a fixed cadence. The minimum-viable measurement loop has three parts: a benchmark of 8-12 typology + place queries the firm cares about, a six-week check cadence across ChatGPT, Perplexity, and Google AI Overviews, and a citation log that tracks not just rank but the surface (which engine, which query, which project page, which paragraph the engine quoted). The discipline is the same as a paid-search Quality Score loop but with manual collection — the engines do not provide an analytics export yet.
The eight-to-twelve query benchmark is the spine. Pick the typology + place combinations that match the firm’s actual practice — not aspirational queries the firm hopes to grow into, but queries on completed projects the firm can cite. Examples for a Vermont passive-house specialist: “passive house architect Vermont”, “cold-climate residential architect Burlington”, “net-zero renovation Vermont”, “mass timber residential Vermont”, “passive house renovation 1920s bungalow”, “adaptive reuse barn Vermont”. The first three are firm-positioning queries; the last three are project-specific queries that should cite the firm’s most photographed project pages by month six.
The six-week check cadence aligns with this site’s general verification cycle for AI-search pages — the AI engine policies, citation patterns, and surface behaviour move fast enough that monthly is too slow on the leading edge and quarterly misses material drift1. The log captures which engine cited (ChatGPT, Perplexity, AIO, Gemini, Copilot), which query, which firm-site URL was the citation source, and what paragraph the engine quoted (often visible in Perplexity, sometimes visible in ChatGPT, rarely visible in AIO). The paragraph capture is what feeds the next-cycle editorial change — if the engine quotes a paragraph the firm thinks is weak, that is the paragraph that gets rewritten first.