-
I’m using the Rank Math SEO plugin together with Toolset to manage a custom post type called “Visa Travel Packages” (slug: visa-travel-package). While this post type correctly appears under Rank Math > Titles & Meta, it does not display the “Title Template” field like standard post types do.
Here’s what I’ve already confirmed:
show_ui, public, has_archive, publicly_queryable, show_in_rest → all are set to true
supports manually extended via add_post_type_support() and $wp_post_types patch:
includes ‘title’, ‘editor’, ‘excerpt’, ‘thumbnail’The post type is not hierarchical (I even forced hierarchical => false)
Rank Math is running in Advanced Mode
Plugin cache cleared, plugin reactivated, transients removed
Despite all this, the “Single Visa Travel Package Title” section only allows a default per-post title, not a global title template using placeholders like %title% %sep% %sitename%.
Expected behavior:
The custom post type should show the global Title Template field, just like for “Posts” and non-hierarchical CPTs.Can you help me enable this?
Is there an internal condition in Rank Math that prevents the Title Template field from rendering for certain post types?
The ticket ‘SEO Titles & Meta’ is closed to new replies.