| 开发者 |
realtycandy
redjim |
|---|---|
| 更新时间 | 2026年7月8日 04:26 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/details/{address-slug}/{listing-id}.<title>, meta description, Open Graph, and Twitter Card tags render on the server for every listing.RealEstateListing JSON-LD, so it can qualify for rich results in Google./details?id=... links 301-redirect to the canonical URL, so you keep the SEO equity./wp-content/plugins/, or install the plugin ZIP via Plugins → Add New → Upload Plugin./details/{address-slug}/{listing-id}.Yes. AeroIDX is the WordPress front end for the AeroIDX platform. You need an active account and an API key. Get one at https://app.aeroidx.com/api-keys.
Yes. AeroIDX detects Yoast SEO and Rank Math and feeds them the listing data so they generate the meta tags. If no SEO plugin is active, AeroIDX outputs the SEO tags itself.
Yes. AeroIDX serves listings at clean URLs, which requires the WordPress permalink setting to be anything other than "Plain".
Yes. AeroIDX supports both classic themes and block themes. The listing widget is injected into the theme's content area in either case.
Every listing is rendered at /details/{address-slug}/{listing-id} on your site. AeroIDX also generates an XML sitemap so search engines can find them all.
AeroIDX returns a proper HTTP 410 (Gone) page for delisted properties, so you don't accumulate broken links or soft 404s.
AeroIDX listing pages aren't editable in the WordPress editor. They're rendered on demand from your IDX data. To style them, use the scoped CSS hooks the plugin exposes from your theme custom CSS, a page builder custom CSS field (Bricks, Elementor, etc.), or a child theme stylesheet. Your rules only affect AeroIDX pages:
body.aeroidx-page: body class added on every AeroIDX-rendered page.#aeroidx-listing-detail, .aeroidx-listing-detail: main wrapper of the listing detail page..aeroidx-widget-mount: direct parent of the listing-details widget element.