A copy of a site with some content differences to target particular keywords. Not a recommended strategy as it can trigger a penalty or ban.
See Also:
A mirror site is an exact replica of another Internet site. A mirror site is used to reduce network traffic or improve the availability of the original site. These are useful when the original site generates too much traffic for a single server to support.
Mirror sites can be defined as servers in different locations with identical i.e. mirrored contents. This may be due to the reason that bandwidth on the Internet can vary wildly between computers on different providers, countries or continents, mirroring allows the viewer to select the server that at any given moment provides the best connection. If a particular server is currently unavailable, other mirror servers are still there.
Advantages of Mirror Sites:
Common ones are:
rsync : a software application for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. One of the most important features of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. It can copy /display directory contents and copy files. This is done optionally using compression and recursion.
CVSup : is a program that synchronizes files and directories from one location to another while minimizing data transfer using file-type specific delta encoding when appropriate. This program was designed for keeping source code repositories - such as CVS - synchronized. But this has been extended to support synchronizing any type of file.