You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you leave a comment on a site and that comment goes into moderation, by default, WordPress redirects you to the post permalink, with an unapproved and a moderation-hash parameter. This means that a comment that is not approved can be visible on the frontend of a site, and still be indexed, because those URLs are not noindexed by WordPress.
I escalated the feature request to the respective team last week and am currently awaiting an update from the development team. In the meantime, I noticed that the PR (WordPress/wordpress-develop#8070) has been merged into the Core. As a result, I have asked the team to check if any changes are required in the plugin code.
When you leave a comment on a site and that comment goes into moderation, by default, WordPress redirects you to the post permalink, with an
unapproved
and amoderation-hash
parameter. This means that a comment that is not approved can be visible on the frontend of a site, and still be indexed, because those URLs are not noindexed by WordPress.More details in my blog post, especially the aside.
Please give us a description of what happened
To Reproduce
Step-by-step reproduction instructions
unapproved
parameter.Expected results
The URL should be noindex'ed.
The text was updated successfully, but these errors were encountered: