-
Hi Rank Math team,
We’re using Rank Math with the Voxel theme. Voxel exposes dynamic tags that can be inserted in Rank Math fields via the %vx(…)% syntax (e.g. %vx(@post(city.name))%).
We plan to build SEO titles/descriptions by combining multiple %vx(…)% values:
Title: %vx(@post(service.name))% in %vx(@post(city.name))% | %sitename%
Desc: %vx(@post(profile.about).truncate(160))%Could you please confirm:
1) Is using multiple %vx(…)% tags in a single field fully supported?
2) Do Voxel “mods” (e.g. .truncate(), .list_all(), .fallback()) work reliably inside Rank Math fields?
3) Are these outputs rendered server-side in the final HTML (no JS required)?
4) Any best practices for:
– Hooks: rank_math/frontend/title, /description, /canonical, /robots, /json_ld
– Handling pages that already have manual meta (ensure global templates apply)
– Excluding parameterized filter URLs from index (noindex,follow)
– Sanitization/length limits for dynamic outputsIf helpful, I can provide staging access and example URLs.
Thanks!
You must be logged in to reply to this ticket.