-
Dear RankMath Support Team,
I’m experiencing a critical issue with the RankMath Instant Indexing plugin that’s causing incorrect URLs to be submitted to Google for indexing. I would appreciate your assistance in resolving this matter.
When I publish blog posts through automated tools (Make.com WordPress integration), the Instant Indexing plugin automatically submits the wrong URL to Google Search Console. The submitted URL contains the default WordPress category instead of the correct category assigned to the post.
Example:
Correct URL: https://www.nutritioncrown.com/blog/diabetes/white-rice-truth/
Submitted URL: https://www.nutritioncrown.com/blog/general/white-rice-truth/The incorrect URL returns a 200 status code, which means it’s being indexed with the wrong permalink structure.
I’ve identified that this issue occurs due to how WordPress handles GUID generation when posts are created via automation tools:
Make.com creates the post with the default category (“general”) initially (general is my default category)
WordPress immediately generates and saves the GUID using this default category
The correct category (“diabetes”) is assigned afterward
RankMath’s Instant Indexing reads the GUID for submission instead of the current permalink
This results in the wrong URL being sent to GoogleCould you please either:
Modify the Instant Indexing plugin to use get_permalink($post_id) instead of $post->guid
Add a filter hook like rankmath_instant_indexing_url that allows developers to modify the URL before submission
Implement a small delay (2-3 seconds) before triggering instant indexing for automated posts
Provide a setting to choose between GUID and permalink for URL generationThis issue is affecting SEO as Google is indexing incorrect URLs, potentially leading to:
Duplicate content issues
Incorrect URL structures in search results
Poor user experience with broken category navigationI would greatly appreciate a solution or workaround for this issue. Many WordPress users rely on automation tools for content publishing, and this seems like a common scenario that could affect other users as well.
Thank you for your time and assistance. I’m happy to provide additional information or test any solutions you might suggest.
Best regards,
Abdur
The ticket ‘Instant Indexing Plugin Submitting Wrong URLs Due to GUID Issue’ is closed to new replies.