SEOPress dynamic variables
Rent Fetch adds custom SEOPress variables you can use in meta titles, meta descriptions, social previews, and schema fields.

Availability
- These variables appear in both the Standard SEO metabox and the Universal SEO metabox tag dropdowns within SEOPress.
- They also work in SEOPress schema fields.
Variables (all prefixed with rentfetch_)
Floor plan-specific
%%rentfetch_floorplan_beds%%— number of beds for a floorplan%%rentfetch_floorplan_baths%%— number of baths for a floorplan%%rentfetch_floorplan_sqft%%— square footage (uses min/max sqft; formats as a range when applicable)
Shared across floor plans and properties
%%rentfetch_city%%%%rentfetch_state%%%%rentfetch_zip%%
How shared variables resolve
- On a Property post,
%%rentfetch_city%%,%%rentfetch_state%%, and%%rentfetch_zip%%use that property’s meta fields. - On a Floorplan post, those same variables use the associated property’s city/state/zip (via the floorplan’s property_id).
Notes
- If a value is missing, the variable resolves to an empty string (so it won’t add stray punctuation unless your template includes it).
- Beds/baths are numeric and output as plain text.
- Square footage outputs a single value or a range (e.g., 750-920 sq ft).
Examples
Property meta title
%%post_title%%%%sep%%%%rentfetch_city%%%%rentfetch_state%%
Floorplan meta description
%%post_title%%–%%rentfetch_floorplan_beds%%bed /%%rentfetch_floorplan_baths%%bath –%%rentfetch_floorplan_sqft%%–%%rentfetch_city%%,%%rentfetch_state%%
Where to use
- SEOPress Titles & Metas
- Social (Open Graph / Twitter)
- Schema custom fields
- Universal SEO metabox fields