I have a question regarding ReReplacer and I don't know if he can do that.
I would like to implement a topical mesh on my website and to do that I need to obfuscate main menu a link for google bots.
The idea is do that :
prnt.sc/mmr78CmVMpfM
It can be that internal urls look a bit different at the time ReReplacer gets to see the html. So you might need to use Regular Expressions to find the right link.
Can you give an actual example of before and after? And is it an internal page that is in the link?
ReReplacer works on the php level and replaces stuff in the html output. So you should see the changes if you view the source of the page (which is different than Inspect Element).