Title: Remove comment-number
Last modified: November 15, 2023

---

# Remove comment-number

 *  Resolved [mauri01](https://wordpress.org/support/users/mauri01/)
 * (@mauri01)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-comment-number/)
 * Hi and sorry, i checked the www to find a solution, but no.
 * somehow, GSC show this types of url’s
 * [https://www.website.com/changing-name/keywords/comment-220](https://www.website.com/changing-name/keywords/comment-220)
 * i like to remove the comment-220 what have random numbers on other url’s. to 
   look like this [https://www.website.com/changing-name/keywords/](https://www.website.com/changing-name/keywords/)
 * i try, what i have done for ?amp-xxx
 * ^/(._?)/\?amp._*
   /$1/
 * it worked, but now changing it to
 * ^/(._?)/\comment-._*
   /$1/
 * does not work, why?
 * Regards

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-comment-number/#post-17204869)
 * I can’t advise you on specific regular expressions. Putting your expression into
   [https://regex101.com/](https://regex101.com/) shows that it does not match your
   URL.
 *  Thread Starter [mauri01](https://wordpress.org/support/users/mauri01/)
 * (@mauri01)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-comment-number/#post-17204921)
 * Ok, but why
 * ^/(._?)/\?amp._*
   /$1/
 * is working?
 * Thanks
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-comment-number/#post-17204952)
 * The plugin uses standard PHP regular expressions and does not modify them in 
   any way. As already mentioned I can’t tell you why your expression works or doesn’t
   work – as long as your expression matches according to the regular expression
   rules then it will work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove comment-number’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [John Godley](https://wordpress.org/support/users/johnny5/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/remove-comment-number/#post-17204952)
 * Status: resolved