[QUESTION]

marceeluus99

Newbie
Joined
Mar 19, 2021
Messages
18
Reaction score
4
Is there any way to block the access of google bot so I avoid that they track the tags?

I've been experimenting a lot of problems on the Excluded by a "noindex" tag part. All of the URL's that it appear are /tag/ and I don't want google to track it.

Thanks for your help folks
 
You will need to add these lines to your robots.txt file:

Code:
User-agent: *
Disallow: /tag/
 
Back
Top