# The Realtors > The Realtors (therealtors.net) is a Thailand real estate search platform for condos, houses and development projects in Bangkok and nationwide, with search by area, price, bedrooms and proximity to BTS/MRT transit. Content is published in English, Thai, Chinese and Burmese. ## Preferred Entry Points Crawl priority for discovery (high to low): 1. https://therealtors.net/ — home and primary search 2. https://therealtors.net/project — development/project profiles (largest section) 3. https://therealtors.net/condo — condo listings 4. https://therealtors.net/sale — properties for sale 5. https://therealtors.net/rent — properties for rent 6. https://therealtors.net/near-train-stations — properties near BTS/MRT 7. https://therealtors.net/blog — market articles and guides 8. https://therealtors.net/sitemap.xml — full URL index ## Discovery Pages - [Condos](https://therealtors.net/condo): Condominium listings for sale and rent. - [Projects](https://therealtors.net/project): Condominium and development project profiles. - [For sale](https://therealtors.net/sale): Sale listings, filterable by area, price and bedrooms. - [For rent](https://therealtors.net/rent): Rental listings, filterable by area, price and bedrooms. - [Area guide](https://therealtors.net/condo-area): Browse condos by area and station. - [Blog](https://therealtors.net/blog): Thailand property market articles. - [About us](https://therealtors.net/about-us) - [Agents](https://therealtors.net/agent) - [Contact](https://therealtors.net/contact-us) ## Location Search Transit and area landing pages: - [Near train stations](https://therealtors.net/near-train-stations): BTS/MRT transit hub. - [Condos near BTS Asoke](https://therealtors.net/condo-near-BTS-Asoke) - [Condos near BTS Phrom Phong](https://therealtors.net/condo-near-BTS-phromphong) - [Condos around Asoke](https://therealtors.net/condo-around-asoke) - [Condos around Sukhumvit](https://therealtors.net/condo-around-sukhumvit) - [Condos around Phrom Phong](https://therealtors.net/condo-around-phrom-phong) - [Condos around Chit Lom](https://therealtors.net/condo-around-chitlom) - [Condos around Phloen Chit](https://therealtors.net/condo-around-phloen-chit) MRT search via keyword query: `https://therealtors.net/rent?action=Rent&keyword=MRT-Sukhumvit` ## Languages Locale routing uses `prefix_except_default`. English is the default and unprefixed; other locales are path-prefixed. - English (default): https://therealtors.net/ - Thai: https://therealtors.net/th - Chinese: https://therealtors.net/zh - Burmese: https://therealtors.net/my Detail pages emit `hreflang` alternates for `en`, `th`, `zh`, `my` and `x-default`. sitemap.xml lists default (English) URLs only. ## URL Patterns - Condo detail: `/condo/{Project-Name}-{Action}-{Bedrooms}-{id}` — e.g. `/condo/The-Pano-Rent-4-bedroom-12279`. `Action` is `Sale`, `Rent` or `Sale-Rent`; bedrooms is `{n}-bedroom` or `Studio`. - House detail: `/house/{slug}-{id}`. - Project detail: `/project/{Project-Name}` — e.g. `/project/The-Pano`. - Blog article: `/blog/{slug}`. - Search pages: `/sale`, `/rent`, `/sale-and-rent` with query params `action`, `keyword`, `bedroom`, `minPrice` — e.g. `/sale?action=Sale&keyword=Asoke&minPrice=20000000`. - SEO landing pages (root-level): `/luxury-condo-for-sale`, `/luxury-condo-for-rent`, `/{n}-bedroom(s)-for-sale`, `/condo-near-BTS-{station}`, `/condo-around-{area}`. ## Structured Data Condo detail pages embed schema.org JSON-LD. Implemented types: - Product (the listing) - Offer (price in THB, availability) - Brand (site/developer) ## Data Freshness Listing status, pricing and availability change frequently and are served dynamically. Treat prices, availability and counts as point-in-time; reconcile against the live page before relying on them. Many landing and search pages render results client-side. ## Canonical Source https://therealtors.net/sitemap.xml is the authoritative list of public URLs. Prefer it for enumerating listings and projects, since search and landing pages are client-rendered. robots.txt disallows `/api/` and `/_ipx/`.