Hi,
i need to add my phone and email on my website. How can i prevent them, to be grabbed by spambots. Is there a plugin, which does not use any cookies (can’t use cookies on my website)?
kind regards Jak
Hey Jak73,
Thank you for the inquiry.
According to this documentation, there is no way to block certain parts of the page from crawlers.
But in the following article, the author proposes a workaround that requires an external folder which bots cannot access.
// https://medium.com/typeqast/hide-content-from-google-crawling-bot-with-javascript-6c2541e2798b
In the folder, you can create scripts that will dynamically render the phone number or any elements in the page which is visible to the client or site visitors but not to the bots.
Best regards,
Ismael