crawlwp / mihdan-index-now

WordPress SEO Insights & Indexing Plugin
https://wordpress.org/plugins/mihdan-index-now/
GNU General Public License v2.0
19 stars 3 forks source link

Incorrect link to post when submitting to index #78

Open standzzen opened 2 months ago

standzzen commented 2 months ago

Problem. Links of a custom post have a structure with custom taxonomies and are collected through the permalink plugin (that is, there is a separate field for the correct link), but when sent to the index, the link is indicated without taxonomies.

Probably the problem is that the link is collected after the post is sent to the index. How can I delay before submitting a new post to the index? Or another solution to the problem, for example a hook that will take a link from another field.