|
How do you pull random words?
In order to pull random words you will need to use this command:
["word1|word2|word3|word4"]
This will randomly pull one of
those words and insert it into your template, so if you write an HTML
paragraph that looks like this:
<p>["Sometimes|Frequently"] it ["becomes|is"]
["hard|difficult"] to keep motivated.</p>
Then your cloaked page will have
the following combinations:
Sometimes it becomes hard to keep
motivated. Sometimes it becomes difficult to keep motivated.
Sometimes it is hard to keep motivated. Sometimes it is difficult to
keep motivated. Frequently it becomes hard to keep
motivated. Frequently it becomes difficult to keep motivated.
Frequently it is hard to keep motivated. Frequently it is difficult
to keep motivated.
Now you can see the power of this
command because it allows you to add variation to every sentence of
every cloaked page. Here there are 8 combinations of sentences,
but by adding more variables you can easily make your cloaked pages
never have duplicate content. It is important to make your cloaked
pages as unique as possible because the search engines will either
penalize or ban you for duplicate content.
I try not to have any static words
in my templates. For example, if this was an actual sentence in
one of my cloaked pages then I would have alternate words for "it",
"to", "keep" and "motivated".
|