Property
Web design
Websites for agencies and developers.
Nobody searches for an estate agency. They search for a two-bedroom in a particular area at a particular price — which means every listing has to be a page that can be found on its own.
In plain terms
- In property search the individual listing is the entry point, not the homepage, so each listing needs its own indexable URL rather than appearing only inside a filtered results view.
- When a property sells, deleting its page discards the only URL on the site that had accumulated any search ranking. Keeping it, marked as sold and pointing to comparable listings, retains that value.
- A single property listing commonly carries twenty to thirty photographs, which makes image handling an architectural decision rather than an optimisation applied at the end.
- An agency website and a developer website are different products: one presents a changing inventory of many properties, the other sells a single development over a long decision cycle.
- Custom real estate websites from Tramano Creative cost between $1,000 and $2,000, quoted as a fixed price in US dollars before work starts. Large listing systems with agent accounts are quoted individually.
A listing is a page, or it does not exist
Nobody wakes up wanting to visit an estate agency's website. They want a two-bedroom in a specific area, under a specific number, and they will type approximately that. The consequence is that the homepage is close to irrelevant as an entry point, and every individual property has to be findable on its own terms.
Plenty of property sites fail this at the foundation. The listings live inside a search interface that loads results dynamically, which means there is no address you can send to anybody, nothing for a search engine to index, and no page for an assistant to cite. The catalogue exists, and none of it is reachable. From outside, the site is one page with a search box.
Built properly, each property has a real URL that loads the property, describes it in text, and can be shared in a message, bookmarked, indexed and quoted. Structured data lets a search engine understand price, location, size and type as facts rather than as a paragraph, which is what makes a listing eligible to appear as something richer than a blue link.
This also decides how filtering should behave. Narrowing by area and price is what visitors came to do, and it should be instant — but the filtered view is a convenience layered over pages that each stand alone, not a replacement for them. Get that order wrong and the site's entire inventory is invisible.
What happens to a listing when the property sells
This is the question specific to property, and it is nearly always answered badly, because the obvious action is the wrong one.
When a property sells or is let, the listing page is usually deleted. It is a reasonable instinct — it is no longer for sale. But that page is very often the best-ranked URL on the whole site: it accumulated links, it was shared, it matched exactly the search somebody was making, and it had been indexed for months. Deleting it throws all of that away and hands visitors a 404, and on a statically hosted site there is no redirect mechanism waiting to catch them.
The better pattern costs nothing. Keep the page. Mark it clearly as sold or let, with the date, and remove the price if you would rather not publish what it went for. Then use the space it has already earned to point at genuinely comparable properties — same area, same bracket. Somebody arriving from a search for exactly that kind of home has told you precisely what they want, and the page is now a well-ranked entry point into current stock instead of an error.
It is also honest proof of work in a way a testimonial is not. A page saying this sold, in this area, at this time is a record. Agencies claiming a strong track record while their site shows only what is currently unsold are throwing away the evidence.
The exception worth naming: if a listing has to disappear for a client's privacy, it should be removed deliberately with the right response rather than left to rot into a broken link. That is a decision to make per property, not a default.
Thirty photographs per property, which changes everything
Every kind of website has images. Property has a quantity of them that stops being an optimisation problem and becomes a structural one: twenty to thirty photographs per listing, dozens of listings, all of them large, and the whole point is that they look good.
The naive build loads the full gallery when the page opens. On a property site that means the visitor waits through several megabytes before reading the description, and on Lebanese mobile data a meaningful number of them leave first. The competing failure is over-correcting into lazy loading everything, so the first photograph — the one the page is really about — arrives late and the page looks broken while it does.
What actually works is boring and specific. The lead image is treated as the most important thing on the page and loads immediately at a size chosen for the slot it occupies rather than the size the camera produced. The rest of the gallery loads as it is needed. Everything is served in a modern format, and dimensions are declared so the layout does not jump while photographs arrive — a page that reflows under someone's thumb as they scroll is the most irritating thing a listing can do.
There is a related discipline nobody enjoys: the photographs have to be prepared. A folder of untouched camera exports is the single most common reason a property site is slow, and no amount of build cleverness fully compensates for a four-thousand-pixel image in an eight-hundred-pixel slot.
Agencies and developers need different sites
These get treated as one category and they behave nothing alike.
An agency sells a changing inventory. Its site is a system: listings arrive and leave, several agents each need attribution and their own contact route, buyers arrive through individual properties, and the value is in how quickly and cleanly stock can be added by someone who is not a developer. If adding a listing requires an email to an agency, listings will go up late or not at all, and the site will lose to whichever competitor made it easy.
A developer sells one thing, over a long time, to someone making the largest purchase of their life. There is no changing inventory — there is a single development, a set of unit types, a location argument, a construction timeline, and a decision that takes months and involves more than one family member. That site is closer to a considered brochure: floor plans that can be examined, an honest account of what is finished and what is not, and a payment-plan explanation that survives being read twice. Off-plan buying is largely a trust exercise, and everything about the page is either building that or spending it.
The enquiry differs too. In both cases the conversation almost always continues on WhatsApp, and pretending otherwise with a formal contact form adds a step everyone will route around. What the site should do is make sure the enquiry arrives with the property attached, so nobody has to ask which one — and so you can tell which listings and which areas actually generate interest.
What you get
Included
What the work covers.
Every listing its own page
A real URL per property that can be shared, indexed and cited, with price, area, size and type in structured data — plus instant filtering layered over the top rather than replacing it.
Sold listings that keep working
A sold or let property stays published, dated and clearly marked, pointing visitors at comparable current stock — keeping the ranking it earned instead of becoming a 404.
Galleries that don't cost you the visit
Lead image immediate and correctly sized, the rest loaded as needed, modern formats, declared dimensions so nothing jumps while photographs arrive.
Questions
FAQ
Property, specifically.
Q01Does every property need its own page?
Yes, and it is the foundation. Buyers search for a specific kind of home in a specific area, not for your agency, so the listing is the entry point. If your properties only exist inside a dynamic search view, there is no URL to share, nothing to index and nothing an AI assistant can cite — from outside, your site is a single page with a search box.
Q02What should happen to a listing after the property sells?
Keep the page, mark it sold or let with the date, drop the price if you prefer, and point it at comparable current listings. That page is often the best-ranked URL on your site; deleting it discards everything it earned and hands visitors a 404, and a static site has no redirect mechanism to catch them. It also becomes honest proof of what you actually sell.
Q03Won't keeping sold listings make the site look stale?
Not if they are clearly marked and dated, and they should be visually distinct from available stock so nobody is misled for a moment. A visible record of what sold, where and when reads as a working agency. The alternative — showing only what nobody has bought yet — is the version that looks bad.
Q04How many photos can a listing have?
As many as the property deserves; twenty to thirty is normal. What matters is that the first one loads immediately at the right size and the rest arrive as the visitor reaches them, so the page is usable in a second rather than after several megabytes. Preparing the images properly is part of the job and the most common reason a property site is slow.
Q05Can my agents add and edit listings themselves?
Yes, and this is not optional — if publishing a listing requires contacting us, listings go up late and the site loses to the competitor who made it easy. Adding a property, uploading photographs and marking something sold all need to be jobs your team does directly.
Q06Do you build sites for developers as well as agencies?
Both, and they are genuinely different builds. An agency site is a system for changing inventory with multiple agents. A developer site sells one development over a long decision cycle — unit types, floor plans, construction status, payment plans — and is closer to a considered brochure. Ask for the wrong one and you get a site fighting its purpose.
Q07How should enquiries work?
Ending on WhatsApp, in almost every case, because that is where the conversation will continue whatever the site does. The important part is that the enquiry arrives with the property attached so nobody has to ask which one — which also tells you which listings and areas are actually generating interest.
Q08Should prices be in dollars?
Lebanese property is quoted and transacted in US dollars, so the site should present that plainly rather than converting into figures nobody uses. Where a price is on application, say that rather than leaving an empty field — an absent price reads as a broken page.
Q09Can buyers search by area?
Yes, and area is usually the first filter anyone touches, ahead of price. It needs to reflect how people here actually describe locations, which is by neighbourhood and landmark rather than by administrative district. Getting that vocabulary right matters more than the filter's cleverness.
Q10Can you import our listings from a portal or spreadsheet?
Usually. A spreadsheet or a structured export is straightforward; a portal depends on whether it offers a way out, and some do not. We check before promising it. If there is no route, an initial bulk entry plus an easy way to add new listings is a perfectly workable outcome.
Q11How much does a real estate website cost?
Between $1,000 and $2,000 for most builds, fixed price in US dollars after one short call. A large listing system with agent accounts, portal imports and saved searches is a bigger project and quoted individually. A single-development site for a builder usually sits in the standard range.
Q12Do you have a property case study?
Not yet, and we would rather say so than show you something adjacent and imply otherwise. The nearest genuine work is a concept build of a technical catalogue, where the problems are the same ones: a dense grid of items, filtering on the numbers buyers care about, and a lot of imagery kept fast. You can see it on the work page.
Related
- Web design in LebanonThe wider picture — connectivity, trilingual layouts, currency, and what the local agency market gets wrong.
- Image optimisation, done properlyWhich format when, how large an image should actually be, and why a 4000px photo in an 800px slot costs you. The main lever on a listing gallery.
- Technical SEO without codeCanonicals, sitemaps and crawlability explained plainly — the machinery that decides whether your listings get indexed at all.
- Structured data, without the jargonWhat schema markup gets you, and how a listing's price, size and location become facts a search engine can read.
Also worth reading: everything we do, pricing and process, or the builds themselves.