can anybody tell me what is the difference between these metatags . <META NAME="ROBOTS" CONTENT="ALL"> <META NAME="ROBOTS" CONTENT="index,follow "> which is better to use. thanks.
The answer is neither. Both say the same thing, but there is no need to specify as index and follow are the default permissions for all spiders. You should only use a robots meta tag if you want to disallow activity.