How do I tell scanners / bots not to index the URL that / node / pattern has? The following happens from day one, but I noticed that Google still indexed a lot of URLs, / node / in it, for example. www.mywebsite.com/node/123/32
Deny: / node /
Is there anything that indicates that the URL that / node / has is not indexed Should I write something like the following: Disallow: / node / *
Update: The real problem, despite: Deny: / node / In the robots.txt file, Google indexes pages under this URL, for example. www.mywebsite.com/ node / 123/32
/ node / is not a physical directory, since drupal 6 shows its contents, I think this is my problem that node is not a directory, but just a part of the URLs drupal creates for content, how can I handle this? will it work?
Deny: / * node
thank
source
share