Industries · Property Management & Real Estate

What property management websites get wrong

Property management is where we have gone deepest, and it is the market that punishes an invisible website hardest. The decision is local, referral-driven and high-consideration, so the answer an owner gets — from a map pack or from an assistant — is two or three names, not ten links with more below. Being fourth in a results page is survivable. Being fourth in an AI answer usually means being left out of it.

Start with what a search engine can actually see

The most expensive defect in this industry is also the least visible from the inside: a portfolio that exists on the website but not in the index. It happens when every property is served from one URL and the individual property is chosen by the part of the address after the hash. People see the right page. Search engines see one page, over and over — and often what they see is an error state, because the fragment that would have selected a property never reaches the server.

A portfolio in that shape has as many indexable property pages as a single-page brochure site: one. Every photograph, every tenant list, every leasing contact and every downloadable flyer is invisible to the thing the owner is about to search with. The fix is not subtle and it is not a redesign — it is one real URL per thing worth finding, each with its own title, its own description and its own structured data.

We check this first because it changes what every other recommendation is worth. There is no point tuning meta descriptions on pages a crawler cannot reach.

What we find, measured

Across fifteen commercial real estate and multifamily websites we audited in one Texas market in September 2026, the same defects recurred with uncomfortable consistency. Twelve of fifteen had missing or thin metadata, most often on the pages that matter commercially — portfolio, about, contact, team. Eleven had broken heading structure: pages with no h1 at all, or several competing ones.

Eleven had no FAQ page and no neighborhood or area page — the two page types that answer what people actually type, and the two an assistant most readily extracts from. Eleven had no meaningful entity schema: three had no structured data of any kind in the raw HTML of any page we checked, seven had nothing but breadcrumbs, and only four declared anything that identifies them as a real business at a real address.

Thirteen of fifteen showed no price or availability on their own site. Some showed nothing at all; others said “check availability” with no number anywhere in the page. Several linked out to a third-party listing instead, which means a portal owns the page where the money decision happens. Six had the same street address written two or three different ways across the site, or address markup that matched no address a visitor could see.

That is one segment, one market, one date, and we would not stretch it into a claim about the industry as a whole. But it is the shape of what we keep finding, and none of it requires a rebuild to fix.

Owner intent and tenant intent are different businesses

A property management site serves two audiences whose searches look superficially similar and are worth wildly different amounts. Tenants hunting a listing generate traffic. Owners deciding who should manage their building generate revenue. Optimize for the first and you can grow sessions for a year while adding no doors.

Owner intent has its own vocabulary — the city plus the service, “rental property management company”, and the question-shaped searches people run before they are ready to call anyone: whether to hire a manager at all, what management actually costs them in practice, what a manager does that they are currently doing badly themselves. Those questions are where the relationship starts, and most property management sites answer none of them.

The pages that serve owner intent are rarely the pages a property management company has built. They have a services page and a listings page. They do not have the page that answers the question the owner is actually asking at the moment they start looking.

Several markets, each ranking on its own

Property management is inherently local, and a company operating across several cities has a structural problem before it has a content problem. One page trying to rank in four markets ranks properly in none of them, and the four end up competing with each other for the same searches.

Each market needs its own page with its own reason to exist — the neighborhoods actually covered, the property types actually managed there, the local specifics an owner in that market would recognize. Thin location pages that swap a city name into the same paragraph are worse than no location pages: they look to a search engine exactly like what they are.

The same discipline applies to how the business describes itself off-site. If the address, the phone number and the service area are written one way in the page copy, another way in the structured data and a third way in a directory listing, an assistant trying to resolve which company this is has three candidates and no tiebreak.

Nothing that ranked gets dropped

Most property management companies are not on their first website. Somewhere behind them is a previous build whose URLs earned rankings, and those URLs usually died silently at launch. We have found pages still sitting near the top of the first page for their search while returning a 404 — real demand arriving at nothing.

So a rebuild starts with an inventory of what already ranks and a redirect for every one of them. That is ordinary discipline. The part that is not ordinary is knowing when a redirect is the wrong tool: a legacy page whose content was selected by a hash fragment cannot be redirected per-property, because the fragment never reaches the server to be read. Redirect the base URL and you break every working legacy link at once. The correct move there is to leave the page reachable, mark it noindex while keeping its links followable, and let the new per-property pages take the rankings.

It is a small distinction that decides whether a launch keeps its search equity or quietly throws it away.

Being the answer when an owner asks an assistant

Owners increasingly open ChatGPT, Perplexity or Google's AI mode — the assistants we track — and ask who manages property in their city. Three things about this industry make that shift hit harder than most. The decision is local, so the answer set is small — a handful of names, not a page of them. It is referral-driven, so asking a machine for a recommendation substitutes naturally for asking a person. And it is high-consideration, so owners research before they call, which is exactly the behaviour these tools absorbed.

Getting named in that answer is not a different discipline from search; it is the same foundations pointed at a different reader. Structured data so a machine can tell what each page is. Entity signals stated in the same words everywhere, because inconsistent self-description makes a company harder to resolve. Content organised so a single sentence can be quoted without the paragraph around it. A machine-readable summary at llms.txt. And crawler access, which is a one-line decision most sites have never consciously made.

Worth saying plainly, because it is the opposite of what people assume: across those fifteen audited sites, not one was blocking AI crawlers. Access is almost never the problem. Having something worth citing is.

Measure the three actions that earn

Eight of the fifteen sites we audited had no analytics of any kind, and three more were still running a measurement product that stopped collecting data in 2023. That is a business making decisions about its website from impressions and instinct.

Even where analytics exist, they usually count the wrong things. A leasing business is not paid for sessions or time on page. It is paid when someone downloads a flyer, taps the phone number, or clicks through to email a leasing contact. Those three events are the ones worth instrumenting, and once they are instrumented the argument about which pages matter stops being an argument.

Two silent failures on a site we had built — flyer buttons that had stopped working without anyone noticing — are the reason monitoring is part of the work rather than a follow-up offer.

The work that repeats after the enquiry arrives

Search is the front door. Behind it is a company whose week is largely the same messages, the same notices and the same reports as last week: tenant requests and owner questions, renewal outreach and move-in sequences, rent follow-up and delinquency chasing, notices and lease documents and compliance deadlines, data moving between systems, and the reporting that gets assembled by hand every month.

Every one of those is a workflow with a shape, and a workflow with a shape can be drafted by an agent and approved by a person. The approval step is the default, not an upgrade — nothing goes to a tenant or an owner because software decided it was time.

When the platform will not open up

The usual objection is that the property management platform is closed, so nothing can be connected to it. In practice that is rarely true, because almost every one of these platforms can put a scheduled report somewhere on a timetable. A rent roll, an income statement, an aged receivables report, a work order list and a unit availability export are enough to assemble a genuine operating picture without touching the platform's API at all.

The engineering that makes this hold up is unglamorous and matters enormously. Scheduled exports arrive with a title block above the data, so a loader that assumes the headers are on row one breaks the first time somebody reconfigures the report; find the header row by reading it instead. Different configurations of the same platform label the same column four different ways — suite or unit or space or bay, monthly rent or base rent or actual rent — so map by meaning rather than by position. Do that and a differently configured export from the same system lands in the same dashboard without a code change.

The scoreboard is doors, not impressions

Owner enquiries, doors added, ranking position for the searches that produce owners, and hours returned to the team. Those are the numbers that pay for an engagement, and they are the ones we report against.

Rank positions are hand-verified and checked logged out, because the search engines block automated rank queries often enough that a tool claiming otherwise is guessing. Visibility inside AI answers is reported as the count it actually is — how many of nine runs across three assistants named you, with the date and the domains that were cited — never as a rank, because there is no rank inside an AI answer to report.

In full

We also work in media & entertainment, finance and sports & recreation. The foundations are shared; what changes per industry is which query gets typed and which page type answers it.

FAQ

Property Management — questions we get

How do I tell whether our property pages are actually indexed?

Search for a distinctive sentence from one property page in quotation marks, and separately search your domain with the site: prefix. If a property's own page does not come back, a search engine either cannot reach it or cannot tell it apart from the others. The most common cause is that every property is served from one URL with the property chosen after a hash — people see the right page, crawlers see one page. A portfolio in that shape has exactly one indexable property page no matter how many buildings are on it.

Why isn't our property management website ranking for our own city?

Usually one of four things, in this order: there is no page whose actual subject is that city and that service; the page that exists is trying to rank for several markets at once; the business is described inconsistently across the site, the structured data and the directory listings, so it is hard to resolve as one entity; or the pages a crawler can reach are not the pages you think they are. All four are diagnosable in an afternoon, and none of them requires a redesign to fix.

Owners mostly find us by referral. Does search really matter?

Referral and search are not separate any more. A referred owner looks you up before they call, and increasingly they look you up by asking an assistant rather than by scrolling results. What they find decides whether the referral survives the check. A referral-driven business with a thin, inconsistent or invisible web presence is not avoiding search — it is losing the part of the decision that happens after the introduction.

What should a single property page actually contain?

Its own URL and its own title. Photography, an overview, tenants or unit mix, the leasing contact, and the flyer as a real download. A street address in the page and in the structured data, so a machine can place it. Breadcrumbs showing where it sits in the portfolio. And measurement on the three things that earn: flyer download, phone tap, email click. That set is what turns a property from a slide in a carousel into a page that can rank on its own.

We list everything on a third-party portal. Isn't that enough?

It is enough to be found on the portal, which is the portal's asset rather than yours. When price and availability live only off-site, the page where the decision happens belongs to someone who also lists your competitors, and your own domain has nothing to rank or be cited for. Portals are a distribution channel worth using. They are a poor substitute for owning the page.

How do I check whether ChatGPT or Perplexity knows we exist?

Ask them the question an owner would ask — who manages property in your city, or who handles your property type there — and run it a few times in each assistant rather than once, because answers vary between runs. Note whether you are named and which sources get cited. Do that before any work starts so there is a real before. Expect prompted answers to update faster than unprompted ones, and do not read early silence as failure.

We redesigned recently and still don't rank. What happened?

A redesign changes what a person sees. It does not necessarily change what a machine can read, and it frequently destroys what a machine used to be able to read — because URLs moved without redirects, because copy that carried the subject became an image, or because structured data was never carried across. This is common enough that “your site looks dated” is usually the wrong diagnosis. The question is what the new site says about itself in markup, and what happened to the URLs the old one had earned.

How many pages does a property management website actually need?

One for every thing somebody might search for separately. A page per property or per building. A page per market you genuinely operate in. A page per service an owner might be shopping for on its own. An FAQ that answers owner questions in the owner's words. Fewer pages than that and you have nothing to rank; more than that, generated by templating a city name into the same paragraph, and you have pages that look exactly like what they are.

Will a rebuild cost us the rankings we already have?

Only if it is done carelessly. Before anything moves, we inventory every URL that currently ranks or has links pointing at it, and every one of those gets a redirect to its replacement. The exception worth knowing about is a legacy page whose content was selected by a hash fragment: fragments never reach the server, so a redirect there breaks every working legacy link at once. Those pages stay reachable and are marked noindex while remaining followable, and the new pages take the rankings.

Who should own our domain name?

You should — and it is worth checking, because it is not always true. We find domains registered to a former web vendor or to a third-party manager rather than to the company that depends on them. It is invisible until a renewal lapses or a relationship ends, and then it is the most urgent problem the business has. Look up your own registration, and if the registrant is not you, fix that before anything else on this page.