Forum Moderators: open
thanks in advance
priya
The discussion was likely about different methods to determine whether the visitor is a spider or a human, and hence which page to serve.
Each browser visit includes numerous headers. Using the user_agent header to choose which page to serve is commonly referred to as agent delivery, using the IP address header is called IP delivery.
An very simplified intro to cloaking is at [cloakmaster.com...] and more detail is at [cloakmaster.com...]